Posts: 1,094
Threads: 19
Joined: Feb 2014
Reputation:
0
I don't have LL 2.6 installed on any computers right now. If have time, will install to one later today and see if I can figure out what problem is if nobody else comes along with a solution to this.
P.s. Just to clarify -- is this an error message shown during boot-up on the screen? Or does some error message pop-up after you've logged into the desktop? Does it cause any malfunction of system that you can tell? If so, describe what happens.
Try
Linux Beginner Search Engine for answers to Linux questions.
(This post was last modified: 12-01-2015, 06:46 PM by
gold_finger.)
Posts: 1,602
Threads: 86
Joined: Jun 2015
Reputation:
0
To Jocklad,
You say
Quote:I uninstalled VB from the lappy and rebooted....error still there.
, then you say
Quote:I have Windows 7 running in VB and its fine.
.
Do you have Virtualbox running or not?
Want to thank me? Click my [Thank] link.
Posts: 3
Threads: 0
Joined: Jul 2015
Reputation:
0
I do not use VirtualBox but also get the notification message. With Synaptic manager I removed all Virtual Box related packages and then reboot. This did not work. Then I saw some residual packages in Synaptic. I then used Lite Tweaks to autoremove packages, clean package cache and clean residual config files. After that and a reboot the message was gone.
I am not a computer expert but it worked and maybe this is of use for people who do not use VirtualBox at all and get that anoying message.
Greetings,
Ton.
Posts: 16
Threads: 2
Joined: May 2014
Reputation:
0
(12-01-2015, 08:55 PM)misko_2083 link Wrote: If this appears when you run LL on a real hardware, it is because the script that runs VboxClient, in case when Vbox kernel module isn't detected sends a notification message.
Fix is next:
Run this in terminal (providing a sudo password)
Code:
gksudo leafpad /etc/X11/Xsession.d/98vboxadd-xclient
find the line
Code:
notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
Now change notify-send to echo
Code:
echo "VBoxClient: the VirtualBox kernel service is not running. Exiting."
And save the file.
On next reboot it will not appear again.
Cheers 
SWEET !!! Thank You so much - Misko_2083 "you ROCK"
[size=1em]After LL 2.8 Some systems also require editing[/size][size=1.35em]
/usr/bin/VBoxClient-all (open as "Administrator")[/size]
I teach people everything I know, and they still don't know anything - may the farce be with you
(This post was last modified: 02-19-2016, 04:43 PM by
0bWAN.)