https://bugzilla.novell.com/show_bug.cgi?id=787698 https://bugzilla.novell.com/show_bug.cgi?id=787698#c7 --- Comment #7 from Wilfred van Velzen <wvvelzen@gmail.com> 2012-11-02 11:01:13 UTC --- You don't test much? Do you? ;) You forgot a space in the init script: "-u $OPENERP_USER-p" And I have still the following issues. From: /var/log/openerp-server.log: ERROR: couldn't create the logfile directory. Logging to the standard output. This is strange, because this is written to the log file! Traceback (most recent call last): File "/usr/bin/openerp-server", line 268, in <module> setup_pid_file() File "/usr/bin/openerp-server", line 87, in setup_pid_file fd = open(config['pidfile'], 'w') IOError: [Errno 2] No such file or directory: '/var/run/openerp/openerp-server.pid' This pid file isn't created. Maybe the rpm should create the directory: /var/run/openerp/ ? And when I browse to http://localhost:8069, I get redirected to http://localhost:8069/web/webclient/home, so the server seems to be working, but the browser screen remains blank, while you are supposed to see the login screen of openerp. This is in the log: 2012-11-02 10:41:06,823 12251 INFO ? werkzeug: 127.0.0.1 - - [02/Nov/2012 10:41:06] "GET /web/webclient/home HTTP/1.1" 200 - 2012-11-02 10:41:06,834 12251 INFO ? werkzeug: 127.0.0.1 - - [02/Nov/2012 10:41:06] "GET /web/webclient/css HTTP/1.1" 304 - 2012-11-02 10:41:06,838 12251 INFO ? werkzeug: 127.0.0.1 - - [02/Nov/2012 10:41:06] "GET /web/webclient/js HTTP/1.1" 304 - -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.