Sto tentando di installare Postgres 9.3 su Ubuntu 14.04 e sto ricevendo un errore fastidioso all'avvio. Ecco cosa sto vedendo:
$ sudo service postgresql restart
* Restarting PostgreSQL 9.3 database server
* Error: could not exec /usr/lib/postgresql/9.3/bin/pg_ctl /usr/lib/postgresql/9.3/bin/pg_ctl start -D /var/lib/postgresql/9.3/main -l /var/log/postgresql/postgresql-9.3-main.log -s -o -c config_file="/etc/postgresql/9.3/main/postgresql.conf" : [fail]
Quindi ho controllato il file di registro con questo output:
2015-01-05 21:50:05 EST LOG: database system was shut down at 2015-01-05 21:50:03 EST
2015-01-05 21:50:05 EST LOG: database system is ready to accept connections
2015-01-05 21:50:05 EST LOG: autovacuum launcher started
2015-01-05 21:50:06 EST LOG: incomplete startup packet
2015-01-05 21:51:22 EST ERROR: syntax error at or near "exit" at character 1
2015-01-05 21:51:22 EST STATEMENT: exit;
"Il pacchetto di avvio incompleto" sembra essere il colpevole, ma ho difficoltà a trovare informazioni là fuori su ciò che potrebbe succedere, quindi ho pensato di chiedere. Grazie in anticipo.