Stark verzögertes erstellen des Sockets von Clamd unter Debian 4.0

  • warning: TCPDF::include(/srv/customerspace/freach/tuxj0b.de/public/modules/pdfview/tcpdf/fonts/vera.php) [tcpdf.include]: failed to open stream: No such file or directory in /home/www/tuxj0b.de/html/modules/pdfview/tcpdf/tcpdf.php on line 1668.
  • warning: TCPDF::include() [function.include]: Failed opening '/srv/customerspace/freach/tuxj0b.de/public/modules/pdfview/tcpdf/fonts/vera.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/tuxj0b.de/html/modules/pdfview/tcpdf/tcpdf.php on line 1668.
  • warning: TCPDF::include(/srv/customerspace/freach/tuxj0b.de/public/modules/pdfview/tcpdf/fonts/vera.php) [tcpdf.include]: failed to open stream: No such file or directory in /home/www/tuxj0b.de/html/modules/pdfview/tcpdf/tcpdf.php on line 1668.
  • warning: TCPDF::include() [function.include]: Failed opening '/srv/customerspace/freach/tuxj0b.de/public/modules/pdfview/tcpdf/fonts/vera.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/tuxj0b.de/html/modules/pdfview/tcpdf/tcpdf.php on line 1668.

Die unter Debian 4.0 mitgelieferte Version von Clamd scheint einige Probleme bezüglich des Erstellen seines Sockets unter "/var/run/clamav" zu haben. Nach dem Start dauert es ca. 30 Minuten bis der Socket endlich erstellt wurde. Dieses Problem hat zur Folge, dass Konfigurationen in Verbindung mit Amavis oder Postfix die ersten 30 Minuten Fehlermeldungen bringen, da der Socket nicht geöffnet werden kann. Dadurch werden die ersten 30 Minuten Mails nicht nach Viren gescannt oder Mails nicht zugestellt.
Scheinbar wurde dieses Problem in den ClamAV Paketen im Debian Volatile Zweig behoben. Konnte aber leider nichts genaues in den Changelogs von clamav-daemon feststellen.

Zur Lösung:
- Einbinden des Debian Volatile Zweigs in die sources.list
echo "deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free" >> /etc/apt/sources.list

- Paketcache neu laden
aptitude update

- Patches laden / Debian updaten
aptitude upgrade

Wenn kein Komplettupdate unerwünscht ist, dann nur Clamav updaten.
aptitude install clamav clamav-deamon

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockcode>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options