N
N
Notimer2020-05-06 17:02:08
PostgreSQL
Notimer, 2020-05-06 17:02:08

Why doesn't postgresql 9.6 start after turning off the light?

The virtual machine is running Ubuntu server 18.04 and PostgreSQL 9.6 DBMS.
After a shutdown and a hard restart, the [email protected] service stopped starting.
starting/restarting manually with the commands sudo systemctl start [email protected] and sudo service postgresql start
gave nothing:

[email protected]:~# systemctl start [email protected]
Job for [email protected] failed because the control process exited with error code.
See "systemctl status [email protected]" and "journalctl -xe" for details.

This is what journalctl -xe outputs:
-- Начат процесс запуска юнита [email protected]
мая 06 13:44:33 srv-postgresql [email protected][1487]: Removed stale pid file.
мая 06 13:44:39 srv-postgresql [email protected][1487]: The PostgreSQL server failed to start. Please check the log output:
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:34.304 UTC [1494] СООБЩЕНИЕ:  работа системы БД была прервана; последний момент работы: 2020-05-06 07:44:40 UTC
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:34.306 UTC [1495] [н/д]@[н/д] СООБЩЕНИЕ:  неполный стартовый пакет
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:34.347 UTC [1498] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:34.890 UTC [1501] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:35.430 UTC [1504] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:35.966 UTC [1507] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:36.490 UTC [1510] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:37.015 UTC [1513] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:37.538 UTC [1516] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:38.067 UTC [1519] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:38.591 UTC [1522] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:39.114 UTC [1525] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql [email protected][1487]: 2020-05-06 13:44:39.638 UTC [1528] [email protected] ВАЖНО:  система баз данных запускается
мая 06 13:44:39 srv-postgresql systemd[1]: [email protected]: Control process exited, code=exited status=1
мая 06 13:45:01 srv-postgresql CRON[1535]: pam_unix(cron:session): session opened for user root by (uid=0)
мая 06 13:45:01 srv-postgresql CRON[1541]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
мая 06 13:45:01 srv-postgresql CRON[1535]: pam_unix(cron:session): session closed for user root
мая 06 13:46:09 srv-postgresql systemd[1]: [email protected]: State 'stop-sigterm' timed out. Killing.
мая 06 13:46:09 srv-postgresql systemd[1]: [email protected]: Killing process 1493 (postgres) with signal SIGKILL.
мая 06 13:46:09 srv-postgresql systemd[1]: [email protected]: Killing process 1494 (postgres) with signal SIGKILL.
мая 06 13:46:09 srv-postgresql systemd[1]: [email protected]: Failed with result 'exit-code'.
мая 06 13:46:09 srv-postgresql systemd[1]: Failed to start PostgreSQL Cluster 9.6-main.
-- Subject: Ошибка юнита [email protected]
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Произошел сбой юнита [email protected]

What could be the problem? A long googling did not give any results, repeated restarts of the VM, too, and an increase in memory, too. Commenting out the line shared_preload_libraries = 'online_analyze, plantuner' # (change requires restart)
in the postgresql config didn't work either.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
galaxy, 2020-05-06
@galaxy

Judging by the meager systemd log data, postgres is writing its own log. Look for where he is and see what's there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question