Hi,
I installed Virtual/box from the official repos. However when I try to run a
Virtual OS it gives me the following error. http://i.imgur.com/sBzl4.png I
followed all the instructions after installing it.
10-13-2011, 05:29 PM
Richard Schütz
VirtualBox not running properly
Am 13.10.2011 19:28, schrieb Madhurya Kakati:
Hi,
I installed Virtual/box from the official repos. However when I try to run a
Virtual OS it gives me the following error. http://i.imgur.com/sBzl4.png I
followed all the instructions after installing it.
Did you add your user to the vboxusers group?
--
Regards,
Richard Schütz
10-13-2011, 05:31 PM
Victor Silva
VirtualBox not running properly
Have you tried to run?
/etc/init.d/vboxdrv setup
Again?
> Hi,
> I installed Virtual/box from the official repos. However when I try to run
> a
> Virtual OS it gives me the following error. http://i.imgur.com/sBzl4.png I
> followed all the instructions after installing it.
>
10-13-2011, 05:37 PM
Richard Schütz
VirtualBox not running properly
Am 13.10.2011 19:31, schrieb Victor Silva:
Have you tried to run?
/etc/init.d/vboxdrv setup
Again?
I think you mean rc.d here, but there is no init script anymore. To
build the modules /usr/bin/vboxbuild must be used now.
--
Regards,
Richard Schütz
10-13-2011, 05:41 PM
Victor Silva
VirtualBox not running properly
Yeah. I meant rc.d sorry I lsed here to check the place of thefile but
forgot in running ubuntu at work.
2011/10/13 Richard Schütz <r.schtz@t-online.de>
> Am 13.10.2011 19:31, schrieb Victor Silva:
>
> Have you tried to run?
>> /etc/init.d/vboxdrv setup
>> Again?
>>
>
> I think you mean rc.d here, but there is no init script anymore. To build
> the modules /usr/bin/vboxbuild must be used now.
>
> --
> Regards,
> Richard Schütz
>
10-13-2011, 05:47 PM
Ionut Biru
VirtualBox not running properly
On 10/13/2011 08:28 PM, Madhurya Kakati wrote:
Hi,
I installed Virtual/box from the official repos. However when I try to run a
Virtual OS it gives me the following error. http://i.imgur.com/sBzl4.png I
followed all the instructions after installing it.
do ls -l /usr/lib/virtualbox/VMMR0.r0
--
IonuÈ›
10-13-2011, 05:48 PM
Ionut Biru
VirtualBox not running properly
On 10/13/2011 08:47 PM, Ionut Biru wrote:
On 10/13/2011 08:28 PM, Madhurya Kakati wrote:
Hi,
I installed Virtual/box from the official repos. However when I try to
run a
Virtual OS it gives me the following error.
http://i.imgur.com/sBzl4.png I
followed all the instructions after installing it.
do ls -l /usr/lib/virtualbox/VMMR0.r0
and really, STOP USING SUDO
--
IonuÈ›
10-13-2011, 05:48 PM
Madhurya Kakati
VirtualBox not running properly
On Thursday, October 13, 2011, Victor Silva wrote:
> Yeah. I meant rc.d sorry I lsed here to check the place of thefile but
> forgot in running ubuntu at work.
>
> 2011/10/13 Richard Schütz <r.schtz@t-online.de <javascript:;>>
>
> > Am 13.10.2011 19:31, schrieb Victor Silva:
> >
> > Have you tried to run?
> >> /etc/init.d/vboxdrv setup
> >> Again?
> >>
> >
> > I think you mean rc.d here, but there is no init script anymore. To build
> > the modules /usr/bin/vboxbuild must be used now.
> >
> > --
> > Regards,
> > Richard Schütz
> >
>
Even kvm doesn't seem to work. I loaded the kvm-amd module and added myself
to the kvm group. When I try to run qemu with kvm I get this error:
Could not access KVM kernel module: Permission denied
failed to initialize KVM: Permission denied
No accelerator found!
10-13-2011, 05:51 PM
Madhurya Kakati
VirtualBox not running properly
On Thursday, October 13, 2011, Ionut Biru wrote:
> On 10/13/2011 08:28 PM, Madhurya Kakati wrote:
>
>> Hi,
>> I installed Virtual/box from the official repos. However when I try to run
>> a
>> Virtual OS it gives me the following error. http://i.imgur.com/sBzl4.png
>> I
>> followed all the instructions after installing it.
>>
>
> do ls -l /usr/lib/virtualbox/VMMR0.r0
>
> --
> IonuÈ›
>
[papul@archlinux ~]$ ls -l /usr/lib/virtualbox/VMMR0.r0
-rw-r--r-- 1 root root 727939 Oct 10 23:37 /usr/lib/virtualbox/VMMR0.r0
On Thursday, October 13, 2011, Ionut Biru wrote:
> On 10/13/2011 08:47 PM, Ionut Biru wrote:
>
>> On 10/13/2011 08:28 PM, Madhurya Kakati wrote:
>>
>>> Hi,
>>> I installed Virtual/box from the official repos. However when I try to
>>> run a
>>> Virtual OS it gives me the following error.
>>> http://i.imgur.com/sBzl4.png I
>>> followed all the instructions after installing it.
>>>
>>
>> do ls -l /usr/lib/virtualbox/VMMR0.r0
>>
>>
>
> and really, STOP USING SUDO
>
> --
> IonuÈ›
>
Why?
10-13-2011, 05:53 PM
Richard Schütz
VirtualBox not running properly
Am 13.10.2011 19:48, schrieb Madhurya Kakati:
Even kvm doesn't seem to work. I loaded the kvm-amd module and added myself
to the kvm group. When I try to run qemu with kvm I get this error:
Could not access KVM kernel module: Permission denied
failed to initialize KVM: Permission denied
No accelerator found!
Did you relogin after adding your user to the group?