Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  (solved) d-u error with javascript-common  (Read 3554 times)

Offline michaa7

  • User
  • Posts: 2.298
(solved) d-u error with javascript-common
« 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?
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Offline seasons

  • User
  • Posts: 269

Offline seasons

  • User
  • Posts: 269
RE: d-u error with javascript-common
« Reply #2 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:
Code: [Select]
# mkdir /etc/apache2/conf.d/

Offline michaa7

  • User
  • Posts: 2.298
Re: RE: d-u error with javascript-common
« Reply #3 on: 2013/07/29, 15:59:46 »
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