You are not logged in.
Pages: 1
Hallo,
i`m trying to setup a vmware-workstation in my arch system following the directions i found in the wiki. i used Lone_Wolf`s 5.5.2 PKGBUILD found in AUR. After runnig "/opt/vmware/vmware-config.pl i get this output:
.
.
.
.
/etc/vmware/init.d/vmware: line 753: hown: command not found
/etc/vmware/init.d/vmware: line 754: hown: command not found
/etc/vmware/init.d/vmware: line 755: hown: command not found
/etc/vmware/init.d/vmware: line 756: hown: command not found
/etc/vmware/init.d/vmware: line 757: hown: command not found
/etc/vmware/init.d/vmware: line 758: hown: command not found
/etc/vmware/init.d/vmware: line 759: hown: command not found
/etc/vmware/init.d/vmware: line 760: hown: command not found
/etc/vmware/init.d/vmware: line 761: hown: command not found
/etc/vmware/init.d/vmware: line 762: hown: command not found
/etc/vmware/init.d/vmware: line 763: hown: command not found
/etc/vmware/init.d/vmware: line 764: hown: command not found
/etc/vmware/init.d/vmware: line 765: hown: command not found
/etc/vmware/init.d/vmware: line 766: hown: command not found
/etc/vmware/init.d/vmware: line 767: hown: command not found
/etc/vmware/init.d/vmware: line 768: hown: command not found
it would be nice, if someon could help me
thx
tomtom
Offline
I think that something ended in the wrong spot during your installation.
At list that is my impression reading the line of error code, becasue vmware should be in /etc/rc.d/vmware but yours seems to be in /etc/vmware/init.d/vmware
See the difference?
I think you should double-check your installation.
Offline
No, there should be a /etc/vmware/init.d/vmware too.
I think there might be a problem with the PKGBUILD:
sed -i '/c 119 "$vHubNr"/ a
chown root:vmware /dev/vmnet*
' $startdir/pkg/etc/vmware/init.d/vmware
Presumably that should all be one line.. I'm not sure if that would cause the problem or not, but it's got a 'chown' and references that init.d/vmware file.
I am a gated community.
Offline
@ stonecrest
I think there might be a problem with the PKGBUILD:
sed -i '/c 119 "$vHubNr"/ a chown root:vmware /dev/vmnet* ' $startdir/pkg/etc/vmware/init.d/vmware
Presumably that should all be one line.. I'm not sure if that would cause the problem or not, but it's got a 'chown' and references that init.d/vmware file.
That was the correct hint!!! I changed the relevant line and now it works like a charm!!!!!
Thank you very much!!
I'm so happy now!!!
tomtom
Offline
Glad to help.
I am a gated community.
Offline
Argh...
Have anyone tried to compile a vmmon module for 2.6.18 kernel?
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.6.18-ARCH/include
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.18-ARCH). Even if the module were to compile
successfully, it would not load into the running kernel.
It's human? He's got a face like a join-the-dots puzzle!
Offline
I just checked and with the stock kernel 2.6.18.1-2 i have no problem rebuilding vmmon and th eother vmware modules.
Did you use the 5.5.2 PKGBUILD shown in the comments of the AUR package for vmware workstation ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Did you use the 5.5.2 PKGBUILD shown in the comments of the AUR package for vmware workstation ?
My fault, I used the 5.5.1. With the 5.5.2 everything works fine.
It's human? He's got a face like a join-the-dots puzzle!
Offline
Pages: 1