kanti wrote:
> Hie All , 
> By the help of this forum and specially by the help of Mike i am able to 
> configure a complete BackupPC-3.1.0. Now i want to take a backup of client 
> machine so when i click the start full backup button it shows some error 
> message like below. 
> 1. No ping response. 
> (Note :- before that i already make a entry for that client in /etc/host file 
> . If i will ping that client by his host name and also by its Ip address its 
> able to pinging . But really i don't know why i m getting this type of 
> error.) 

Be sure the backuppc hosts entry does not have the 'DHCP' option set 
(uncheck it if you use 'edit hosts' in the web screen).  If it is set, 
backuppc will try to use nmblook to find it, which won't work unless you 
happen to have samba running with the same netbios name.  Otherwise it 
should be running the program configured as PingPath and it should get 
the same result you get running that command as the backuppc user.

> 2. And secondly some times i got the following error : - 
> 
> Full backup started for directory / 
> Running: /usr/bin/ssh -q -x -l root scn-ws6 /usr/bin/rsync --server --sender 
> --numeric-ids --perms --owner --group -D --links --hard-links --times 
> --block-size=2048 --recursive --ignore-times . / 
> Xfer PIDs are now 7377 
> Read EOF: Connection reset by peer 
> Tried again: got 0 bytes 
> Done: 0 files, 0 bytes 
> Got fatal error during xfer (Unable to read 4 bytes) 
> Backup aborted (Unable to read 4 bytes) 
> Not saving this as a partial backup since it has fewer files than the prior 
> one (got 0 and 0 files versus 0) 
> 

This usually means that you don't have the ssh keys right.  Test it from 
the server, running as the backuppc user, execute:
ssh -l root scn-ws6 id
and you should get a response back with no password prompt.

-- 
   Les Mikesell
    [EMAIL PROTECTED]


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to