[Bug 459749] New: VMware-Player-2.5.1 segfaults on starting/configuring
https://bugzilla.novell.com/show_bug.cgi?id=459749 Summary: VMware-Player-2.5.1 segfaults on starting/configuring Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: coolo@novell.com ReportedBy: holgi@novell.com QAContact: qa@suse.de Found By: Component Test Created an attachment (id=260573) --> (https://bugzilla.novell.com/attachment.cgi?id=260573) strace-vmplayer.txt I installed VMware-Player-2.5.1-126130.x86_64.rpm on 11.1 and started ~ # vmplayer Logging to /tmp/vmware-root/setup-12881.log /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:72: error: unexpected identifier `colorize_scrollbar', expected character `}' 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/bin/vmplayer: line 31: 12881 Segmentation fault "$BINDIR"/vmware-modconfig --appname="VMware Player" --icon="vmware-player" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User dominique.leuenberger@tmf-group.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c1 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominique.leuenberger@tmf-group.com --- Comment #1 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2008-12-18 05:55:49 MST --- VMware Workstation does the same. In order to 'fix' this you will need to compile the modules manually and have them installed. After that, vmware player / workstation starts correctly. This has been reported to VMware (at lest by me). I have a script for you that can help you 'fix' this: --- START SCRIPT --- #/bin/sh cd /usr/lib/vmware/modules/source for a in *.tar ; do tar xf $a; done pushd vmblock-only; make; popd pushd vmci-only; make; popd pushd vmmon-only; make; popd pushd vmnet-only; make; popd cp vmci-only/Module.symvers vsock-only/ pushd vsock-only; make; popd find -name *.ko -exec cp \ {} /lib/modules/$(uname -r)/kernel/drivers/misc/ \; depmod -aq --- END SCRIPT --- in order for this to work, you will need to corresponding kernel-source packages, make, and gcc installed on your system (you would need this also without the script) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c2 --- Comment #2 from Holger Sickenberg <holgi@novell.com> 2008-12-18 07:04:45 MST --- Thanks a lot. vmplayer now starts. But if I start a machine I get the error that /dev/vmmon is missing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User dominique.leuenberger@tmf-group.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c3 --- Comment #3 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2008-12-18 07:13:57 MST --- argh.. right... the newer vmware vorkstations and server have a path hardcoded in their init script. in /etc/init.d/vmware you would find a function vmwareLoadModule() I suggest to change it to: vmwareLoadModule() { /sbin/modprobe "$1.ko" || exit 1 return 0 } and then of course /etc/init.d/vmware start Dominique -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c4 --- Comment #4 from Holger Sickenberg <holgi@novell.com> 2008-12-19 01:10:11 MST --- Thanks a lot: I removed the '.ko'-part and it's now working fine: vmwareLoadModule() { /sbin/modprobe "$1" || exit 1 return 0 } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c5 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |holgi@novell.com --- Comment #5 from Stephan Kulow <coolo@novell.com> 2009-01-19 09:03:14 MST --- how can I help this bug? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c6 Holger Sickenberg <holgi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|holgi@novell.com | --- Comment #6 from Holger Sickenberg <holgi@novell.com> 2009-01-19 10:13:02 MST --- I thought you know best how to deal with that issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|coolo@novell.com |kdupke@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=459749 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=459749#c8 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #8 from Stephan Kulow <coolo@novell.com> 2009-01-23 03:41:40 MST --- not a suse bug, please report to the vendor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com