LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-17-2021, 07:49 AM   #1
joenew
Member
 
Registered: Mar 2010
Distribution: slackware 15.0 64bit
Posts: 190

Rep: Reputation: 23
VMware 12.5.9 on Slack 14.2 with kernel 5.10.4


Hi all,
I'm trying to install vmware 12.5.9 on slackwre 14.2 with kernel ugraded to 5.10.4.
That vmware version is the higer supports my old Core 2 Duo CPU.
I had upgraded slackware kernel cause a issue with Qemu/KVM, I received an error about kvm, so I had tried to compile a newer kernel and seems it solved, now I'm using virt-manager and libvirt with qemu/kvm working good...
I wanted to test also vmware just to have an alternative Virtualization tool (I'm testing on libvirt an unattended win installation with some issues and wanted to try it on an VM other than virt-manager/kvm).

(I also tried virtualbox, but it doesn't compile on my old slackware system with the new kernel.
I tried the SBo virtualbox version and also a newer one, but I think the newer requires more recent libraries slack 14.2 doesn't provide, also a precompiled vb snapshot.)

So, now I wanted to try VMware.

https://aur.archlinux.org/packages/v...workstation12/
https://download3.vmware.com/softwar....x86_64.bundle

Code:
./VMware-Workstation-Full-12.5.9-7535481.x86_64.bundle --required --eulas-agreed --console -p /usr --custom -I
Code:
Extracting VMware Installer...done.
Product installation path prefix. (Desktop integration files, such as
icons and .desktop entries, will still be installed under /usr.)
[/usr]:

System service runlevel directory (contains rc?.d directories).  Use
an empty directory if your system does not support rc?.d style
directories. [/etc/rc.d]:

System service scripts directory (commonly /etc/init.d).
[/etc/rc.d/init.d]:

Do you want to install shortcuts for your desktop? [yes]:

Would you like to check for product updates on startup? [yes]: no

Would you like to help make VMware software better by sending
anonymous system data and usage statistics to VMware? [yes]: no

Please enter the user that will initially connect to Workstation
Server. Without setting this correctly, you will not be able to share
VMs with other users. Additional users and administrators can be
configured later in Workstation by selecting "Shared VMs" and clicking
"Permissions".  [root]:

Please choose a directory for your shared virtual machines.
[/var/lib/vmware/Shared VMs]:

Please enter the port to use for https access to Workstation Server.
(HTTPS port:) [443]:

Enter license key. (optional) You can enter this information later.:

Installing VMware Installer 2.1.0
Copying files...
Configuring...
Installing VMware Player Setup 12.5.9
Copying files...
Configuring...
Installing VMware VMX 12.5.9
Copying files...
Configuring...
Installing VMware VIX Core Library 1.15.8
Copying files...
Configuring...
Installing VMware Network Editor 12.5.9
Copying files...
Configuring...
Installing VMware Network Editor User Interface 12.5.9
Copying files...
Configuring...
Installing VMware Tools for NetWare 10.1.6
Copying files...
Configuring...
Installing VMware Tools for legacy Linux 10.1.6
Copying files...
Configuring...
Installing VMware Tools for Windows 2000, XP and Server 2003 10.1.6
Copying files...
Configuring...
Installing VMware Tools for Windows 95, 98, Me and NT 10.1.6
Copying files...
Configuring...
Installing VMware Tools for FreeBSD 10.1.6
Copying files...
Configuring...
Installing VMware Tools for Windows Vista or later 10.1.6
Copying files...
Configuring...
Installing VMware Tools for Solaris 10.1.6
Copying files...
Configuring...
Installing VMware Tools for Linux 10.1.6
Copying files...
Configuring...
Installing VMware USB Arbitrator 15.2.0
Copying files...
Configuring...
Installing VMware Player Application 12.5.9
Copying files...
Configuring...
Installing VMware Workstation Server 12.5.9
Copying files...
Configuring...
Installing VMware OVF Tool component for Linux 4.1.0
Copying files...
Configuring...
Installing VMware VProbes component for Linux 12.5.9
Copying files...
Configuring...
Installing VMware VIX Workstation-12.0.0 Library 1.15.8
Copying files...
Configuring...
Installing VMware Workstation 12.5.9
Copying files...
Configuring...
Installation was successful.
Without "--ignore-errors", instalation stop at "USB Arbitrator"... Then it removes all previously installd/configured components.
Anyway with -I flag it proceeds to the end and returns the "Installation successful".

Now how to launch vmware interface?
If I launch "vmware" launcher from shell, nothing happens!
I expected a GUI pops up or some error message in my terminal, but nothing happens at all.

I also read about patches needed to make it work against newer kernels, so I followed the below instructions:

https://github.com/mkubecek/vmware-h...master/INSTALL

I installed pathced version of the 2 modules vmmon and vmnet, directly with make install.
I also tried to install them by copying tarrballs in:
Code:
/usr/lib/vmware/modules/source/vmmon.tar
/usr/lib/vmware/modules/source/vmnet.tar
and then:
Code:
vmware-modconfig --console --install-all
But unfortunately that returns a cryptic "segfault error".
Anyway manual "make install" should have worked, I hope.

Now if I launch "vmware" still nothing happens, no errors, no interface pop up... Nothing.
I've never used VMware, so I don't know what should happen eventually.

Is there anyone there using VMware on Slackware?
If you have some idea on how launch it and suggests about debug, would be greatly appreciated! Thanks in advance!
Cheers!
 
Old 01-17-2021, 08:12 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,669

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
Quote:
Originally Posted by joenew View Post
Hi all,
(I also tried virtualbox, but it doesn't compile on my old slackware system with the new kernel.
I tried the SBo virtualbox version and also a newer one, but I think the newer requires more recent libraries slack 14.2 doesn't provide, also a precompiled vb snapshot.)
Use the testbuild 6.1.17 and it will work with 5.10.x kernels
 
Old 01-17-2021, 11:42 AM   #3
joenew
Member
 
Registered: Mar 2010
Distribution: slackware 15.0 64bit
Posts: 190

Original Poster
Rep: Reputation: 23
Hi Willy, yes in slacky italian forum Ponce suggested the same:

https://slacky.eu/forum/viewtopic.php?p=356768#p356768

So I tried below links:

https://www.virtualbox.org/wiki/Testbuilds

https://www.virtualbox.org/download/...inux_amd64.run

VB install reached the end, but when I tried to launch a VM it crashed.

At that point I started to search infos on how to install and run VMware...

Now after reading your answer I tried again, and that same installation wasn't working few days ago, has just booted up!
I've ran the same virtual-machine I set up day ago...
Maybe my host system reboot did the magic!

Many thanks for your suggest!
Without it, I wouldn't have tried with Virtualbox again.

So I don't need VMware anymore at now.
I was looking for an alternative to KVM/libvirt and Virtualbox seems to be good for that.



Anyway I'm curious about VMware because I spent a bit trying to make it work...
 
  


Reply



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
Debug Linux kernel in vmware (two machines in vmware)?? cyu021 Programming 0 03-30-2005 07:46 PM
Using Slack 10's 2.6.7 kernel packages on Slack 10.1? SocialEngineer Slackware 1 03-05-2005 11:53 AM
Vmware Virtual Machine Problem With Windows In Vmware jvdbossc Linux - Software 2 05-28-2004 06:54 AM
vmware, mandrake 9.0 (finding vmware tools) Gratz Linux - Software 2 03-01-2004 12:03 PM
Slack & vmware kernel panic Jesterace Slackware 4 08-25-2003 05:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:34 PM.

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