Qualcuno di voi ha lo stesso problema?
Sono su debian sid con systemd, postgresql versione 9.4
# systemctl status postgresql
* postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled)
Active: active (exited) since Mon 2015-02-23 17:57:40 CET; 3min 19s
ago
Process: 932 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 932 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/postgresql.service
# ps aux | grep postgres
root 2819 0.0 0.0 11120 984 pts/0 S+ 18:01 0:00 grep
postgres
Anche se lo avvio a mano lo status è lo stesso.
Ho visto qualche bug report, per esempio:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755894
Qualcuno dice che avviando il servizio a mano la prima volta poi
funziona.
Per me non è così.
I log sono vuoti:
# cat /var/log/postgresql/postgresql-9.3-main.log
Suggerimenti?
Grazie
Federico