LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-05-2020, 01:14 PM   #1
ul7
Member
 
Registered: Jan 2020
Posts: 115

Rep: Reputation: 30
VMWare/Slackware--current troubleshooting


#I will be constantly adjusting this OP to fit the needs of the community for clarity#

This is not urgent, as a matter of fact I am excited to jump in as a new member of the Slackware community for my first true Linux journey! I aim to keep a journal (hopefully daily) on fixing what I can. I will document any findings and update accordingly, this may take some time. After getting some good feedback and security advice, I will log everything offline initially. Over time I will organize my journal for others who may want to see what I did, and learn on what not to do. If you're feeling generous, feel free to take a look (or a laugh!) of my updates and comment down below on suggestions or insults. Either way I clearly suck anyway, so nothing can bring me down! Thank you in advance!

Current Setup:
  • Host Operating System: Windows 10 Professional
  • Host Hypervisor: VMWare Workstation Pro-15.5.6
  • Virtual Machine that is being tested: Slackware--current
Current Hardware (just in case):
Legend:
  • VMWare Workstation Pro: WP
  • VMWare Tools: VMT
  • Slackware--current: SWc
Synopsis:
After a full installation of SWc on WP, I proceeded with the VMT installation. Since then, I have been having strange issues.
Issues listed (updated as needed):
  • Keyboard/Mouse on login is disabled (GUI/startx)
  • LZMA compression failure on boot
  • pings fail (after reboot w/ VMT installed)

Last edited by ul7; 09-06-2020 at 03:03 PM. Reason: Technical edits.
 
Old 09-05-2020, 08:55 PM   #2
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
The futile journey of a Linux noob's journal.

This section is just an update. Check here to see what has changed.


UPDATE 9/7/2020: After blacklisting kernel updates through slackpkg (as prescribed from AlienBob) I am able to run SWc so far! The only hiccup I have right now is having to run this command every time on boot-up to stretch my screen nicely:
Code:
vmware-config-tools.pl
Other than that, I installed VLC got it working and I'm loving the challenge! Thanks again, AlienBob for the wiki and words of wisdom. I know you do a lot for the community, and I truly appreciate the work you put in. I will more than likely read this wiki more than man pages right now to really get the OS down over time. It will still be a challenge no doubt, but I will stay the course. I wonder if I could get that command to auto-run on a login after putting in my UserName/Password? It's not a big deal, because I'm really happy to be making positive progress. I will log my steps and edit them, along with posting what I did in a few days. Thanks again!!

Last edited by ul7; 09-07-2020 at 01:26 PM. Reason: This will be a journal for myself and the community.
 
Old 09-06-2020, 12:54 AM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785
as i remember, you need to use --ignore-errors to run the VMWare installer
 
Old 09-06-2020, 01:14 AM   #4
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by willysr View Post
as i remember, you need to use --ignore-errors to run the VMWare installer
I typically have been using this line within the pwd to install VMWare Tools:
Code:
./vmware-install.pl
Do I add "--ignore-errors" to the end of the command above? So it would be:

Code:
./vmware-install.pl --ignore-errors


I will try this, but I don't why that would fix my mouse and keyboard from being completely disabled. Thanks for the feedback.

Last edited by ul7; 09-06-2020 at 01:18 AM.
 
Old 09-06-2020, 01:26 AM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785
did you get the .bundle file? or did you extract them?
 
Old 09-06-2020, 02:03 AM   #6
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by willysr View Post
did you get the .bundle file? or did you extract them?
I don't know what the .bundle is, sorry. I'm super new to Linux, so there's a lot of things I probably won't understand right away. VMWare works fine on 14.2. I'm just having problems with "--current". It should theoretically follow the exact same procedure with installing the Tools addon for the VM. So to answer your question this is what I do:
  • After I install and update, I am at my desktop (in full-screen mode)
  • I navigate my cursor to the top of VMWare and allow the hidden panel to reveal the menus.
  • I click "VM," then navigate down to "Install VMWare Tools," which is (counting bottom as 1) 2nd from the bottom.
  • After the add-on notifies it is ready I extract the vmware-tools directory to the /tmp destination
  • Using the CLI, I navigate to the folder and enter the commands I posted earlier for installing.
  • I answer the questions, and everything works. Except after reboot, nothing is saved and devices start to fail.

Last edited by ul7; 09-06-2020 at 02:05 AM.
 
Old 09-06-2020, 09:22 AM   #7
juliusse
LQ Newbie
 
Registered: Aug 2020
Location: where the wind goes
Distribution: Slackel
Posts: 9

Rep: Reputation: Disabled
Hi ul7.
In order to help you in a better way.
Can you precise those elements:
- it seems (according to the links you've posted) that the host machine runs on Windows. True?
-for the VMware tools install on the guest, I have noticed the same thing. After an upgrade (on the guest).
I have the same thing when upgrading the kernel on slackware-stable. As I don't really need the VMware tools most of the time, I didn't dig more about the problem.(when I want to use VMware tools, I reinstall them. Yeah, I know I'm lazy;-)).


Other thing about another of your questions. The bundle is the script which install VMware workstation on your host OS. The --ignore-errors is relevant when you're installing VMware workstation on a Linux host OS.
 
Old 09-06-2020, 12:33 PM   #8
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
OK I adjusted the OP. Let me know if this isn't good enough.

Last edited by ul7; 09-06-2020 at 12:50 PM.
 
Old 09-06-2020, 01:49 PM   #9
juliusse
LQ Newbie
 
Registered: Aug 2020
Location: where the wind goes
Distribution: Slackel
Posts: 9

Rep: Reputation: Disabled
OK, I saw that. So I have not those issues (e.g. keyboard/mouse and lzma). The only thing is that after upgrading kernel, the VMware tools need to be reinstalled on guest.
As I run on slackware-based systems since 1998, I must admit i'm pretty ignorant about windows. I well know how to wipe it out of the HD and a few things but that's all.
FYI, when you share docs, publish them in an open format (not.docx) some people are windows-phobic in the linux world. Prefer txt files or pdf if you want.;-)(and also avoiding google drive). Simply including your txt file as citation or code in your post is sufficient.
For record, a document any Linux user should have read, very useful when you begin.
http://www.catb.org/~esr/faqs/smart-questions.html

Last edited by juliusse; 09-06-2020 at 01:50 PM.
 
Old 09-06-2020, 02:21 PM   #10
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by juliusse View Post
OK, I saw that. So I have not those issues (e.g. keyboard/mouse and lzma). The only thing is that after upgrading kernel, the VMware tools need to be reinstalled on guest.
As I run on slackware-based systems since 1998, I must admit i'm pretty ignorant about windows. I well know how to wipe it out of the HD and a few things but that's all.
FYI, when you share docs, publish them in an open format (not.docx) some people are windows-phobic in the linux world. Prefer txt files or pdf if you want.;-)(and also avoiding google drive). Simply including your txt file as citation or code in your post is sufficient.
For record, a document any Linux user should have read, very useful when you begin.
http://www.catb.org/~esr/faqs/smart-questions.html
OK thanks, I didn't want to flood the main thread. I'm pretty new to all of this, including forums. I will adjust it over time. Thanks again.
 
Old 09-06-2020, 02:40 PM   #11
juliusse
LQ Newbie
 
Registered: Aug 2020
Location: where the wind goes
Distribution: Slackel
Posts: 9

Rep: Reputation: Disabled
We all have began, don't be afraid to make errors, this is the best way to progress.
 
Old 09-07-2020, 04:57 PM   #12
ul7
Member
 
Registered: Jan 2020
Posts: 115

Original Poster
Rep: Reputation: 30
I will update in a few days on what I did. Short summary: slackpkg is not something to just type without thinking. I learned that the hard way. I probably need to host Slackware on my machine without a hypervisor to confirm some more tests. I'm glad I'm learning in a VM now, rather than on the host. This thread is marked solved for now.
 
  


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
[SOLVED] Current: kernel 3.11 with radeon 5700 causes 30 second hiccup at boot/kms burdi01 Slackware 5 09-14-2013 04:23 AM
Window Preferences Hiccup DerangedDingo Ubuntu 3 04-30-2007 05:49 PM
WPA on DWL-G630, working well, need help with a recurring hiccup vulturesrow Linux - Wireless Networking 0 12-31-2005 03:36 PM
hiccup: dirs off root showed up as files bdp Linux - Hardware 0 07-19-2002 12:38 PM
Slackware 8.0 install, hiccup!! magis Linux - Software 3 02-19-2002 03:49 AM

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

All times are GMT -5. The time now is 07:42 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