Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [WORKAROUND] VMware issue, Debian Jessie  (Read 8856 times)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
[EN] [WORKAROUND] VMware issue, Debian Jessie
« on: 2013/05/10, 14:50:50 »
The vmware-modconfig module builder is crashing silently. In the log I find the "No matching PBM set was found for kernel 3.9-1.towo-siduction-amd64" error, which usually means the linux-headers package is missing.  However, the matching linux-headers package is installed and the log shows that it was found by the module builder, so I dunno what the new issue is.  Probably VMware has again fallen behind kernel development.  For the moment I am pinning my kernel version at the last 3.9-0.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
RE: VMware issue, kernel 3.9-1
« Reply #1 on: 2013/05/10, 17:36:16 »
Not sure if this will help at all considering the patch is for linux kernel 3.8, haven't had time to look for a newer one

http://communities.vmware.com/thread/432897?start=15&tstart=0
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: VMware issue, kernel 3.9-1
« Reply #2 on: 2013/05/10, 19:05:28 »
I dunno.

Since kernel 3.8, the patch here has been sufficient.  Moreover, in 5 years of using VMware, I have never seen this phenomenon of a silent crash after the module builder begins -- it normally pukes up an error for you, for example if you haven't installed the linux-headers or if there some issue with gcc.

In the thread you linked, they talk about the ".h" files in /usr/src/linux-headers-3.9-1.towo-siduction-amd64/include/linux/ being "grayed out".  I just compared those ".h" files to the same files for 3.9-0 and there is absolutely no visible difference when viewed with dolphin.

So I suspect there is something more going on, but probably smarter people than me will tell us what it is.


EDIT:  I posted the issue on vmware forums.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: VMware issue, kernel 3.9-1
« Reply #3 on: 2013/05/11, 02:34:20 »
Learning experience here -- the problem is NOT the new kernel. With a "workaround", the modules will compile for 3.9.1.  I had forgotten that a couple of things changed earlier in the week:

(1) new kernel released, and

(2) major sid upgrades after Wheezy release.

Observing that the problem occurs prior to, or in conjunction with calling /usr/bin/vmware-gksu, resulting in no gksu request for the root password, I tried running the module-updater directly, as root, and the modules built with no problem.

I don't think the problem is in KDE -- but I used my E-17 desktop to do this.  There is something in the recent Debian upgrades that is interfering with the gksu call -- that's the end of my ability to find the root cause.

Workaround:

Open a root terminal and issue

Code: [Select]
/usr/bin/vmware-modconfig --icon=vmware-player --appname=VMware


EDIT 11 MAY:  On one system, the workaround did not run successfully in a root terminal.  It was necessary to go to the tty console, as root, cd to the /usr/bin directory, and issue:

Code: [Select]
vmware-modconfig --console --install-all --icon=vmware-player --appname=VMware
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO