summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/XX_vmware.sh
diff options
context:
space:
mode:
authorVolker Uhrig2008-10-15 13:10:16 +0200
committerVolker Uhrig2008-10-15 13:10:16 +0200
commit720e391c158abdcd15d8ba6d7a16d7a673567b74 (patch)
treefd205de62b1e2957ba71e953a48eccec8986097a /os-plugins/plugins/vmware/XX_vmware.sh
parent * revert to r2302 / remove plugin env variables workaround (diff)
downloadcore-720e391c158abdcd15d8ba6d7a16d7a673567b74.tar.gz
core-720e391c158abdcd15d8ba6d7a16d7a673567b74.tar.xz
core-720e391c158abdcd15d8ba6d7a16d7a673567b74.zip
* minor fixes like ident, kernel modules, removing not needed
vmplayer2.5 feature (to bring it in sync with dirk changes) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2314 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, 0 insertions, 11 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index eed9b2c3..f413f829 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -192,17 +192,6 @@ $(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