↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: vmware

Post navigation

← Older posts
Newer posts →

VMware – Still waiting for 12.5.8…

Adventures With Linux ™ Posted on September 11, 2017 by RGSeptember 11, 2017

Apparently there is ‘no information’ on the possible availability of an update to the 12.5.x version of VMware, to fix the well-known problems with GCC 7 etc… If you were thinking of trying the ‘technology preview’ version – which came out some months ago – then this version also has a problem with GCC 7 (tested with … Continue reading →

Posted in Fedora, kernel, Linux, Opinion, VMware | Tagged fails with gcc 7, kernel, linux, technology preview, testing, vmware, waiting for 12.5.8 | 4 Replies

VMware – Still waiting for 12.5.8…

Adventures With Linux ™ Posted on September 11, 2017 by RGSeptember 11, 2017

Apparently there is ‘no information’ on the possible availability of an update to the 12.5.x version of VMware, to fix the well-known problems with GCC 7 etc… If you were thinking of trying the ‘technology preview’ version – which came out some months ago – then this version also has a problem with GCC 7 (tested with … Continue reading →

Posted in Fedora, kernel, Linux, Opinion, VMware | Tagged fails with gcc 7, kernel, linux, technology preview, testing, vmware, waiting for 12.5.8 | Leave a reply

VMware – Simple Fix for 12.5.6 Runtime with Fedora 26

Adventures With Linux ™ Posted on May 29, 2017 by RGMay 29, 2017

After further research, I have found a simple solution for the VMware 12.5.6 runtime, with Fedora 26, thanks to comments by ronengi and others on the Archlinux site ( https://aur.archlinux.org/packages/vmware-patch/ ).   This made sense, as the vmware-installer graphical interface still ran OK, despite the runtime vmware not doing so.. # cp -r /usr/lib/vmware-installer/2.1.0/lib/lib/libexpat.so.0 /usr/lib/vmware/lib # cd /usr/lib/vmware/lib/libz.so.1 … Continue reading →

Posted in compilation, Fedora, fix, Hacks, kernel, Linux, Opinion, VMware | Tagged fedora 26, fix for runtime, vmware, vmware 12.5.6 | 72 Replies

VMware – 12.5.6 Released – OK with Kernel 4.11, Still Not with 4.12, Breaks F26 Workaround..

Adventures With Linux ™ Posted on May 18, 2017 by RGMay 26, 2017

VMware version 12.5.6 is out, and (brief) details are here: http://pubs.vmware.com/Release_Notes/en/workstation/12/workstation-1256-release-notes.html In the release notes, it would be helpful if a bit more detail than just ” Bug fixes and security updates ” were given… This version now works OK with Kernel 4.11 without any patches (tested with 4.11.1), but still fails (vmmon) with 4.12 (tested with … Continue reading →

Posted in Fedora, kernel, Linux, Opinion, VirtualBox, VMware | Tagged 12.5.6, gcc 7 workaround still needed, new version released, ok with kernel 4.11, still fails with 4.12, vmware | 3 Replies

VMware – 12.5.5. released – Another ‘Security Fix’..

Adventures With Linux ™ Posted on March 29, 2017 by RGMarch 29, 2017

VMware 12.5.5 is out, and the release notes are here:  http://pubs.vmware.com/Release_Notes/en/workstation/12pro/workstation-1255-release-notes.html As with 12.5.4, this is another security/fix release, and still supports Kernels 4.10 and earlier.    (see http://rglinuxtech.com/?p=1937 ) 12.5.5 runs OK on Kernel 4.10.6, and the 4.11 vmmon and vmnet patches still apply (tested on 4.11-rc4)…. Robert Gadsdon.   March 29, 2017. … Continue reading →

Posted in kernel, Linux, VMware | Tagged 12.5.5, 4.11 patches ok, ok with 4.10.6, security fixes only, vmware | Leave a reply

VMware – Updated vmnet Patch for Kernel 4.9/4.10..

Adventures With Linux ™ Posted on January 31, 2017 by RGJanuary 31, 2017

Thanks to Mikkel Kroman, there is a more complete patch for VMware 12.5.2  vmnet on Kernel 4.9.x and 4.10-rc’s: The change is to the get_user_pages parameter list, to now include the FOLL_WRITE parameter, and is as follows: In vmnet-only/userif.c, around line 113, change #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) retval = get_user_pages(addr, 1, 1, 0, &page, NULL); … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, patches, VMware | Tagged 12.5.2, improved vmnet patch, kernel 4.10-rc, kernel 4.9.x, success, vmware | 10 Replies

VMware – Fedora 23 Breaks vmware app, and a Workaround..

Adventures With Linux ™ Posted on November 4, 2015 by RGNovember 4, 2015

Although VMware 12.0.1 was installed OK, the desktop app (/usr/bin/vmware) fails, with – frustratingly – no error shown..    According to various comments found, this is due to a change to GCC version 5.1.1 in Fedora 23.. Thanks to Vincent Cojot, on the sgros.blogspot.com blog, there is a slightly convoluted workaround, which basically involves replacing the VMware versions … Continue reading →

Posted in Crash and Burn.., Fedora, Hacks, Linux, Opinion, Performance, VMware | Tagged fedora 23, success, vmware, vmware app broken, vmware_use_shipped_libs=force, workaround | 4 Replies

Kernel – 4.3-rc1 – Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on September 13, 2015 by RGSeptember 13, 2015

Updated the test system to Kernel 4.3-rc1.. $ uname -a Linux rg6830l 4.3.0-rc1 #1 SMP Sat Sep 12 19:15:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1509.1/03200.html The NVIDIA gpl_only issue has been fixed in linux/kernel/workqueue.c, but the compile now fails even before that is reached: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c: In function ‘nv_procfs_read_registry’: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c:363:12: error: … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged compile fails, error: void value not ignored, kernel 4.3-rc1, nvidia, vmware | 1 Reply

Kernel – 4.2-rc1 – and rc2 – and -rc3 – Breaks Nvidia and VMware..

Adventures With Linux ™ Posted on July 6, 2015 by RGJuly 20, 2015

Update:   Same results with 4.2-rc3..    (RG  July 19) Update:   Kernel 4.2-rc2 fails with VMware (vmnet) and NVIDIA in the same ways..     (RG July 14) Updated to kernel 4.2-rc1 on the test system: # uname -a Linux rg6830l 4.2.0-rc1 #1 SMP Sun Jul 5 18:36:06 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1507.0/02156.html VMware 11.1.2 … Continue reading →

Posted in Linux | Tagged 11.1.2, 346.82, 352.21, compile fail, gpl-only, kernel 4.2-rc1, nvidia, sk_alloc, too few arguments, vmnet, vmnetbridgeup, vmware, workqueue.c | Leave a reply

VMware – 11.1.2 Released, No Patch Needed..

Adventures With Linux ™ Posted on June 18, 2015 by RGJune 18, 2015

Just updated VMware to the latest version 11.1.2 on the test system, and it compiles/loads OK with Kernel 4.1-rc8.. Release notes are here:  https://www.vmware.com/support/ws/doc/workstation-1112-release-notes.html. At last, there is no need for the venerable vmnet patch (required since Kernel 3.19 was released..).. Robert Gadsdon.  June 18, 2015. … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged 11.1.2, kernel 4.1-rc8, no patch needed, success, vmware | 3 Replies

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑