You are not logged in.

#26 2008-09-20 11:51:28

rine
Member
From: Germany
Registered: 2008-03-04
Posts: 217

Re: virtualbox 2.0.2 not working

godane wrote:

The release virutalbox-ose doesn't work is cause i think the maintainer forgot to added VirtualBox.so has a softlink. It needs to be in /usr/lib and /usr/lib/virtualbox for something. But like you said tsweetser, all that needs to be done to get to work is copy VirtualBox.so to /usr/lib/virtualbox.

I did that before. Virtualbox started fine, but when I wanted to run an OS, I'd get some version error.

Offline

#27 2008-09-20 13:04:20

ironwiller
Member
Registered: 2007-07-09
Posts: 69

Re: virtualbox 2.0.2 not working

i did copy Virtualbox.so from /usr/lib to /usr/lib/virtualbox but still the same message.. what else should i do to fix it without putting virtualbox_bin? ty

Offline

#28 2008-09-21 06:19:15

teMplaryum
Member
From: Serbia
Registered: 2007-09-11
Posts: 30
Website

Re: virtualbox 2.0.2 not working

I made a symlink in /usr/lib/virtualbox to /usr/lib/Virtualbox.so, but I still need to start VirtualBox with sudo, even though I am in vboxusers group.


Online at:
Twit | Facebook | Blog

Registered Linux user #469726

Offline

#29 2008-09-21 13:11:11

EpicRag
Member
From: Lisbon/Beja, Portugal
Registered: 2008-09-01
Posts: 8

Re: virtualbox 2.0.2 not working

There's another problem with this package.
I copied the VirtualBox.so file into /usr/lib/virtualbox and I got another message:

$ sudo VirtualBox 
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory

Knowing that Virtual Box 2.0 uses Qt4, I installed it and VirtualBox started working. Therefore, Qt4 needs to be on the dependencies list of the package virtualbox-ose-2.0.2.

Also, does anybody know who can I run this with my regular user without sudo?

Last edited by EpicRag (2008-09-21 13:12:27)

Offline

#30 2008-09-21 13:30:29

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: virtualbox 2.0.2 not working

EpicRag wrote:

There's another problem with this package.
I copied the VirtualBox.so file into /usr/lib/virtualbox and I got another message:

$ sudo VirtualBox 
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory

Knowing that Virtual Box 2.0 uses Qt4, I installed it and VirtualBox started working. Therefore, Qt4 needs to be on the dependencies list of the package virtualbox-ose-2.0.2.

Also, does anybody know who can I run this with my regular user without sudo?

Put yourself in the vbox-users group ?


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#31 2008-09-21 13:52:11

EpicRag
Member
From: Lisbon/Beja, Portugal
Registered: 2008-09-01
Posts: 8

Re: virtualbox 2.0.2 not working

moljac024 wrote:
EpicRag wrote:

There's another problem with this package.
I copied the VirtualBox.so file into /usr/lib/virtualbox and I got another message:

$ sudo VirtualBox 
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory

Knowing that Virtual Box 2.0 uses Qt4, I installed it and VirtualBox started working. Therefore, Qt4 needs to be on the dependencies list of the package virtualbox-ose-2.0.2.

Also, does anybody know who can I run this with my regular user without sudo?

Put yourself in the vbox-users group ?

vbox-users or vboxusers? I have myself on the second one.

#EDIT: Adding my user to those groups doesn't solve the problem. sad

Last edited by EpicRag (2008-09-21 13:54:13)

Offline

#32 2008-09-21 14:06:33

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: virtualbox 2.0.2 not working

Something that confuses me is, usb support in OSE? loading Virtualbox now to test it out

MrG

Whats this?

http://forums.virtualbox.org/viewtopic. … 1c51153b62

Last edited by Mr Green (2008-09-21 14:14:40)


Mr Green

Offline

#33 2008-09-21 14:16:10

EpicRag
Member
From: Lisbon/Beja, Portugal
Registered: 2008-09-01
Posts: 8

Re: virtualbox 2.0.2 not working

It seems that to run virtualbox-ose-2.0.2 on a regular user it is needed to compile it with the flag --disable-hardening.
Found this here: http://forums.virtualbox.org/viewtopic. … 5c399624e2

Last edited by EpicRag (2008-09-21 14:16:30)

Offline

#34 2008-09-21 19:30:09

gcarrier
Member
From: Grenoble, France
Registered: 2008-05-05
Posts: 4
Website

Re: virtualbox 2.0.2 not working

Hi. I'm the new maintainer of virtualbox-ose and a few others related. Sorry, I did crap with this package. I'm working on it right now. I hope I'll be able to fix all these problems tonight. Don't hesitate to contact a maintainer whenever something goes wrong, it helps a lot to get feedback.

Last edited by gcarrier (2008-09-21 19:31:22)

Offline

#35 2008-09-21 20:22:50

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: virtualbox 2.0.2 not working

No problem, trying to build but not having much luck at the moment


Mr Green

Offline

#36 2008-09-21 21:20:20

dninja
Member
From: Sheffield, UK
Registered: 2006-04-29
Posts: 374
Website

Re: virtualbox 2.0.2 not working

gcarrier, are you planning to build it with the --disable-hardening flag?

Offline

#37 2008-09-22 06:36:37

ukognos
Member
Registered: 2008-07-18
Posts: 41

Re: virtualbox 2.0.2 not working

An update to virtualbox-ose-2.0.2-2 fixed all problems.

Thanks smile

Offline

#38 2008-09-22 07:04:43

mitoyarzun
Member
Registered: 2008-09-19
Posts: 9

Re: virtualbox 2.0.2 not working

Hi.

I upgraded, but still can't run my virtual machines, I got the following error:

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -4 (VERR_INVALID_HANDLE).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

Of course I loaded the module, and I have writing permissions (to /dev/vboxdrv)... anyone experiencing the same? Maybe I screwed my system while trying to repair 2.0.2-1...

Any help will be appreciated, thanks!

Offline

#39 2008-09-22 07:21:53

flateric
Member
Registered: 2007-08-28
Posts: 52

Re: virtualbox 2.0.2 not working

mitoyarzun wrote:

Hi.

I upgraded, but still can't run my virtual machines, I got the following error:

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -4 (VERR_INVALID_HANDLE).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

Of course I loaded the module, and I have writing permissions (to /dev/vboxdrv)... anyone experiencing the same? Maybe I screwed my system while trying to repair 2.0.2-1...

Any help will be appreciated, thanks!

Hello,

same problem, modul is loaded, /dev/vboxdrv exists and writing permissions are OK, but I can't start any virtual machine. sad

FlatEric

Offline

#40 2008-09-22 07:42:38

k_f
Member
Registered: 2008-06-05
Posts: 6

Re: virtualbox 2.0.2 not working

I am having the same problem as mitoyarzun and flateric, tried to clean up and reinstall a few times, still not working.

Offline

#41 2008-09-22 07:56:57

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: virtualbox 2.0.2 not working

Same here. After upgrading  to 2.0.2-2 starting the client works fine but opening a VM only produces that error message.

Offline

#42 2008-09-22 08:46:05

tachy
Member
From: Denmark
Registered: 2008-07-24
Posts: 24

Re: virtualbox 2.0.2 not working

I'm having the exact same problem.
Any updates on this?

For some reason I don't like running WinXP with root privileges wink

Offline

#43 2008-09-22 08:46:52

dninja
Member
From: Sheffield, UK
Registered: 2006-04-29
Posts: 374
Website

Re: virtualbox 2.0.2 not working

Assuming the kernel module has changed, have you rebooted or manually removing the kernel module and then restarting it?

It works fine for me when running as root just not as a normal user so I assume that the --disable-hardening wasn't included in the build

Offline

#44 2008-09-22 09:49:13

zyghom
Member
From: Poland/currently Africa
Registered: 2006-05-11
Posts: 432
Website

Re: virtualbox 2.0.2 not working

I have no idea what you are talking about: I'm using VB already for long time, recently it is: virtualbox_bin 2.0.2-2 and I'm even happy that module is inside this one packgage - all is working fine here


Zygfryd Homonto

Offline

#45 2008-09-22 10:00:19

teMplaryum
Member
From: Serbia
Registered: 2007-09-11
Posts: 30
Website

Re: virtualbox 2.0.2 not working

You obviously haven't read through recent posts. We are talking about the free software version - virtualbox-ose package, not about virtualbox_bin.


Online at:
Twit | Facebook | Blog

Registered Linux user #469726

Offline

#46 2008-09-22 10:12:34

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: virtualbox 2.0.2 not working

I'm also having the vboxdrv error.


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#47 2008-09-22 10:22:55

zyghom
Member
From: Poland/currently Africa
Registered: 2006-05-11
Posts: 432
Website

Re: virtualbox 2.0.2 not working

teMplaryum wrote:

You obviously haven't read through recent posts. We are talking about the free software version - virtualbox-ose package, not about virtualbox_bin.

yes yes, I know
that was my kind of suggestion: go for this package which is workin
and usb is working

wink


Zygfryd Homonto

Offline

#48 2008-09-22 10:30:04

dninja
Member
From: Sheffield, UK
Registered: 2006-04-29
Posts: 374
Website

Re: virtualbox 2.0.2 not working

Is USB not working a permanent issue with the ose package or is it a temporary or machine specific thing? I haven't tried usb yet.

Offline

#49 2008-09-22 10:31:08

zyghom
Member
From: Poland/currently Africa
Registered: 2006-05-11
Posts: 432
Website

Re: virtualbox 2.0.2 not working

AFAIK usb only in closed version
at least it was in 1.x version


Zygfryd Homonto

Offline

#50 2008-09-22 10:43:09

dninja
Member
From: Sheffield, UK
Registered: 2006-04-29
Posts: 374
Website

Re: virtualbox 2.0.2 not working

Why? Any reason?

Offline

Board footer

Powered by FluxBB