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 08-21-2021, 12:27 PM   #241
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72

Quote:
The installer failed with exit code 1: VBoxExtPackHelperApp: error: The owner is not root: '/opt'.
set opt to root and then if you need to let users read and write to opt not VBOX then set users can modify opt
But your vbox is set to root:users right now this is what causes this.
chown root:root /opt/VirtulaBox

Last edited by lovemeslk; 08-21-2021 at 12:39 PM.
 
1 members found this post helpful.
Old 08-21-2021, 12:37 PM   #242
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
I use Virtual box everyday to compile in for Mac Windows and Linux.
Code:
VirtualBox Graphical User Interface
Version 6.1.22 r144080 (Qt5.6.1)
every thing works fine you need to turn off the updater.
and for mac you need to set your cpu ID
Code:
VBoxManage setextradata global GUI/SuppressMessages "Update"
or
VBoxManage setextradata global GUI/SuppressMessages "All"
 
2 members found this post helpful.
Old 08-22-2021, 01:08 AM   #243
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
Quote:
Originally Posted by pghvlaans View Post
That's strange. What happened in my case was that I moved /opt itself to another partition and made a symlink. VB started working again when I put it back. The stuff in /usr/bin is the same as on your system.

What does "ls -lds /opt" look like?
Is that wrong?
Code:
bash-5.1# ls -lds /opt
4 drwxr-xr-x 3 m users 4096 aug   21 06:12 /opt
 
Old 08-22-2021, 01:35 AM   #244
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Yes, that's the problem. The program is very picky, and it needs /opt to be owned by root:root, not just /opt/VirtualBox.
 
2 members found this post helpful.
Old 08-22-2021, 01:47 AM   #245
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
After fixing the permissions the extensionpack installed succesfully and vm launched fine. Thanks!
 
Old 08-26-2021, 11:19 AM   #246
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
A new test build 6.1.27-revision 146512,
a companion extension pack 6.1.27-146413,
a new guest additions 6.1.27-146512
and
a new development snapshot 6.1.97-146539
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds


Edit in: I've installed both test build 6.1.27-revision 146512, and extension pack 6.1.27-146413 and they are running perfectly (so far ).

Last edited by cwizardone; 08-26-2021 at 12:54 PM.
 
1 members found this post helpful.
Old 09-01-2021, 10:32 AM   #247
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
A new test build 6.1.27-revision-146688,
a companion extension pack 6.1.27-146688,
and
a new development snapshot 6.1.97-146677
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds

Last edited by cwizardone; 09-01-2021 at 10:41 AM.
 
Old 09-03-2021, 10:32 PM   #248
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Quote:
Originally Posted by cwizardone View Post
A new test build 6.1.27-revision-146688,
a companion extension pack 6.1.27-146688,
and
a new development snapshot 6.1.97-146677
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds
I just added the the guest ISO and that did the job.
It was the guest that was failing will do a full install when is stable.
I do to much work in VM for windows and mac and slackware64-14.2.
So I put 127 on my test rig.
It seems the kernel has changed some headers and is unable to find type of cpu.

This is what I am using in my dev machine in Slackware64-current
For slackware64-current
Code:
Version 6.1.22 r144080 (Qt5.6.1)
using Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack
using VBoxGuestAdditions_6.1.27-146512.iso
for the other ones slackware64-14.2 mac and windows using VBoxGuestAdditions_6.1.22.iso
 
Old 09-18-2021, 07:43 AM   #249
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
A new test build 6.1.27-revision-146933,
and a companion extension pack have been posted at,
https://www.virtualbox.org/wiki/Testbuilds


Edit in: Both are installed and working perfectly here.

Last edited by cwizardone; 09-18-2021 at 08:04 AM.
 
1 members found this post helpful.
Old 09-18-2021, 11:28 AM   #250
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Rep: Reputation: 20
At every boot I get "vboxdrv.sh building VirtualBox kernel modules" it used to do that only after a kernel upgrade, but now it builds the modules every single time which slows down boot time massively.

Virtualbox version is 6.1.26 r145957 (Qt5.6.1) and I'm running the 5.13.13 kernel (can't switch to 5.14 because of zfs) on Slackware current
 
Old 09-18-2021, 12:52 PM   #251
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
Quote:
Originally Posted by M0M0 View Post
At every boot I get "vboxdrv.sh building VirtualBox kernel modules" it used to do that only after a kernel upgrade, but now it builds the modules every single time which slows down boot time massively.

Virtualbox version is 6.1.26 r145957 (Qt5.6.1) and I'm running the 5.13.13 kernel (can't switch to 5.14 because of zfs) on Slackware current
That behavior was fixed in test build 6.1.27-146035 as reported in post #208 in this thread.
All the test builds I have installed since have behaved properly.
https://www.linuxquestions.org/quest...ml#post6272156
 
Old 09-18-2021, 09:38 PM   #252
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Rep: Reputation: 20
Quote:
Originally Posted by cwizardone View Post
That behavior was fixed in test build 6.1.27-146035 as reported in post #208 in this thread.
All the test builds I have installed since have behaved properly.
https://www.linuxquestions.org/quest...ml#post6272156
Thanks! But I can't remember where to find the beta versions, on there web page I can only download the .26 version

edit: Nevermind the link is post #208 as well. Sorry

Last edited by M0M0; 09-18-2021 at 09:41 PM. Reason: I should read before I ask
 
1 members found this post helpful.
Old 09-19-2021, 03:31 AM   #253
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,988

Rep: Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559Reputation: 1559
Quote:
Originally Posted by cwizardone View Post
A new test build 6.1.27-revision-146933,
and a companion extension pack have been posted at,
https://www.virtualbox.org/wiki/Testbuilds


Edit in: Both are installed and working perfectly here.
Installed yesterday, working well on a Slackware64-current host. Only issue I have unrelated to this build as it's been around for awhile, is on a Slackware64-current guest machine, the kernel builds on each reboot. These two screen happen with every boot, shutdown/reboot.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20210919_162312.png
Views:	30
Size:	35.0 KB
ID:	37230   Click image for larger version

Name:	Screenshot_20210919_162630.png
Views:	32
Size:	32.5 KB
ID:	37231  
 
1 members found this post helpful.
Old 09-20-2021, 05:38 PM   #254
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
FWIW, VirtualBox-6.1.27-146933 will work with the 5.15-rc2 kernel.
 
1 members found this post helpful.
Old 09-23-2021, 10:09 AM   #255
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
A new test build 6.1.27-revision-147000,
a companion extension pack 6.1.27-146989,
and
a new development snapshot 6.1.97-147001
have been posted at,
https://www.virtualbox.org/wiki/Testbuilds


Edit in: Installed the test build and extension pack and so far, so good.

Last edited by cwizardone; 09-23-2021 at 10:38 AM.
 
3 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 02:27 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