
Livre1
(usa Ubuntu)
Enviado em 14/12/2009 - 00:06h
Estou tentando instalar o openerp mais não consigo.
Quando tento executar o comando "openerp-client" para abrir ele recebo a mensagem:
CRITICAL:init:Falha ao abrir o arquivo "openerp-icon.png": Arquivo ou diretório não encontrado
CRITICAL:init:Ensure that the file /root/.openerprc is correct
E preciso de ajuda para criar o usuario no postgresql para o openerp veja como estou fazendo:
sudo su - postgres
password: example
postgres$ createuser --createdb --no-createrole --pwprompt openuser
Enter password for new role: example
Enter it again: example
CREATE ROLE
postgres$
Eu recebo a seguinte mensagem:
livre@ubuntu:~$ sudo su
root@ubuntu:/home/livre# sudo su - postgres
postgres@ubuntu:~$ password: example
password:: command not found
postgres@ubuntu:~$ postgres$ createuser --createdb --no-createrole --pwprompt openuser
postgres$: command not found
postgres@ubuntu:~$ Enter password for new role: example
Enter: command not found
postgres@ubuntu:~$ Enter it again: example
Enter: command not found
postgres@ubuntu:~$ CREATE ROLE
CREATE: command not found
postgres@ubuntu:~$ postgres$
Eu uso ubuntu 9.10, é openerp 5.0.6, o openerp web não instalei ainda, porque preciso resolver antes as perguntas acima.
Poderiam me ajudar?
Obrigado.