[rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-13 Thread Golden Butler
Okay, I'm almost ready to give up on rdiff-backup! I really don't to do so because I really like, but the this problem I've been having is starting to take a toll on me. Fortunately, I've kind of narrowed the problem down to the following. Ok, I have the following source directory source dir

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-13 Thread Dave Kempe
Golden Butler wrote: > Why would rdiff-backup fail at this point? If I can't get rdiff-backup > to backup a folder with three small text files, how would ever get it > backup up my company's data of over 50 GB? Any help or suggestions is > greatly appreciated. Where you using FAT32 on this drive

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Maarten Bezemer
Hi, On Thu, 13 Oct 2005, Golden Butler wrote: > rdiff-backup -v7 --print-statistics /home/golden/testy > /iomega/bkps/loomis/gtest /iomega sounds like you're using some iomega device, which usually use pre-formatted media using FAT32. However... > -

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
Dave and Marteen, The iomega device I'm using is not formatted as FAT32.  It's partitioned and formatted as reiserfs.  Is this filesystem type not recommended?  Also, I did upgrade rdiff-backup to version 1.0.1 with the same results.   It seems like something fundamental that I'm missing but I

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
Dave and Marteen, The iomega device I'm using is not formatted as FAT32.  It's partitioned and formatted as reiserfs.  Is this filesystem type not recommended?  Also, I did upgrade rdiff-backup to version 1.0.1 with the same results.   It seems like something fundamental that I'm missing but I

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Dave Kempe
Golden Butler wrote: > Dave and Marteen, > > The iomega device I'm using is not formatted as FAT32. It's > partitioned and formatted as reiserfs. Is this filesystem type not > recommended? Also, I did upgrade rdiff-backup to version 1.0.1 with > the same results. It seems like something funda

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
I'm still relatively a newbie to linux even though I've been using it for almost two years, so excuse me for the ignorance.  What is "strace", and how would I be able to use to track down this segfault problem? Delamatrix Dave Kempe wrote: Golden Butler wrote: Dave and Marteen,

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Dave Kempe
Golden Butler wrote: > I'm still relatively a newbie to linux even though I've been using it > for almost two years, so excuse me for the ignorance. What is > "strace", and how would I be able to use to track down this segfault > problem? strace follows a program and tracks down system calls et

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
I just tried backing up to and from the same filesystem with the the same result, below: ### Unable to import module xattr. Extended attributes not supported on filesystem at /home/golden/testy Unable to import module posix1e from pylibacl pa

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Charles Duffy
Golden Butler wrote: I'm still relatively a newbie to linux even though I've been using it for almost two years, so excuse me for the ignorance. What is "strace", and how would I be able to use to track down this segfault problem? strace shows a program's syscalls -- roughly, the requests it'

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Maarten Bezemer
Hi, Just a quick note... On Fri, 14 Oct 2005, Golden Butler wrote: > Getting signature of test.txt with blocksize 64 > Getting delta of /home/golden/testy/test.txt with signature test.txt > Processing changed file test.txt > Writing file object to /tmp/home-backup/rdiff-backup.tmp.1 > Segmentati

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
I'm not sure by what you mean rdiff binary? -Original Message- From: Maarten Bezemer <[EMAIL PROTECTED]> Date: Fri, 14 Oct 2005 15:52:19 To:Golden Butler <[EMAIL PROTECTED]> Cc:Dave Kempe <[EMAIL PROTECTED]>, rdiff-backup-users@nongnu.org Subject: Re: [rdiff-bac

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Keith Edmunds
Golden Butler wrote: Okay, I'm almost ready to give up on rdiff-backup! I hope you get your problem resolved - as others have already said, it doesn't look like an rdiff-backup problem anyway. More to the point, if you need help in future, I hope you're able to pick a less rude subject. I'd

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
iling list. - Delamatrix -Original Message- From: Keith Edmunds <[EMAIL PROTECTED]> Date: Fri, 14 Oct 2005 17:30:31 To:Golden Butler <[EMAIL PROTECTED]> Cc:rdiff-backup-users@nongnu.org Subject: Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated) Golden Butler wrote: > Ok

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Sherrard Burton
this may be a shot in the dark, but have you tried installing the python modules for extended attributes and access control lists? google searches for "Unable to import module xattr" and "Unable to import module posix1e from pylibacl package" both turned up this thread: http://lists.gnu.org/a

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread dean gaudet
On Thu, 13 Oct 2005, Golden Butler wrote: > ./test-bkp: line 2: 20700 Segmentation fault rdiff-backup -v7 > --print-statistics /home/golden/testy you know, a segfault is very unlikely to be an rdiff-backup problem. i'd be more tempted to blame the C compiler (which could be miscompiling someth

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread Golden Butler
yeah, I've starting to believe also that this is not an rdiff-backup problem.  I don't overclock and I don't have any inexpensive memory.  I'm thinking I should start from scratch.  I'm running Suse Linux 9.2.  I didn't compile or optimize  any package, cause actually I don't know how to do so.

Re: [rdiff-backup-users] RDIFF-F!CKUP (Very frusttrated)

2005-10-14 Thread dean gaudet
hmm that doesn't sound like a questionable config at all... maybe you could try gdb... especially if you can set up a local-fs-to-local-fs backup which causes the problem. then try this: % gdb python (gdb) run /usr/bin/rdiff-backup [rdiff-backup args here] assuming the segfault still occurs yo