This question has been flagged
2 Replies
19662 Views

Setting up odoo (8.0.20150409) ...

chown: cannot access ‘/var/lib/odoo’: No such file or directory

dpkg: error processing package odoo (--configure):

subprocess installed post-installation script returned error exit status 1

Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

Processing triggers for python-support (1.0.15) ...

Processing triggers for ureadahead (0.100.0-16) ...

Errors were encountered while processing:

odoo

Avatar
Discard
Best Answer

make sure you have created the work folder path=var/lib/odoo

this error says you dont have permission for the folder to edit so set permission for the folder.

root@user:/home/user#     chmod -R 777 /var/lib/odoo

for installing odoo the best doc to follow is

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/

Avatar
Discard
Best Answer


Is there a way to install aeroolib and aeroo-docs when this directory is example: in /opt/odoo ?

What when odoo is installed in an other directory?

Avatar
Discard