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

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276

Quote:
Originally Posted by Daedra View Post
Are you sure that the development snapshot 142300 is new? That's what I am running right now and I downloaded that weeks ago? Thanks for the heads up on the test builds though.
I didn't say the "development snapshot" was new.
I've been using it since it was release, as previously mentioned in post #10 in this thread.

Last edited by cwizardone; 02-09-2021 at 03:01 PM.
 
Old 02-09-2021, 03:19 PM   #62
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 cwizardone View Post
I didn't say the "development snapshot" was new.
I've been using it since it was release, as previously mentioned in post #10 in this thread.
My mistake, I read your post wrong. Sorry about that .
 
1 members found this post helpful.
Old 02-09-2021, 08:58 PM   #63
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
Well I don't know what I am doing wrong, I am not doing anything different; but I am still getting kernel panics in --Current installed with guest additions in Virtualbox.
 
Old 02-10-2021, 01:00 PM   #64
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 Jeebizz View Post
Well I don't know what I am doing wrong, I am not doing anything different; but I am still getting kernel panics in --Current installed with guest additions in Virtualbox.
You are not doing anything wrong:
this is ongoing issue (specifically here): https://www.virtualbox.org/ticket/20055#comment:22

I plan to try this solution sometime today (if I have time)
https://www.virtualbox.org/ticket/20163
basically disabling
CONFIG_DEBUG_SPINLOCK
may help.
I am no very hopeful though as (if I remember correctly) I disabled all debugging in the kernel, but I am going to check.


interesting titbits:
https://www.virtualbox.org/ticket/20055#comment:23
if host kernel is below 5.10.x, linux VM client works with kernel 5.10.x

this though seems a bit improbable:
Quote:
bi-directional copy/paste works for me with 5.10.x kernel

Last edited by Aeterna; 02-10-2021 at 01:20 PM.
 
1 members found this post helpful.
Old 02-10-2021, 11:57 PM   #65
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 Aeterna View Post
You are not doing anything wrong:
this is ongoing issue (specifically here): https://www.virtualbox.org/ticket/20055#comment:22

I plan to try this solution sometime today (if I have time)
https://www.virtualbox.org/ticket/20163
basically disabling
CONFIG_DEBUG_SPINLOCK
may help.
I am no very hopeful though as (if I remember correctly) I disabled all debugging in the kernel, but I am going to check.


interesting titbits:
https://www.virtualbox.org/ticket/20055#comment:23
if host kernel is below 5.10.x, linux VM client works with kernel 5.10.x

this though seems a bit improbable:
update:
as suspected I did not have CONFIG_DEBUG_SPINLOCK in the config and vbox client with kernel 5.10.15 still crashing
booting host with kernel 5.4.96 and client with 5.10.15 did not help either.

so at this point client must run kernel less than 5.10.x

At least Oracle knows about the issue
 
Old 02-11-2021, 01:42 AM   #66
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by Jeebizz View Post
Well I don't know what I am doing wrong, I am not doing anything different; but I am still getting kernel panics in --Current installed with guest additions in Virtualbox.

You're not doing anything wrong. I've decided not to install GuestAddditions. Whatever I did GuestAdditions messed things up big time.

The following, at the moment, seems to work for me

On the host running 14.2 with Kernel 4.4.240 and VirtualBox 5.0.40
On the guest running Current with Kernel 5.10.14 and NO VirtualBox packages whatsoever. I've settled on the VirtualBox settings for display of 64MB and no 3D, anything more seems to cause problems i.e. something akin to buffering

With this setup I get screen resising and shared folders as these are all NOW supplied by the default kernel. All seem to work without issue.

I can't get VirtualBox's bi-directional copy/paste or drag and drop to work, I suspect these are supplied by GuestAdditions. I thought this was a big deal, but with shared folders working I can work around it.

If I encounter anything else I shall post here.
 
1 members found this post helpful.
Old 02-11-2021, 09:14 AM   #67
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 aikempshall View Post
You're not doing anything wrong. I've decided not to install GuestAddditions. Whatever I did GuestAdditions messed things up big time.

The following, at the moment, seems to work for me

On the host running 14.2 with Kernel 4.4.240 and VirtualBox 5.0.40
On the guest running Current with Kernel 5.10.14 and NO VirtualBox packages whatsoever. I've settled on the VirtualBox settings for display of 64MB and no 3D, anything more seems to cause problems i.e. something akin to buffering

With this setup I get screen resising and shared folders as these are all NOW supplied by the default kernel. All seem to work without issue.

I can't get VirtualBox's bi-directional copy/paste or drag and drop to work, I suspect these are supplied by GuestAdditions. I thought this was a big deal, but with shared folders working I can work around it.

If I encounter anything else I shall post here.
This is known https://www.linuxquestions.org/quest...ml#post6214014
Quote:
I can install VirtualBox client with kernel 5.10.x and this works fine. However after installing Vbox client additions kernels 5.10.x crash with the error messages as posted by Jeebizz.
In fact vboxvideo and vboxfs are provided by kernel for pretty long time.
The only issue is copy/paste between client/host and client/client.
Copy/paste option is restored when client runs 5.4.x series (you can run 5.9.x also but it is EOL so no possible security updates)
 
Old 02-12-2021, 01:22 PM   #68
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
A new test build has been posted at,
https://www.virtualbox.org/wiki/Testbuilds
Version Linux 64-bit, 6.1.x revision 142777 and its companion extension pack work as they should with -current as both user and root.
 
Old 02-15-2021, 07:37 PM   #69
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,361

Rep: Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075Reputation: 4075
revision 142777 and kernel 5.10.16, same error :

Code:
(process:7745): GLib-GObject-WARNING **: 02:35:44.153: cannot register existing type 'NMAgentManagerError'

(process:7745): GLib-CRITICAL **: 02:35:44.153: g_once_init_leave: assertion 'result != 0' failed

(process:7745): GLib-GObject-WARNING **: 02:35:44.153: cannot retrieve class for invalid (unclassed) type '<invalid>'
[1]    7745 segmentation fault  VirtualBox
Segmentation fault
 
Old 02-16-2021, 02:15 PM   #70
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
*sigh* Same here as above poster. Did a fresh install on both my desktop and laptop with 15 Alpha1 and now 142777 seg faults as both user and root. and 142300 launches but I can't actually create any virtual machines, the next and back buttons are greyed out. SMH
 
Old 02-16-2021, 05:51 PM   #71
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Originally Posted by Daedra View Post
*sigh* Same here as above poster. Did a fresh install on both my desktop and laptop with 15 Alpha1 and now 142777 seg faults as both user and root. and 142300 launches but I can't actually create any virtual machines, the next and back buttons are greyed out. SMH
Ditto. Well, almost.
Did a fresh install earlier today and once done, 142777 would not run as root, but issuing the following command, as root,
Quote:
/usr/bin/vboxmanage extpack install --replace ~/Oracle_VM_VirtualBox_Extension-the-version you want to install
I was able to get it to run as user.

Sorry, I've forgotten the name of the user who was kind enough to provide that information.

Last edited by cwizardone; 02-16-2021 at 05:53 PM.
 
Old 02-16-2021, 11:32 PM   #72
anthk
Member
 
Registered: Feb 2019
Posts: 31

Rep: Reputation: Disabled
Last virtualbox (6.1.x) for current (ponce's SBO repo) guest don't launch with 3D acceleration on -current.
 
Old 02-16-2021, 11:38 PM   #73
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 cwizardone View Post
Ditto. Well, almost.
Did a fresh install earlier today and once done, 142777 would not run as root, but issuing the following command, as root,

I was able to get it to run as user.

Sorry, I've forgotten the name of the user who was kind enough to provide that information.
After getting the extension pack installed it runs as root but not as user for me. I really hope Oracle gets this straightened out soon, this is getting annoying.
 
2 members found this post helpful.
Old 02-22-2021, 08:39 AM   #74
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
A new test build was posted this morning at,
https://www.virtualbox.org/wiki/Testbuilds

Version "Linux 64-bit, 6.1.x revision 142894" and its companion extension pack work as they should with the 5.11.0 kernel, as both user and root.

The VirtualBox .run file, https://www.virtualbox.org/download/...inux_amd64.run

The extension pack, https://www.virtualbox.org/download/...4.vbox-extpack

Last edited by cwizardone; 02-22-2021 at 08:59 AM.
 
1 members found this post helpful.
Old 02-22-2021, 08:44 AM   #75
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,972

Rep: Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551
Quote:
Originally Posted by cwizardone View Post
A new test build has been posted this morning at,
https://www.virtualbox.org/wiki/Testbuilds

Version "Linux 64-bit, 6.1.x revision 142894" and its companion extension pack work as they should with -current as both user and root.

The VirtualBox .run file, https://www.virtualbox.org/download/...inux_amd64.run

The extension pack, https://www.virtualbox.org/download/...4.vbox-extpack
Ya beat me to it. I downloaded 142777 earlier today. Not to long ago did a search and found this:
https://www.virtualbox.org/ticket/20198

I am running VirtualBox with the testing release VirtualBox-6.1.19-142894-Linux_amd64.run now with kernel 5.11.0.

Last edited by chrisretusn; 02-22-2021 at 07:40 PM.
 
1 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 10:34 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