(solved) d-u error with javascript-common

Started by michaa7, 2013/07/29, 12:15:29

Previous topic - Next topic

michaa7

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?
Ok, you can't code, but you still might be able to write a bug report for Debian's sake


seasons

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/

michaa7

Quote from: "seasons"...and be happy:
thanks!
Ok, you can't code, but you still might be able to write a bug report for Debian's sake