Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 401029

Summary: app-emulation/virtualbox-guest-additions creates /var/run/vboxguest
Product: Gentoo Linux Reporter: Maxim Kammerer <mk>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: patrick, swapon
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 332633    

Description Maxim Kammerer 2012-01-27 13:56:49 UTC
The reason is apparently:

    enewuser vboxguest -1 /bin/sh /var/run/vboxguest vboxguest

This conflicts with the policy of only creating directories in /var/run on demand.

As far as I can tell, the service doesn't use that directory, but didn't check thoroughly. If it is not needed, /dev/null can be used in enewuser instead. If it is needed, I guess that the proper location is /var/lib.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-12-22 12:28:09 UTC
+*virtualbox-guest-additions-4.2.6 (22 Dec 2012)
+*virtualbox-guest-additions-4.1.24 (22 Dec 2012)
+
+  22 Dec 2012; Lars Wendler <polynomial-c@gentoo.org>
+  virtualbox-guest-additions-4.1.22.ebuild,
+  +virtualbox-guest-additions-4.1.24.ebuild,
+  -virtualbox-guest-additions-4.2.2.ebuild,
+  virtualbox-guest-additions-4.2.4.ebuild,
+  +virtualbox-guest-additions-4.2.6.ebuild:
+  Version bump. Removed old. Don't create /var/run/vboxguest (bug #401029).
+