[BackupPC-users] fileListReceive failed

2014-07-17 Thread baro
Hi Friends!

I have this problem in my backuppc, and i don´t know how to solve or fixed it.

I intent to resolv the troubleshooting  doing a lot of things but imposible for 
me... 

Backuppc server can log into the Centos clients to copy the files  with the 
backuppc user without password, but the backup finished with this error:


Got fatal error during xfer (fileListReceive failed)

Could you help me to repair this problem, please. 

Thanks!!!

+--
|This was sent by jmgarrid...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2014-07-08 Thread Les Mikesell
On Tue, Jul 8, 2014 at 9:38 AM, Elodie Chapeaublanc
 wrote:
> After cheking, My version of File::RsyncP is Version 0.68, released 18
> Nov 2006.

But your error is coming from the remote side.   The older protocol
negotiated by backuoppc is going to force it to load the whole
directory for the 'share' into memory.   Is enough available?

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2014-07-08 Thread Elodie Chapeaublanc
After cheking, My version of File::RsyncP is Version 0.68, released 18 
Nov 2006.

Elodie

Le 08/07/2014 16:05, Holger Parplies a écrit :
> Hi,
>
> Elodie Chapeaublanc wrote on 2014-07-08 10:48:09 +0200 [[BackupPC-users] 
> fileListReceive failed]:
>> I just install backuppc on Ubuntu 12.04 with rsyncd.
>>
>> For client machines Windows, Ubuntu and Mac, i obtain this error message
>> "fileListReceive failed".
> which version of rsyncd are they running?
>
>> I managed to backup once ubuntu machine before
>> the error.
>> How can I solve them ?
>> [...]
>> incr backup started back to 2014-07-02 17:06:58 (backup #0) for directory 
>> Documents_win
>> [...]
>> Remote[1]: ERROR: buffer overflow in recv_rules [sender]
>> Remote[1]: rsync error: error allocating core memory buffers (code 22) at
> What do your in-/excludes look like? Did you change them after that successful
> backup of the Ubuntu machine? The error is happening on the remote machine(s)
> (this is only one of the logs; I assume the error is the same in the other
> cases?), but it seems to be triggered by what BackupPC (File::RsyncP) is
> sending ...
>
> Hope that helps.
>
> Regards,
> Holger


-- 
--
Elodie Chapeaublanc
IE Bioinformatique
Équipe Oncologie Moléculaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaubl...@curie.fr


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2014-07-08 Thread Elodie Chapeaublanc
Hi,

Actually I use the following version of rsync for the server and the 
ubuntu client:

rsync --version
rsync  version 3.0.9  protocol version 30


My RsyncArgs are :

$Conf{RsyncArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--recursive',
   '--checksum-seed=32761',
   '--one-file-system',
   ''
];

$Conf{RsyncRestoreArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--relative',
   '--ignore-times',
   '--recursive',
   '--one-file-system',
   '--checksum-seed=32761',
   ''
];


Concerning my in/excludes :

I have no folder for the server configuration.

For My Ubuntu machine, I have :
$Conf{RsyncShareName} = [
   'Documents_win',
   'home',
   'etc',
   'var',
   'data'
];


$Conf{BackupFilesExclude} = {
   'home' => [
 'echapeaublanc/Dropbox',
 'echapeaublanc/.local',
 'echapeaublanc/ici-clone',
 'echapeaublanc/.gvfs',
 'echapeaublanc/.cache'
   ]
};


Extract of my Rsyncd.conf :

[Documents_win]
path = /media/OS/Users/echapeaublanc/Documents/data_windows/

[home]
     path = /home/

[etc]
 path = /etc/
[var]
 path =/var/

[data]
 path =/media/DATA/


Yes I added some folders after the first try because  I had some access 
errors.

Yes I have the same error on the other machine.


Le 08/07/2014 16:05, Holger Parplies a écrit :
> Hi,
>
> Elodie Chapeaublanc wrote on 2014-07-08 10:48:09 +0200 [[BackupPC-users] 
> fileListReceive failed]:
>> I just install backuppc on Ubuntu 12.04 with rsyncd.
>>
>> For client machines Windows, Ubuntu and Mac, i obtain this error message
>> "fileListReceive failed".
> which version of rsyncd are they running?
>
>> I managed to backup once ubuntu machine before
>> the error.
>> How can I solve them ?
>> [...]
>> incr backup started back to 2014-07-02 17:06:58 (backup #0) for directory 
>> Documents_win
>> [...]
>> Remote[1]: ERROR: buffer overflow in recv_rules [sender]
>> Remote[1]: rsync error: error allocating core memory buffers (code 22) at
> What do your in-/excludes look like? Did you change them after that successful
> backup of the Ubuntu machine? The error is happening on the remote machine(s)
> (this is only one of the logs; I assume the error is the same in the other
> cases?), but it seems to be triggered by what BackupPC (File::RsyncP) is
> sending ...
>
> Hope that helps.
>
> Regards,
> Holger


-- 
--
Elodie Chapeaublanc
IE Bioinformatique
Équipe Oncologie Moléculaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaubl...@curie.fr


--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2014-07-08 Thread Holger Parplies
Hi,

Elodie Chapeaublanc wrote on 2014-07-08 10:48:09 +0200 [[BackupPC-users] 
fileListReceive failed]:
> I just install backuppc on Ubuntu 12.04 with rsyncd.
> 
> For client machines Windows, Ubuntu and Mac, i obtain this error message 
> "fileListReceive failed".

which version of rsyncd are they running?

> I managed to backup once ubuntu machine before 
> the error.
> How can I solve them ?
> [...]
> incr backup started back to 2014-07-02 17:06:58 (backup #0) for directory 
> Documents_win
> [...]
> Remote[1]: ERROR: buffer overflow in recv_rules [sender]
> Remote[1]: rsync error: error allocating core memory buffers (code 22) at 

What do your in-/excludes look like? Did you change them after that successful
backup of the Ubuntu machine? The error is happening on the remote machine(s)
(this is only one of the logs; I assume the error is the same in the other
cases?), but it seems to be triggered by what BackupPC (File::RsyncP) is
sending ...

Hope that helps.

Regards,
Holger

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed

2014-07-08 Thread Elodie Chapeaublanc

Hi,

I just install backuppc on Ubuntu 12.04 with rsyncd.

For client machines Windows, Ubuntu and Mac, i obtain this error message 
"fileListReceive failed". I managed to backup once ubuntu machine before 
the error.

How can I solve them ?

Thanks

Elodie

incr backup started back to 2014-07-02 17:06:58 (backup #0) for directory 
Documents_win
Connected to XX:873, remote version 30
Negotiated protocol version 28
Connected to module Documents_win
Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --hard-links --times --block-size=2048 --recursive --one-file-system  . 
.
Remote[1]: ERROR: buffer overflow in recv_rules [sender]
Remote[1]: rsync error: error allocating core memory buffers (code 22) at 
util.c(123) [sender=3.0.9]
Read EOF: Connexion ré-initialisée par le correspondant
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)




--
--
Elodie Chapeaublanc
IE Bioinformatique
Équipe Oncologie Moléculaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaubl...@curie.fr

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Craig Barratt
Sorin writes:

> full backup started for directory /etc
> Running: /usr/bin/ssh -q -x -l root xxx.yyy.zzz.nnn
> /usr/sbin/rsync --server --sender --numeric-ids --perms --owner --group -D 
> --links
>  --hard-links --times --block-size=2048 --recursive --ignore-times . /etc/
> Xfer PIDs are now 16088
> Got remote protocol 1920169263
> Fatal error (bad version): /usr/sbin/rsync

I realize you have switched to gtar, but just for the record, the
reason it is failing is that the ssh command generates this output

/usr/sbin/rsync

instead of quietly running rsync.  So something on that machine
(.bashrc, ssh debug etc?) is printing the command before it
executes it.

Craig

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] (fileListReceive failed)

2010-01-21 Thread Michael Stowe

It is [unfortunately] compiled in, but this comes from the OLDNEWS file on
my distribution:

- Some buffer sizes were expanded a bit, particularly on systems where
  MAXPATHLEN is overly small (e.g. cygwin).

So it may suffice to upgrade to a later version.  It's defined in
"rsync.h" but would typically be set by the build platform.

> So is there any way I can change rsync's MAXPATHLEN ? I have a look at
> the config file but I can seem to see it any where ?
>
> Any help would be greatly appriceated.
>
> Thanks
> Pat
>
> On Mon, Jan 18, 2010 at 6:58 PM, Michael Stowe
>  wrote:
>>
>>> The following is appearing in the logs:
>>>
>>> 2010-01-18 15:53:00 User backuppc requested backup of law98 (law98)
>>> 2010-01-18 15:53:01 Started full backup on law98 (pid=14346,
>>> share=cDrive)
>>> 2010-01-18 15:53:37 law98: overflow: flags=0x78 l1=215 l2=352471873,
>>> lastname=Documents and Settings/Administrator/Local
>>> Settings/Application Data/Google/Google Desktop/db8b98c89a34/dbeam
>>> 2010-01-18 15:53:42 Backup failed on law98 (fileListReceive failed)
>>
>> This part implies that you're exceeding rsync's MAXPATHLEN -- in other
>> words, the path you're trying to transfer is bigger than what rsync can
>> accept (on one end or the other.)
>>
>> --
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for
>> Conference
>> attendees to learn about information security's most important issues
>> through
>> interactions with peers, luminaries and emerging and established
>> companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> ___
>> BackupPC-users mailing list
>> BackupPC-users@lists.sourceforge.net
>> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
>> Wiki:    http://backuppc.wiki.sourceforge.net
>> Project: http://backuppc.sourceforge.net/
>>
>


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Sorin Srbu
>-Original Message-
>From: Sorin Srbu [mailto:sorin.s...@orgfarm.uu.se]
>Sent: Thursday, January 21, 2010 4:37 PM
>To: 'General list for user discussion, questions and support'
>Subject: Re: [BackupPC-users] FileListReceive failed on Irix machine
>
>>I could never get rsync to work with our last SGI system and I switched
>>it to use gnu tar instead.
>>
>>I got it gnu tar from http://freeware.sgi.com/
>
>@Les Mikesell and Mark Maciolek:
>
>I'll look into gtar instead then. Thanks!

This support-list appears to be as good as the software. ;-)

Seems to be working with gtar. Thanks guys!
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] (fileListReceive failed)

2010-01-21 Thread Pat Rice
So is there any way I can change rsync's MAXPATHLEN ? I have a look at
the config file but I can seem to see it any where ?

Any help would be greatly appriceated.

Thanks
Pat

On Mon, Jan 18, 2010 at 6:58 PM, Michael Stowe
 wrote:
>
>> The following is appearing in the logs:
>>
>> 2010-01-18 15:53:00 User backuppc requested backup of law98 (law98)
>> 2010-01-18 15:53:01 Started full backup on law98 (pid=14346, share=cDrive)
>> 2010-01-18 15:53:37 law98: overflow: flags=0x78 l1=215 l2=352471873,
>> lastname=Documents and Settings/Administrator/Local
>> Settings/Application Data/Google/Google Desktop/db8b98c89a34/dbeam
>> 2010-01-18 15:53:42 Backup failed on law98 (fileListReceive failed)
>
> This part implies that you're exceeding rsync's MAXPATHLEN -- in other
> words, the path you're trying to transfer is bigger than what rsync can
> accept (on one end or the other.)
>
> --
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Sorin Srbu
>-Original Message-
>From: Adam Goryachev [mailto:mailingli...@websitemanagers.com.au]
>Sent: Thursday, January 21, 2010 3:47 PM
>To: General list for user discussion, questions and support
>Subject: Re: [BackupPC-users] FileListReceive failed on Irix machine
>
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>> On 1/21/2010 7:09 AM, Sorin Srbu wrote:
>>> it worked flawlessly, I ran into a problem with one of our ancient
>
>Sorry, missed replying to your original message, but from memory (on
>linux systems) it seems to suggest that when backuppc logs into your
>irix machine and attempts to run rsync, it is getting some input from a
>shell or other login script instead of input from rsync binary. You
>might try to login to the backuppc machine as the backuppc user, and run
>the command "ssh r...@irix id" and make sure you do not get *ANY* output
>other than "root". If you get any other output track down what is
>causing it, and remove it.

Thanks. It would seem that using tar instead with this machine might be
easier. 

I'll try it out and see what I get, and then post back when and if.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Sorin Srbu
>-Original Message-
>From: Mark Maciolek [mailto:m...@sr.unh.edu]
>Sent: Thursday, January 21, 2010 3:40 PM
>To: backuppc-users@lists.sourceforge.net
>Subject: Re: [BackupPC-users] FileListReceive failed on Irix machine
>
>I could never get rsync to work with our last SGI system and I switched
>it to use gnu tar instead.
>
>I got it gnu tar from http://freeware.sgi.com/

@Les Mikesell and Mark Maciolek:

I'll look into gtar instead then. Thanks!

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> On 1/21/2010 7:09 AM, Sorin Srbu wrote:
>> it worked flawlessly, I ran into a problem with one of our ancient

Sorry, missed replying to your original message, but from memory (on
linux systems) it seems to suggest that when backuppc logs into your
irix machine and attempts to run rsync, it is getting some input from a
shell or other login script instead of input from rsync binary. You
might try to login to the backuppc machine as the backuppc user, and run
the command "ssh r...@irix id" and make sure you do not get *ANY* output
other than "root". If you get any other output track down what is
causing it, and remove it.

Hope that helps...

Regards,
Adam
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktYaPMACgkQGyoxogrTyiXAugCguAL2s5VoF5uFJ9B8TyJtYx4E
7/AAn2gXtD/A03AYhtBkYA00Ta8BV8XG
=Zd8J
-END PGP SIGNATURE-

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Les Mikesell
Sorin Srbu wrote:
>
>> Of course after having mailed to this list about how good BackupPC is and how
>> it worked flawlessly, I ran into a problem with one of our ancient
>> SGI-machines. The error I get is seen below.
>>
>> full backup started for directory /etc
>> Running: /usr/bin/ssh -q -x -l root xxx.yyy.zzz.nnn
>> /usr/sbin/rsync --server --sender --numeric-ids --perms --owner --group -D 
>> --links
>> --hard-links --times --block-size=2048 --recursive --ignore-times . /etc/
>> Xfer PIDs are now 16088
>> Got remote protocol 1920169263
>> Fatal error (bad version): /usr/sbin/rsync

Valid protocol numbers should be 30 or lower; backuppc must negotiate 28 or 
lower.  Something is very wrong here.

> Read EOF:
>> Tried again: got 0 bytes
>> fileListReceive() failed
>> Done: 0 files, 0 bytes
>> Got fatal error during xfer (fileListReceive failed)
>> Backup aborted (fileListReceive failed)
>>
>> First problem was that it couldn't find the rsync executable, but I managed 
>> to
>> track it down and change the path in this particular machine's setup page in
>> BackupPC.
>>
>> After that, I got the above error message. Here however, I'm not entirely 
>> sure
>> what's causing the failed fileListReceive command. I have a hunch it might be
>> a case of BackupPC looking in the wrong place for something, just as with the
>> former rsync executabel, but what?
>>
>> Unfortunately I'm not that into Irix at all, but know enough to know that it
>> isn't quite like "normal linux".
>>
>> Would anybody who has any insights in Irix please give me a hint or two as 
>> how
>> to fix this?
> 
> What's worse, there is no dmesg, as I know of in Irix, as suggested on 
> http://sourceforge.net/apps/mediawiki/backuppc/index.php?title=Troubleshooting#fileListReceive_failed...

First, make sure that there is nothing like a message-of-the-day generating 
output from the shell before rsync starts.  That's a common problem but I'm not 
sure if it causes this issue.  You should be able to test with some rsync 
commands from the backuppc server command line to see if it works at all.  If 
not and you have a compiler, I'd try to build a newer version from source.  Or 
switch to tar as the xfer method.  For that you need the gnu version of tar 
which may be named gtar if you have it at all.

-- 
   Les Mikesell
lesmikes...@gmail.com



--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Mark Maciolek
hi,

I could never get rsync to work with our last SGI system and I switched 
it to use gnu tar instead.

I got it gnu tar from http://freeware.sgi.com/

Mark



On 1/21/2010 7:09 AM, Sorin Srbu wrote:
> it worked flawlessly, I ran into a problem with one of our ancient

-- 
Mark Maciolek
Network Administrator
Morse Hall 339
862-3050
m...@sr.unh.edu
https://www.sr.unh.edu

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Sorin Srbu
Hi all,

Of course after having mailed to this list about how good BackupPC is and how 
it worked flawlessly, I ran into a problem with one of our ancient 
SGI-machines. The error I get is seen below.

full backup started for directory /etc
Running: /usr/bin/ssh -q -x -l root xxx.yyy.zzz.nnn 
/usr/sbin/rsync --server --sender --numeric-ids --perms --owner --group -D 
--links 
 --hard-links --times --block-size=2048 --recursive --ignore-times . /etc/
Xfer PIDs are now 16088
Got remote protocol 1920169263
Fatal error (bad version): /usr/sbin/rsync
Read EOF:
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)

First problem was that it couldn't find the rsync executable, but I managed to 
track it down and change the path in this particular machine's setup page in 
BackupPC.

After that, I got the above error message. Here however, I'm not entirely sure 
what's causing the failed fileListReceive command. I have a hunch it might be 
a case of BackupPC looking in the wrong place for something, just as with the 
former rsync executabel, but what?

Unfortunately I'm not that into Irix at all, but know enough to know that it 
isn't quite like "normal linux".

Would anybody who has any insights in Irix please give me a hint or two as how 
to fix this?

Thanks.
-- 
BW,
Sorin
---
# Sorin Srbu[Sysadmin, Systems Engineer]
# Dept of Medicinal Chemistry,  Phone: +46 (0)18-4714482 >3 signals> GSM
# Div of Org Pharm Chem,Mobile: +46 (0)701-718023
# Box 574, Uppsala University,  Fax: +46 (0)18-4714482
# SE-751 23 Uppsala, Sweden Visit: BMC, Husargatan 3, D5:512b
#   Web: http://www.orgfarm.uu.se
---
# ()  ASCII ribbon campaign - Against html E-mail
# /\
#
# MotD follows:
# "Where fear is present, wisdom cannot be." -Lactantius



smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] FileListReceive failed on Irix machine

2010-01-21 Thread Sorin Srbu
>-Original Message-
>From: Sorin Srbu [mailto:sorin.s...@orgfarm.uu.se]
>Sent: Thursday, January 21, 2010 1:10 PM
>To: 'backuppc-users@lists.sourceforge.net'
>Subject: FileListReceive failed on Irix machine
>
>Hi all,
>
>Of course after having mailed to this list about how good BackupPC is and how
>it worked flawlessly, I ran into a problem with one of our ancient
>SGI-machines. The error I get is seen below.
>
>full backup started for directory /etc
>Running: /usr/bin/ssh -q -x -l root xxx.yyy.zzz.nnn
>/usr/sbin/rsync --server --sender --numeric-ids --perms --owner --group -D 
>--links
> --hard-links --times --block-size=2048 --recursive --ignore-times . /etc/
>Xfer PIDs are now 16088
>Got remote protocol 1920169263
>Fatal error (bad version): /usr/sbin/rsync
>Read EOF:
>Tried again: got 0 bytes
>fileListReceive() failed
>Done: 0 files, 0 bytes
>Got fatal error during xfer (fileListReceive failed)
>Backup aborted (fileListReceive failed)
>
>First problem was that it couldn't find the rsync executable, but I managed 
>to
>track it down and change the path in this particular machine's setup page in
>BackupPC.
>
>After that, I got the above error message. Here however, I'm not entirely 
>sure
>what's causing the failed fileListReceive command. I have a hunch it might be
>a case of BackupPC looking in the wrong place for something, just as with the
>former rsync executabel, but what?
>
>Unfortunately I'm not that into Irix at all, but know enough to know that it
>isn't quite like "normal linux".
>
>Would anybody who has any insights in Irix please give me a hint or two as 
>how
>to fix this?

What's worse, there is no dmesg, as I know of in Irix, as suggested on 
http://sourceforge.net/apps/mediawiki/backuppc/index.php?title=Troubleshooting#fileListReceive_failed...
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] (fileListReceive failed)

2010-01-18 Thread Michael Stowe

> The following is appearing in the logs:
>
> 2010-01-18 15:53:00 User backuppc requested backup of law98 (law98)
> 2010-01-18 15:53:01 Started full backup on law98 (pid=14346, share=cDrive)
> 2010-01-18 15:53:37 law98: overflow: flags=0x78 l1=215 l2=352471873,
> lastname=Documents and Settings/Administrator/Local
> Settings/Application Data/Google/Google Desktop/db8b98c89a34/dbeam
> 2010-01-18 15:53:42 Backup failed on law98 (fileListReceive failed)

This part implies that you're exceeding rsync's MAXPATHLEN -- in other
words, the path you're trying to transfer is bigger than what rsync can
accept (on one end or the other.)

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] (fileListReceive failed)

2010-01-18 Thread Pat Rice
Hi all
having an issue with backup pc.

Getting "fileListReceive failed"  now I know that there is a few posts
on google, but I'm not finding anything thats heping solve the issue,
So I am wondering if there is anyone out there that has solved the
issue.

Config file for the host is the following

$Conf{RsyncdUserName} = 'backuppc';
$Conf{RsyncShareName} = [
  'cDrive',
  'eDrive'
];
$Conf{RsyncdPasswd} = 'SecretPass';
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--recursive'
];

The following is appearing in the logs:

2010-01-18 15:53:00 User backuppc requested backup of law98 (law98)
2010-01-18 15:53:01 Started full backup on law98 (pid=14346, share=cDrive)
2010-01-18 15:53:37 law98: overflow: flags=0x78 l1=215 l2=352471873,
lastname=Documents and Settings/Administrator/Local
Settings/Application Data/Google/Google Desktop/db8b98c89a34/dbeam
2010-01-18 15:53:42 Backup failed on law98 (fileListReceive failed)


Windows Xp pro host, rsyncd damon
2010/01/18  [5944] rsyncd version 2.5.6 starting, listening on port 873
2010/01/18  [2952] rsync on . from backu...@law61.ucc.ie (143.239.143.61)
2010/01/18  [2952] rsync: writefd_unbuffered failed to write 4096
bytes: phase "send_file_entry": Connection aborted
2010/01/18  [2952] rsync error: error in rsync protocol data stream
(code 12) at io.c(537)


I've reinstalled the the cient, on the target machine. The weird thing
that I have this going on other machines with out a problem.
the firewall is open, pingable and rsync port is open.

Thanks
Pat

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed - XP client with Rsyncd

2008-11-25 Thread Brian Butler
I've had something like this.  If I remember correctly, it was a secrets
file issue, the password wasn't correct.  I also remember getting a fatal
error notice when I set up the conf file on the Client stating to back up
cDirve, but the drive I have in the Client PC was fDrive.

Also be sure the Windows Firewall is not Turned On.

There were also a few commands that can be ran from a command line to help.

1.  nmblookup -A yourhostname

2.  ping yourhostname

3.  pathping yourhostname

There are some good examples in this web site:

http://www.sonoracomm.com/support/18-support/86-backuppc-for-sme-server

Specifically under "Windows Client Configuration (rsyncd Method2)" >
"Testing"

This command for example:

Then run this command, substituting the proper local port and rsync share
name to test your rsync connection:

rsync --port  [EMAIL PROTECTED]:: 

A more definitive example, replace yourhostame with your actual client pc
name:  rsync --port 873 [EMAIL PROTECTED]::cDrive 

If you have any questions, please contact me.
 
Regards,
 
Brian Butler
Automation Manager
Arc Products
[EMAIL PROTECTED]
 


-Original Message-
From: Eric Snyder [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2008 4:33 PM
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] fileListReceive failed - XP client with Rsyncd


I have been receiving fileListReceive failed errors. I have been 
successfully been backing up part of this drive with SMB and am trying 
to change to the whole drive with Rsyncd. Have done two other XP 
machines with Rsyncd with no problems. This drive as 75Gb on it. I have 
searched on this problem and have only found posts about SSH problems.


Log file of failures:

2008-11-23 16:08:38 full backup started for directory cDrive (baseline 
backup #518)
2008-11-23 16:08:43 Got fatal error during xfer (chdir failed) 2008-11-23
16:08:48 Backup aborted (chdir failed) 2008-11-23 16:12:10 full backup
started for directory cDrive (baseline 
backup #518)
2008-11-23 16:12:15 Got fatal error during xfer (chdir failed) 2008-11-23
16:12:20 Backup aborted (chdir failed) 2008-11-23 16:16:28 full backup
started for directory cDrive (baseline 
backup #518)
2008-11-23 16:16:33 Got fatal error during xfer (chdir failed) 2008-11-23
16:16:38 Backup aborted (chdir failed) 2008-11-23 16:24:27 full backup
started for directory cDrive (baseline 
backup #518)
2008-11-24 12:37:18 Aborting backup up after signal ALRM 2008-11-24 12:37:18
Got fatal error during xfer (fileListReceive failed) 2008-11-24 17:32:11
full backup started for directory cDrive (baseline 
backup #518)
2008-11-25 14:43:52 Aborting backup up after signal ALRM 2008-11-25 14:43:52
Got fatal error during xfer (fileListReceive failed)

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes Grand prize is a trip for two to an Open Source event anywhere in the
world http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed - XP client with Rsyncd

2008-11-25 Thread Eric Snyder
I have been receiving fileListReceive failed errors. I have been 
successfully been backing up part of this drive with SMB and am trying 
to change to the whole drive with Rsyncd. Have done two other XP 
machines with Rsyncd with no problems. This drive as 75Gb on it. I have 
searched on this problem and have only found posts about SSH problems.


Log file of failures:

2008-11-23 16:08:38 full backup started for directory cDrive (baseline 
backup #518)
2008-11-23 16:08:43 Got fatal error during xfer (chdir failed)
2008-11-23 16:08:48 Backup aborted (chdir failed)
2008-11-23 16:12:10 full backup started for directory cDrive (baseline 
backup #518)
2008-11-23 16:12:15 Got fatal error during xfer (chdir failed)
2008-11-23 16:12:20 Backup aborted (chdir failed)
2008-11-23 16:16:28 full backup started for directory cDrive (baseline 
backup #518)
2008-11-23 16:16:33 Got fatal error during xfer (chdir failed)
2008-11-23 16:16:38 Backup aborted (chdir failed)
2008-11-23 16:24:27 full backup started for directory cDrive (baseline 
backup #518)
2008-11-24 12:37:18 Aborting backup up after signal ALRM
2008-11-24 12:37:18 Got fatal error during xfer (fileListReceive failed)
2008-11-24 17:32:11 full backup started for directory cDrive (baseline 
backup #518)
2008-11-25 14:43:52 Aborting backup up after signal ALRM
2008-11-25 14:43:52 Got fatal error during xfer (fileListReceive failed)

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed on centos 4.4

2008-11-17 Thread tilm

Hi,
got the same problem but i'm using rsync cmd without ssh:
$Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList';

This is the output from the error log:
incr backup started back to 2008-11-14 08:56:58 (backup #0) for directory /var
Running: /usr/bin/sudo /usr/bin/rsync --server --sender --numeric-ids --perms 
--owner --group -D --links --hard-links --times --block-size=2048 --recursive . 
/var/
Xfer PIDs are now 31103
Got remote protocol 29
Negotiated protocol version 28
Sent exclude: /var/lib/backuppc
Sent exclude: /var/lib/tmp
Sent exclude: /var/lib/spool
Sent exclude: /var/lib/cache
Read EOF: 
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)

FYI: The initial full backup works fine but the first incr backup fails.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-22 Thread Matt Chandler
Holger Parplies wrote:
> Hi,
>
> Matt Chandler wrote on 2008-08-21 13:30:39 -0500 [Re: [BackupPC-users] 
> fileListReceive failed on centos 4.4]:
>   
>> Matt Chandler wrote:
>> 
>>> [...]
>>> full backup started for directory /
>>> Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo /usr/bin/rsync 
>>> --server --sender --numeric-ids --perms --owner --group -D --links 
>>> --hard-links --times --block-size=2048 --recursive --one-file-system 
>>> --ignore-times . /
>>> Xfer PIDs are now 26423
>>> Got remote protocol 30
>>> Negotiated protocol version 28
>>> Sent exclude: /media
>>> Sent exclude: /mnt
>>> Sent exclude: /proc
>>> Sent exclude: /sys
>>>   
>
> this much tells you
> - ssh authentication is working (without prompt or extraneous output)
> - sudo invocation is working (without prompt or welcome message)
> - sudo isn't complaining about requiretty being set ;-).
>
> That's good.
>
>   
>>> Here is the config for that machine:
>>>   
>
> Thank you for including it. Looks good to me (except that your excludes are
> not specific to a share, so you're excluding '/u01/media', '/u01/mnt',
> '/u01/proc' and '/u01/sys', but that probably does no harm - it's not the
> problem in any case).
>
>   
>>> Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) and 
>>>   
>
> Note that BackupPC uses File::RsyncP, so the BackupPC server machine is, in
> fact, *not* using 3.0.3. We see a negotiated protocol version 28 above, and
> File::RsyncP reportedly works with rsync version 3, so that is *probably* not
> the issue, though I wouldn't rule it out completely.
>
> Les Mikesell wrote on 2008-08-21 15:11:25 -0500 [Re: [BackupPC-users] 
> fileListReceive failed on centos 4.4]:
>   
>> [...]
>> Try running the closest 'rsync -essh ...' command you can use 
>> from the backuppc server command line as the backuppc user.
>> 
>
> Which would be
>
>   rsync -e ssh --numeric-ids --perms --owner --group -D --links \
>   --hard-links --times --block-size=2048 --recursive --one-file-system \
>   --ignore-times --exclude=/media --exclude=/mnt --exclude=/proc \
>   --exclude=/sys [EMAIL PROTECTED]:/ /tmp/foo
>
> Please note:
> We are not testing 'ssh' or 'sudo' - they work (see above). I would actually
> run that as root (locally and remote), because you want a full file list to be
> generated on the remote side (which probably won't work for user backuppc),
> and local warning messages about skipped devices (you aren't excluding /dev -
> you might want to ;-) would only be confusing.
>
> You might even want to choose a copy destination below TopDir instead of
> /tmp/foo, just to have tested writing to the file system in question, though
> BackupPC is quite clearly not getting that far before the error occurs - and
> you are going to interrupt the process once it starts anyway (though / is
> not the bulk of your 100GB, I suppose). The command does not seem to give any
> output, so you'll have to check the copy destination to find out if anything
> is happening. Alternatively, you could add '-P' or '-v' switches, but you'd be
> changing the command, and that could have an influence on whether it works or
> not (probably not, but who knows?).
>
> Regards,
> Holger
>
>   
I can run the rsync command on the client machine and it creates root 
level directories, but if I try to run it from the backuppc server then 
I get:

Disconnecting: Corrupted MAC on input.
rsync: connection unexpectedly closed (1300700 bytes received so far) 
[receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(635) 
[receiver=3.0.3]
rsync: connection unexpectedly closed (391 bytes received so far) 
[generator]
rsync error: unexplained error (code 255) at io.c(635) [generator=3.0.3]

This is the only circumstance in which I've had any problem with ssh on 
either machine.  Google suggests that this error is indicative of a 
machine-wide ssh problem.  I'm able to ssh to the client machine as root 
and as the BackupPC user without any errors.  Am I to take from these 
errors that ssh is breaking and causes the rsync errors that follow?

-- 
Matt Chandler



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Holger Parplies
Hi,

Matt Chandler wrote on 2008-08-21 13:30:39 -0500 [Re: [BackupPC-users] 
fileListReceive failed on centos 4.4]:
> Matt Chandler wrote:
> > [...]
> > full backup started for directory /
> > Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo /usr/bin/rsync 
> > --server --sender --numeric-ids --perms --owner --group -D --links 
> > --hard-links --times --block-size=2048 --recursive --one-file-system 
> > --ignore-times . /
> > Xfer PIDs are now 26423
> > Got remote protocol 30
> > Negotiated protocol version 28
> > Sent exclude: /media
> > Sent exclude: /mnt
> > Sent exclude: /proc
> > Sent exclude: /sys

this much tells you
- ssh authentication is working (without prompt or extraneous output)
- sudo invocation is working (without prompt or welcome message)
- sudo isn't complaining about requiretty being set ;-).

That's good.

> > Here is the config for that machine:

Thank you for including it. Looks good to me (except that your excludes are
not specific to a share, so you're excluding '/u01/media', '/u01/mnt',
'/u01/proc' and '/u01/sys', but that probably does no harm - it's not the
problem in any case).

> > Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) and 

Note that BackupPC uses File::RsyncP, so the BackupPC server machine is, in
fact, *not* using 3.0.3. We see a negotiated protocol version 28 above, and
File::RsyncP reportedly works with rsync version 3, so that is *probably* not
the issue, though I wouldn't rule it out completely.

Les Mikesell wrote on 2008-08-21 15:11:25 -0500 [Re: [BackupPC-users] 
fileListReceive failed on centos 4.4]:
> [...]
> Try running the closest 'rsync -essh ...' command you can use 
> from the backuppc server command line as the backuppc user.

Which would be

rsync -e ssh --numeric-ids --perms --owner --group -D --links \
--hard-links --times --block-size=2048 --recursive --one-file-system \
--ignore-times --exclude=/media --exclude=/mnt --exclude=/proc \
--exclude=/sys [EMAIL PROTECTED]:/ /tmp/foo

Please note:
We are not testing 'ssh' or 'sudo' - they work (see above). I would actually
run that as root (locally and remote), because you want a full file list to be
generated on the remote side (which probably won't work for user backuppc),
and local warning messages about skipped devices (you aren't excluding /dev -
you might want to ;-) would only be confusing.

You might even want to choose a copy destination below TopDir instead of
/tmp/foo, just to have tested writing to the file system in question, though
BackupPC is quite clearly not getting that far before the error occurs - and
you are going to interrupt the process once it starts anyway (though / is
not the bulk of your 100GB, I suppose). The command does not seem to give any
output, so you'll have to check the copy destination to find out if anything
is happening. Alternatively, you could add '-P' or '-v' switches, but you'd be
changing the command, and that could have an influence on whether it works or
not (probably not, but who knows?).

Regards,
Holger

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Les Mikesell
Matt Chandler wrote:
>> Have you tried doing approximately the same rsync command on 
>> the command line to see if it starts (you can interrupt it once files 
>> start copying)?
>>
> I've tried running the rsync command from the log file.  It doesn't 
> produce errors, but even turning up verbose doesn't return anything useful.
> 
> [EMAIL PROTECTED] ~]$ /usr/bin/sudo /usr/bin/rsync -vvv --server --sender 
> --numeric-ids --perms --owner --group -D --links --hard-links --times 
> --block-size=2048 --recursive --one-file-system --ignore-times . /
> FILE_STRUCT_LEN=16, EXTRA_LEN=4
> 
> 
> Is all I get regardless of how long I let it run(including the 
> unprintable character).  If I check filesystem usage periodically, it 
> doesn't change, so it doesn't seem to be backing up anything.

You can't run it exactly like that.  Backuppc starts the remote copy 
explicitly, then chats with it using its perl emulation of the rsync 
protocol.  Try running the closest 'rsync -essh ...' command you can use 
from the backuppc server command line as the backuppc user.  In 
particular the --server and --sender options wouldn't bue used.

-- 
   Les Mikesell
[EMAIL PROTECTED]


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Alan McKay
> export USER=foo
> export RSYNC_RSH=ssh
> export RSYNC_PASSWORD=bar

and speaking of which, you have your secrets file set up on the client
side, right?

-- 
"I destroy my enemies when I make them my friends"
 - Abraham Lincoln

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Alan McKay
> Is all I get regardless of how long I let it run(including the
> unprintable character).  If I check filesystem usage periodically, it
> doesn't change, so it doesn't seem to be backing up anything.

You can't just run it like that can you?   I know with regular rsync
you have to run it within a script which has the user and password
variables set.  Though I guess you could just set those in your
interactive shell before trying.

export USER=foo
export RSYNC_RSH=ssh
export RSYNC_PASSWORD=bar

I think I had trouble doing it from the command line because of USER,
but I don't recall.


-- 
"I destroy my enemies when I make them my friends"
 - Abraham Lincoln

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Matt Chandler
Les Mikesell wrote:
> Matt Chandler wrote:
>> Matt Chandler wrote:
>>> All,
>>>
>>> I've recently begun to BackupPC on my network, but I've run into an 
>>> error on one of the machines.  About 5 minutes into the backup 
>>> process the box in question errors out with the following according 
>>> to the BackupPC error log:
>>>
>>> full backup started for directory /
>>> Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo 
>>> /usr/bin/rsync --server --sender --numeric-ids --perms --owner 
>>> --group -D --links --hard-links --times --block-size=2048 
>>> --recursive --one-file-system --ignore-times . /
>>> Xfer PIDs are now 26423
>>> Got remote protocol 30
>>> Negotiated protocol version 28
>>> Sent exclude: /media
>>> Sent exclude: /mnt
>>> Sent exclude: /proc
>>> Sent exclude: /sys
>>> Read EOF: Tried again: got 0 bytes
>>> fileListReceive() failed
>>> Done: 0 files, 0 bytes
>>> Got fatal error during xfer (fileListReceive failed)
>>> Backup aborted (fileListReceive failed)
>>> Not saving this as a partial backup since it has fewer files than 
>>> the prior one (got 0 and 0 files versus 0)
>>>
>>> Here is the config for that machine:
>>>
>>> $Conf{XferMethod}="rsync";
>>> $Conf{RsyncClientPath}="/usr/bin/rsync";
>>> $Conf{RsyncClientCmd}='$sshPath -q -x -l backuppc $host 
>>> /usr/bin/sudo $rsyncPath $argList+';
>>> $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host 
>>> $rsyncPath $argList+';
>>> $Conf{RsyncShareName} = '/', '/u01';
>>> $Conf{BackupFilesExclude} = ['/media', '/mnt', '/proc', '/sys'];
>>>
>>>
>>> Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) 
>>> and it's only about 100GB of data.  There are machines with more 
>>> that backup without an issue.  I can ssh to the client machine as 
>>> the backup user from the server side without any problems.  I've 
>>> seen some posts that indicate this is a result of not enough ram on 
>>> the box for rsync to make a list of every file however the machine 
>>> has almost 1GB of RAM cached so I don't think that would be the 
>>> problem.
>>>
>>> Any ideas?
>>>
>>>   
>> I should mention that I've gone through the mailing list archives and 
>> it doesn't appear that any previous threads apply.  I'm using the 
>> correct option for devices(-D) in both backup and restore options and 
>> the logs don't appear to indicate any errors other than "it's 
>> broke."  At this point, I'm not sure what direction to go.
>
> One thing that is always possible is filesystem corruption on the 
> target.  Have you tried doing approximately the same rsync command on 
> the command line to see if it starts (you can interrupt it once files 
> start copying)?
>
I've tried running the rsync command from the log file.  It doesn't 
produce errors, but even turning up verbose doesn't return anything useful.

[EMAIL PROTECTED] ~]$ /usr/bin/sudo /usr/bin/rsync -vvv --server --sender 
--numeric-ids --perms --owner --group -D --links --hard-links --times 
--block-size=2048 --recursive --one-file-system --ignore-times . /
FILE_STRUCT_LEN=16, EXTRA_LEN=4


Is all I get regardless of how long I let it run(including the 
unprintable character).  If I check filesystem usage periodically, it 
doesn't change, so it doesn't seem to be backing up anything.


-- 
Matt Chandler
Systems Administrator

Zyvex Instruments 
Providing Nanotechnology Solutions ­ Today®

t: 972.792.1607 
f: 972.235.7882 
e: [EMAIL PROTECTED]

w: www.zyvex.com 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Les Mikesell
Matt Chandler wrote:
> Matt Chandler wrote:
>> All,
>>
>> I've recently begun to BackupPC on my network, but I've run into an 
>> error on one of the machines.  About 5 minutes into the backup process 
>> the box in question errors out with the following according to the 
>> BackupPC error log:
>>
>> full backup started for directory /
>> Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo /usr/bin/rsync 
>> --server --sender --numeric-ids --perms --owner --group -D --links 
>> --hard-links --times --block-size=2048 --recursive --one-file-system 
>> --ignore-times . /
>> Xfer PIDs are now 26423
>> Got remote protocol 30
>> Negotiated protocol version 28
>> Sent exclude: /media
>> Sent exclude: /mnt
>> Sent exclude: /proc
>> Sent exclude: /sys
>> Read EOF: 
>> Tried again: got 0 bytes
>> fileListReceive() failed
>> Done: 0 files, 0 bytes
>> Got fatal error during xfer (fileListReceive failed)
>> Backup aborted (fileListReceive failed)
>> Not saving this as a partial backup since it has fewer files than the prior 
>> one (got 0 and 0 files versus 0)
>>
>> Here is the config for that machine:
>>
>> $Conf{XferMethod}="rsync";
>> $Conf{RsyncClientPath}="/usr/bin/rsync";
>> $Conf{RsyncClientCmd}='$sshPath -q -x -l backuppc $host /usr/bin/sudo 
>> $rsyncPath $argList+';
>> $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
>> $argList+';
>> $Conf{RsyncShareName} = '/', '/u01';
>> $Conf{BackupFilesExclude} = ['/media', '/mnt', '/proc', '/sys'];
>>
>>
>> Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) and 
>> it's only about 100GB of data.  There are machines with more that backup 
>> without an issue.  I can ssh to the client machine as the backup user 
>> from the server side without any problems.  I've seen some posts that 
>> indicate this is a result of not enough ram on the box for rsync to make 
>> a list of every file however the machine has almost 1GB of RAM cached so 
>> I don't think that would be the problem.
>>
>> Any ideas?
>>
>>   
> I should mention that I've gone through the mailing list archives and it 
> doesn't appear that any previous threads apply.  I'm using the correct 
> option for devices(-D) in both backup and restore options and the logs 
> don't appear to indicate any errors other than "it's broke."  At this 
> point, I'm not sure what direction to go.

One thing that is always possible is filesystem corruption on the 
target.  Have you tried doing approximately the same rsync command on 
the command line to see if it starts (you can interrupt it once files 
start copying)?

-- 
   Les Mikesell
[EMAIL PROTECTED]



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on centos 4.4

2008-08-21 Thread Matt Chandler
Matt Chandler wrote:
> All,
>
> I've recently begun to BackupPC on my network, but I've run into an 
> error on one of the machines.  About 5 minutes into the backup process 
> the box in question errors out with the following according to the 
> BackupPC error log:
>
> full backup started for directory /
> Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo /usr/bin/rsync 
> --server --sender --numeric-ids --perms --owner --group -D --links 
> --hard-links --times --block-size=2048 --recursive --one-file-system 
> --ignore-times . /
> Xfer PIDs are now 26423
> Got remote protocol 30
> Negotiated protocol version 28
> Sent exclude: /media
> Sent exclude: /mnt
> Sent exclude: /proc
> Sent exclude: /sys
> Read EOF: 
> Tried again: got 0 bytes
> fileListReceive() failed
> Done: 0 files, 0 bytes
> Got fatal error during xfer (fileListReceive failed)
> Backup aborted (fileListReceive failed)
> Not saving this as a partial backup since it has fewer files than the prior 
> one (got 0 and 0 files versus 0)
>
> Here is the config for that machine:
>
> $Conf{XferMethod}="rsync";
> $Conf{RsyncClientPath}="/usr/bin/rsync";
> $Conf{RsyncClientCmd}='$sshPath -q -x -l backuppc $host /usr/bin/sudo 
> $rsyncPath $argList+';
> $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
> $argList+';
> $Conf{RsyncShareName} = '/', '/u01';
> $Conf{BackupFilesExclude} = ['/media', '/mnt', '/proc', '/sys'];
>
>
> Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) and 
> it's only about 100GB of data.  There are machines with more that backup 
> without an issue.  I can ssh to the client machine as the backup user 
> from the server side without any problems.  I've seen some posts that 
> indicate this is a result of not enough ram on the box for rsync to make 
> a list of every file however the machine has almost 1GB of RAM cached so 
> I don't think that would be the problem.
>
> Any ideas?
>
>   
I should mention that I've gone through the mailing list archives and it 
doesn't appear that any previous threads apply.  I'm using the correct 
option for devices(-D) in both backup and restore options and the logs 
don't appear to indicate any errors other than "it's broke."  At this 
point, I'm not sure what direction to go.

-- 
Matt Chandler
Systems Administrator

Zyvex Instruments 
Providing Nanotechnology Solutions ­ Today®

t: 972.792.1607 
f: 972.235.7882 
e: [EMAIL PROTECTED]

w: www.zyvex.com 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed on centos 4.4

2008-08-20 Thread Matt Chandler
All,

I've recently begun to BackupPC on my network, but I've run into an 
error on one of the machines.  About 5 minutes into the backup process 
the box in question errors out with the following according to the 
BackupPC error log:

full backup started for directory /
Running: /usr/bin/ssh -q -x -l backuppc sinope /usr/bin/sudo /usr/bin/rsync 
--server --sender --numeric-ids --perms --owner --group -D --links --hard-links 
--times --block-size=2048 --recursive --one-file-system --ignore-times . /
Xfer PIDs are now 26423
Got remote protocol 30
Negotiated protocol version 28
Sent exclude: /media
Sent exclude: /mnt
Sent exclude: /proc
Sent exclude: /sys
Read EOF: 
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)
Not saving this as a partial backup since it has fewer files than the prior one 
(got 0 and 0 files versus 0)

Here is the config for that machine:

$Conf{XferMethod}="rsync";
$Conf{RsyncClientPath}="/usr/bin/rsync";
$Conf{RsyncClientCmd}='$sshPath -q -x -l backuppc $host /usr/bin/sudo 
$rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
$argList+';
$Conf{RsyncShareName} = '/', '/u01';
$Conf{BackupFilesExclude} = ['/media', '/mnt', '/proc', '/sys'];


Both machines have the same version of rsync(rsync-3.0.3-1.el4.rf) and 
it's only about 100GB of data.  There are machines with more that backup 
without an issue.  I can ssh to the client machine as the backup user 
from the server side without any problems.  I've seen some posts that 
indicate this is a result of not enough ram on the box for rsync to make 
a list of every file however the machine has almost 1GB of RAM cached so 
I don't think that would be the problem.

Any ideas?


-- 
Matt Chandler


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed with rsync v2.6.9

2007-11-22 Thread Ambrose Li
On 22/11/2007, Sam Przyswa <[EMAIL PROTECTED]> wrote:
> Sorry I don't understand what you mean by "s/--devices/-D/" where to put
> this command if it's one.

"s/--devices/-D/" means "substitute '--devices' with '-D'". He was
referring to the $Conf{RsyncArgs} setting in your config.pl file(s).

-- 
cheers,
-ambrose

Yahoo and Gmail must die. Yes, I use them, but they still must die.
PS: Don't trust everything you read in Wikipedia. (Very Important)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed with rsync v2.6.9

2007-11-22 Thread Sam Przyswa

Le jeudi 22 novembre 2007 à 08:35 -0600, Gene Horodecki a écrit :
> I had a couple incrementals start at the same time once and they both came
> back with this error.  I started them separately and both the errors went
> away.  To me it seemed like they collided because they were both in the
> list phase at the same time.  That's my two cents on the error.. not sure
> if you might have something similar.

For my test I only start the backup for this machine.


> "Holger Parplies" <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > Sam Przyswa wrote on 22.11.2007 at 12:23:08 [[BackupPC-users]
> fileListReceive
> > failed with rsync v2.6.9]:
> >> 
> >> Since upgrade my client machine to Ubuntu 7.10 and rsync 2.6.9 protocol
> >> version 29 I got an error "Got fatal error during xfer (fileListReceive
> >> failed)" [...]
> >> Have you any ideas ?
> > 
> > only the usual s/--devices/-D/ ... you'll have to be a bit more detailed
> if
> > you want to inspire further ideas.

Sorry I don't understand what you mean by "s/--devices/-D/" where to put
this command if it's one.

Thanks for yours replay.

Sam.



-- 
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed with rsync v2.6.9

2007-11-22 Thread Gene Horodecki
I had a couple incrementals start at the same time once and they both came
back with this error.  I started them separately and both the errors went
away.  To me it seemed like they collided because they were both in the
list phase at the same time.  That's my two cents on the error.. not sure
if you might have something similar.

"Holger Parplies" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Sam Przyswa wrote on 22.11.2007 at 12:23:08 [[BackupPC-users]
fileListReceive
> failed with rsync v2.6.9]:
>> 
>> Since upgrade my client machine to Ubuntu 7.10 and rsync 2.6.9 protocol
>> version 29 I got an error "Got fatal error during xfer (fileListReceive
>> failed)" [...]
>> Have you any ideas ?
> 
> only the usual s/--devices/-D/ ... you'll have to be a bit more detailed
if
> you want to inspire further ideas.
> 
> Regards,
> Holger
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
> 




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed with rsync v2.6.9

2007-11-22 Thread Holger Parplies
Hi,

Sam Przyswa wrote on 22.11.2007 at 12:23:08 [[BackupPC-users] fileListReceive 
failed with rsync v2.6.9]:
> 
> Since upgrade my client machine to Ubuntu 7.10 and rsync 2.6.9 protocol
> version 29 I got an error "Got fatal error during xfer (fileListReceive
> failed)" [...]
> Have you any ideas ?

only the usual s/--devices/-D/ ... you'll have to be a bit more detailed if
you want to inspire further ideas.

Regards,
Holger

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed with rsync v2.6.9

2007-11-22 Thread Sam Przyswa
Hi,

Since upgrade my client machine to Ubuntu 7.10 and rsync 2.6.9 protocol
version 29 I got an error "Got fatal error during xfer (fileListReceive
failed)" when I backup a directory 14Gb size. No problem with others
directories, only this one with ssh/rsync or rsyncd protocole I have the
same error.

I never had this problem before upgrade. We use BackupPC 2.1.2 on Debian
and it work fine with the others machines.

Have you any ideas ?

Thanks in advance.

Sam.




-- 
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive() failed

2007-07-28 Thread Nils Breunese (Lemonbit)

Keith Edmunds wrote:

I have a client that fails when backing up one particular share.  
BackupPC
version is 2.1.1, method is rsync. With a $Conf{XferLogLevel} = 5,  
I get

the following in the logs:

-- 
--

Running: /usr/bin/ssh -C -q -x xxx.xxx.xxx.xxx sudo /usr/bin/rsync
--server --sender --numeric-ids --perms --owner --group --devices -- 
links

--times --block-size=2048 --recursive --checksum-seed=32761
--ignore-times . /etc/
Xfer PIDs are now 20428 Rsync command pid is 20428
Fetching remote protocol Got remote protocol 29
Checksum caching enabled (checksumSeed = 32761)
Got checksumSeed 0x7ff9
Got file (0 of 204): .
Got file (1 of 204): fstab
.
.
.
Got file (1432 of 1434): ssl/certs/31044350.0
Got file (1433 of 1434): ssl/certs/47996b5c.0
fileListReceive() failed
Done: 0 files, 0 bytes
-- 
--


It always fails at exactly the same place.

Any suggestions for troubleshooting?


Replace --devices with -D in $Conf{RsyncArgs} and $Conf 
{RsyncRestoreArgs}. This question has been a *lot* in the past,  
please search the archives.


Nils Breunese.


PGP.sig
Description: Dit deel van het bericht is digitaal ondertekend
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive() failed

2007-07-28 Thread Keith Edmunds
I have a client that fails when backing up one particular share. BackupPC
version is 2.1.1, method is rsync. With a $Conf{XferLogLevel} = 5, I get
the following in the logs:


Running: /usr/bin/ssh -C -q -x xxx.xxx.xxx.xxx sudo /usr/bin/rsync
--server --sender --numeric-ids --perms --owner --group --devices --links
--times --block-size=2048 --recursive --checksum-seed=32761
--ignore-times . /etc/ 
Xfer PIDs are now 20428 Rsync command pid is 20428
Fetching remote protocol Got remote protocol 29
Checksum caching enabled (checksumSeed = 32761)
Got checksumSeed 0x7ff9
Got file (0 of 204): .
Got file (1 of 204): fstab
.
.
.
Got file (1432 of 1434): ssl/certs/31044350.0
Got file (1433 of 1434): ssl/certs/47996b5c.0
fileListReceive() failed
Done: 0 files, 0 bytes


It always fails at exactly the same place.

Any suggestions for troubleshooting?

Thanks,
Keith

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on 2 servers

2007-03-02 Thread Craig Barratt
Jesse writes:

> Fatal error (bad version): stdin: is not a tty

The remote shell says "stdin: is not a tty".  An rsync version
is expected instead, hence the error.

I suspect you have an stty in bbBackup's .login (or .bashrc etc).
There was some recent discussion on the mail list about how to
stop .bashrc or .cshrc processing for non-login shells.

Craig

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed on 2 servers

2007-03-02 Thread Holger Parplies
Hi,

Jesse Proudman wrote on 02.03.2007 at 14:01:15 [[BackupPC-users] 
fileListReceive failed on 2 servers]:
> I just added 2 servers to our backup pool: a direct admin and a  
> cpanel server.  Both are getting the following error when trying to  
> back them up:
> 
> Contents of file /backuparray/pc/xxx/XferLOG.bad.z, modified  
> 2007-03-02 13:00:04 (Extracting only Errors)
> 
> full backup started for directory /
> Running: /usr/bin/ssh -q -x -l bbBackup xxxsudo\ /usr/bin/rsync -- 
> server --sender --numeric-ids --perms --owner --group -D --links -- 
> times --block-size=2048 --recursive --ignore-times . /
> Xfer PIDs are now 20392
> Got remote protocol 1768191091
> Fatal error (bad version): stdin: is not a tty
 ^^^
> [... leading to ...]
> fileListReceive() failed
> Done: 0 files, 0 bytes
> Got fatal error during xfer (fileListReceive failed)
> Backup aborted by user signal

this is output generated by your shell startup process. Non-interactive shells
should probably never generate *any* output (except perhaps on fatal errors),
as this will commonly lead to problems (not only within BackupPC).

Craig Barratt wrote on 10.02.07 [[BackupPC-users] Strange Backuppc Problem with 
rsync], Message-ID: <[EMAIL PROTECTED]>:
> The most likely cause is that root's .cshrc (or equivalent) is doing
> an stty.  You should change it so that it doesn't do an stty on a
> non-login shell.  For csh/tcsh you could do something like this
> 
> if ( ! $?USER || "$prompt" == "" || ! $?term ) then
> # done for non-interactive shell
> exit
> endif
> 
> prior to running login-shell commands like stty.

As it turned out, in that case it was something different (though in your
case the above may apply).

Paulo Cardoso wrote on 13.02.07 [same thread], Message-ID: <[EMAIL PROTECTED]>:
> I found that I had "mesg y" on /etc/bashrc
> As soon as I comented it the backups start working.
> 
> After that I've placed this on the .bashrc file:
> 
> [[ -t 0 ]] && mesg y

There are other commands (and shells and startup processes ...) that could
lead to the same problem, but these two examples might give you a hint what
to look for.

Regards,
Holger

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed on 2 servers

2007-03-02 Thread Jesse Proudman
I just added 2 servers to our backup pool: a direct admin and a  
cpanel server.  Both are getting the following error when trying to  
back them up:

Contents of file /backuparray/pc/xxx/XferLOG.bad.z, modified  
2007-03-02 13:00:04 (Extracting only Errors)

full backup started for directory /
Running: /usr/bin/ssh -q -x -l bbBackup xxxsudo\ /usr/bin/rsync -- 
server --sender --numeric-ids --perms --owner --group -D --links -- 
times --block-size=2048 --recursive --ignore-times . /
Xfer PIDs are now 20392
Got remote protocol 1768191091
Fatal error (bad version): stdin: is not a tty

Sent include: /
Sent exclude: /sys
Sent exclude: /proc
Sent exclude: /tmp
Sent exclude: /usr/tmp
Sent exclude: /var/tmp
Sent exclude: dev
Sent exclude: /var/cache
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted by user signal

Ideas?

--

Jesse Proudman,  Blue Box Group, LLC





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2007-02-08 Thread Craig Barratt
Arch writes:

> BackupPC is version 3.0 and RsyncP is 0.68

Please send the contents of the XferLOG file.  Most likely the
ssh keys are not setup correctly.

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2007-02-08 Thread Arch Willingham
Oops...sorry:

BackupPC is version 3.0 and RsyncP is 0.68

Arch

-Original Message-
From: Craig Barratt [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 1:07 AM
To: Arch Willingham
Cc: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] fileListReceive failed


Arch writes:

> I am brand new at using BackupPc. It took a while to figure it out but I 
> think I was able to get it to back up a Windows machine last night.
> 
> For the heck of it, I told it (the Linux box that runs BackupPC - runs Fedora 
> FC6) to backup itself. I made a custom config.pl and set $Conf{XferMethod} = 
> 'rsync'. This morning, it has this error called "fileListReceive failed". 
> This log file says this:
> 
> 2007-02-06 16:40:22 full backup started for directory / 
> 2007-02-06 16:40:23 Got fatal error during xfer (fileListReceive failed) 
> 2007-02-06 16:40:28 Backup aborted (fileListReceive failed) 
> 
> I read through the help file as well as googled the error but can't find the 
> fix. Like I said in another post, I don't know a lot about Linux...just 
> tryign to learn.

You didn't say what version of BackupPC and File::RsyncP you were using.

If BackupPC is < 3.0.0 or File::RsyncP < 0.68 then you should
replace --devices with -D in $Conf{RsyncArgs} and $Conf{RsyncRestoreArgs}

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed

2007-02-07 Thread Craig Barratt
Arch writes:

> I am brand new at using BackupPc. It took a while to figure it out but I 
> think I was able to get it to back up a Windows machine last night.
> 
> For the heck of it, I told it (the Linux box that runs BackupPC - runs Fedora 
> FC6) to backup itself. I made a custom config.pl and set $Conf{XferMethod} = 
> 'rsync'. This morning, it has this error called "fileListReceive failed". 
> This log file says this:
> 
> 2007-02-06 16:40:22 full backup started for directory / 
> 2007-02-06 16:40:23 Got fatal error during xfer (fileListReceive failed) 
> 2007-02-06 16:40:28 Backup aborted (fileListReceive failed) 
> 
> I read through the help file as well as googled the error but can't find the 
> fix. Like I said in another post, I don't know a lot about Linux...just 
> tryign to learn.

You didn't say what version of BackupPC and File::RsyncP you were using.

If BackupPC is < 3.0.0 or File::RsyncP < 0.68 then you should
replace --devices with -D in $Conf{RsyncArgs} and $Conf{RsyncRestoreArgs}

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed

2007-02-07 Thread Arch Willingham
I am brand new at using BackupPc. It took a while to figure it out but I think 
I was able to get it to back up a Windows machine last night.

For the heck of it, I told it (the Linux box that runs BackupPC - runs Fedora 
FC6) to backup itself. I made a custom config.pl and set $Conf{XferMethod} = 
'rsync'. This morning, it has this error called "fileListReceive failed". This 
log file says this:

2007-02-06 16:40:22 full backup started for directory / 
2007-02-06 16:40:23 Got fatal error during xfer (fileListReceive failed) 
2007-02-06 16:40:28 Backup aborted (fileListReceive failed) 

I read through the help file as well as googled the error but can't find the 
fix. Like I said in another post, I don't know a lot about Linux...just tryign 
to learn.

Any help would be appreciated!

Arch

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed, ruled out a dirty shell, what next?

2006-06-14 Thread Troy Davis
> I learnt a couple of days ago that when using rsync 2.6.8 you need  
> to change --devices to -D in your config file. That fixed it for me.
>
> Nils.

Excellent, that did the trick. Thanks Nils!

Is there any updates in the works for BackupPC? If so, it would be  
great if this change was included in the next release.

Thank You,
Troy


___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] fileListReceive failed, ruled out a dirty shell, what next?

2006-06-14 Thread Nils Breunese (Lemonbit Internet)
Op 14-jun-2006, om 18:22 heeft Troy Davis het volgende geschreven:

> The most confusing part is that another system is still getting
> backed up successfully, and it's running FC2 and using rsync compiled
> from source (2.6.3 compared to 2.6.8 on the server and failing  
> system).

I learnt a couple of days ago that when using rsync 2.6.8 you need to  
change --devices to -D in your config file. That fixed it for me.

Nils.



___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] fileListReceive failed, ruled out a dirty shell, what next?

2006-06-14 Thread Troy Davis
Hi all,

One of the machines I backup stopped syncing last week. The machine  
running BackupPC and the system being backed up are both running  
Fedora Core 4. I upgraded the BackupPC machine from FC3 to eliminate  
the possibility of version conflicts with rsync, but it's worth  
noting that before the upgrade I was using an rsync compiled from  
source, I'm not using the same RPMs on both sides.

The most confusing part is that another system is still getting  
backed up successfully, and it's running FC2 and using rsync compiled  
from source (2.6.3 compared to 2.6.8 on the server and failing system).

I had some time to trying the standard resolution methods I found via  
Google, but no joy and I'm at a loss. I've changed the remote  
machine's domain name to "remotehost" for sake of anonymity, but  
below is my shell session:

[EMAIL PROTECTED] ~]$ ssh -l root remotehost /bin/true > out.dat
[EMAIL PROTECTED] ~]$ cat out.dat
[EMAIL PROTECTED] ~]$ ls -alh out.dat
-rw-rw-r--  1 backuppc backuppc 0 Jun 14 12:09 out.dat
[EMAIL PROTECTED] ~]$ /usr/bin/ssh -q -x -l root remotehost /usr/bin/ 
rsync -vv --server --sender --numeric-ids --perms --owner --group -- 
devices --links --times --block-size=2048 --recursive --exclude=/tmp  
--exclude=/proc --exclude=/sys --ignore-times . /
[server] add_rule(- /tmp)
[server] add_rule(- /proc)
[server] add_rule(- /sys)

(Server) Protocol versions: remote=168430090, negotiated=29
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
_exit_cleanup(code=2, file=compat.c, line=64): entered
rsync error: protocol incompatibility (code 2) at compat.c(64)  
[sender=2.6.8]
_exit_cleanup(code=2, file=compat.c, line=64): about to call exit(2)


Any hints on how to troubleshoot this further?

Thank You,
Troy


___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/