Package: postgresql-common Version: 23 Severity: normal I was minding my own business and wanted to look into my database...
$ psql Error: Invalid PostgreSQL cluster version Note sure what that is supposed to tell me. So it turns out that neither postgresql-client-7.4 nor postgresql-client-8.0 are installed (shouldn't there be a dependency?) After installing postgresql-8.0 and postgresql-client-8.0: $ psql Use of uninitialized value in numeric eq (==) at /usr/share/postgresql-common/PgCommon.pm line 195, <F> line 100. psql: konnte nicht mit dem Server verbinden: Datei oder Verzeichnis nicht gefunden Läuft der Server lokal und akzeptiert er Verbindungen auf dem Unix-Domain-Socket »/tmp/.s.PGSQL.5432«? $ psql -h localhost Use of uninitialized value in numeric eq (==) at /usr/share/postgresql-common/PgCommon.pm line 195, <F> line 100. psql: konnte nicht mit dem Server verbinden: Verbindungsaufbau abgelehnt Läuft der Server auf dem Host »localhost« und akzeptiert er TCP/IP-Verbindungen auf Port 5432? $ sudo /etc/init.d/postgresql-8.0 start [nothing happens] Perhaps the failure to start the server is related to some of the failures above? -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) postgresql-common depends on no packages. Versions of packages postgresql-common recommends: ii openssl 0.9.7e-3 Secure Socket Layer (SSL) binary a -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]