Openerp trunk ubuntu 13.10 fresh install not work

Bug #1295868 reported by letiponebu
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenERP
New
Medium
Christophe Simonis (OpenERP)

Bug Description

Openerp trunk ubuntu 13.10 fresh install not work

i add

deb http://nightly.openerp.com/trunk/nightly/deb/ ./

in /etc/apt/sources.list

then

sudo apt-get update
sudo apt-get install openerp

but openerp not start

if i try

service openerp restart

i get

Restarting openerp-server: Stopping openerp-server: start-stop-daemon: warning: failed to kill 8432: No such process
openerp-server.
Starting openerp-server: openerp-server.

.

If i try install openerp 7 version with deb http://nightly.openerp.com/7.0/nightly/deb/ ./

all work correctly - but trunk version NOT WORK

letiponebu (letiponebu)
affects: openobject-addons → ubuntu
description: updated
John Kim (kotux)
affects: ubuntu → openerp
tags: added: saucy
Changed in openerp:
assignee: nobody → Christophe Simonis (OpenERP) (kangol)
importance: Undecided → Medium
Revision history for this message
Olivier DOSSMANN (odossmann) wrote :

I have the same problem.

For openerp server to be launched I do:
- touch /var/log/openerp/openerp-server.log
- create the home directory /home/openerp (and change it's user/group to openerp/openerp)

Then i do:

service openerp-server restart

And it the server is launched.

I then have this problem on Firefox:

"""
Error response

Error code 404.

Message: Path not found: /.

Error code explanation: 404 = Nothing matches the given URI.
"""

And the /var/log/openerp/openerp-server.log file give me only this line:

2014-03-25 09:48:15,745 6810 INFO None werkzeug: 127.0.0.1 - - [25/Mar/2014 09:48:15] "GET / HTTP/1.1" 404 -

Revision history for this message
Olivier DOSSMANN (odossmann) wrote :

Failing version: 8.0dev-20140324-093152-1

Revision history for this message
letiponebu (letiponebu) wrote :

Current trunk version NOT WORK in Debian Wheezy too. I think that this problem is on all OS

Revision history for this message
letiponebu (letiponebu) wrote :

Problem exist already long time - month or more long

description: updated
letiponebu (letiponebu)
tags: removed: saucy
Revision history for this message
letiponebu (letiponebu) wrote :
Revision history for this message
fff (who2are2you-deactivatedaccount) wrote :

hi,eveyone
I have the same problem.
but
,maybe you try:

-----------------------------------------------------------------------------------------------
userdel openerp
sudo adduser --system --home=/usr/share/pyshared/openerp/ --group openerp
sudo chown -R openerp: /usr/share/pyshared/openerp
service openerp restart
-----------------------------------------------------------------------------------------------

Revision history for this message
letiponebu (letiponebu) wrote :

Thank you very match - it work!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.