[Bug 323528] Re: mktime bug back with gcc 4.3.2

2009-04-07 Thread Andrew Ferguson
I can confirm this on 32bit fully updated 8.10 as well. After some more testing, I can confirm this is a gcc bug because it is the -O2 flag which causes the problem. Without that, it is fine. I have attached the source code to the test to this bug report. Compile like so: $ gcc -o bar1 -O2

[Bug 323528] Re: mktime bug back with gcc 4.3.2

2009-04-07 Thread Andrew Ferguson
Really, all that's needed is this part, which basically occurs on line 222 of the above bar.c: void main() { int i = 0; for (i = 1; 0 i; i *= 2) { if (0) return; } return; } As you can see, the loop is designed to end

[Bug 323528] Re: mktime bug back with gcc 4.3.2

2009-04-07 Thread Andrew Ferguson
For the record, re-running autoconf on the given project's files (archfs), updated the configure script so that it no longer writes the test in this way. The test then passes appropriately with Ubuntu 8.10. I'll file a bug against the archfs project to update their configure script. -- mktime

[Bug 349072] Re: jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

2009-04-01 Thread Andrew Ferguson
Oh, I see. I'll try to remember to only set it for the rdiff-backup line and not the rdiff-backup (Ubuntu) line. If you want to backport the fix to your package, here's the patch: http://lists.nongnu.org/archive/html/rdiff-backup-commits/2009-03/msg00023.html I can't say when the next release of

[Bug 349072] Re: jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

2009-04-01 Thread Andrew Ferguson
Argh, typo. That's what I get for hand-moving patches out of my local tree. :-( Thanks so much for testing!! In the patch, change: assert len(Globals.connection) == len(rpaths) + 1 to assert len(Globals.connections) == len(rpaths) + 1 (connection - connections) -- jaunty rdiff-backup

[Bug 349072] Re: jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

2009-03-27 Thread Andrew Ferguson
Acknowledging as bug in rdiff-backup. This bug only affects the --test- server option, and is an unintended consequence of a bug fix in 1.2.6. I'll get working on a fix. -- jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

[Bug 349072] Re: jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

2009-03-27 Thread Andrew Ferguson
Fixed in CVS. Will be included in next rdiff-backup releases, 1.2.8 and 1.3.4. ** Changed in: rdiff-backup (Ubuntu) Status: Confirmed = Fix Committed -- jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

[Bug 349072] Re: jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side

2009-03-27 Thread Andrew Ferguson
whoops, I meant 1.2.9 there. sorry for the spam. -- jaunty rdiff-backup can't use --test-server with a rdiff-backup --server --restrict command-locked remote side https://bugs.launchpad.net/bugs/349072 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-16 Thread Andrew Ferguson
Rdiff-backup 1.2.8 and 1.3.3 have been released. ** Changed in: rdiff-backup (Ubuntu) Status: Fix Committed = Fix Released -- rdiff-backup crashed with IOError in __init__() https://bugs.launchpad.net/bugs/329722 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-14 Thread Andrew Ferguson
Hi Sarah, I might be able to spin a new release on Monday. -- rdiff-backup crashed with IOError in __init__() https://bugs.launchpad.net/bugs/329722 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-09 Thread Andrew Ferguson
Yup, that's why. It looks like you did your first few backups as 'hew' and then all subsequent backups as root. The code to check for this situation examines the ownership of the 'char_to_quote' file, which is the first file that rdiff-backup attempts to access. Since that file is owned by 'hew'

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-09 Thread Andrew Ferguson
Fix committed to CVS. Will be included in next releases: 1.2.8 and 1.3.3. ** Changed in: rdiff-backup (Ubuntu) Status: New = Fix Committed -- rdiff-backup crashed with IOError in __init__() https://bugs.launchpad.net/bugs/329722 You received this bug notification because you are a member

[Bug 330410] Re: rdiff-backup fails on a directory with an unknown Unicode character

2009-03-08 Thread Andrew Ferguson
Well that's good -- at least rdiff-backup isn't failing to make a directory which the shell can easily create. :-) Actually, I think you might be able to avoid this problem entirely if you set the right options in your shell. A search for ntfs-3g invalid or incomplete multibyte or wide

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-08 Thread Andrew Ferguson
Wait a sec ... the version you are running already has code in it to check this situation. I just ran the same scenario and got an appropriate error message (not a traceback). The permissions on your rdiff-backup-data are not what I expect. What are the permissions? $ ls -la

[Bug 330410] Re: rdiff-backup fails on a directory with an unknown Unicode character

2009-03-02 Thread Andrew Ferguson
Hmm, yes. The previous fix only applied to files which generate the Invalid or incomplete multibyte or wide character error. Unfortunately, with a directory, it isn't clear what to do. Should rdiff-backup skip the entire directory since it can't create it on the destination? (Analogous to what it

[Bug 329722] Re: rdiff-backup crashed with IOError in __init__()

2009-03-02 Thread Andrew Ferguson
Hew, The traceback shows: IOError: [Errno 13] Permission denied: '/media/terabyte/rdiff-backup /rdiff-backup- data/mirror_metadata.2009-02-15T03:00:24+11:00.snapshot.gz' Were you not running rdiff-backup as the user who runs the backups? What are the permissions on that file, and the

[Bug 320747] Re: rdiff-backup crashed with OSError in rename()

2009-01-29 Thread Andrew Ferguson
This issue is definitely fixed in rdiff-backup 1.2.5. The error is no longer fatal and the user will be informed about the problem. ** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = Fix Released -- rdiff-backup crashed with OSError in rename()

[Bug 284506] Re: rdiff-backup crashed with IOError in reval()

2009-01-28 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Fix Committed = Fix Released -- rdiff-backup crashed with IOError in reval() https://bugs.launchpad.net/bugs/284506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 109981] Re: Problem with keep, backup to samba share

2008-12-25 Thread Andrew Ferguson
Looking at this bug again, I realized that it was fixed Jan 10, 2006 and released in rdiff-backup 1.1.6. ** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = Fix Released -- Problem with keep, backup to samba share https://bugs.launchpad.net/bugs/109981 You received this bug

[Bug 144167] Re: [apport] rdiff-backup crashed with OSError in setdata()

2008-12-25 Thread Andrew Ferguson
A warning message is printed, which the user must have disregarded, or was not displayed by a GUI (was Keep used?). The warning message has been present since the first version, and was improved in versions 0.12.7 and 0.13.4. Rdiff-backup permits this because 1) it succeeds on some platforms (I

[Bug 219920] Re: rdiff-backup crashed with OSError in setdata()

2008-12-23 Thread Andrew Ferguson
I have updated CVS so that a connection dropped message is reported if this error happens again. The stack trace will no longer be printed. ** Changed in: rdiff-backup (Ubuntu) Status: Confirmed = Fix Committed -- rdiff-backup crashed with OSError in setdata()

[Bug 284506] Re: rdiff-backup crashed with IOError in reval()

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Invalid = Fix Committed -- rdiff-backup crashed with IOError in reval() https://bugs.launchpad.net/bugs/284506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 119992] Re: [apport] rdiff-backup crashed with IOError in log_to_term()

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Confirmed = Fix Released -- [apport] rdiff-backup crashed with IOError in log_to_term() https://bugs.launchpad.net/bugs/119992 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 107053] Re: [apport] rdiff-backup crashed with IOError in log_to_term()

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Confirmed = Fix Released -- [apport] rdiff-backup crashed with IOError in log_to_term() https://bugs.launchpad.net/bugs/107053 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 99484] Re: [apport] rdiff-backup crashed with OSError in setdata()

2008-12-22 Thread Andrew Ferguson
This traceback is due to insufficient permissions to access the rdiff- backup destination. I have added a fix to CVS which will give the user a nicer error message if this happens in the future (a traceback will no longer be generated). The fix will be part of rdiff-backup 1.2.3 and subsequent

[Bug 88140] Re: it just crashed but it was fixed when restarting linux

2008-12-22 Thread Andrew Ferguson
This traceback is due to insufficient permissions to access the rdiff- backup destination. I have added a fix to CVS which will give the user a nicer error message if this happens in the future (a traceback will no longer be generated). The fix will be part of rdiff-backup 1.2.3 and subsequent

[Bug 117983] Re: Crashes on cron job

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: New = Fix Released -- Crashes on cron job https://bugs.launchpad.net/bugs/117983 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 227918] Re: rdiff-backup crashed with OSError in setdata()

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: New = Fix Released -- rdiff-backup crashed with OSError in setdata() https://bugs.launchpad.net/bugs/227918 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 119885] Re: rdiff-backup crashes while accessing old data

2008-12-22 Thread Andrew Ferguson
Given that Jakob was using a non-standard version, I am marking this bug as invalid. Many people use --remove-older-than without trouble ... this traceback indicates that there was a bug in the Python code (not due to the backup repository). I assume it was due to Jakob's modifications. **

[Bug 158431] Re: rdiff-backup throws traceback output

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = Fix Released -- rdiff-backup throws traceback output https://bugs.launchpad.net/bugs/158431 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 219920] Re: rdiff-backup crashed with OSError in setdata()

2008-12-22 Thread Andrew Ferguson
This is a bug. Rdiff-backup should print something helpful when: OSError: [Errno 107] Transport endpoint is not connected: '/home/username/.gvfs' happens. Although, the real fault is that gvfs failed. ** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = Confirmed -- rdiff-backup

[Bug 119885] Re: rdiff-backup crashes while accessing old data

2008-12-22 Thread Andrew Ferguson
Correct. Rdiff-backup only guarantees compatibility between stable releases, eg: 1.2.0, 1.2.1, and 1.2.2 are compatible together and 1.0.5, 1.0.4, 1.0.3, etc.. The development series, 1.1.x, came with no backwards-compatible guarantees. Ubuntu was shipping development releases, and can either

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = In Progress -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to