Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-08-13 Thread Craig Barratt via BackupPC-users
> > $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath > $argList+'; That setting is not used in 4.x. You now say: and all seems to be fine but every backup tries to login on a host with the > backuppc account so it appears backups are now working correctly. If ssh is using th

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-08-01 Thread Romain Pelissier
​​ Oh sorry if made a mistake.. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ BackupPC-users ma

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-08-01 Thread Bzzzz
On Tue, 1 Aug 2017 22:20:23 -0400 Romain Pelissier wrote: > Hi, > I have check the setting: > > $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath > $argList+'; > > and all seems to be fine but every backup tries to login on a host > with the backuppc account... I am lost... Begi

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-08-01 Thread Romain Pelissier
Hi, I have check the setting: $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+'; and all seems to be fine but every backup tries to login on a host with the backuppc account... I am lost... -- Ch

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-08-01 Thread Romain Pelissier
Hi, I think I understand why it is failing.. I have check on the client side and see this: ug 1 20:58:31 pdrapp001 sshd[10238]: Invalid user backuppc from 192.170.2.6 Aug 1 20:58:31 pdrapp001 sshd[10239]: input_userauth_request: invalid user backuppc Aug 1 20:58:31 pdrapp001 sshd[10238]: Failed

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-07-30 Thread Craig Barratt via BackupPC-users
Moving that setting to the main config file wasn't intended to be a fix - it was simply an observation that it is simpler to put global settings in the main config file. The XferLOG.bad file can be accessed from the client's status page via the web interface, or from the command line. If HOST is

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-07-30 Thread Romain Pelissier
Hi, I don't think it made a difference since the system starts ok with the setting set on each client (I made the change very quickly so you are right, this setting should be in the main conf file). But event after making the change (putting the setting in the main conf file) I still got the issue.

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-07-30 Thread Romain Pelissier
Hi, So I have made the change (putting the conf in mail config file) and still have the issue. I don't have a XferLOG.bad file, since the backup fail as soon as it starts..I don't know if there is a debug option or something to have more details about the issue... -

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-07-29 Thread Richard Shaw
On Sat, Jul 29, 2017 at 10:53 AM, Romain Pelissier < romain.peliss...@gmail.com> wrote: > Hi, > I have recently upgrade my fedora server to the 26 version and it come > with the brand new version of Backuppc! > I have change the a couple of things to make it works, like now I use SGSI > and alos h

Re: [BackupPC-users] backuppc 4: rsync error: unexplained error (code 255) at io.c(629) [Receiver=3.0.9.8])

2017-07-29 Thread Craig Barratt via BackupPC-users
First, you should only need to add the $Conf{RsyncBackupPCPath} setting to the main config file. It's likely that that $Conf{RsyncClientPath} is not set correctly based on the old $Conf{RsyncClientCmd} setting. What are those settings? You should look in one of the failed backup XferLOG.bad file