Hi, On Mon, 15.06.2009 at 18:14:14 +0200, Toni Mueller <[email protected]> wrote: > # /usr/bin/openerp-server --config=/etc/openerp-server.conf > Traceback (most recent call last): > File "./openerp-server.py", line 172, in <module> > tinySocket = netsvc.TinySocketServerThread(netinterface, netport, False) > File "/usr/lib/openerp-server/netsvc.py", line 389, in __init__ > self.socket.bind((self.__interface, self.__port)) > File "<string>", line 1, in bind > socket.error: (98, 'Address already in use') >
one more - it seems to be an odd permission problem. Sample: # su - postgres -c "/usr/bin/openerp-server --config=/etc/openerp-server.conf" [2009-06-15 18:30:48,788] INFO:server:version - 5.0.1 [2009-06-15 18:30:48,789] INFO:server:addons_path - /usr/lib/openerp-server/addons [2009-06-15 18:30:48,790] INFO:server:database hostname - localhost [2009-06-15 18:30:48,791] INFO:server:database port - 5432 [2009-06-15 18:30:48,792] INFO:server:database user - postgres [2009-06-15 18:30:48,792] INFO:objects:initialising distributed objects services [2009-06-15 18:30:49,016] INFO:web-services:starting XML-RPC services, port 8069 [2009-06-15 18:30:49,017] INFO:web-services:starting NET-RPC service, port 8070 [2009-06-15 18:30:49,017] INFO:web-services:the server is running, waiting for connections... looks much better. I can now connect with the client and create a database. It gives me a number of other errors that I'll probably report independently, eg. concerning the web interface and a missing support contract. -- Kind regards, --Toni++ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

