Siduction Forum

Siduction Forum => Software - Support => Topic started by: jure on 2011/05/16, 12:23:47

Title: gelöst: virtualbox-ose 4.0.4 dpkg: Fehler ...
Post by: jure on 2011/05/16, 12:23:47
Hallo,

ich erhalte einen Fehler bei der Installation von virtualbox-ose. Was will er mir mit insserv: script virtualbox-ose: service vboxdrv already provided! sagen ? virtualbox-3.2.12. wurde im Zuge der Installation entfernt.
apt-get  install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut      
Statusinformationen werden eingelesen... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 4 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
virtualbox-ose (4.0.4-dfsg-1+nmu1) wird eingerichtet ...
insserv: script virtualbox-ose: service vboxdrv already provided!
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: Fehler beim Bearbeiten von virtualbox-ose (--configure):
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
configured to not write apport reports
                                     Fehler traten auf beim Bearbeiten von:
virtualbox-ose
E: Sub-process /usr/bin/dpkg returned an error code (1)

dpkg -l | grep virtualbox*
rc  virtualbox-3.1                                      3.1.8-61349~Debian~lenny                 Sun VirtualBox
rc  virtualbox-3.2                                      3.2.12-68302~Debian~squeeze              Oracle VM VirtualBox
iF  virtualbox-ose                                      4.0.4-dfsg-1+nmu1                        x86 virtualization solution - base binaries
ii  virtualbox-ose-guest-utils                          4.0.4-dfsg-1+nmu1                        x86 virtualization solution - non-X11 guest utilities
iU  virtualbox-ose-qt                                   4.0.4-dfsg-1+nmu1                        x86 virtualization solution - Qt based user interface
ii  virtualbox-ose-source                               4.0.4-dfsg-1+nmu1                        x86 virtualization solution - kernel module source
Title: virtualbox-ose 4.0.4 dpkg: Fehler ...
Post by: towo on 2011/05/16, 12:27:28
dpkg --purge $(dpkg -l | awk '/^rc/{print $2}') && apt-get -f install
Title: virtualbox-ose 4.0.4 dpkg: Fehler ...
Post by: jure on 2011/05/16, 13:14:49
towo - vielen Dank