LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-23-2021, 01:42 PM   #16
slack-uke
Member
 
Registered: Nov 2013
Location: Toronto, Ontario, Canada
Distribution: Slackware 15.0 64-bit & Current 64-bit
Posts: 83

Rep: Reputation: 87

I updated Slackware64 Current to the level including the Massive Rebuild of Fri Jan 22 19:17:44 UTC 2021

I had VirtualBox 6.1.18-142142 installed and I had re-installed NetworkManager-1.28.0-x86_64-3 and here are no more SegFaults

So something in the system-wide recompile fixed the incompatibilities that I and a few others had experienced between VirtualBox & NetworkManager.

So whatever the problem was, it went away.

[EDIT] Correct dyslexic VirtualBox Version number

Last edited by slack-uke; 01-23-2021 at 01:43 PM. Reason: VirtualBox Version Correction
 
1 members found this post helpful.
Old 01-23-2021, 02:40 PM   #17
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
I still have compilation breaks here, always the same since I switched to current. But I'm on multilib and I know that Sbo are not garanteed in this case... I'm patching the code as suggested below, anyway if someone have an hint on what can be the cause I would be glad to know, as this is one of a few issues remained in my -current installation.

Code:
In file included from /ext/tmp/SBo/VirtualBox-6.1.18/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp:39:
/ext/tmp/SBo/VirtualBox-6.1.18/src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h:1073:9: error: ‘PFNGLVERTEXATTRIBDIVISORPROC’ does not name a type; did you mean ‘PFNGLVERTEXATTRIBDIVISORARBPROC’?
 1073 |         PFNGLVERTEXATTRIBDIVISORPROC                    glVertexAttribDivisor;
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         PFNGLVERTEXATTRIBDIVISORARBPROC
 
1 members found this post helpful.
Old 01-23-2021, 03:30 PM   #18
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
This command should fix Virtualbox crashing on startup:
Code:
VBoxManage setextradata global GUI/UpdateDate never
At startup, Virtualbox checks for updates; disabling this check avoids the crash. As far as i understand this is caused by Virtualbox bundling its own version of the Qt5 libraries.
 
13 members found this post helpful.
Old 01-23-2021, 05:01 PM   #19
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
I downloaded --Current again made another iso and reinstalled --Current in virtualbox - still getting a kernal panic again; but only after installing the guest additions.
 
1 members found this post helpful.
Old 01-23-2021, 05:51 PM   #20
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Virtualbox 6.1.18 r142142 (installed using .run file) seems to be running fine me on -Current64 with 5.10.9 Kernel when ran as a "user"

Attempts to run as "root" still segfaults, but for me that's a non-issue as I don't run VBox as root anyway
 
1 members found this post helpful.
Old 01-23-2021, 05:58 PM   #21
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Quote:
Originally Posted by bitfuzzy View Post
Virtualbox 6.1.18 r142142 (installed using .run file) seems to be running fine me on -Current64 with 5.10.9 Kernel when ran as a "user"

Attempts to run as "root" still segfaults, but for me that's a non-issue as I don't run VBox as root anyway
Same here on a fresh install of the new -current. Works as user but not as root. Thats good enough for me, but I wll try the newest development version later just to test.
 
1 members found this post helpful.
Old 01-23-2021, 07:21 PM   #22
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
I just tried the latest VirtualBox-6.1.97-142300-Linux_amd64.run development build and it works in both root and user. However when you actually go to create a VM the next and back buttons are greyed out. So I basically cant create any VM's. SMH

UPDATE:

Creating VM's work if I use expert mode.

Last edited by Daedra; 01-23-2021 at 08:24 PM.
 
1 members found this post helpful.
Old 01-23-2021, 08:09 PM   #23
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
6.1.18 is out already and it worked fine
 
1 members found this post helpful.
Old 01-23-2021, 09:46 PM   #24
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 451

Rep: Reputation: 363Reputation: 363Reputation: 363Reputation: 363
Quote:
Originally Posted by ctrlaltca View Post
This command should fix Virtualbox crashing on startup:
Code:
VBoxManage setextradata global GUI/UpdateDate never
That's done the trick. Thanks!

Last edited by pghvlaans; 01-23-2021 at 09:47 PM. Reason: proper quote
 
Old 01-23-2021, 10:30 PM   #25
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by willysr View Post
6.1.18 is out already and it worked fine
What about the guest additions. I am still on 6.1.18 r142142 - and all is well if I don't install guest additions - if I do, --Current(VM) boots into a kernel panic.

Last edited by Jeebizz; 01-23-2021 at 10:41 PM.
 
Old 01-23-2021, 11:00 PM   #26
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277Reputation: 7277
Quote:
Originally Posted by willysr View Post
6.1.18 is out already and it worked fine
Well, no it doesn't.
Please see posts #3 and #10 in this thread.
 
Old 01-24-2021, 01:57 AM   #27
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
I too am having the segmentation faults as indicated in previous posts once I install VBoxGuestAdditions-6.1.18.iso. Reading the changelogs previous releases haven't been patched for kernel 5.10.x.

Decided to install a fresh guest with the iso obtained from https://slackware.uk/people/alien-cu...4-current-iso/

Got the guest up and running as expected kde (level 4), screen resizing and shared folders worked out of the box. Bi-directional copy/paste didn't

As I quite like Bi-directional copy/paste so went to install VBoxGuestAdditions-6.1.18.iso got this message

Quote:
Verifying archive integrity... All good.
Uncompressing VirtualBox 6.1.18 Guest Additions for Linux........
VirtualBox Guest Additions installer
./install.sh: line 143: VBoxControl: command not found
This system appears to have a version of the VirtualBox Guest Additions
already installed. If it is part of the operating system and kept up-to-date,
there is most likely no need to replace it. If it is not up-to-date, you
should get a notification when you start the system. If you wish to replace
it with this version, please do not continue with this installation now, but
instead remove the current version first, following the instructions for the
operating system.

If your system simply has the remains of a version of the Additions you could
not remove you should probably continue now, and these will be removed during
installation.

Do you wish to continue? [yes or no]
This was my first attempt at installing VBoxGuestAdditions in a clean system so I answered yes. Rebooted and the guest failed to start for the reasons described in previous posts.Tried init 3 - same problem.

Then tried the recovery console (single) that started, but was very troubled

Not sure if this helps, but something to think about.
 
1 members found this post helpful.
Old 01-24-2021, 07:49 AM   #28
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Just out of pure curiosity, for those having issues with running "guests"

What Guest OS's are seeing issues?

So far I'm not seeing any with W10 guests
 
1 members found this post helpful.
Old 01-24-2021, 09:57 AM   #29
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by bitfuzzy View Post
Just out of pure curiosity, for those having issues with running "guests"

What Guest OS's are seeing issues?

So far I'm not seeing any with W10 guests
I have unfortunately bit the bullet and legally acquired Win10 Pro for my school classes. As of now, no issue with the guest additions. I also have a FreeBSD VM , but I haven't messed with it yet, and the only Linux VM I have right now is Slackware --Current, and thats where I have the kernel panic if guest additions are installed.
 
Old 01-24-2021, 10:57 AM   #30
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Quote:
--Current, and thats where I have the kernel panic if guest additions are installed
The kernel panic is on the guest? or host??
 
  


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] virtualbox is installed along with virtualbox-dkms and virtualbox-ext-pack and linux-headers-generic, but error for no /dev/vboxdrv Astral Axiom Linux - Software 2 03-04-2019 08:09 PM
Issues activating virtualbox within my linux fedora 25 virtualbox on my windows device. QuantumChaos Linux - Virtualization and Cloud 5 02-21-2017 08:31 AM
Move Slackware guest from a Slackware hosted Virtualbox to Windows hosted Virtualbox? damgar Slackware 1 08-07-2012 11:28 PM
virtualbox or virtualbox ose manuleka Linux - Software 2 06-11-2009 02:56 PM

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

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