Linux 3.12.21-desktop586-2.mga4 #1 SMP Thu Jun 5 21:33:45 UTC 2014 i686 i686 i686 GNU/Linux
Trying to get my backup server running after a complete rebuild and fresh install. Have hit a snag with the backuppc user. I'm unable to su as that user:
- Code: Select all
su: user backuppc does not exist
But there is a passwd for the user in the /etc/passwd file and there is a backuppc group:
- Code: Select all
backuppc:x:476:backuppc
The web interface for backuppc sees a different uid than expected:
- Code: Select all
Error: Wrong user: my userid is 485, instead of (backuppc)
This is consistent with user information visible on the relevant files:
- Code: Select all
-rwsr-xr-x 1 485 backuppc 5448 Oct 19 2013 BackupPC_Admin*
-rwxr-xr-x 1 485 backuppc 3993 Oct 19 2013 BackupPC_Admin.cgi*
I'm pretty sure there's something simple amiss here, but I am unable to add or delete user "backuppc" and while the group shows in userdrake, the user does not.
Clue?
Thanks.
Mark