Comments on: How to Install Odoo 13 on CentOS 8 https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/ Premium Linux Tutorials Since 2001 Thu, 01 Feb 2024 23:18:24 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Zaul Zamarron https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-49061 Thu, 01 Feb 2024 23:18:24 +0000 https://www.rosehosting.com/blog/?p=32147#comment-49061 Hi there. I just wanted to thank you for taking time to make this guide, it drived me in my way to deploy Odoo17 in a RHEL9.3. I had somre minor troubles but finally I succeed.

Keep up good work!

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48630 Mon, 24 May 2021 06:11:16 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48630 In reply to david.

The correct command is: sudo systemctl enable odoo13

]]>
By: david https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48629 Sun, 23 May 2021 23:37:55 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48629 I followed the tutorial but i am getting the error at final stage, could you please help me with this?

sudo systemctl enable odoo

Failed to execute operation: No such file or
directory

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48489 Wed, 04 Nov 2020 07:33:50 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48489 In reply to Geoffrey Duncan.

You should check which process is listening on the port on which you want to have Odoo to be listening. Kill that process and rerun the command.

]]>
By: Geoffrey Duncan https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48488 Tue, 03 Nov 2020 20:33:07 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48488 Hi, there
I tried following your step but every time, I keep getting below errors.

Exception in thread odoo.service.httpd:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/threading.py”, line 926, in _bootstrap_inner
self.run()
File “/usr/local/lib/python3.7/threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “/opt/odoo/odoo/odoo/service/server.py”, line 441, in http_thread
self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)
File “/opt/odoo/odoo/odoo/service/server.py”, line 150, in __init__
handler=RequestHandler)
File “/opt/odoo/odoo-venv/lib/python3.7/site-packages/werkzeug/serving.py”, line 701, in __init__
HTTPServer.__init__(self, server_address, handler)
File “/usr/local/lib/python3.7/socketserver.py”, line 452, in __init__
self.server_bind()
File “/opt/odoo/odoo/odoo/service/server.py”, line 165, in server_bind
super(ThreadedWSGIServerReloadable, self).server_bind()
File “/usr/local/lib/python3.7/http/server.py”, line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File “/usr/local/lib/python3.7/socketserver.py”, line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use

2020-11-03 20:29:28,046 21360 ERROR ? odoo.modules.loading: Database odoo not initialized, you can force it with `-i base`
2020-11-03 20:30:28,111 21360 ERROR odoo odoo.sql_db: bad query: SELECT latest_version FROM ir_module_module WHERE name=’base’
ERROR: relation “ir_module_module” does not exist
LINE 1: SELECT latest_version FROM ir_module_module WHERE name=’base…
^

2020-11-03 20:30:28,111 21360 WARNING ? odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo.
2020-11-03 20:30:29,111 21360 ERROR odoo odoo.sql_db: bad query: SELECT latest_version FROM ir_module_module WHERE name=’base’
ERROR: relation “ir_module_module” does not exist
LINE 1: SELECT latest_version FROM ir_module_module WHERE name=’base…
^

2020-11-03 20:30:29,111 21360 WARNING ? odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48413 Fri, 04 Sep 2020 06:20:46 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48413 In reply to Paul.

A new database can be created at http://Your_IP_Address:8069/web/database/manager

]]>
By: Paul https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48412 Thu, 03 Sep 2020 17:57:19 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48412 Hello, I am trying to configure two databases on the same Odoo 13 server. Using these instructions gets the first database up and running great. Then I create an additional DBuser, create the .conf file and the .service file using the new db user and a different port. The service starts up great, but when I go to the port it gives the “Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.”

I have been successful with this on prior versions of Odoo, any ideas on how to get this second port up and running?

]]>
By: Robert https://www.rosehosting.com/blog/how-to-install-odoo-13-on-centos-8/#comment-48398 Fri, 21 Aug 2020 17:27:16 +0000 https://www.rosehosting.com/blog/?p=32147#comment-48398 Updates for Install @ Centos 8

install also
# dsf install nano

Note for installing wkhtmltopdf: (Step 6)

This Download dont work anymore:
cd /opt/ && wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox-0.12.5-1.centos7.x86_64.rpm
dnf localinstall wkhtmltox-0.12.5-1.centos7.x86_64.rpm

Use this way: ( vers. 0.12.6.1)
# cd /opt/ && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos8.x86_64.rpm

# dnf localinstall wkhtmltox-0.12.5-1.centos7.x86_64.rpm

———————————————————————–
Step 7:
Aslo Uprade pip aftepip install –upgrade pip

]]>