Das ist schade, dass ich bislang noch keine Antwort bekommen habe.
Beiträge von cubos
-
-
Bei der Installation der Liveconfig eigenen PHP Versionen unter Ubuntu 16.04 ist eine Abhängigkeit zu libicu52 nicht auflösbar. In den Offiziellen Quellen ist nur libicu55 verfügbar:
Code
Alles anzeigenapt install php-7.1-opt php-7.0-opt php-5.6-opt Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: php-5.6-opt : Depends: libicu52 but it is not installable php-7.0-opt : Depends: libicu52 but it is not installable php-7.1-opt : Depends: libicu52 but it is not installable E: Unable to correct problems, you have held broken packages.
Gibt es hier einen roundtrip oder kann das libicu52 Paket noch in euer repo aufgenommen werden?
-
Ein Kunde hat ein VM mit einem XEN Kernel ohne IPv6 unterstüzung. Es läuft ein Debian Wheezey mit LC 1.7.4-r3112 amd64.
Problem mit dovecot:
Code/etc/init.d/dovecot restart Restarting IMAP/POP3 mail server: dovecotError: socket() failed: Address family not supported by protocol Error: service(pop3-login): listen(::, 110) failed: Address family not supported by protocol Error: socket() failed: Address family not supported by protocol Error: service(imap-login): listen(::, 143) failed: Address family not supported by protocol Fatal: Failed to start listeners failed!
Fügt man in der /etc/dovecot/dovecot.conf den Parameter "listen = *" hinzu startet der dovecot.
Leider wird die Config durch LC aber beim installieren von Updates und co neugeschreiben. Was kann man da machen?