Cannot Install Virtualbox Guest Additions

General support questions including new installations
pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Cannot Install Virtualbox Guest Additions

Post by pschaff » 2010/03/16 12:00:06

[quote]
ponic wrote:
I tried to upload vboxadd-install.log as zip file, I got message stating permission error
[/quote]
The forum attachment function is (perhaps fortunately in this case) broken. Really not interested in seeing the [b]whole[/b] log. Please just review it for errors or other clues and paste the [b]relevant[/b] information in-line bracketed by code or quote tags. If unable to determine what is relevant then use [url=http://pastebin.centos.org/]the CentOS pastebin[/url] and set the retention time to longer than the default "Day".

[quote]
When I tried to install dkms, it states dkms alreayd installed.[/quote]
OK. Very strange. I have done this dozens of times without seeing such problems. Please verify that you have the Guest Additions virtual ISO mounted and are using[code]sh ./VBoxLinuxAdditions-x86.run[/code] (not VBoxLinuxAdditions-amd64.run) as root.

ponic
Posts: 11
Joined: 2010/03/11 07:30:12

Re: Cannot Install Virtualbox Guest Additions

Post by ponic » 2010/03/16 14:52:24

[code]
[root@centos5 VBOXADDITIONS_3.1.4_57640]# sh ./VBoxLinuxAdditions-x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.1.4 Guest Additions for Linux........
VirtualBox Guest Additions installer
Removing installed version of VirtualBox Guest Additions...
Building the VirtualBox Guest Additions kernel modules

Your guest system does not seem to have sufficient OpenGL support to enable
accelerated 3D effects (this requires Linux 2.6.27 or later in the guest
system). This Guest Additions feature will be disabled.

Building the main Guest Additions module [ OK ]
Building the shared folder support module [ OK ]
Doing non-kernel setup of the Guest Additions [ OK ]
You should restart your guest to make sure the new modules are actually used

Installing the Window System drivers
Installing X.Org 7.1 modules [ OK ]

You appear to be running an older version of the X Window system in your
guest. Seamless mode and dynamic resizing will not work!

Setting up the Window System to use the Guest Additions [ OK ]
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.

Installing graphics libraries and desktop services componen[ OK ]
[root@centos5 VBOXADDITIONS_3.1.4_57640]#
[/code]

Very strange why it is not working!

I have pasted vboxadd-install.log using the CentOS pastebin
[url=http://pastebin.centos.org/31976]vboxadd-install.log[/url]

misterx
Posts: 3
Joined: 2010/03/16 15:31:32

Re: Cannot Install Virtualbox Guest Additions

Post by misterx » 2010/03/16 15:43:21

I have a problem with this too. I have installed additions and seamless mode works its just the dynamic resizing of the window that doesn't seem to work

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Cannot Install Virtualbox Guest Additions

Post by pschaff » 2010/03/16 16:09:24

Search the VB PDF docs /usr/share/doc/VirtualBox-3.1-3.1.4_57640_rhel5/UserManual.pdf for "dynamic resizing". One entry:
[quote]
Linux Additions: disable dynamic resizing if the X server is configured for fixed
resolutions[/quote]

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Cannot Install Virtualbox Guest Additions

Post by pschaff » 2010/03/16 16:18:12

[quote]
ponic wrote:
...
Very strange why it is not working!
[/quote]
What is not working? The output looked pretty normal.

[quote]
I have pasted vboxadd-install.log using the CentOS pastebin
[/quote]

Somehow you lost all the line-terminators. Makes it very difficult to read,

ponic
Posts: 11
Joined: 2010/03/11 07:30:12

Re: Cannot Install Virtualbox Guest Additions

Post by ponic » 2010/03/16 17:17:08

[quote]
pschaff wrote:
... Moderator snip ...
Somehow you lost all the line-terminators. Makes it very difficult to read,[/quote]
I have modified, kindly check the logs again.

Thanks
[url=http://pastebin.centos.org/31982]vboxadd-install.log[/url]

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Cannot Install Virtualbox Guest Additions

Post by pschaff » 2010/03/16 17:25:45

I don't see any errors there. The "echo" commands are never invoked, as they would be if an error had occurred.

Once more, what is not working?

ponic
Posts: 11
Joined: 2010/03/11 07:30:12

Re: Cannot Install Virtualbox Guest Additions

Post by ponic » 2010/03/16 17:36:52

what is not working is seamless mode.

Regards

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Cannot Install Virtualbox Guest Additions

Post by AlanBartlett » 2010/03/16 18:06:02

[quote]
I don't see any errors there.
[/quote]
What about lines 30 - 34 ? :-?

And it looks as if the output was truncated during the copy / paste process. :-o

ponic
Posts: 11
Joined: 2010/03/11 07:30:12

Re: Cannot Install Virtualbox Guest Additions

Post by ponic » 2010/03/16 18:16:06

I have re-pasted
[url=http://pastebin.centos.org/31988]vboxadd-install.log[/url]

Post Reply