Hallo,
ich habe ein Problem mit einem frisch aufgesetztem UCS 3.1. Das System wurde ohne Fehler installiert und rebootet.
Als nächstes wollte ich das unmaintained Repository aktivieren. Hierzu habe ich folgendes eingegeben:
ucr set repository/online/unmaintained=“yes”
Kommando läuft durch. Allerdings sind die Repositories nicht eingetragen:
# cat /etc/apt/sources.list.d/15_ucs-online-version.list
...
# An error occurred during the repository check. The error message:
# Traceback (most recent call last):
# File "<stdin>", line 13, in <module>
# File "/usr/lib/pymodules/python2.6/univention/updater/tools.py", line 519, in __init__
# self.ucr_reinit()
# File "/usr/lib/pymodules/python2.6/univention/updater/tools.py", line 575, in ucr_reinit
# assert self.server.access('/univention-repository/')
# File "/usr/lib/pymodules/python2.6/univention/updater/tools.py", line 444, in access
# raise ConfigurationError(uri, reason)
# ConfigurationError: Configuration error: host is unresolvable
#
Hier im Forum habe ich bisher leider nur den Hinweis gefunden, daß ich die Namensauflösung prüfen soll. Die scheint mir aber in Ordnung:
# cat /etc/resolv.conf
...
domain lw-systems.net
nameserver 192.168.5.57
options timeout:2
[/quote]
[quote]
root@ucs31:~# host apt.univention.de
apt.univention.de has address 85.214.27.218
apt.univention.de mail is handled by 10 mx00.kundenserver.de.
apt.univention.de mail is handled by 10 mx01.kundenserver.de.
root@ucs31:~# host apt.univention.de 192.168.5.57
Using domain server:
Name: 192.168.5.57
Address: 192.168.5.57#53
Aliases:
apt.univention.de has address 85.214.27.218
apt.univention.de mail is handled by 10 mx01.kundenserver.de.
apt.univention.de mail is handled by 10 mx00.kundenserver.de.
Wo wie kann ich das jetzt weiter debuggen?
Gruß,
martin!