fedora13 oops

1.han is not in the sudoers file.  This incident will be reported.

[han@mars-f13 etc]$ su -
Password:
[root@mars-f13 ~]# gedit /etc/sudoers

## Allow root to run any commands anywhere
root    ALL=(ALL)     ALL
han    ALL=(ALL)     ALL

2.change the root's password as a short word:

[han@mars-f13 etc]$ sudo passwd root

PASS_MIN_LEN    2

sudo passwd root

3. add vbox guest additions

[han@mars-f13 ~]$ cd /media/VBOXADDITIONS_3.2.8_64453/

[han@mars-f13 VBOXADDITIONS_3.2.8_64453]$ sudo ./VBoxLinuxAdditions-x86.run

Verifying archive integrity... All good.
Uncompressing VirtualBox 3.2.8 Guest Additions for Linux........
VirtualBox Guest Additions installer
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module                   [  OK  ]
Building the shared folder support module                  [  OK  ]
Building the OpenGL support module
                                                           [  OK  ]
Doing non-kernel setup of the Guest Additions              [  OK  ]
Starting the VirtualBox Guest Additions                    [  OK  ]
Installing the Window System drivers
Installing X.Org Server 1.8 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  ]

猜你喜欢

转载自feuyeux.iteye.com/blog/743160