Yenthe666 / InstallScript

Odoo install script
MIT License
1.25k stars 1.56k forks source link

Odoo V17 service wont start after install on debian 12 #445

Open cmessori opened 2 weeks ago

cmessori commented 2 weeks ago

Hi, tried also on debian 11 without success, Loaded: loaded (/etc/init.d/odoo-server; generated) Active: active (exited) since Thu 2024-11-14 18:48:50 EST; 42s ago Docs: man:systemd-sysv-generator(8) Process: 399 ExecStart=/etc/init.d/odoo-server start (code=exited, status=0/SUCCESS)

Where can i see logs about services?

rkingkong commented 2 weeks ago

Look at your .conf file and see where they are being logged. Then try again and run a tailYou can also run a find so see where the file is located just in case. Rodolfo Köng -------- Mensaje original --------De: Carlos Messori @.> Fecha: 14/11/2024 5:58 p. m. (GMT-06:00) A: Yenthe666/InstallScript @.> CC: Subscribed @.***> Asunto: [Yenthe666/InstallScript] Odoo V17 service wont start after install on debian 12 (Issue #445) Hi, tried also on debian 11 without success, Loaded: loaded (/etc/init.d/odoo-server; generated) Active: active (exited) since Thu 2024-11-14 18:48:50 EST; 42s ago Docs: man:systemd-sysv-generator(8) Process: 399 ExecStart=/etc/init.d/odoo-server start (code=exited, status=0/SUCCESS) Where can i see logs about services?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

WonderM commented 2 weeks ago

17 OE_USER="odoo" 417 echo "Logfile location: /var/log/$OE_USER"

cmessori commented 2 weeks ago

logs from odoo is empty and i can notice that postgresql isnt installed (service could not be found)

cmessori commented 2 weeks ago

---- Install PostgreSQL Server ----

---- Installing postgreSQL V14 due to the user it's choise ---- sudo: gpg: command not found sudo: curl: command not found Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Get:4 http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease [129 kB] Err:4 http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8 Reading package lists... Done W: GPG error: http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8 E: The repository 'http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package postgresql-16

install form debian 11

imeshal88 commented 1 week ago

same here as well whenever i install but it shows odoo service is running and logs are empty