Bugzilla – Bug 365374
problems with virtualbox guest tools
Last modified: 2009-10-01 06:15:07 UTC
I installed a suse 10.3 guest on a 10.3 host. I used the packages to install the guest tools, and I had to manually run this command in order to get the xorg vboxmouse driver working: mknod /dev/vboxadd c 254 0 -m 0666 Shouldn't that be created when the packages are installed? (By a udev rule or something?) Also, it would be nice if there was a sax profile to automatically configure the vbox mouse and video, as well as a README to get started with the guest tools.
>Also, it would be nice if there was a sax profile to automatically configure >the vbox mouse and video, See Bug #358460.
*** This bug has been marked as a duplicate of bug 358460 ***
This bug is only partially a duplicate of #358460 . The portion that still needs fixing is the creation of /dev/vboxadd. (I didn't see any reference to fixing this in #358460 )
oh, I see ...
Martin, do you plan to fix this for openSUSE 11.0? Otherwise we would need to revert the changes to SaX2 to use the vboxmouse driver as default.
It is fixed in current beta - the init scripts were just not packaged. It is not fixed in factory due to #368571 But i cannot test it as the build does not work right now - problem with includes and makefile and kernel sources ...
(In reply to comment #6 from Martin Kudlvasr) > It is fixed in current beta - the init scripts were just not packaged. It is > not fixed in factory due to #368571 Access denied. :-( Could you add me to Cc of this bugreport? > But i cannot test it as the build does not work right now - problem with > includes and makefile and kernel sources ... init_mm no longer exported. Right?
I didn't know what init_mm is :-) I got to Config.kmk and studying VBOX_LINUX_INCS . Adding the proper dirs should solve the problem right?
pity I cannot rollback comment#8 :-)
(In reply to comment #6 from Martin Kudlvasr) > It is fixed in current beta - the init scripts were just not packaged. It is > not fixed in factory due to #368571 Ok. This means, once virtualbox is available again in STABLE, the required device for vboxmouse will be created by virtualbox' init scripts. That's fine for me.
closing as fixed