Hi
I have just run through an installation walkthrough for Odoo 11 on Ubuntu 16.04. I get to the step where I must start the server. I can see in terminal that the server is waiting but as soon as I access odoo via the browser the Odoo server crashes with the error "segmentation failed. Core dumped"
If I watch the terminal I can see that it doesn't always fail in the same place. This could be a clue. in the walk-through there are other users that had issues starting the server because they were still logged in as root. Error:
(File “/usr/local/lib/python3.5/dist-packages/psycopg2/__init__.py”, line 130, in connec
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)psycopg2.OperationalError: FATAL: role “root” does not exist).
I had the same error. The advice was to exit root user. But when I do that my terminal closes. So instead When I change to the user created in the walkthrough (User: odoo) I get the error above
How can I resolve this?