LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 01-13-2016, 11:39 AM   #1
monojeffrey
Member
 
Registered: May 2012
Posts: 85
Blog Entries: 1

Rep: Reputation: Disabled
Unable to Start Vmware workstation (11 bundle) services in opensuse 42.1


Hi,

recently installed opensuse 42 -64bit in my lap
installed vmware workstation bundle 11.1

installed
kernel-devel
kernel-source
gcc
cpp
make

etc which are required

but now unable to start the services
googled lot and tried lot of options nothing works
 
Old 01-13-2016, 11:42 AM   #2
monojeffrey
Member
 
Registered: May 2012
Posts: 85

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
please refer attached logs

uploaded logs

--
also please refer below
--
vmware-modconfig --console --install-al
Stopping VMware services:
VMware Authentication Daemon done
VM communication interface socket family done
Virtual machine communication interface done
Virtual machine monitor done
Blocking file system done
make: Entering directory '/tmp/modconfig-c1BO2b/vmmon-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/4.1.13-5-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-4.1.13-5-obj/x86_64/default'
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/linux/driver.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/linux/hostif.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/linux/driverLog.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/memtrack.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/apic.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/hashFunc.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/vmx86.o
/tmp/modconfig-c1BO2b/vmmon-only/linux/driver.c:1332:1: warning: always_inline function might not be inlinable [-Wattributes]
LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
^
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/cpuid.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/task.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/comport.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/common/phystrack.o
CC [M] /tmp/modconfig-c1BO2b/vmmon-only/vmcore/moduleloop.o
LD [M] /tmp/modconfig-c1BO2b/vmmon-only/vmmon.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/modconfig-c1BO2b/vmmon-only/vmmon.mod.o
LD [M] /tmp/modconfig-c1BO2b/vmmon-only/vmmon.ko
make[1]: Leaving directory '/usr/src/linux-4.1.13-5-obj/x86_64/default'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/tmp/modconfig-c1BO2b/vmmon-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/tmp/modconfig-c1BO2b/vmmon-only'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory '/tmp/modconfig-c1BO2b/vmmon-only'
make: Entering directory '/tmp/modconfig-c1BO2b/vmnet-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/4.1.13-5-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-4.1.13-5-obj/x86_64/default'
CC [M] /tmp/modconfig-c1BO2b/vmnet-only/driver.o
CC [M] /tmp/modconfig-c1BO2b/vmnet-only/hub.o
CC [M] /tmp/modconfig-c1BO2b/vmnet-only/userif.o
CC [M] /tmp/modconfig-c1BO2b/vmnet-only/netif.o
/tmp/modconfig-c1BO2b/vmnet-only/driver.c: In function VNetFileOpUnlockedIoctl:
/tmp/modconfig-c1BO2b/vmnet-only/driver.c:1194:20: error: struct file has no member named f_dentry
if (filp && filp->f_dentry) {
^
/tmp/modconfig-c1BO2b/vmnet-only/driver.c:1195:19: error: struct file has no member named f_dentry
inode = filp->f_dentry->d_inode;
^
/tmp/modconfig-c1BO2b/vmnet-only/userif.c: In function VNetCopyDatagram:
/tmp/modconfig-c1BO2b/vmnet-only/userif.c:526:4: error: implicit declaration of function skb_copy_datagram_iovec [-Werror=implicit-function-declaration]
return skb_copy_datagram_iovec(skb, 0, &iov, len);
^
cc1: some warnings being treated as errors
/usr/src/linux-4.1.13-5/scripts/Makefile.build:274: recipe for target '/tmp/modconfig-c1BO2b/vmnet-only/userif.o' failed
make[4]: *** [/tmp/modconfig-c1BO2b/vmnet-only/userif.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/usr/src/linux-4.1.13-5/scripts/Makefile.build:274: recipe for target '/tmp/modconfig-c1BO2b/vmnet-only/driver.o' failed
make[4]: *** [/tmp/modconfig-c1BO2b/vmnet-only/driver.o] Error 1
In file included from /usr/src/linux-4.1.13-5/include/linux/pci.h:35:0,
from /tmp/modconfig-c1BO2b/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-c1BO2b/vmnet-only/netif.c:43:
/usr/src/linux-4.1.13-5/include/linux/pci_ids.h:2252:0: warning: "PCI_VENDOR_ID_VMWARE" redefined [enabled by default]
#define PCI_VENDOR_ID_VMWARE 0x15ad
^
In file included from /tmp/modconfig-c1BO2b/vmnet-only/net.h:38:0,
from /tmp/modconfig-c1BO2b/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-c1BO2b/vmnet-only/netif.c:42:
/tmp/modconfig-c1BO2b/vmnet-only/vm_device_version.h:56:0: note: this is the location of the previous definition
#define PCI_VENDOR_ID_VMWARE 0x15AD
^
/usr/src/linux-4.1.13-5/Makefile:1410: recipe for target '_module_/tmp/modconfig-c1BO2b/vmnet-only' failed
make[3]: *** [_module_/tmp/modconfig-c1BO2b/vmnet-only] Error 2
Makefile:146: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:24: recipe for target '__sub-make' failed
make[1]: *** [__sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-4.1.13-5-obj/x86_64/default'
Makefile:120: recipe for target 'vmnet.ko' failed
make: *** [vmnet.ko] Error 2
make: Leaving directory '/tmp/modconfig-c1BO2b/vmnet-only'
Unable to install all modules. See log for details.
Attached Files
File Type: log vmware-10817.log (6.9 KB, 21 views)
 
Old 01-13-2016, 02:15 PM   #3
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
If you google the first error in your log, it brings you here:
https://communities.vmware.com/thread/499483

Looks like a bug in VMWare. Apparently it's fixed in version 11.1.2-2780323
 
Old 01-14-2016, 07:46 AM   #4
monojeffrey
Member
 
Registered: May 2012
Posts: 85

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
uninstalled vmware workstation 11.1 and installed version 12
now its working without any issues
 
  


Reply

Tags
opensuse, vmware tools error, workstation



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Vmware Workstation unable to start services Broker824 Slackware 17 10-04-2015 12:44 PM
Unable to run VMware workstation 10 on opensuse 13.2 rupeshforu3 Linux - Virtualization and Cloud 2 11-14-2014 03:01 PM
[SOLVED] Unable to start services.-vmware player not working in ubuntu 14.4 mr.cracker Ubuntu 2 04-21-2014 10:45 AM
Problem installing VMware 7 workstation bundle alokanand007 Linux - Software 1 10-13-2012 08:07 PM
Changed my user password and now VMware tells me unable to start services... Swaggoner Linux - Newbie 2 08-02-2011 08:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 10:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration