Hallo,
im Log habe ich leider nichts stehen. Anbei mal der ganze vorgang:
[code]root@ucs:~# cd /var/log/postgresql/
root@ucs:/var/log/postgresql# ls
root@ucs:/var/log/postgresql# /usr/bin/pg_createcluster -u postgres 9.1 main
Configuring already existing cluster (configuration: /etc/postgresql/9.1/main, data: /var/lib/postgresql/9.1/main, owner: 114:124)
Error: move_conffile: required configuration file /var/lib/postgresql/9.1/main/postgresql.conf does not exist
root@ucs:/var/log/postgresql# ucr commit /etc/postgresql/9.1/main/*
root@ucs:/var/log/postgresql# pg_ctlcluster 9.1 main restart
Error: specified cluster does not exist
root@ucs:/var/log/postgresql# dpkg -P postgresql-8.4
dpkg: Warnung: Die Anforderung, postgresql-8.4 zu entfernen, wird ignoriert; es ist nicht installiert
root@ucs:/var/log/postgresql# dpkg --configure -a
root@ucs:/var/log/postgresql# wget http://updates.software-univention.de/4.1/maintained/4.1-0/all/univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb
–2015-11-25 15:07:24-- http://updates.software-univention.de/4.1/maintained/4.1-0/all/univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb
Auflösen des Hostnamen »updates.software-univention.de (updates.software-univention.de)«… 176.9.114.147, 2a01:4f8:151:6489::2
Verbindungsaufbau zu updates.software-univention.de (updates.software-univention.de)|176.9.114.147|:80… verbunden.
HTTP-Anforderung gesendet, warte auf Antwort… 200 OK
Länge: 15018 (15K) [application/x-debian-package]
In »»univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb«« speichern.
100%[=============================================================================================>] 15.018 --.-K/s in 0,02s
2015-11-25 15:07:24 (883 KB/s) - »»univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb«« gespeichert [15018/15018]
root@ucs:/var/log/postgresql# dpkg -i univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb
Vormals nicht ausgewähltes Paket univention-postgresql-9.1 wird gewählt.
dpkg: Betreffend univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb, welches univention-postgresql-9.1 enthält:
univention-postgresql-9.1 beschädigt univention-bacula (<< 7.0.1-2)
univention-bacula (Version 6.0.0-1.15.201410151624) ist vorhanden und installiert.
dpkg: Fehler beim Bearbeiten von univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb (–install):
Installation von univention-postgresql-9.1 würde univention-bacula beschädigen, und
Dekonfiguration ist nicht erlaubt (–auto-deconfigure könnte helfen)
Fehler traten auf beim Bearbeiten von:
univention-postgresql-9.1_8.0.0-10.85.201511131445_all.deb
root@ucs:/var/log/postgresql# apt-get install --reinstall postgresql-9.1
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 2 nicht aktualisiert.
Es müssen noch 0 B von 3.275 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
(Lese Datenbank … 239957 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Ersetzen von postgresql-9.1 9.1.16-0.9.201509171755 (durch …/postgresql-9.1_9.1.16-0.9.201509171755_amd64.deb) …
Ersatz für postgresql-9.1 wird entpackt …
postgresql-9.1 (9.1.16-0.9.201509171755) wird eingerichtet …
update-alternatives: /usr/share/postgresql/9.1/man/man1/postmaster.1.gz wird verwendet, um /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) im Auto-Modus bereitzustellen
Traceback (most recent call last):
File “/usr/sbin/univention-pkgdb-scan”, line 37, in
univention.pkgdb.main()
File “/usr/lib/pymodules/python2.7/univention/pkgdb.py”, line 538, in main
connection = open_database_connection(config_registry, pkgdbu=False)
File “/usr/lib/pymodules/python2.7/univention/pkgdb.py”, line 521, in open_database_connection
connection = pgdb.connect(database=connectstring)
File “/usr/lib/python2.7/dist-packages/pgdb.py”, line 482, in connect
dbtty, dbuser, dbpasswd)
pg.InternalError: could not connect to server: Connection refused
Is the server running on host “ucs.test.lan” (192.168.10.1) and accepting
TCP/IP connections on port 5432?
root@ucs:/var/log/postgresql# dpkg --configure -a
[/code]