LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   VMWare Workstation (https://www.linuxquestions.org/questions/slackware-14/vmware-workstation-4175664708/)

upnort 11-21-2019 05:17 PM

VMWare Workstation
 
Any VMWare Workstation users here? I don't see a lot of related discussion in this forum.

Pros? Cons? Slackware quirks?

TheRealGrogan 11-21-2019 05:58 PM

Con: Non free, neither "free" as in freedom, nor beer.

Also, they are pretty whiny about supported kernels and distributions. I quit using it several years ago when I got told I I wasn't using a supported system after an upgrade I just bought wouldn't install. They switched to a GUI installer and I was SOL on Slackware. It was the first time I ran into something I couldn't work around with unofficial patches etc. They got their last dime from me. I switched to VirtualBox, which started improving soon after, and I haven't used anything since.

Maybe some of this isn't applicable anymore (haven't looked at them in a long time) but once bitten, always shy.

burdi01 11-22-2019 04:52 AM

I can confirm TheRealGrogan's report for the VMware Workstation and the Player -- be it that the Workstation was provided by my employer and the Player was/is free for personal use -- so no "dimes" here. I switched to Qemu/KVM and then to VirtualBox and never looked back.
:D

w7jGUJWY8rjmR5pY 11-22-2019 05:18 AM

I tried the free VMware-Player-15.1.0 on my Slackware 14,2 install a few months back. It installed, but I had usability issues with screen resizing and other annoying issues. Switched to VirtualBox, then to QEMU. I use VirtualBox now as it just works and is easy to use and configure.

slackerDude 11-22-2019 09:55 AM

I used vmware for years - there's a well known workaround for installing without the GUI for slackware:
./vmware install --console --ignore-errors

However, it didn't like something about networking or whatever in 14.2, and since I can now use windows for work at home via citrix, I've needed it much less, so I haven't really looked into it lately. Worked quite well for ~5-7 years for me..

Tonus 11-22-2019 10:23 AM

VMWare Workstation
 
Discovered VMware while using macos a few years. Just did it job fine.
Back on serious OS switched to free (x2) solution, qemu and happy with that.

upnort 11-22-2019 10:46 AM

Thanks.

I'm interested only in being familiar with the interface (somewhat padding the resume). I have no intention of moving my VMs from a free/libre solution to proprietary. If I moved my VMs I would use KVM/virt-manager.

TheRealGrogan 11-22-2019 03:04 PM

Quote:

Originally Posted by slackerDude (Post 6060739)
I used vmware for years - there's a well known workaround for installing without the GUI for slackware:
./vmware install --console --ignore-errors

I'm not sure there was at the time, I got crickets chirping in their forum and support told me I was using an unsupported system. Before that, I was always able to make it work. There was a guy named Petr that did a lot of unofficial kernel patches and stuff to make it work with "unsupported" (e.g. new) kernels but even that stopped as he was assigned elsewhere and couldn't do it anymore.

So they got my last $90 for that upgrade. VirtualBox obviated them for me anyway and they support kernels and distros reasonably.

upnort 11-22-2019 03:41 PM

Does VMWare phone home in any way?

Didier Spaier 11-22-2019 04:16 PM

I suggest using qemu with KVM and optionally aqemu instead.

nano how-to (install Slacklware in Qemu VM):

First, create a 20G virtual hard disk:

Code:

qemu-img create slackware.raw 20G
Then setup and start the VM to install then run Slackware in it with this script:
Code:

#!/bin/sh
qemu-system-x86_64 \
-machine q35 \
-enable-kvm \
-cpu host \
-boot order=c \
-m 1G \
-k en-us \
-soundhw hda \
-boot menu=on \
-display gtk \
-vga std \
-drive file=slackware.raw,format=raw,media=disk \
-cdrom /path/to/<slackware>.iso

After installation, just replace
-boot-order=c
by:
-boot-order=d

To know more:
qemu --help
man qemu

upnort 11-22-2019 04:40 PM

Quote:

I suggest using qemu with KVM and optionally aqemu instead.
Thanks. I'm not interested in what to use. I am only interested in comments from Slackers about VMWare because the topic is seldom discussed in this forum. In my previous post I wrote, "I'm interested only in being familiar with the interface (somewhat padding the resume)."

ZhaoLin1457 11-22-2019 07:26 PM

Quote:

Originally Posted by upnort (Post 6060828)
Does VMWare phone home in any way?

Only for checking for updates and guests support, but this is configurable from its configuration dialog.

You can make easily VMWare Workstation and Player to phone home only when you told it so.

In other note, those VMWare products are fairly highly superior to any other alternative, both as performances and simplicity to use.

And for a single (no simultaneous) VM, there's no need more than the free Player. If you need to run concurrently your own virtual network or just several machines, then this is when you need Workstation.

upnort 11-22-2019 10:11 PM

Thanks. Mostly I am interested in learning the interface and terminology. Not to look like a guru, but rather not look like a clown during an interview. ;)

slack-uke 11-23-2019 08:49 AM

Try Old School -- RTFM :)

You can find manuals here:

https://docs.vmware.com/en/VMware-Wo...Pro/index.html

On the left-hand side you can see the most recent versions of Workstation Pro

The founders of the company were Linux & BSD UNIX types using a real time kernel for the ESX/ESXi -- unfortunately the last decade or so the company has been flooded with Microsoft types so they are losing their way. Most of management is now ex-Microsoft types who have hostility to the Linux/Unix world. pretty sad.

ringwraith 11-23-2019 10:24 AM

I am posting this from slackware current running on VMWare Fusion on my iMac. You have to keep vmware upgraded as you upgrade slackware, otherwise you will reach points where you won't be able to use it. And they arent always free upgrades.


All times are GMT -5. The time now is 03:45 AM.