Re: [BackupPC-users] archive problem

2008-07-31 Thread Les Mikesell
Jeff Rippy wrote: > Thanks for the quick reply. The backuppc user uses /bin/sh not bash. > sh is a symbolic link to /bin/dash it looks like. Not sure if this > helps or not. The shell doesn't have much to do with this except possibly giving you the wrong error message. The real problem is a

Re: [BackupPC-users] Fatal error (bad version): OpenSSH_5.0p1

2008-07-31 Thread John Rouillard
On Wed, Jul 30, 2008 at 11:49:12AM +0200, brunal wrote: > But still doesn't work, same old story with "Unable to read 4 bytes". > (crying). > > So after filling a few kleenex, I tried these commands : > > /ffp/bin/ssh -q -x -l root 192.168.1.2 /usr/bin/rsync --version > > Answer : > rsync ver

[BackupPC-users] rsync via ssh and sudo aborted: "fatal error during xfe

2008-07-31 Thread brunal2496
Hi, I have exactly the same problem, i.e. when I try the backuppc command in a shell, rsync just hang and notinhg append. I've tried with rsync -avz -e ssh [EMAIL PROTECTED]:/ backupfolder/ and it works well. I've seen a lot of post with this problem, but no solution have been post on forum.

Re: [BackupPC-users] archive problem

2008-07-31 Thread Jeff Rippy
Thanks for the quick reply. The backuppc user uses /bin/sh not bash. sh is a symbolic link to /bin/dash it looks like. Not sure if this helps or not. Jeff On Thu, Jul 31, 2008 at 7:58 AM, Holger Parplies <[EMAIL PROTECTED]> wrote: > Hi, > > Jeff Rippy wrote on 2008-07-31 06:58:46 -0500 [[Backu

Re: [BackupPC-users] archive problem

2008-07-31 Thread Holger Parplies
Hi, Jeff Rippy wrote on 2008-07-31 06:58:46 -0500 [[BackupPC-users] archive problem]: > Hi all, > I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. > When I go to archive a host I get the following error: > > Executing: /usr/share/backuppc/bin/BackupPC_archiveHost > /usr/sh

Re: [BackupPC-users] Fatal error (bad version): Xlib: connection to ":0.0" refused by server

2008-07-31 Thread Holger Parplies
Hi, Chris Cross wrote on 2008-07-31 08:15:15 -0400 [[BackupPC-users] Fatal error (bad version): Xlib: connection to ":0.0" refused by server]: > Hi, > I'm just getting started trying to set up and get the following error in > the log. Is the backuppc server trying to start an X program on the ba

[BackupPC-users] Fatal error (bad version): Xlib: connection to ":0.0" refused by server

2008-07-31 Thread Chris Cross
Hi, I'm just getting started trying to set up and get the following error in the log. Is the backuppc server trying to start an X program on the backup client? Is the first Xlib connection error leading to the second error, ' fileListReceive failed' ? Contents of file /var/lib/backuppc/pc/imbro

[BackupPC-users] archive problem

2008-07-31 Thread Jeff Rippy
Hi all, I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. When I go to archive a host I get the following error: Executing: /usr/share/backuppc/bin/BackupPC_archiveHost /usr/share/backuppc/bin/BackupPC_tarCreate /usr/bin/split /usr/bin/par2 geonosis 75 /bin/gzip .gz 000 /

Re: [BackupPC-users] rsyncd in linux

2008-07-31 Thread Vincent Fleuranceau
> secrets file = /etc/rsyncd.secrets > Just in case, execute the following command: chmod 600 /etc/rsyncd.secrets -- Vincent - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

Re: [BackupPC-users] how to compare the active file system to the last backup

2008-07-31 Thread Emilie Ann Phillips
Thanks guys. The tar diff worked. >% sudo -u backuppc /usr/share/backuppc/bin/BackupPC_tarCreate -h host > -n -1 -s /share . | tar -C /mnt/share -df - . Emilie - This SF.Net email is sponsored by the Moblin Your Mo

Re: [BackupPC-users] rsyncd in linux

2008-07-31 Thread Vincent Fleuranceau
> Are you backing up linux client? If yes, please use rsync: Why? Rsyncd works perfectly on Linux, too. Most people use rsync because they want (or need) an SSH tunnel, but this is not required by BackupPC. -- Vincent -

Re: [BackupPC-users] rsyncd in linux

2008-07-31 Thread David Kuntadi
On Thu, Jul 31, 2008 at 4:53 PM, fatima ech-charif <[EMAIL PROTECTED]> wrote: > when i use this command > rsync [EMAIL PROTECTED]:: > i got this : > rsync : failed to connect to servername : connection refused(111) > rsync error : error in socket IO (code 10) at > /home/lapo/packaging/tmp/rsync-2.6

Re: [BackupPC-users] rsyncd in linux

2008-07-31 Thread Renke Brausse
Hi Am Donnerstag, den 31.07.2008, 09:53 + schrieb fatima ech-charif: > rsync : failed to connect to servername : connection refused(111) did you configure the rsyncd on the client side? the error looks like that you have no running server. Renke -- rbrausse ferdinand-kopf-str 7 79117 frei

Re: [BackupPC-users] rsyncd in linux

2008-07-31 Thread fatima ech-charif
when i use this command rsync [EMAIL PROTECTED]:: i got this : rsync : failed to connect to servername : connection refused(111) rsync error : error in socket IO (code 10) at /home/lapo/packaging/tmp/rsync-2.6.9/clientserver.c (104) [receiver=2.6.9] thanks 2008/7/31 fatima ech-charif <[EMAIL PROTEC