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-09-2021, 05:18 PM   #2956
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278

After installing today's -current updates VirtualBox-6.1.17-141968-Linux_amd64.run, no longer runs.
It will install, but it won't run.
It has worked just fine with the 5.10.y series, until now, so I booted back to the 5.10.5 and had the same problem. I'm guessing that means it is not the kernel(?).
Trying to run VirtualBox as root returns the following error,
Quote:
/opt/VirtualBox# VirtualBox

(process:13893): GLib-GObject-WARNING **: 15:12:50.993: cannot register existing type 'NMAgentManagerError'

(process:13893): GLib-CRITICAL **: 15:12:50.993: g_once_init_leave: assertion 'result != 0' failed

(process:13893): GLib-GObject-WARNING **: 15:12:50.993: cannot retrieve class for invalid (unclassed) type '<invalid>'
Segmentation fault

Last edited by cwizardone; 01-09-2021 at 07:53 PM. Reason: Typo.
 
Old 01-09-2021, 05:30 PM   #2957
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cwizardone View Post
After installing today's -current updates VirtualBox-6.1.17-141968-Linux_amd64.run no longer runs.
It will install, but it won't run.
It has worked just fine with the 5.10.y series, until now, so I booted back to the 5.10.5 and had the same problem. I'm guessing that means it is not the kernel(?)>
Trying to run VirtualBox as root returns the following error,
Same thing happened with me after trying to install virtualbox on 5.10.5.
 
Old 01-09-2021, 05:40 PM   #2958
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Originally Posted by hitest View Post
Same thing happened with me after trying to install virtualbox on 5.10.5.
Ran fine here with the 5.10.5 and earlier 5.10.y kernels until today.

Last edited by cwizardone; 01-09-2021 at 05:51 PM.
 
Old 01-09-2021, 06:01 PM   #2959
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by cwizardone View Post
Ran fine here with the 5.10.5 and earlier 5.10.y kernels until today.
My own strategy has always been cautious with kernels and this has paid off here. I compile a slightly older version of the running kernel, (patched with a required Kindle change), and run this as my default in Lilo. At the moment this has left me with 5.10.2 as my daily kernel and lucky for me VirtualBox functions fine with this.

More luck than skill there I suspect...
 
1 members found this post helpful.
Old 01-09-2021, 07:48 PM   #2960
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Well, I don't think it is the kernel.
I've tried 5.10.4, 5.10.5, 5.10.6 and 5.9.16, all with the same negative result.
I can say with absolute certainty that VirtualBox-6.1.16-140961-Linux_amd64.run, worked with 5.9.y and VirtualBox-6.1.17-141968-Linux_amd64.run, worked with 5.10.y, until today.
The problem must be with something other than the kernel?

Last edited by cwizardone; 01-09-2021 at 07:57 PM.
 
Old 01-09-2021, 09:07 PM   #2961
Gerswing
LQ Newbie
 
Registered: Jun 2020
Distribution: Slackware
Posts: 15

Rep: Reputation: 10
Quote:
Originally Posted by cwizardone View Post
Well, I don't think it is the kernel.
I've tried 5.10.4, 5.10.5, 5.10.6 and 5.9.16, all with the same negative result.
I can say with absolute certainty that VirtualBox-6.1.16-140961-Linux_amd64.run, worked with 5.9.y and VirtualBox-6.1.17-141968-Linux_amd64.run, worked with 5.10.y, until today.
The problem must be with something other than the kernel?
You might want to try and compile your own virtualbox instead of using the pre-compiled one. After you proposed the provided the link to the pre-compiled virtualbox to me, I was able to find the SBo package version on Ponce's repository for Slackware-current. Granted, I am only using the 4.19.166 kernel, but at least compiling on your own might provide a clue to the error. If you need to, look in the "SBo scripts not building" link. I was able to add the repository to my sbopkg program.

Last edited by Gerswing; 01-10-2021 at 12:24 PM.
 
1 members found this post helpful.
Old 01-10-2021, 02:12 AM   #2962
Andersen
Member
 
Registered: Dec 2008
Distribution: Slackware
Posts: 177

Rep: Reputation: 72
Quote:
Originally Posted by cwizardone View Post
Well, I don't think it is the kernel.
I've tried 5.10.4, 5.10.5, 5.10.6 and 5.9.16, all with the same negative result.
I can say with absolute certainty that VirtualBox-6.1.16-140961-Linux_amd64.run, worked with 5.9.y and VirtualBox-6.1.17-141968-Linux_amd64.run, worked with 5.10.y, until today.
The problem must be with something other than the kernel?
Probably not the kernel. I had to switch to VB testbuild (VirtualBox-6.1.17-141968-Linux_amd64.run) when I first upgraded to 5.10. kernel, because the earlier versions just wouldn't work.

I'm still using 5.10 kernel, and 6.1.17 worked with every one from that branch. Today I installed the latest changes for Slackware64 -current (so now I have 5.10.6 kernel), and VirtualBox 6.1.17 still works as usual.
 
3 members found this post helpful.
Old 01-10-2021, 02:32 AM   #2963
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by Andersen View Post
I'm still using 5.10 kernel, and 6.1.17 worked with every one from that branch. Today I installed the latest changes for Slackware64 -current (so now I have 5.10.6 kernel), and VirtualBox 6.1.17 still works as usual.
Indeed. I have just booted into the stock 5.10.6 kernel and VBox 6.1.17r141968 works fine.
 
1 members found this post helpful.
Old 01-10-2021, 11:49 AM   #2964
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
it works here for a desktop usage w/ libreoffice

Code:
Kernel: Linux 5.10.6 x86_64
CPU: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
 
1 members found this post helpful.
Old 01-10-2021, 11:59 AM   #2965
BrunoLafleur
Member
 
Registered: Apr 2020
Location: France
Distribution: Slackware
Posts: 401

Rep: Reputation: 366Reputation: 366Reputation: 366Reputation: 366
Quote:
Sat Jan 9 20:53:30 UTC 2021
a/aaa_elflibs-15.0-x86_64-29.txz: Rebuilt.
Upgraded: libcap.so.2.46, libkeyutils.so.1.10, libglib-2.0.so.0.6600.4,
libgmodule-2.0.so.0.6600.4, libgobject-2.0.so.0.6600.4,
libgthread-2.0.so.0.6600.4, libtiff.so.5.6.0, libtiffxx.so.5.6.0,
libusb-1.0.so.0.3.0.
Added: libzstd.so.1.4.8.
Is there an incompatibility with the new libglib (.4) and nm ?

Maybe some dependencies have to be recompiled ?
 
1 members found this post helpful.
Old 01-10-2021, 12:15 PM   #2966
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Originally Posted by cwizardone View Post
Well, I don't think it is the kernel.
I've tried 5.10.4, 5.10.5, 5.10.6 and 5.9.16, all with the same negative result.
I can say with absolute certainty that VirtualBox-6.1.16-140961-Linux_amd64.run, worked with 5.9.y and VirtualBox-6.1.17-141968-Linux_amd64.run, worked with 5.10.y, until today.
The problem must be with something other than the kernel?
OK. Using this information from board member glorsplitz, https://www.linuxquestions.org/quest...lt-4175657749/
I was able to get version to 6.1.17-141968 to run as user. It still won't run as root, for whatever reason, but as long as I can use it as user, this will do.

Last edited by cwizardone; 01-10-2021 at 12:18 PM.
 
Old 01-10-2021, 12:22 PM   #2967
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Originally Posted by BrunoLafleur View Post
Is there an incompatibility with the new libglib (.4) and nm ?

Maybe some dependencies have to be recompiled ?
In an effort to solve my virtualbox problem, I reverted to the previous version, aaa_elflibs-15.0-x86_64-28.txz and even tried version -27. Didn't help. The problem remained.
 
Old 01-10-2021, 04:44 PM   #2968
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
5.11-rc3

Release Candidate 3, for the 5.11 "mainline" development kernel has been been made available for testing.

The tarball, https://git.kernel.org/torvalds/t/linux-5.11-rc3.tar.gz

Mr. Torvalds' announcement, http://lkml.iu.edu/hypermail/linux/k...1.1/01744.html

Last edited by cwizardone; 01-10-2021 at 04:55 PM.
 
Old 01-10-2021, 06:15 PM   #2969
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,008

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
OK. Using this information from board member glorsplitz, https://www.linuxquestions.org/quest...lt-4175657749/
I was able to get version to 6.1.17-141968 to run as user. It still won't run as root, for whatever reason, but as long as I can use it as user, this will do.
I don't have any problems with VBox host installation and kernel 5.10.x (currently 5.10.6). However none of VBoxClientAdditions works with the kernel 5.10.x so for now I keep clients running 5.9.16 (or 5.4.x).

Your errors may be fixable by complete removal of current installed version of VB host, reboot without VB, then install new version of VB for host.
I noticed that once in a while VB gets messed up, if I run upgrades only without cleaning up the system once in a while. I guess VB does not clean leftovers of the previous installation.

This approach works for me (mixing different host and client versions of VB is safe by the way).
 
1 members found this post helpful.
Old 01-10-2021, 07:33 PM   #2970
rdsherman
Member
 
Registered: Aug 2009
Location: Santa Monica CA
Distribution: Slackware, Fedora, Debian
Posts: 114

Rep: Reputation: 21
Installed KV 5.10.6.

Absolutely no improvement!

No surprise; nothing in the changelog addresses the problem.

Ran for many hours. Last few just on idle (no human input).

Then, abruptly, the fan(s) started to spin with rapidly increasing noise representing a heavy load on the 8 cpus.

Anyone else seen this?
 
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
Linux.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

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

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