.......
......non so che dire ho seguito il link che mi hai mandato ma non cabia nulla.....in phpPgadmin addirittura c'è una X sull'icona del server.....ti posto cosa ho fatto sulla shell non so che dirti credo che postgersql-8.3 non vada mentre 8.4 si.....boh!!!!!
pjlinux@pjlinux-laptop:~$ sudo su
[sudo] password for pjlinux:
root@pjlinux-laptop:/home/pjlinux# /etc/init.d/apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]
root@pjlinux-laptop:/home/pjlinux# /etc/init.d/apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]
root@pjlinux-laptop:/home/pjlinux# su - postgres
postgres@pjlinux-laptop:~$ createuser -U postgres --createdb --no-adduser -P openerp
Inserisci la password per il nuovo utente:
Conferma password:
Il nuovo utente può creare altri utenti? (s/n) s
postgres@pjlinux-laptop:~$ exit
logout
root@pjlinux-laptop:/home/pjlinux# /home/openerp# /etc/init.d/postgresql-8.3 restart
bash: /home/openerp#: Nessun file o directory
root@pjlinux-laptop:/home/pjlinux# /etc/init.d/postgresql-8.3 restart
root@pjlinux-laptop:/home/pjlinux# /etc/init.d/postgresql-8.3 restart
root@pjlinux-laptop:/home/pjlinux# /etc/init.d/postgresql-8.4 restart
* Restarting PostgreSQL 8.4 database server [ OK ]
root@pjlinux-laptop:/home/pjlinux# openerp-server -r DB_USER -w DB_PASSWORD
[2010-04-16 15:20:05,418] INFO:server:version - 5.0.9
[2010-04-16 15:20:05,419] INFO:server:addons_path - /usr/lib/python2.6/site-packages/openerp-server/addons
[2010-04-16 15:20:05,419] INFO:server:database hostname - localhost
[2010-04-16 15:20:05,420] INFO:server:database port - 5432
[2010-04-16 15:20:05,420] INFO:server:database user - DB_USER
[2010-04-16 15:20:05,421] INFO:objects:initialising distributed objects services
[2010-04-16 15:20:06,054] INFO:web-services:starting XML-RPC services, port 8069
[2010-04-16 15:20:06,054] INFO:web-services:starting NET-RPC service, port 8070
[2010-04-16 15:20:06,054] INFO:web-services:the server is running, waiting for connections...
/usr/lib/python2.6/site-packages/openerp-server/tools/misc.py:750: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
if hasattr(e, 'message'):
/usr/lib/python2.6/site-packages/openerp-server/tools/misc.py:751: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
return ustr(e.message)