problem with restor

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
when i do restor for user i get this error:

Error while creating User vistail.
Unix User created successfully
Cannot find a home directory after the system user creation for vistail
The home directory for vistail was not created.

someone can help me?
 
[admins@server ~]$ ls -l /
total 218
-rw------- 1 root root 14336 Nov 20 21:09 aquota.group
-rw------- 1 root root 17408 Nov 20 21:18 aquota.user
drwxr-xr-x 2 root root 4096 Nov 14 04:02 bin
drwxr-xr-x 4 root root 1024 Nov 3 17:57 boot
drwxr-xr-x 10 root root 5340 Nov 3 17:57 dev
drwxr-xr-x 75 root root 12288 Nov 20 21:09 etc
drwx--x--x 47 root root 4096 Nov 20 21:09 home
drwxr-xr-x 2 root root 4096 Feb 21 2005 initrd
drwxr-xr-x 12 root root 4096 Nov 17 04:02 lib
drwx------ 2 root root 16384 Mar 27 2007 lost+found
drwxr-xr-x 2 root root 4096 Feb 21 2005 media
drwxr-xr-x 2 root root 4096 May 3 2007 misc
drwxr-xr-x 2 root root 4096 Feb 21 2005 mnt
drwxr-xr-x 2 root root 4096 Feb 21 2005 opt
dr-xr-xr-x 181 root root 0 Aug 9 20:43 proc
drwxr-x--- 5 root root 4096 Nov 13 22:14 root
drwxr-xr-x 2 root root 12288 Nov 4 04:02 sbin
drwxr-xr-x 2 root root 4096 Mar 27 2007 selinux
drwxr-xr-x 2 root root 4096 Feb 21 2005 srv
drwxr-xr-x 9 root root 0 Aug 9 20:43 sys
drwxrwxrwt 4 root root 24576 Nov 20 21:40 tmp
drwxr-xr-x 16 root root 4096 Jul 20 04:33 usr
drwxr-xr-x 21 root root 4096 Mar 31 2007 var
[admins@server ~]$
 
ok, you havent logged in root yet. Try to login to root and you can see /home
for de-compress backup file, you can use
Code:
tar -zvxf /path/filename.tar.gz
 
ok, you havent logged in root yet. Try to login to root and you can see /home
for de-compress backup file, you can use
Code:
tar -zvxf /path/filename.tar.gz

it's not good to me because i not user and this open the files on directory /user_backups
 
It seems you dont have any server management experience? If you have full access, what prevents you to login root and de-compress the backup file for checking?
 
Back
Top