LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-05-2017, 01:53 PM   #16
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Thumbs up


Quote:
Originally Posted by frankbell View Post
Thanks for the update. Please let us know if you get to the bottom of it.
Sure thing Frank.
 
Old 02-05-2017, 01:54 PM   #17
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Quote:
Originally Posted by erik2282 View Post
Hi Erik.

I am using the nouveau drivers if that means anything. Probably not the issue here I guess.
 
Old 02-05-2017, 01:59 PM   #18
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Should I install all of these [img]?
Attached Thumbnails
Click image for larger version

Name:	synaptic.png
Views:	304
Size:	62.2 KB
ID:	24138  
 
Old 02-06-2017, 07:56 AM   #19
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by linustalman View Post
Hi BK. I don't even know where to begin there.
You don't have to, fortunately, unless you want to see how undeserved my 'guru' status is :-).
In the host system, you need only virtualbox & the extension pack; in each guest you want the guest additions. That's all. You have posted errors that indicated you might have guest additions in the host system, and host system software in the guest (Posts 1 & 11)

Please post the errors showing currently and update us if it's working.
 
Old 02-06-2017, 08:07 AM   #20
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by business_kid View Post
You don't have to, fortunately, unless you want to see how undeserved my 'guru' status is :-).
In the host system, you need only virtualbox & the extension pack; in each guest you want the guest additions. That's all. You have posted errors that indicated you might have guest additions in the host system, and host system software in the guest (Posts 1 & 11)

Please post the errors showing currently and update us if it's working.
Ok. Thanks for sticking by. :-)

During bootup, I see in red text these 2 lines:
Failed to start Load Kernel Modules
Failed to start LSB: Virtual Box Additions


At login (on host PC) I get the message; "VBoxClient: the VirtualBox kernel service is not running. Exiting."

When I try to launch a VM in VB, I get these errors [img].
Attached Thumbnails
Click image for larger version

Name:	vb-errs.png
Views:	225
Size:	79.5 KB
ID:	24145  

Last edited by linustalman; 02-06-2017 at 08:09 AM.
 
Old 02-06-2017, 01:15 PM   #21
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
I get this message in VirtualBox VM's when the VirtualBox software on the host is updated. Usually this will "break" the Additions installation in the guest. So what I do is open up my vm that is complaining with that message, then open a terminal in it, and cd to the directory of the Additions iso. Under the iso directory there is a file called autorun.sh. In that directory I run this command:
Code:
# ./autorun.sh
It will show output saying stuff about dkms and other stuff...
When it's done, reboot your VM and the message should be gone.

Last edited by erik2282; 02-06-2017 at 01:17 PM.
 
Old 02-07-2017, 03:37 AM   #22
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
On host pc:
Code:
Failed to start LSB: Virtual Box Additions
VBoxClient: the VirtualBox kernel service is not running. Exiting.
indicate you have the guest additions installed. Others know better, but I don't think you should have. Whether they're installed or not, something is finding them.

On the VM:
vboxdrv & /dev/vboxdrv belong on the host, not the VM. You seem to have the host software on the guest, and the guest additions on the host.

If I was facing those issues, I would clear everything vbox related. Use locate or slocate and do a case insensitive search. Back up data in the VMs throwing errors and remove them. Reinstall
On host: Virtualbox & extension pack
On guest VMs: Guest additions.
 
Old 02-07-2017, 02:21 PM   #23
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Post

Just a note, this [img] is the error at login (on host PC). Note that the panel looks odd because it has not fully loaded.
Attached Thumbnails
Click image for larger version

Name:	login-error.png
Views:	131
Size:	14.0 KB
ID:	24157  
 
Old 02-08-2017, 12:59 PM   #24
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Why is a bit of the Guest Additions wanting to run on the host pc?
 
Old 02-08-2017, 01:26 PM   #25
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by business_kid View Post
Why is a bit of the Guest Additions wanting to run on the host pc?
because it is a bridge between the two. If the host did not allow open ports it would be irrelevant. However, the host allows these things because sometimes they are needed.

Last edited by 273; 02-08-2017 at 01:28 PM.
 
Old 02-08-2017, 01:51 PM   #26
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Unhappy

Quote:
Originally Posted by business_kid View Post
On host pc:
Code:
Failed to start LSB: Virtual Box Additions
VBoxClient: the VirtualBox kernel service is not running. Exiting.
indicate you have the guest additions installed. Others know better, but I don't think you should have. Whether they're installed or not, something is finding them.

On the VM:
vboxdrv & /dev/vboxdrv belong on the host, not the VM. You seem to have the host software on the guest, and the guest additions on the host.

If I was facing those issues, I would clear everything vbox related. Use locate or slocate and do a case insensitive search. Back up data in the VMs throwing errors and remove them. Reinstall
On host: Virtualbox & extension pack
On guest VMs: Guest additions.
I reinstalled VB and the extension pack. No joy.

I cannot access any VMs to change anything.

Could you elaborate on 'clear everything vbox related'?
 
Old 02-09-2017, 04:41 AM   #27
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Depending on your program suite on the host run 'slocate -u' or updatedb. Then from / run
Code:
(s)locate -i vbox |less
. You should find stuff in /etc, /opt or /usr/lib64 & /usr/share, perhaps /dev, and symlinks probably in /usr/bin.
 
Old 02-09-2017, 04:42 AM   #28
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Thumbs up

Quote:
Originally Posted by business_kid View Post
Depending on your program suite on the host run 'slocate -u' or updatedb. Then from / run
Code:
(s)locate -i vbox |less
. You should find stuff in /etc, /opt or /usr/lib64 & /usr/share, perhaps /dev, and symlinks probably in /usr/bin.
Ah, I understand. Thanks.
 
Old 02-10-2017, 04:38 AM   #29
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Lightbulb

I wonder if tweaking my BIOS/UEFI would help.

Or booting into an older kernel.
 
Old 02-10-2017, 01:45 PM   #30
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Lightbulb

I'm currently trying out AQEMU (using KVM) and it seems fine. I may ditch VB altogether.
 
  


Reply

Tags
exiting, kernel, vboxclient, virtualbox



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
I don't can login in PuTTy I get that message: "Network error: Connection refused" nikaway Linux - Security 3 09-24-2015 07:57 AM
"nmcli con" failed "Can't obtain connections: settings service is not running." parcox Slackware 2 08-14-2012 04:26 PM
"New Login in a Window" Gnome option gives error message kushalkoolwal Debian 2 03-14-2009 11:14 AM
E-mail client "Nail" doesn't work... And no error message/logfile that I know of! Nathan-H2-Dog Linux - Software 1 01-05-2006 09:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:35 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