Skip navigation
VMware

This Question is Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
19,466 Views 24 Replies Last post: Oct 21, 2009 7:32 AM by tstuser1 RSS
1 2 Previous Next
DidierM Lurker 2 posts since
Dec 1, 2004
Currently Being Moderated

Oct 2, 2008 2:03 PM

6.5 segfault in F10-beta

Running Fedora 10 Beta (kernel 2.6.27-0.370.rc8 , glibc-2.8.90-12) :

 

 

 

  1. vmware-modconfig --console --install-all

 

 

 

 

 

results in :

 

 

 

/usr/lib/vmware/bin/launcher.sh: line 231: 11405 Segmentation fault      "$binary" "$@"

 

 

 

 

 

 

 

dmesg reveals :

 

vmware-modconfi[11405]: segfault at 0 ip 000000321bc83b94 sp 00007fff532a2eb0 error 4 in libc-2.8.90.so[321bc00000+16c000]

 

 

 

 

 

 

 

Has anyone successfully patched 6.0.5 to run with 2.6.27 ?

 

 

 

 

 

 

 

Best regards,

 

 

 

Didier

mulicheng Lurker 3 posts since
Oct 3, 2008
Currently Being Moderated
1. Oct 3, 2008 12:41 PM in response to: DidierM
Re: 6.5 segfault in F10-beta

Having the same issue.  Can't build the kernel modules in fc10-beta.

jaycamp Hot Shot VMware Employees 84 posts since
Aug 5, 2007
Currently Being Moderated
2. Oct 3, 2008 3:22 PM in response to: DidierM
Re: 6.5 segfault in F10-beta

We've had a developer hit this internally as well so hopefully we'll be able to track it down.  In the meantime you can write a fairly simple shell script to install the kernel modules.  Just untar all the modules in /usr/lib/vmware/modules/source, run make and then copy the module to /lib/modules/`uname -r`/misc, run depmod -a, and run /etc/init.d/vmware restart.

 

-jay

zenocolo Lurker 2 posts since
Oct 20, 2008
Currently Being Moderated
4. Oct 20, 2008 2:23 PM in response to: jaycamp
Re: 6.5 segfault in F10-beta

 

Guys, you are to fast for me, I have same problem f10 beta/ vm 6.5:

 

 

Here what I did:

 

 

- untared archives

 

 

- run make in each dir

 

 

then:

 

 

Re: 6.5 segfault in F10-beta# ls

vmblock.o     vmci.o     vmmon.o     vmnet.o     vmppuser-only  vsock-only

vmblock-only  vmci-only  vmmon-only  vmnet-only  vmppuser.tar   vsock.tar

vmblock.tar   vmci.tar   vmmon.tar   vmnet.tar   vsock.o

Re: 6.5 segfault in F10-beta# cp *.o /lib/modules/`uname -r`/misc

Re: 6.5 segfault in F10-beta# depmod -a

Re: 6.5 segfault in F10-beta# /etc/init.d/vmware restart.

Usage: vmware {start|stop|status|restart|stoppable}

Re: 6.5 segfault in F10-beta# /etc/init.d/vmware restart

Stopping VMware services:

   Virtual machine communication interface                 Re: 6.5 segfault in F10-beta

   Virtual machine monitor                                 Re: 6.5 segfault in F10-beta

   Blocking file system                                    Re: 6.5 segfault in F10-beta

Starting VMware services:

   Virtual machine monitor                                 Re: 6.5 segfault in F10-beta

   Virtual machine communication interface                 Re: 6.5 segfault in F10-beta

   Blocking file system                                    Re: 6.5 segfault in F10-beta

   Virtual ethernet                                        Re: 6.5 segfault in F10-beta

Re: 6.5 segfault in F10-beta# vmware

Logging to /tmp/vmware-root/setup-21851.log

modinfo: could not find module vmmon

modinfo: could not find module vmnet

modinfo: could not find module vmblock

modinfo: could not find module vmci

modinfo: could not find module vsock

modinfo: could not find module vmmon

modinfo: could not find module vmnet

modinfo: could not find module vmblock

modinfo: could not find module vmci

modinfo: could not find module vsock

/usr/lib/vmware/bin/launcher.sh: line 231: 21851 Segmentation fault      "$binary" "$@"

 

 

 

 

 

Any advice?

 

 

tnx in advance

 

 

jaycamp Hot Shot VMware Employees 84 posts since
Aug 5, 2007
Currently Being Moderated
5. Oct 20, 2008 2:29 PM in response to: zenocolo
Re: 6.5 segfault in F10-beta

They probably need to be named *.ko instead of *.o.

zenocolo Lurker 2 posts since
Oct 20, 2008
Currently Being Moderated
6. Oct 20, 2008 3:35 PM in response to: jaycamp
Re: 6.5 segfault in F10-beta

chef, many thanks, this solved it... i copyed the wrong files over

gjmoed Novice 4 posts since
Jul 14, 2006
Currently Being Moderated
7. Oct 25, 2008 4:22 AM in response to: zenocolo
Re: 6.5 segfault in F10-beta

 

Guys, same problem here with rawhide, put a strace on it, it bombs out on enumerating binary modules dir, so I did:

 

 

mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old

 

 

And voila, no more segfaults...

 

 

 

 

 

mulicheng Lurker 3 posts since
Oct 3, 2008
Currently Being Moderated
8. Oct 29, 2008 9:33 AM in response to: gjmoed
Re: 6.5 segfault in F10-beta

I can build the modules manually (except vmppuser as noted before w/ -m486) and install them.  The vmware service reports success on loading them all:

 

Starting VMware services:

    

Virtual machine monitor

[  OK  ]

    

Virtual machine communication interface

[  OK  ]

    

Blocking file system

[  OK  ]

    

Virtual ethernet

[  OK  ]

    

Shared Memory Available

[  OK  ]

 

When I try to run vmware or vmplayer, I get:

 

 

vermagic:       2.6.27.4-58.fc10.x86_64 SMP mod_unload

filename:       /lib/modules/2.6.27.4-58.fc10.x86_64/misc/vmmon.ko

license:        GPL v2

description:    VMware Virtual Machine Monitor.

author:         VMware, Inc.

srcversion:     96CBF0250D0FB3F01BFBFFC

depends:

vermagic:       2.6.27.4-58.fc10.x86_64 SMP mod_unload

process 6566: Attempt to remove filter function 0x7f7245a36c40 user data 0x183e6a0, but no such filter has been added

 

I previously moved the binary modules directory but that didn't help.

 

I've tried this with 2.6.27.4-47.rc3 as well as 2.6.27.4-58

mulicheng Lurker 3 posts since
Oct 3, 2008
Currently Being Moderated
9. Oct 29, 2008 9:49 AM in response to: mulicheng
Re: 6.5 segfault in F10-beta

 

After searching around a bit, I found that starting haldaemon fixes the filter problem.

 

 

/etc/init.d/haldaemon start

 

 

   

 

 

Noel Expert 1,007 posts since
Dec 15, 2004
Currently Being Moderated
10. Oct 30, 2008 3:50 PM in response to: jaycamp
Re: 6.5 segfault in F10-beta
jaycamp wrote:

We've had a developer hit this internally as well so hopefully we'll be able to track it down.  In the meantime you can write a fairly simple shell script to install the kernel modules.  Just untar all the modules in /usr/lib/vmware/modules/source, run make and then copy the module to /lib/modules/`uname -r`/misc, run depmod -a, and run /etc/init.d/vmware restart.

 

While VMware works on putting out a fixed version of Workstation, attached is the script I use for Fedora 10 whenever a new kernel is released.  WARNING: you're on your own.  No warranty or support, even if you erase your entire hard drive.

Attachments:
jimlucas Lurker 1 posts since
Nov 7, 2008
Currently Being Moderated
11. Nov 26, 2008 6:31 AM in response to: Noel
Re: 6.5 segfault in F10-beta

 

Noel,

 

 

Thank you for the script.  That appears to have done the trick.

 

 

NLSurfMan Lurker 2 posts since
Nov 28, 2008
Currently Being Moderated
12. Nov 28, 2008 1:55 AM in response to: Noel
Re: 6.5 segfault in F10-beta

 

I have tried to run the script vmware-build-modules, but this is the output. Not surprisingly, VMWare Workstation still doesn't start, but bombs out withthe following message:

 

 

Nov 28 10:40:29 localhost kernel: vmware-modconfi[10637]: segfault at 0 ip 0000003fa7681d64 sp 00007fff7d81af00 error 4 in libc-2.9.so[3fa7600000168000]+

 

 

 

 

 

Obviously, I am not a Linux guru (yet , but still I would like to get VMWare to work on my Fedora 10 box. Attached is the output of that script.

 

 

 

 

 

Versin info: Linux PCWJ 2.6.27.5-117.fc10.x86_64 #1 SMP Tue Nov 18 11:58:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

 

 

 

Attachments:
smpouh Lurker 1 posts since
Nov 29, 2008
Currently Being Moderated
13. Nov 29, 2008 8:46 AM in response to: Noel
Re: 6.5 segfault in F10-beta

Noel,

 

Many thanks for the script. It works wonderfully.

 

Cheers,

smpouh

NLSurfMan Lurker 2 posts since
Nov 28, 2008
Currently Being Moderated
14. Dec 1, 2008 1:08 AM in response to: NLSurfMan
Re: 6.5 segfault in F10-beta

 

I solved my issue... Turns out I didn't have kernel-devel installed.

 

 

And the script works beautiful!

 

 

Bookmarked By (0)

Share This Page

Communities