The following error occured during d-u 5 min ago:
Quote...
javascript-common (10) wird eingerichtet ...
apache2_invoke javascript-common: already enabled
[ ok ] Reloading web server: apache2.
rmdir: konnte ,,/etc/apache2/conf.d" nicht entfernen: Datei oder Verzeichnis nicht gefunden
dpkg: Fehler beim Bearbeiten von javascript-common (--configure):
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurückFehler traten auf beim Bearbeiten von:
javascript-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
How do I solve it?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718249
As a workaround, you could probably create the missing directory, so the postinstall script can remove it and be happy:
# mkdir /etc/apache2/conf.d/
Quote from: "seasons"...and be happy:
thanks!