
10-21-2008, 01:30 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
do you have a root account on the computer (System Admin account)?
I would suggest booting with " -s" and running
Code:
/sbin/mount -uw /
passwd root
so your system creates a root account if you don't already have one set up. Then log in as root to update (but only to update as running as root can be dangerously easy to mess up a system.
|