summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/XX_vmware.sh
diff options
context:
space:
mode:
authorVolker Uhrig2008-10-13 12:47:15 +0200
committerVolker Uhrig2008-10-13 12:47:15 +0200
commit0d17461cb57bfe150b57e6bbfb6913b3b149cfae (patch)
tree584d1117587ff9a1d799f1ca1c0be7460f92ed61 /os-plugins/plugins/vmware/XX_vmware.sh
parent* Some more preparation. Mainly kernel and plugin config (diff)
downloadcore-0d17461cb57bfe150b57e6bbfb6913b3b149cfae.tar.gz
core-0d17461cb57bfe150b57e6bbfb6913b3b149cfae.tar.xz
core-0d17461cb57bfe150b57e6bbfb6913b3b149cfae.zip
* got vmplayer running without their installer and like on our vmware system
* not tested on an OpenSLX Client yet! * kernel modules can become ugly git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2286 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/XX_vmware.sh')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index 92c8c347..88a9b683 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -192,6 +192,17 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \
for i in "/dev/vmnet0 c 119 0" "/dev/vmmon c 10 165"; do
mknod $i
done
+ # looks like it gets created by insmod
+ # but permission wasnt correct. 666 was on a testclient
+ # won't work here. two systems, to different node informations
+ # we have to run it after vmci is loaded
+ # and we don't need vmci, because its just for communications
+ # between more as one VM
+ #if [ "${vmware_kind}" = "vmpl2.5" && ! -e /dev/vmci ]; then
+ # mknod --mode=666 /dev/vmci c 10 $(cat /proc/misc|grep vmci|awk '{print $1}')
+ #elsif [ "${vmware_kind}" == "vmpl2.5" ]; then
+ # chmod 666 /dev/vmci
+ #fi
chmod 0700 /dev/vmnet*
chmod 1777 /mnt/etc/vmware/fd-loop