Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: michaa7 on 2013/07/29, 12:15:29

Title: (solved) d-u error with javascript-common
Post by: michaa7 on 2013/07/29, 12:15:29
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?
Title: RE: d-u error with javascript-common
Post by: seasons on 2013/07/29, 15:39:16
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718249
Title: RE: d-u error with javascript-common
Post by: seasons on 2013/07/29, 15:41:05
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/
Title: Re: RE: d-u error with javascript-common
Post by: michaa7 on 2013/07/29, 15:59:46
Quote from: "seasons"...and be happy:
thanks!