Skip to content

Instantly share code, notes, and snippets.

@ivanporras
Created November 8, 2017 21:00
Show Gist options
  • Save ivanporras/80a01175579c357c79083518b4e2f3b4 to your computer and use it in GitHub Desktop.
Save ivanporras/80a01175579c357c79083518b4e2f3b4 to your computer and use it in GitHub Desktop.
#Open odoo-bin debugg
sudo su odoo
python /odoo/odoo-sever/odoo-bin -c /etc/odoo.conf
#If Errno 98 Address already in use
ps -fA | grep python
kill <number process>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment