Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68735 - patch for vmware-workstation to make it play nice on a pure udev system
Summary: patch for vmware-workstation to make it play nice on a pure udev system
Status: RESOLVED DUPLICATE of bug 54269
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-24 12:40 UTC by Michiel de Bruijne
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for vmware-workstation init-script (vmware.diff,898 bytes, patch)
2004-10-24 12:41 UTC, Michiel de Bruijne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel de Bruijne 2004-10-24 12:40:19 UTC
The real solution for vmware-workstation to make it play nice on a pure udev system (without saving devices to a tarball) is to make vmware-workstation sysfs-aware. However this is not the case (yet). For people that use a pure udev system vmware-workstation doesn't work out of the box. Hereby a patch to the init-file to make vmware-workstation work on a pure udev system out of the box. The init-script still works on systems with devfs or static devices.
Comment 1 Michiel de Bruijne 2004-10-24 12:41:06 UTC
Created attachment 42509 [details, diff]
patch for vmware-workstation init-script
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-24 12:53:30 UTC
I would also like to see this fixed, but its a duplicate of bug 54269.

But maybe we can get wolf31o2(please assign this bug to him) to accept this solution.

Looks pretty good imho :)
Comment 3 Michiel de Bruijne 2004-10-24 13:08:49 UTC
I checked bugzilla before creating this report and saw bug 54269. I don't agree with you that this a duplicate, because the proposed solution in the other bug is to create an (other) tarball to save the devices. This script just creates the devices when vmware-workstation starts and the devices are destroyed after a reboot. We want to accomplish the same thing but use different methods.
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2004-10-24 14:18:00 UTC
Same bug, and regardless of the solution, we've already decided that its an upstream bug

*** This bug has been marked as a duplicate of 54269 ***
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-17 00:28:04 UTC
upstream says we should add 

for a in `seq 0 9`; do mknod /dev/vmnet$a c 119 $a; done

at the top of /etc/init.d/vmware

See this post from petr: 
http://www.vmware.com/community/thread.jspa?forumID=19&threadID=8892&messageID=83028#75774
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2004-11-18 10:09:49 UTC

*** This bug has been marked as a duplicate of 54269 ***