Problems with the virtual box instalation.

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

Problems with the virtual box instalation.

Post by Lyecdevf »

Some one suggested to me to try with an application called virtualbox to get virtualization on my box. However, I am having problems with this software as well.

when I try to install it gives me this error:

Please close the other application e.g. 'updater Mananger', 'aptitude' or 'synaptic' first.

I am not sure if the problem has been created by me breaking the installation process before it ended. It was lasting too long!
We will either find a way, or make one.
- Hannibal

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

i agree this could have been caused from the failure to load fully. If you loaded the package using

Code: Select all

 apt-get install
then try and use

Code: Select all

 apt-get remove virtualbox
to remove the package and then start again.

dont forget to use

Code: Select all

apt-get update
as well and see if any package need updating :wink:

then try the install again

hope this helps :wink:
Last edited by computathug on 02 Oct 2007, 09:59, edited 1 time in total.

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

installing any OS/NOS

Post by DNR »

Drivers usually should be installed last, after the OS. All the Novell Netware consoles and servers I installed, you had to do commandline entries until the install was 80% complete at least. 'synaptic' is likely your pointing device, and update mgr could be another programs auto-updater.

At least disable those drivers from starting up, do a cold boot, and try again.

DNR

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

more RTFM

Post by DNR »

BTW, I checked out virtualbox and RTFM,

You might have to reregister/register those drivers
they say the commandline is comregister.cmd
There is special intructions
"
VBoxSVC.exe must not be running, so use the Windows task manager to verify this. Usually VBoxSVC.exe terminates automatically after 5 seconds of inactivity (i.e. no client connection) but especially when developing, it might sometimes stay around. In case the COM classes change (this usually happens when the file VirtualBox.xidl is updated) and you forget to reregister the classes, weird problems may appear.
"
yadayadayada..

and this..
"
If you have cygwin installed on your computer, you might have problems building if your have active cygwin programs or you might have problems starting cygwin programs when the VirtualBox build is running. To fix this, copy the cygwin1.dll from your cygwin installation (usually c:/cygwin/bin/cygwin1.dll) to kBuild/bin/x86.bin/cygwin1.dll.
"

Every OS/NOS has its pecularities. :roll:

DNR

User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

Re: more RTFM

Post by Lyecdevf »

DNR wrote: VBoxSVC.exe must not be running, so use the Windows task manager to verify this.
I am not running windows. I am running Ubuntu 7.04.

The virtual box is a deb installer. So I just double click it.
We will either find a way, or make one.
- Hannibal

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

try to rename the lock file, another one will be created if necessary.

Code: Select all

sudo mv /var/cache/apt/archives/lock /var/cache/apt/archives/lock_bak

User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

Post by Lyecdevf »

This is the answer I got:

mv: cannot stat `/var/cache/apt/archives/lock': No such file or directory
We will either find a way, or make one.
- Hannibal

Post Reply