Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-23-2021, 08:36 PM
|
#76
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,650
Original Poster
|
A new test build was posted this afternoon at,
https://www.virtualbox.org/wiki/Testbuilds
Version "Linux 64-bit, 6.1.x revision 142917" along with the "6.1.x revision 142894" extension pack, functions properly as user and/or root with the 5.11.1 kernel.
Last edited by cwizardone; 02-23-2021 at 08:43 PM.
|
|
|
02-23-2021, 08:57 PM
|
#77
|
Senior Member
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,908
|
Quote:
Originally Posted by cwizardone
A new test build was posted this afternoon at,
https://www.virtualbox.org/wiki/Testbuilds
Version "Linux 64-bit, 6.1.x revision 142917" along with the "6.1.x revision 142894" extension pack, functions properly as user and/or root with the 5.11.1 kernel.
|
Finally! Runs here as both root and user with out having to run the update check segmentation fault fix. So far so good.
|
|
1 members found this post helpful.
|
02-24-2021, 11:18 AM
|
#78
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
Still have the segfault
both 5.10.18 / 5.11.1
both user / root
revision 142894 / 142917 or snapshot 142300
Code:
(process:32285): GLib-GObject-WARNING **: 18:15:13.053: cannot register existing type 'NMAgentManagerError'
(process:32285): GLib-CRITICAL **: 18:15:13.053: g_once_init_leave: assertion 'result != 0' failed
(process:32285): GLib-GObject-WARNING **: 18:15:13.053: cannot retrieve class for invalid (unclassed) type '<invalid>'
[1] 32285 segmentation fault virtualbox
Slackware current
Plasma 5.21
|
|
1 members found this post helpful.
|
02-24-2021, 11:40 AM
|
#79
|
Member
Registered: Jun 2003
Distribution: Slackware-Current and Salix 14.2
Posts: 274
Rep: 
|
Quote:
Originally Posted by marav
Still have the segfault
both 5.10.18 / 5.11.1
both user / root
revision 142894 / 142917 or snapshot 142300
Code:
(process:32285): GLib-GObject-WARNING **: 18:15:13.053: cannot register existing type 'NMAgentManagerError'
(process:32285): GLib-CRITICAL **: 18:15:13.053: g_once_init_leave: assertion 'result != 0' failed
(process:32285): GLib-GObject-WARNING **: 18:15:13.053: cannot retrieve class for invalid (unclassed) type '<invalid>'
[1] 32285 segmentation fault virtualbox
Slackware current
Plasma 5.21
|
I don't know if you have new hardware, or need anything from the newer kernels. But a pragmatic solution for me is that I use the latest 5.4.x kernel on slackware current. On Slackware-Current everything related to virtualbox, or any 3rd party stuff that requires compiling kernel stuff, just works with that kernel.
|
|
|
02-24-2021, 11:50 AM
|
#80
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
I have a Lenovo laptop, no so old but not new. At least, compatible enough in most cases (full Intel/Realtek hardware)
I will try that
Thx
|
|
|
02-24-2021, 02:12 PM
|
#81
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
Exactly the same with :-(
Kernel 5.4.100
VBox 6.1.18-142142 / 6.1.19-142917
|
|
|
02-24-2021, 02:39 PM
|
#82
|
Member
Registered: Jun 2003
Distribution: Slackware-Current and Salix 14.2
Posts: 274
Rep: 
|
Quote:
Originally Posted by marav
Exactly the same with :-(
Kernel 5.4.100
VBox 6.1.18-142142 / 6.1.19-142917
|
That's a shame. Here virtualbox 6.1.18-142142 is working fine with kernel 5.4.99, on a completely updated (except for the kernel) slackware current-multilib (I also used SOFTWARE_VIRTUALIZATION=yes). Bridged networking, client tools, etc, all working fine. :/. Used ponce github slackbuilds for it.
|
|
|
02-24-2021, 05:02 PM
|
#83
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
Weird
Curiously, I remember everything was working fine with Vbox beta (I don't remember the version) and the first releases of the kernel 5.10.x
|
|
|
02-25-2021, 02:35 AM
|
#84
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
Solved with that command ( comment #18 )
As non-root user
Code:
VBoxManage setextradata global GUI/UpdateDate never
For now with :
kernel 5.4.100
vbox 6.1.19-142917
Last edited by marav; 02-25-2021 at 02:42 AM.
|
|
3 members found this post helpful.
|
02-25-2021, 02:42 AM
|
#85
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,916
|
idem with 5.10.18
|
|
1 members found this post helpful.
|
02-26-2021, 04:30 AM
|
#86
|
Member
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257
Rep: 
|
Slackers,
Just now I started using VirtualBox 6.1.18 on my Slackware Alpha 1 system for testing and programming purpose.
I don't install VirtualBox Guest Addition on other Linux distro.
Installation of VirtualBox guest addition is necessary for Slackware VM? Or is it optional?
Because I don't need extra functionality like, share clipboard between host and guest system and share folder using VirtualBox "Shared Folders" functionality.
When I tried to install Guest Addition on Slackware VMs, it display prompt it is already install.
Please suggest.
Thanks in advance.
|
|
|
02-26-2021, 08:03 AM
|
#87
|
Member
Registered: Jun 2003
Distribution: Slackware-Current and Salix 14.2
Posts: 274
Rep: 
|
Quote:
Originally Posted by linuxxer
Slackers,
Just now I started using VirtualBox 6.1.18 on my Slackware Alpha 1 system for testing and programming purpose.
I don't install VirtualBox Guest Addition on other Linux distro.
Installation of VirtualBox guest addition is necessary for Slackware VM? Or is it optional?
Because I don't need extra functionality like, share clipboard between host and guest system and share folder using VirtualBox "Shared Folders" functionality.
When I tried to install Guest Addition on Slackware VMs, it display prompt it is already install.
Please suggest.
Thanks in advance.
|
Without the guest addition, you would also lack the ability to run the guest session in the screen resolution you want. If you don't care about that, you probably don't need it.
Now I don't know if you run Slackware current, but the slackbuild script of virtualbox at current github at ponce, includes the guest additions. And it's not like it's a huge amount of extras diskspace.
|
|
|
02-26-2021, 09:43 AM
|
#88
|
Senior Member
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,154
Rep: 
|
Quote:
Originally Posted by linuxxer
Slackers,
Just now I started using VirtualBox 6.1.18 on my Slackware Alpha 1 system for testing and programming purpose.
I don't install VirtualBox Guest Addition on other Linux distro.
Installation of VirtualBox guest addition is necessary for Slackware VM? Or is it optional?
Because I don't need extra functionality like, share clipboard between host and guest system and share folder using VirtualBox "Shared Folders" functionality.
When I tried to install Guest Addition on Slackware VMs, it display prompt it is already install.
Please suggest.
Thanks in advance.
|
VirtualBox "Shared Folders" require Guest Additions to be installed (or VBox options enabled in the kernel?):
Quote:
With the shared folders feature of Oracle VM VirtualBox, you can access files of your host system from within the guest system. This is similar to how you would use network shares in Windows networks, except that shared folders do not require networking, only the Guest Additions.
|
ref:
https://www.virtualbox.org/manual/ch...#sharedfolders
In other words, you have VB client additions installed or Slackware kernel has kernel VBoxFS enabled (this would completely block share folders functionality if you would install VirtualBoxGuest Additions so I doubt that VBox options are enabled in Slackware kernel. I don't have Slackware kernel at all so can't really confirm this)
|
|
|
02-26-2021, 10:00 AM
|
#89
|
Member
Registered: Mar 2003
Location: Lake City, South Carolina
Distribution: Slackware 15 and current
Posts: 63
Rep:
|
VirtualBox for Slackware Users
I had the same problem running 6.1.18 with kernel 5.10.18 and ran the suggested code on a Ryzen3-3100 system and now have VBox running as both root and user.
|
|
|
02-26-2021, 11:32 AM
|
#90
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,341
|
Quote:
Originally Posted by linuxxer
Slackers,
Just now I started using VirtualBox 6.1.18 on my Slackware Alpha 1 system for testing and programming purpose.
I don't install VirtualBox Guest Addition on other Linux distro.
Installation of VirtualBox guest addition is necessary for Slackware VM? Or is it optional?
Because I don't need extra functionality like, share clipboard between host and guest system and share folder using VirtualBox "Shared Folders" functionality.
|
Optional. I don't install the Guest Additions on Slackware, unless I am playing with them. I don't like the way it installs anyway. I do my sharing via NFS shares. I am fine with 800x600 resolution. All most everything I do in a Slackware VM is via the CLI anyway.
Quote:
When I tried to install Guest Addition on Slackware VMs, it display prompt it is already install.
|
This is because of "xf86-video-vboxvideo" package that is part of Slackware. If you want to install the Guest Additions you need to remove this package.
Last edited by chrisretusn; 02-26-2021 at 11:34 AM.
|
|
2 members found this post helpful.
|
All times are GMT -5. The time now is 04:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|