LinuxQuestions.org
Help answer threads with 0 replies.
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 11-28-2021, 12:49 AM   #301
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 577

Rep: Reputation: Disabled

Quote:
Originally Posted by Paulo2 View Post
Works OK with stock -current kernel 5.15.4.
Maybe is the kernel version, are you running kernel 5.14.12?
Yes.
According to the Virtualbox info:
"Linux host and guest: Introduced initial support for kernel 5.16"

I'll download/install 5.16-rc2 and install it before reporting back.
 
Old 11-28-2021, 01:37 AM   #302
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 577

Rep: Reputation: Disabled
According to https://www.virtualbox.org/wiki/Linu...20instructions
Building on a 64bit host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit.

I decided not to go multilib when originally installing on this lappy.
Could that be the hurdle?
 
Old 11-28-2021, 03:35 AM   #303
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Quote:
Originally Posted by yvesjv View Post
Building on a 64bit host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit.
Can't say I've had this problem, my host is slackware64-14.2 (4.14.256-x64 #2 SMP PREEMPT) custom kernel with no multilib.
Note that this host never had multilib, I use another pure 32bit host for 32bit software. And I think guest additions are optional feature.
Code:
cat /var/log/vbox-install.log
VirtualBox 6.1.30 r148432 installer, built 2021-11-22T15:48:58Z.

Testing system setup...
Removing previous installation of VirtualBox 6.1.28 r147628 from /opt/VirtualBox

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.

cat /var/log/vbox-setup.log
Building the main VirtualBox module.
Building the net filter module.
Building the net adaptor module.
 
1 members found this post helpful.
Old 11-29-2021, 01:58 PM   #304
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 577

Rep: Reputation: Disabled
Installed 5.16-rc2 and rebooted into it.
Tried it again by following the manual instructions at 2.3.3.3 from https://www.virtualbox.org/manual/ch...nux-performing
Failed again with a bit more info:
$ cat /var/log/vbox-install.log

VirtualBox 6.1.30 r148432 installer, built 2021-11-22T15:48:58Z.

Testing system setup...
Removing previous installation of VirtualBox 6.1.18 r142142 from /opt/VirtualBox

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxweb-service.sh: Starting VirtualBox web service.


Ok, this has become my white whale... during spare time ( ͡~ ͜ʖ ͡°)
 
Old 11-30-2021, 04:15 PM   #305
JayByrd
Member
 
Registered: Aug 2021
Location: Seattle, WA
Distribution: Slackware
Posts: 302

Rep: Reputation: 310Reputation: 310Reputation: 310Reputation: 310
Quote:
Originally Posted by elcore View Post
Can't say I've had this problem, my host is slackware64-14.2 (4.14.256-x64 #2 SMP PREEMPT) custom kernel with no multilib.
Note that this host never had multilib, I use another pure 32bit host for 32bit software...
I can second this. I've been building and using Vbox (w/ Guest Additions) with slackware64--no multilib, no problems.
 
2 members found this post helpful.
Old 12-01-2021, 02:20 PM   #306
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 577

Rep: Reputation: Disabled
Thanks.
Then it Must be unique to me.
 
Old 12-01-2021, 06:28 PM   #307
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 934

Rep: Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526
Quote:
Originally Posted by yvesjv View Post
Thanks.
Then it Must be unique to me.
I don't know if this is related to multilib, I always install multilib right after install Slackware.
In my main Slackware64 install with multilib, VBox installs and runs OK.

However, I have a spare partition with a fresh Slackware64 -current install to see how things happen since my
main -current install is from years ago. That fresh install doesn't have multilib installed.

So I installed VBox on that fresh -current install,
and VBox 6.1.30 installs OK but crashes with segmentation fault both as user and root.
Same with VBox 6.1.28.

Searching Google, I found this thread from a fellow slacker, and running 'VBoxManage setextradata global GUI/UpdateDate never'
indeed launches VBox, but only on the terminal that you run the command.
https://forums.virtualbox.org/viewto...p?f=7&t=102257

(IIRC, I saw that command before here in the forum but a search didn't show anything, maybe I don't recall correctly)
 
2 members found this post helpful.
Old 12-08-2021, 10:50 AM   #308
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
A new test build-6.1.31-revision-148688,
with extension pack-6.1.31-148683
and
a new development snapshot-6.1.97-revision-148687,
with extension pack-6.1.97-148682,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
Old 12-10-2021, 10:04 AM   #309
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
They are getting busy over there, again.


A new test build-6.1.31-revision-148796,
with extension pack-6.1.31-148715,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
Old 12-17-2021, 07:11 AM   #310
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
A new test build-6.1.31-revision-148916,
with extension pack-6.1.31-148916
and
a new development snapshot-6.1.97-revision-148976,
with extension pack-6.1.97-148976,
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
 
2 members found this post helpful.
Old 01-04-2022, 10:48 AM   #311
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Just FYI:
The VirtualBox dot org web site seems to be down and/or they are doing maintenance. Sometimes I can connect, but most of the time over the last few days a connection failure error is returned.
This link, via Oracle, seems to work, https://www.oracle.com/virtualizatio...downloads.html
 
Old 01-04-2022, 12:42 PM   #312
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Quote:
Originally Posted by cwizardone View Post
Just FYI:
The VirtualBox dot org web site seems to be down and/or they are doing maintenance. Sometimes I can connect, but most of the time over the last few days a connection failure error is returned.
This link, via Oracle, seems to work, https://www.oracle.com/virtualizatio...downloads.html
Well, it works. But is very slow to load. Nothing on the site gives info on any problems (that I can find)
 
1 members found this post helpful.
Old 01-06-2022, 09:07 AM   #313
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Whatever the problem, it appears to have been fixed as the site popped up immediately this morning.
 
1 members found this post helpful.
Old 01-18-2022, 02:56 PM   #314
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
The latest stable release of VirtualBox, version 6.1.32, is now available.

The change log, https://www.virtualbox.org/wiki/Changelog

The download page, https://www.virtualbox.org/wiki/Downloads

Last edited by cwizardone; 01-18-2022 at 02:58 PM.
 
4 members found this post helpful.
Old 01-18-2022, 08:01 PM   #315
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 934

Rep: Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526
VBox 6.1.32 running OK in Slackware 15.0
 
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 01:34 PM.

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