Hallo,
I can not install the Extension Pack under aptosid.
Das Zusatzpaket
~/Oracle_VM_VirtualBox_Extension_Pack-4.0.4-70112.vbox-extpack konnte
nicht installiert werden.
The installer failed with exit code 1:
Fehlercode:
NS_ERROR_FAILURE (0x80004005)
Komponente:
ExtPackManager
Interface:
IExtPackManager {2451b1ba-ab1c-42fb-b453-c58433bea8c7}
What is the reason for that and how can I install the Extension Pack?
I have adding the user to the Group vboxusers.
Regards
Ch. Hanisch
Can't install extensions
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Can't install extensions
Install it from the VBOX Gui.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
Hanisch
- Posts: 26
- Joined: 8. Apr 2011, 13:11
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Gentoo
Re: Can't install extensions
I have done so, but the error is permanent.stefan.becker wrote:Install it from the VBOX Gui.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Can't install extensions
Don't change the name of the file. Then if the GUI doesn't trigger a gksu dialogue or other method of using su, then do the following:
To make sure you don't have one or need to remove the old version. If a previous version is found, remove it by doing this:
Don't forget the quotes. Then do this:
Pay close attention to the uninstall and install commands, you MUST use root privileges for it. If you don't have sudo privileges, use 'su' to become root and run the command again (you can skip sudo).
Code: Select all
VBoxManage list extpacksCode: Select all
sudo VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"Code: Select all
sudo VBoxManage extpack install /path/to/filenameRead the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
Hanisch
- Posts: 26
- Joined: 8. Apr 2011, 13:11
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Gentoo
Re: Can't install extensions
Ok. - Thank you. This works fine.Sasquatch wrote:Don't change the name of the file. Then if the GUI doesn't trigger a gksu dialogue or other method of using su, then do the following:To make sure you don't have one or need to remove the old version. If a previous version is found, remove it by doing this:Code: Select all
VBoxManage list extpacksDon't forget the quotes. Then do this:Code: Select all
sudo VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"Pay close attention to the uninstall and install commands, you MUST use root privileges for it. If you don't have sudo privileges, use 'su' to become root and run the command again (you can skip sudo).Code: Select all
sudo VBoxManage extpack install /path/to/filename
But why is the method with GUI not working?
Regards
Ch. Hanisch
Last edited by Hanisch on 13. Apr 2011, 14:54, edited 1 time in total.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Can't install extensions
This is probably due to the fact that your sudo or gksu isn't working properly. I had the same problem and reported it here: http://www.virtualbox.org/ticket/8110. The status hasn't changed since. This is one of the special cases that need manual CLI installation to get it going.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.