the guest additions appear to install . . . but fails to work . . . installed them again and watched the terminal window closely and all looks error free?

- 2013_03_17__install_guest_add_worky__bmw__small_file_size.jpg (119.11 KiB) Viewed 3152 times
**************************************************************************
cd /mnt
umount /mnt/iso
ls -al
mount -t iso9660 /dev/dvd iso
cd iso
ls -al ./VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run
**************************************************************************
**************************************************************************
tcsh:root@bmw:/> cd /mnt
tcsh:root@bmw:/mnt> ls -al
total 10
drwxr-xr-x. 3 root root 4096 Mar 13 18:25 .
dr-xr-xr-x. 28 root root 4096 Mar 17 08:37 ..
dr-xr-xr-x 6 root root 2048 Feb 25 10:27 iso
tcsh:root@bmw:/mnt> mount -t iso9660 /dev/dvd iso
mount: block device /dev/sr0 is write-protected, mounting read-only
tcsh:root@bmw:/mnt> cd iso
tcsh:root@bmw:/mnt/iso> ls -al
total 56927
dr-xr-xr-x 6 root root 2048 Feb 25 10:27 .
drwxr-xr-x. 3 root root 4096 Mar 13 18:25 ..
dr-xr-xr-x 2 root root 2048 Feb 25 10:27 32Bit
dr-xr-xr-x 2 root root 2048 Feb 25 10:27 64Bit
-r-xr-xr-x 1 root root 647 Oct 8 09:30 AUTORUN.INF
-r-xr-xr-x 1 root root 6966 Feb 25 10:20 autorun.sh
dr-xr-xr-x 2 root root 2048 Feb 25 10:27 cert
dr-xr-xr-x 2 root root 2048 Feb 25 10:27 OS2
-r-xr-xr-x 1 root root 5523 Feb 25 10:20 runasroot.sh
-r-xr-xr-x 1 root root 9891275 Feb 25 10:23 VBoxLinuxAdditions.run
-r-xr-xr-x 1 root root 20738048 Feb 25 10:34 VBoxSolarisAdditions.pkg
-r-xr-xr-x 1 root root 16878160 Feb 25 10:18 VBoxWindowsAdditions-amd64.exe
-r-xr-xr-x 1 root root 311584 Feb 25 10:08 VBoxWindowsAdditions.exe
-r-xr-xr-x 1 root root 10444920 Feb 25 10:10 VBoxWindowsAdditions-x86.exe
tcsh:root@bmw:/mnt/iso> ./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.8 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 4.3.8 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox DKMS kernel modules [ OK ]
Removing existing VirtualBox non-DKMS kernel modules [ OK ]
Building the VirtualBox Guest Additions kernel modules [ 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 Server 1.13 modules [ OK ]
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 ]
tcsh:root@bmw:/mnt/iso>
**************************************************************************
**************************************************************************
ls -al /var/log/vboxadd-install.log
cat /var/log/vboxadd-install.log
**************************************************************************
**************************************************************************
tcsh:root@bmw:/> ls -al /var/log/vboxadd-install.log
-rw-r--r-- 1 root root 1236 Mar 17 11:24 /var/log/vboxadd-install.log
tcsh:root@bmw:/> cat /var/log/vboxadd-install.log
Uninstalling modules from DKMS
Attempting to install using DKMS
Creating symlink /var/lib/dkms/vboxguest/4.3.8/source ->
/usr/src/vboxguest-4.3.8
DKMS: add completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
make KERNELRELEASE=2.6.32-431.1.2.el6.x86_64 -C /lib/modules/2.6.32-431.1.2.el6.x86_64/build M=/var/lib/dkms/vboxguest/4.3.8/build...........
cleaning build area...
DKMS: build completed.
vboxguest:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.32-431.1.2.el6.x86_64/extra/
vboxsf.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.32-431.1.2.el6.x86_64/extra/
vboxvideo.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.32-431.1.2.el6.x86_64/extra/
Adding any weak-modules
depmod...
DKMS: install completed.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.
tcsh:root@bmw:/>
**************************************************************************