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 01-29-2022, 11:56 AM   #331
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,736

Rep: Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401

Well the oddest thing just happened... Rebooted and decided to try again, I didn't change anything and watched my ram usage closely. The compile got about half way then the ram useage spiked to 98%. I was fully excepting it to fail, but it continued and the ram usage dropped and the compile finished successfully. Not sure why or how but I am not complaining lol. Thanks for all your help.
 
Old 01-29-2022, 12:46 PM   #332
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 595

Rep: Reputation: Disabled
Dunno if that helps but 3 packages were upgraded from the repo before installing virtualbox and acpica was one of them:
[*] acpica-20211217-x86_64-1_pprkut.txz pprkut[*] confuse-3.3-x86_64-1_pprkut.txz pprkut[*] libftdi1-1.5-x86_64-1_pprkut.txz pprkut

When installing virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz, it searched into /lib/modules/5.15.16/ but that is not my running kernel.
Executing install script for virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz.
depmod: WARNING: could not open modules.order at /lib/modules/5.15.16: No such file or directory
depmod: WARNING: could not open modules.builtin at /lib/modules/5.15.16: No such file or directory
Package virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz installed.


Regardless, it is working.
I wonder if I'll have to reinstall when I'll upgrade the kernel?
 
Old 01-29-2022, 01:12 PM   #333
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,736

Rep: Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401
Quote:
Originally Posted by yvesjv View Post
Dunno if that helps but 3 packages were upgraded from the repo before installing virtualbox and acpica was one of them:
[*] acpica-20211217-x86_64-1_pprkut.txz pprkut[*] confuse-3.3-x86_64-1_pprkut.txz pprkut[*] libftdi1-1.5-x86_64-1_pprkut.txz pprkut

When installing virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz, it searched into /lib/modules/5.15.16/ but that is not my running kernel.
Executing install script for virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz.
depmod: WARNING: could not open modules.order at /lib/modules/5.15.16: No such file or directory
depmod: WARNING: could not open modules.builtin at /lib/modules/5.15.16: No such file or directory
Package virtualbox-kernel-6.1.32_5.15.16-x86_64-1_pprkut.txz installed.


Regardless, it is working.
I wonder if I'll have to reinstall when I'll upgrade the kernel?
Yeah I believe ppr:kut said on his blog he wasn't going to rebuild the virtualbox kernel module for every kernel upgrade so you will have to do that yourself. its easy enough, just do...

Code:
lftp -c "open https://repo.liwjatan.org/pprkut/current/source/ ; mirror virtualbox-kernel"
cd virtualbox-kernel
chmod +x virtualbox-kernel.SlackBuild   
./virtualbox-kernel.SlackBuild
then upgrade the package.
 
4 members found this post helpful.
Old 01-29-2022, 08:39 PM   #334
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 595

Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by Daedra View Post

Code:
lftp -c "open https://repo.liwjatan.org/pprkut/current/source/ ; mirror virtualbox-kernel"
cd virtualbox-kernel
chmod +x virtualbox-kernel.SlackBuild   
./virtualbox-kernel.SlackBuild
then upgrade the package.
Nice
Just did it and it was flawless.

Last edited by yvesjv; 01-29-2022 at 08:47 PM.
 
Old 01-30-2022, 11:44 PM   #335
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,638

Rep: Reputation: 183Reputation: 183
Quote:
Originally Posted by ctrlaltca View Post
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.
ctrlaltca - I implemented this same workaround for Slackware-Current almost a year ago. However, I would actually like to be able to check for VirtualBox updates from Slackware-Current. Have you ever come across an actual fix for this bug since posting this message in January of 2021?
 
Old 02-03-2022, 07:37 AM   #336
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,184

Original Poster
Rep: Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377
A new test build-6.1.33-revision-149686,
with extension pack-6.1.33-149614
and
a new development snapshot-6.1.97-revision-149682,
with extension pack-6.1.97-149678,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
1 members found this post helpful.
Old 02-04-2022, 10:16 AM   #337
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,184

Original Poster
Rep: Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377
Busy, busy.
A new test build-6.1.33-revision-149712,
with extension pack-6.1.33-149712
has been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
1 members found this post helpful.
Old 02-08-2022, 08:55 AM   #338
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,184

Original Poster
Rep: Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377
A new test build-6.1.33-revision-149753,
with extension pack-6.1.33-149753
and
a new development snapshot-6.1.97-revision-149795,
with extension pack-6.1.97-149786,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
1 members found this post helpful.
Old 02-08-2022, 10:50 AM   #339
ndavilam
Member
 
Registered: Oct 2015
Location: Ecuador
Distribution: Slackware
Posts: 62

Rep: Reputation: 14
Quote:
Originally Posted by Daedra View Post
Yeah I believe ppr:kut said on his blog he wasn't going to rebuild the virtualbox kernel module for every kernel upgrade so you will have to do that yourself. its easy enough, just do...

Code:
lftp -c "open https://repo.liwjatan.org/pprkut/current/source/ ; mirror virtualbox-kernel"
cd virtualbox-kernel
chmod +x virtualbox-kernel.SlackBuild   
./virtualbox-kernel.SlackBuild
then upgrade the package.

This fixes the problem of disabling the update in Virtualbox so that it doesn't show the segmentation error?
 
Old 02-08-2022, 01:38 PM   #340
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Well, the auto-update check is disabled by default. But if you try the update-check from the UI it hits the same segfault.
 
Old 02-09-2022, 07:56 AM   #341
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,184

Original Poster
Rep: Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377
I'm starting to think there is something in the wind......


A new test build-6.1.33-revision-149825,
with extension pack-6.1.33-149753
and
a new development snapshot-6.1.97-revision-149824,
with extension pack-6.1.97-149814,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
Old 02-18-2022, 03:23 PM   #342
rahrah
Member
 
Registered: Jun 2008
Location: London, England
Distribution: Slackware
Posts: 32

Rep: Reputation: 51
Quote:
Originally Posted by mfoley View Post
ctrlaltca - I implemented this same workaround for Slackware-Current almost a year ago. However, I would actually like to be able to check for VirtualBox updates from Slackware-Current. Have you ever come across an actual fix for this bug since posting this message in January of 2021?

Hi,

@mfoley and others.

I've had a look around today for the problem and the root cause fix for this NMAgentManagerError segfault when running vb especially under Slackware.

This seems about the most interesting take:

https://gitlab.freedesktop.org/Netwo...r/-/issues/693

Sadly there was no follow up.

Thomas Haller suggested in his posts, there, to do this:

Code:
LD_DEBUG=all /opt/VirtualBox/VirtualBox > errors.txt 2>&1
(the output files are around 500MB on my liveslak instance).

It's interesting to do that before and after removing NetworkManager then
grepping for:

Code:
libnm\.
Removing NetworkManager made the problem go away.

After reinstalling NetworkManager, I was also able to make the problem go away if I removed the libproxy network_networkmanager.so plugin/module.
Certainly less drastic than removing the whole of NetworkManager.

Code:
rm /usr/lib64/libproxy/0.4.17/modules/network_networkmanager.so
The problem, I think, is definitely as Thomas Haller suggests, but I'm not at all conversant with glib and how it works.

The problem never manifested on Slackware-current for me under xfce (with no NetworkManager running), but using the very lovely liveslak under KDE, it happened consistently.
(Though I was able to get alpine linux running in vb under liveslack running in another vb under current (bare metal), which made me smile!). Liveslak rocks!

I use a repackaged vb extracted from the .run file.

It would be nice to get to the bottom of this issue.

For testing I used this:

Code:
VBoxManage setextradata global GUI/UpdateDate never
under liveslak (liveslak lean with a few additions) then deliberately checked for updates.

===Rich

Last edited by rahrah; 02-19-2022 at 08:55 AM.
 
1 members found this post helpful.
Old 02-24-2022, 10:17 AM   #343
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,184

Original Poster
Rep: Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377Reputation: 7377
A new test build-6.1.33-revision-149998,
with extension pack-6.1.33-149980
and
a new development snapshot-6.1.97-revision-150113
with extension pack-6.1.97-150112
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
Old 03-06-2022, 05:18 AM   #344
knet
Member
 
Registered: Jun 2021
Distribution: Slackware Linux, LMDE5, Porteus
Posts: 166

Rep: Reputation: 13
cannot detect usb flash drive

Hello everyone. I'm running virtualbox thanks to the packages of ppr:kut. Now I'm wondering why my guest os cannot detect usb flash drives plugged on my host so i checked the vm settings and noticed that my usb controller is 1.1. Could this be the reason? Is this normal? I remember seeing 2.0 and even 3.0 options from my previous virtualbox encounters on other distros during vm setup.
Attached Thumbnails
Click image for larger version

Name:	usb-controller-vbox.png
Views:	8
Size:	56.8 KB
ID:	38536  
 
1 members found this post helpful.
Old 03-06-2022, 09:25 AM   #345
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,736

Rep: Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401Reputation: 1401
Quote:
Originally Posted by knet View Post
Hello everyone. I'm running virtualbox thanks to the packages of ppr:kut. Now I'm wondering why my guest os cannot detect usb flash drives plugged on my host so i checked the vm settings and noticed that my usb controller is 1.1. Could this be the reason? Is this normal? I remember seeing 2.0 and even 3.0 options from my previous virtualbox encounters on other distros during vm setup.
did you install the virtualbox extension pack? ppk:rut has a slackbuild for it on SBo master branch.
 
2 members found this post helpful.
  


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 09:40 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