LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   VirtualBox for Slackware Users (https://www.linuxquestions.org/questions/slackware-14/virtualbox-for-slackware-users-4175689027/)

cwizardone 02-09-2021 02:59 PM

Quote:

Originally Posted by Daedra (Post 6218397)
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.

Daedra 02-09-2021 03:19 PM

Quote:

Originally Posted by cwizardone (Post 6218409)
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 :).

Jeebizz 02-09-2021 08:58 PM

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.

Aeterna 02-10-2021 01:00 PM

Quote:

Originally Posted by Jeebizz (Post 6218512)
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

Aeterna 02-10-2021 11:57 PM

Quote:

Originally Posted by Aeterna (Post 6218770)
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

aikempshall 02-11-2021 01:42 AM

Quote:

Originally Posted by Jeebizz (Post 6218512)
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.

Aeterna 02-11-2021 09:14 AM

Quote:

Originally Posted by aikempshall (Post 6218959)
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)

cwizardone 02-12-2021 01:22 PM

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.

marav 02-15-2021 07:37 PM

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


Daedra 02-16-2021 02:15 PM

*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

cwizardone 02-16-2021 05:51 PM

Quote:

Originally Posted by Daedra (Post 6221040)
*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.

anthk 02-16-2021 11:32 PM

Last virtualbox (6.1.x) for current (ponce's SBO repo) guest don't launch with 3D acceleration on -current.

Daedra 02-16-2021 11:38 PM

Quote:

Originally Posted by cwizardone (Post 6221106)
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.

cwizardone 02-22-2021 08:39 AM

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

chrisretusn 02-22-2021 08:44 AM

Quote:

Originally Posted by cwizardone (Post 6223211)
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.


All times are GMT -5. The time now is 03:53 AM.