bonjour,
je viens d'installer odoo 8 sur CentOS 7 , apparemment tout est démarré
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ps -ef | grep odoo
odoo      6751 15309  0 Mar15 ?        00:00:03 apache-openerp  -DFOREGROUND
odoo      6752 15309  0 Mar15 ?        00:00:03 apache-openerp  -DFOREGROUND
root      7749  3214  0 11:39 pts/1    00:00:00 grep --color=auto odoo
odoo     15251     1  0 Mar13 ?        00:00:59 /usr/bin/python /usr/bin/odoo.py --config=/etc/odoo/openerp-server.conf

ps -ef | grep post
root      2153     1  0 Mar13 ?        00:00:01 /usr/libexec/postfix/master -w
postfix   2155  2153  0 Mar13 ?        00:00:00 qmgr -l -t unix -u
postgres  7606     1  0 10:21 ?        00:00:07 /usr/pgsql-9.4/bin/postgres -D /var/lib/pgsql/9.4/data
postgres  7607  7606  0 10:21 ?        00:00:00 postgres: logger process
postgres  7611  7606  0 10:21 ?        00:00:00 postgres: checkpointer process
postgres  7612  7606  0 10:21 ?        00:00:00 postgres: writer process
postgres  7613  7606  0 10:21 ?        00:00:00 postgres: wal writer process
postgres  7614  7606  0 10:21 ?        00:00:00 postgres: autovacuum launcher process
postgres  7615  7606  0 10:21 ?        00:00:00 postgres: stats collector process
postfix   7708  2153  0 11:05 ?        00:00:00 pickup -l -t unix -u
root      7752  3214  0 11:40 pts/1    00:00:00 grep --color=auto post
et quand je me connecte sur l'url http://x.x.x.x:8069/ pas de réponse !
j'ai bien le port en écoute ....
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
netstat -an | grep 8069
tcp        0      0 0.0.0.0:8069            0.0.0.0:*               LISTEN
le FW est arrêté ...
log apache

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
[Fri Mar 13 12:11:36.236891 2015] [auth_digest:notice] [pid 15309] AH01757: generating secret for digest authentication ...
[Fri Mar 13 12:11:36.237654 2015] [lbmethod_heartbeat:notice] [pid 15309] AH02282: No slotmem from mod_heartmonitor
[Fri Mar 13 12:11:36.240829 2015] [mpm_prefork:notice] [pid 15309] AH00163: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 configured -- resuming normal operations
[Fri Mar 13 12:11:36.240875 2015] [core:notice] [pid 15309] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun Mar 15 03:37:04.598360 2015] [mpm_prefork:notice] [pid 15309] AH00171: Graceful restart requested, doing restart
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
[Sun Mar 15 03:37:14.479903 2015] [auth_digest:notice] [pid 15309] AH01757: generating secret for digest authentication ...
[Sun Mar 15 03:37:14.516239 2015] [lbmethod_heartbeat:notice] [pid 15309] AH02282: No slotmem from mod_heartmonitor
[Sun Mar 15 03:37:14.537261 2015] [mpm_prefork:notice] [pid 15309] AH00163: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 configured -- resuming normal operations
[Sun Mar 15 03:37:14.537326 2015] [core:notice] [pid 15309] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
rien ...
je vois pas .... il y autre chose a faire ??
merci pour vos réponses.