You are not logged in.
Pages: 1
Ok,
Just installed base and I'm getting various errors:
1. went to change the root password and get this error: "Authentication token lock busy".
2. went to add a user (using both useradd and adduser): ": unable to lock password file... --account not created".
3. various upgrades using pacman: "error: unable to lock pacman database.".
any help would be greatly appreciated
Thank you
Offline
Is your / mounted writeable? I'd boot off the install CD and review /mnt/etc/fstab (you have to mount your / partition to /mnt first of course).
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Do uname -r and ls /lib/modules show different kernel versions ?
Offline
if a
mount / -o remount,rw
fixes these problems, then your fstab is set up to mount / read-only - you'll need to fix that.
Offline
Pages: 1