Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-01-2007, 01:35 PM
|
#1
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Rep:
|
VirtualBox - problems
Hi.
I have a lot of problems with setting up a Virtual Machine under my Feisty installation..
The first thing is that I wanted to setup VmWare Server but this failed completely and now
Im not able to remove it anymore.
Then I tried Virtual Box and everything was running very good but after a reboot a problem came up:
Quote:
Failed to start VM execution (VERR_PGM_MAPPING_CONFLICT).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
|
I tried to solve it with : sudo chmod 666 /dev/vboxdrv and login as root and change the
permissions on this way but both didn't worked. After re log everything was set to standard
and even after I set the permissions I couldn't start the XP.
Sorry for my bad english and thanks for your help  !
|
|
|
06-02-2007, 10:15 AM
|
#2
|
Member
Registered: Dec 2004
Location: Northern CA
Distribution: Mepis 6.5
Posts: 123
Rep:
|
Have you added your user to the vboxdrv group?
|
|
|
06-03-2007, 12:55 AM
|
#3
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Original Poster
Rep:
|
I added myself to this Group |Users and Groups-> Manage Groups -> vboxusers -> Group ID 1001/ Group members: Root, Me.
Last edited by Franz1234; 06-03-2007 at 07:18 AM.
|
|
|
06-06-2007, 09:14 PM
|
#4
|
LQ Newbie
Registered: Jun 2007
Distribution: ubuntu
Posts: 2
Rep:
|
Try to run with "superuser" like this:
1- F2+alt
2- gksu VirtualBox
this temp sol
Note : I found it GID = 1003,i do not know how whether this variable from one organ to another or not.
|
|
|
06-07-2007, 05:27 AM
|
#5
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Original Poster
Rep:
|
Thanks for your help.
I dun have any Problems running VirtualBox as Superuser so I just leave it like this. Created a launcher for this too.
|
|
|
06-07-2007, 05:54 AM
|
#6
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847
Rep: 
|
It might be that you need to change the permissions on /dev/vboxdrv. Can you post the output of: If it says it's in the root group and not vboxusers, then that's probably the problem. The solution would be:
Code:
chmod 660 /dev/vboxdrv
chgrp vboxusers /dev/vboxdrv
See http://www.howtoforge.com/virtualbox_ubuntu near the bottom for the instructions on permissions.
This would be preferable to running anything graphical as root, which is generally considered something of an unnecessary security risk.
|
|
|
06-07-2007, 01:25 PM
|
#7
|
Member
Registered: Jul 2004
Location: Phoenix
Distribution: debian etch
Posts: 95
Rep:
|
I think I was getting the same error when I did a fresh install of Fiesty and VB. The problem is in the memory allocation in VB, you can't go above 192 mb of memory. As I said your error looks like the one I got, but it has been a month.
|
|
|
06-08-2007, 03:12 AM
|
#8
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Original Poster
Rep:
|
I installed Windows XP successful into the VirtualBox with 350mb Memory and its working as Superuser.
Here is the output of "ls -l /dev/vboxdrv"
Quote:
crw-rw---- 1 root vboxusers 10, 62 2007-06-08 15:59 /dev/vboxdrv
|
Quote:
If it says it's in the root group and not vboxusers, then that's probably the problem. The solution would be:
Code:
chmod 660 /dev/vboxdrv
chgrp vboxusers /dev/vboxdrv
|
Its working now 
Thanks very much. I will import the Virtual Xp to my User Account.
|
|
|
06-08-2007, 03:34 AM
|
#9
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847
Rep: 
|
Glad it's working 
|
|
|
06-08-2007, 09:02 AM
|
#10
|
Member
Registered: May 2004
Posts: 226
Rep:
|
Quote:
Originally Posted by pwc101
Glad it's working 
|
Is it possible to make guest OS staying in the same subnet (e.g., 10.0.1.0) to be able to see each other? Because I have two Debian (Etch) installed on VirtualBox (1.3.8). Both of them stay in the same subnet, however, they can not see each other. For example, when using ping from guest OS A, it replies with destination unreachable. So does the guest OS B. What should I do in order to communicate through network between guest OS?
Thank you very much,
|
|
|
06-08-2007, 09:13 AM
|
#11
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847
Rep: 
|
If you goal is to share data between each of the installations, then there is a mechanism built into VirtualBox which allows you to designate a directory on your host operating system as a shared folder. This can be accessed by either the host or guest OS (and I presume multiple guests simultaneously) allowing data transfer from the virtual world to the real world.
If this is not your aim, I don't know how to get one Virtual OS to communicate with the other. Sorry.
edit: It may also have been more sensible to start a new thread with this question so more people are likely to see it, and therefore increase your chances of getting a good answer! I've reported it to one of the mods to see if they'll separate it into a new thread.
Last edited by pwc101; 06-08-2007 at 09:14 AM.
|
|
|
06-09-2007, 04:05 AM
|
#12
|
Member
Registered: May 2004
Posts: 226
Rep:
|
Quote:
Originally Posted by pwc101
If you goal is to share data between each of the installations, then there is a mechanism built into VirtualBox which allows you to designate a directory on your host operating system as a shared folder. This can be accessed by either the host or guest OS (and I presume multiple guests simultaneously) allowing data transfer from the virtual world to the real world.
If this is not your aim, I don't know how to get one Virtual OS to communicate with the other. Sorry.
edit: It may also have been more sensible to start a new thread with this question so more people are likely to see it, and therefore increase your chances of getting a good answer! I've reported it to one of the mods to see if they'll separate it into a new thread.
|
It seems not my aiming because I want to use network to communicate between two guest OS (not merely sharing data between them). Nonetheless, thanks for replying me message and giving me advice. I appreciate it. Thank you.
|
|
|
06-09-2007, 04:07 AM
|
#13
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Original Poster
Rep:
|
Hey I have another question.
I installed Windows Vista Business under VirtualBox and now I want to set up a network connection for Vista so I can load Updates. Is there any solution like Bridget Networking so that the VirtualBox shares the Network connection with Ubuntu?
Thanks for your help 
|
|
|
06-09-2007, 05:24 AM
|
#14
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847
Rep: 
|
I haven't tried installing Vista since I don't have enough RAM - VirtualBox won't install it unless the host has more than 512MB. But I should think if the network is enabled in the setup (i.e. before you boot your Vista VM), then Vista should automatically connect you to the network you're host (Linux) is on.
Here's my Windows XP Setup, showing the Networking enabled:
http://img87.imageshack.us/img87/9316/virtualboxtp4.png
|
|
|
06-09-2007, 10:41 PM
|
#15
|
LQ Newbie
Registered: Jun 2007
Posts: 18
Original Poster
Rep:
|
Thanks for reply.
Are you connected with cable or wireless?
I think my problem is that I'm connecting wireless.
Someone any idea?
Edit:
Now I know why its not working
>> Look here
Quote:
There is no networking in Windows Vista guests initially because, unfortunately, with Vista, Microsoft dropped driver support for the virtual AMD PCnet card that we are providing. See "Troubleshooting" -> "Windows guests" in the User Manual for a solution. The VirtualBox Guest Additions of version 1.4.0 contain the AMD PCnet driver.
|
But even after I installed the Driver its not working 
Last edited by Franz1234; 06-10-2007 at 01:54 AM.
|
|
|
All times are GMT -5. The time now is 07:40 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|