Fedora 25 and VBOX Guest 5.1.10

Discussions about using Linux guests in VirtualBox.
Post Reply
jugla
Posts: 6
Joined: 22. Sep 2016, 23:48

Fedora 25 and VBOX Guest 5.1.10

Post by jugla »

Hello,
I've just installed Fedora Core 25 thanks to Virtual Box (Linux Guest / Windows 10 Host).
I've encountered an issue when running VBOX Guest additions. It turns around the XServer...
Hereafter the error message .

Code: Select all

[root@platax VBOXADDITIONS_5.1.10_112026]# ls
32Bit        cert                    VBoxSolarisAdditions.pkg
64Bit        OS2                     VBoxWindowsAdditions-amd64.exe
AUTORUN.INF  runasroot.sh            VBoxWindowsAdditions.exe
autorun.sh   VBoxLinuxAdditions.run  VBoxWindowsAdditions-x86.exe
[root@platax VBOXADDITIONS_5.1.10_112026]# ./autorun.sh 
L'option « --title » est obsolète et pourrait être supprimée dans une prochaine version de gnome-terminal.
No protocol specified

** (gnome-terminal:2213): WARNING **: Could not open X display
Warning: DESKTOP_STARTUP_ID not set and no fallback available.
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: La connexion est fermée
[root@platax VBOXADDITIONS_5.1.10_112026]# ./runasroot.sh 
Usage: runasroot.sh DESCRIPTION COMMAND [ADVICE]

Attempt to execute COMMAND with root privileges, displaying DESCRIPTION if
possible and displaying ADVICE if possible if no su(1)-like tool is available.
By running direcly the install script , it works :

Code: Select all

[root@platax VBOXADDITIONS_5.1.10_112026]# ./VBoxLinuxAdditions.run
Post Reply