Crash report....still not working
Spicer, Kevin
Kevin.Spicer@bmrb.co.uk
Fri, 26 Apr 2002 09:44:17 +0100
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1ECFE.8D3B8120
Content-Type: text/plain;
charset="iso-8859-1"
I believe that I have now fixed this - it appears to have been caused by a
limit of 64 on the maximum number of file descriptors. Fixed it by adding
ulimit -n unlimited
to the start of my cron job.
-----Original Message-----
From: Spicer, Kevin [mailto:Kevin.Spicer@bmrb.co.uk]
Sent: 25 April 2002 09:47
To: 'rdiff-backup@keywest.Stanford.EDU'
Subject: RE: Crash report....still not working
Simply killing the process didn't work, so yesterday I moved the contents of
the rdiff-backup-directory to another filesystem in the hopes I could start
over with a clean slate. This morning I found that the rdiff-backup process
had run up against the same problem as on Friday
open(/dev/zero): Too many open files
libthread panic: alloc_chunk (PID: 4565 LWP 1)
etc...
I still have no idea what is causing this (although it might be helpful to
know that the directories I'm backing up have lots and lots of small files
(e.g. many at 50 / 60 bytes)
-----Original Message-----
From: Spicer, Kevin [mailto:Kevin.Spicer@bmrb.co.uk]
Sent: 24 April 2002 14:07
To: 'rdiff-backup@keywest.Stanford.EDU'
Subject: RE: Crash report....
I've just discovered that the process hadn't actually died, it was still
hanging around and was still connected to the remote machine (stupid really
I *should* have checked that, but as I didn't get the error reports for Sat
and Sun till Monday I foolishly assumed the Fri one had actually died).
Anyway I have killed the process and will see if it works tonight....
I'd still like to know what caused it & how I can avoid it in future. I
might add a wrapper script to my cron job to check for a pre-existing
rdiff-backup process.
-----Original Message-----
From: Spicer, Kevin [mailto:Kevin.Spicer@bmrb.co.uk]
Sent: 22 April 2002 10:56
To: 'rdiff-backup@keywest.Stanford.EDU'
Subject: Crash report....
I've been running rdiff-backup 0.6.0 for just over a week to backup a remote
site overnight to our local site and everything was going well until I got
errors on over the weekend. rdiff-backup seems to have crashed on the
Friday night and then failed on Saturday and Sunday.
Does anyone know what I need to do to get it working again? and how to
prevent this happening again...
(I'm using Solaris 2.6 if that makes any difference)
*****************************
FRIDAYS OUTPUT
*****************************
open(/dev/zero): Too many open files
libthread panic: alloc_chunk (PID: 7777 LWP 1)
stacktrace:
ef729938
ef7283e8
ef728184
ef72ebf0
ef72e9b4
ef727e64
ef730c28
ef731a78
799b0
aaf74
4bdb0
4d2d0
9c678
86f38
8f52c
86f38
4dee8
8ab30
86f38
4fcf0
4bebc
4d2d0
9c678
86f38
8f52c
86f38
4dee8
8ab30
86f38
4fcf0
4bebc
4d2d0
4fc44
4bea4
48568
874b0
4babc
48568
37a1c
952ec
86f38
4fcf0
4bebc
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
9c678
86f38
8f52c
86f38
4dee8
acaac
aaf74
4bdb0
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
9c678
86f38
8f52c
86f38
4dee8
acaac
aaf74
4bdb0
4d2d0
9c678
86f38
8f52c
86f38
90f50
86f38
4fcf0
4bebc
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
9c678
86f38
8f52c
86f38
4dee8
8eda0
874b0
4babc
48568
37a1c
952ec
86f38
4fcf0
4bebc
48568
37a1c
952ec
86f38
4fcf0
4bebc
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
9c678
86f38
8f52c
86f38
4dee8
acaac
aaf74
4bdb0
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
4fc44
4bea4
4d2d0
4fbe0
6f25c
6f208
6edf4
6d768
6e930
1f13c
1e810
1e724
0
************************************
SATURDAYS OUTPUT
*************************************
Last backup dated Fri Apr 19 21:15:25 2002 was aborted, but we aren't
resuming it.
Exception iteration over non-sequence raised of class exceptions.TypeError
File "/usr/local/bin/rdiff-backup", line 4463, in
patch_increment_and_finalize
try: dsrp = cls.check_skip_error(error_checked)
File "/usr/local/bin/rdiff-backup", line 4473, in check_skip_error
try: return thunk()
File "/usr/local/bin/rdiff-backup", line 4457, in error_checked
ITR(indexed_tuple)
File "/usr/local/bin/rdiff-backup", line 526, in __call__
self.process_w_subreducer(indexed_elem)
File "/usr/local/bin/rdiff-backup", line 480, in process_w_subreducer
if not self.subreducer(indexed_elem):
File "/usr/local/bin/rdiff-backup", line 526, in __call__
self.process_w_subreducer(indexed_elem)
File "/usr/local/bin/rdiff-backup", line 480, in process_w_subreducer
if not self.subreducer(indexed_elem):
File "/usr/local/bin/rdiff-backup", line 523, in __call__
self.calculate_final_val()
File "/usr/local/bin/rdiff-backup", line 497, in calculate_final_val
self.state.branch_val)
File "/usr/local/bin/rdiff-backup", line 3836, in base_final
inc_rpath.new_index(base_tuple.index))
File "/usr/local/bin/rdiff-backup", line 3705, in Increment
Inc.Increment_action(new, mirror, incpref).execute()
File "/usr/local/bin/rdiff-backup", line 3699, in Increment_action
elif mirror.isdir(): return Inc.makedir_action(mirror, incpref)
File "/usr/local/bin/rdiff-backup", line 3726, in makedir_action
dirsign = Inc.get_inc_ext(incpref, "dir")
File "/usr/local/bin/rdiff-backup", line 3750, in get_inc_ext
inctime = Resume.FindTime(rp.index, inctime)
File "/usr/local/bin/rdiff-backup", line 3023, in FindTime
for si in cls.get_sis_covering_index(index):
File "/usr/local/bin/rdiff-backup", line 3039, in get_sis_covering_index
cls._session_info_list)
Sending back exception:
File "/usr/local/bin/rdiff-backup", line 1786, in answer_request
try: result = apply(eval(request.function_string), argument_list)
File "/usr/local/bin/rdiff-backup", line 4466, in
patch_increment_and_finalize
except: cls.handle_last_error(dsrp, finalizer, ITR)
File "/usr/local/bin/rdiff-backup", line 4463, in
patch_increment_and_finalize
try: dsrp = cls.check_skip_error(error_checked)
File "/usr/local/bin/rdiff-backup", line 4473, in check_skip_error
try: return thunk()
File "/usr/local/bin/rdiff-backup", line 4457, in error_checked
ITR(indexed_tuple)
File "/usr/local/bin/rdiff-backup", line 526, in __call__
self.process_w_subreducer(indexed_elem)
File "/usr/local/bin/rdiff-backup", line 480, in process_w_subreducer
if not self.subreducer(indexed_elem):
File "/usr/local/bin/rdiff-backup", line 526, in __call__
self.process_w_subreducer(indexed_elem)
File "/usr/local/bin/rdiff-backup", line 480, in process_w_subreducer
if not self.subreducer(indexed_elem):
File "/usr/local/bin/rdiff-backup", line 523, in __call__
self.calculate_final_val()
File "/usr/local/bin/rdiff-backup", line 497, in calculate_final_val
self.state.branch_val)
File "/usr/local/bin/rdiff-backup", line 3836, in base_final
inc_rpath.new_index(base_tuple.index))
File "/usr/local/bin/rdiff-backup", line 3705, in Increment
Inc.Increment_action(new, mirror, incpref).execute()
File "/usr/local/bin/rdiff-backup", line 3699, in Increment_action
elif mirror.isdir(): return Inc.makedir_action(mirror, incpref)
File "/usr/local/bin/rdiff-backup", line 3726, in makedir_action
dirsign = Inc.get_inc_ext(incpref, "dir")
File "/usr/local/bin/rdiff-backup", line 3750, in get_inc_ext
inctime = Resume.FindTime(rp.index, inctime)
File "/usr/local/bin/rdiff-backup", line 3023, in FindTime
for si in cls.get_sis_covering_index(index):
File "/usr/local/bin/rdiff-backup", line 3039, in get_sis_covering_index
cls._session_info_list)
Executing ssh server2 rdiff-backup --server
Traceback (most recent call last):
File "/usr/local/bin/rdiff-backup", line 5099, in ?
Globals.Main.Main()
File "/usr/local/bin/rdiff-backup", line 4843, in Main
self.take_action(rps)
File "/usr/local/bin/rdiff-backup", line 4819, in take_action
elif self.action == "backup": self.Backup(rps[0], rps[1])
File "/usr/local/bin/rdiff-backup", line 4873, in Backup
HighLevel.Mirror_and_increment(rpin, rpout, self.incdir, RSI)
File "/usr/local/bin/rdiff-backup", line 4267, in Mirror_and_increment
DestS.patch_increment_and_finalize(dest_rpath, diffiter, inc_rpath)
File "/usr/local/bin/rdiff-backup", line 1878, in __call__
return apply(self.connection.reval, (self.name,) + args)
File "/usr/local/bin/rdiff-backup", line 1817, in reval
if isinstance(result, Exception): raise result
TypeError: iteration over non-sequence
BMRB International
http://www.bmrb.co.uk <http://www.bmrb.co.uk> +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and may
contain confidential and/or privileged material. If you have received this
in error, please contact the sender and delete this message immediately.
Disclosure, copying or other action taken in respect of this email or in
reliance on it is prohibited. BMRB International Limited accepts no
liability in relation to any personal emails, or content of any email which
does not directly relate to our business.
BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and may
contain confidential and/or privileged material. If you have received this
in error, please contact the sender and delete this message immediately.
Disclosure, copying or other action taken in respect of this email or in
reliance on it is prohibited. BMRB International Limited accepts no
liability in relation to any personal emails, or content of any email which
does not directly relate to our business.
BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and may
contain confidential and/or privileged material. If you have received this
in error, please contact the sender and delete this message immediately.
Disclosure, copying or other action taken in respect of this email or in
reliance on it is prohibited. BMRB International Limited accepts no
liability in relation to any personal emails, or content of any email which
does not directly relate to our business.
BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and may
contain confidential and/or privileged material. If you have received this
in error, please contact the sender and delete this message immediately.
Disclosure, copying or other action taken in respect of this email or in
reliance on it is prohibited. BMRB International Limited accepts no
liability in relation to any personal emails, or content of any email which
does not directly relate to our business.
------_=_NextPart_001_01C1ECFE.8D3B8120
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Crash report....</TITLE>
<META content="MSHTML 6.00.2713.1100" name=GENERATOR></HEAD>
<BODY>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma><FONT
size=2><SPAN class=539172108-26042002><FONT face=Arial color=#0000ff>I believe
that I have now fixed this - it appears to have been caused by a limit of 64
on the maximum number of file descriptors. Fixed it by adding
</FONT></SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT><FONT face=Arial
color=#0000ff size=2><SPAN class=539172108-26042002>ulimit -n
unlimited</SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT><FONT face=Arial
color=#0000ff size=2><SPAN class=539172108-26042002>to the start of my cron
job.</SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma><FONT
size=2><SPAN class=539172108-26042002></SPAN></FONT></FONT> </DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma><FONT
size=2><SPAN class=539172108-26042002> </SPAN>-----Original
Message-----<BR><B>From:</B> Spicer, Kevin
[mailto:Kevin.Spicer@bmrb.co.uk]<BR><B>Sent:</B> 25 April 2002
09:47<BR><B>To:</B> 'rdiff-backup@keywest.Stanford.EDU'<BR><B>Subject:</B> RE:
Crash report....still not working<BR><BR></DIV></FONT></FONT>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=271284008-25042002>Simply killing the process didn't work, so yesterday
I moved the contents of the rdiff-backup-directory to another filesystem in
the hopes I could start over with a clean slate. This morning I found
that the rdiff-backup process had run up against the same problem as on
Friday</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=271284008-25042002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=271284008-25042002>open(/dev/zero): Too many open files<BR>libthread
panic: alloc_chunk (PID: 4565 LWP 1)<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=271284008-25042002>etc...</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=271284008-25042002>I
still have no idea what is causing this (although it might be helpful to know
that the directories I'm backing up have lots and lots of small files (e.g.
many at 50 / 60 bytes)</DIV></SPAN></FONT>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Spicer, Kevin
[mailto:Kevin.Spicer@bmrb.co.uk]<BR><B>Sent:</B> 24 April 2002
14:07<BR><B>To:</B> 'rdiff-backup@keywest.Stanford.EDU'<BR><B>Subject:</B>
RE: Crash report....<BR><BR></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=806340113-24042002>I've just discovered that the process
hadn't actually died, it was still hanging around and was still
connected to the remote machine (stupid really I *should* have checked
that, but as I didn't get the error reports for Sat and Sun till Monday I
foolishly assumed the Fri one had actually died). Anyway I have killed
the process and will see if it works tonight....</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=806340113-24042002>I'd still like to know what caused it & how I
can avoid it in future. I might add a wrapper script to my cron job to
check for a pre-existing rdiff-backup process.</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Spicer, Kevin
[mailto:Kevin.Spicer@bmrb.co.uk]<BR><B>Sent:</B> 22 April 2002
10:56<BR><B>To:</B> 'rdiff-backup@keywest.Stanford.EDU'<BR><B>Subject:</B>
Crash report....<BR><BR></FONT></DIV>
<P><FONT size=2>I've been running rdiff-backup 0.6.0 for just over a week
to backup a remote site overnight to our local site and everything was
going well until I got errors on over the weekend. rdiff-backup
seems to have crashed on the Friday night and then failed on Saturday and
Sunday.</FONT></P>
<P><FONT size=2>Does anyone know what I need to do to get it working
again? and how to prevent this happening again...</FONT> </P>
<P><FONT size=2>(I'm using Solaris 2.6 if that makes any
difference)</FONT> </P>
<P><FONT size=2>*****************************</FONT> <BR><FONT
size=2>FRIDAYS OUTPUT</FONT> <BR><FONT
size=2>*****************************</FONT> <BR><FONT
size=2>open(/dev/zero): Too many open files</FONT> <BR><FONT
size=2>libthread panic: alloc_chunk (PID: 7777 LWP 1)</FONT> <BR><FONT
size=2>stacktrace:</FONT> <BR><FONT
size=2> ef729938</FONT>
<BR><FONT size=2>
ef7283e8</FONT> <BR><FONT
size=2> ef728184</FONT>
<BR><FONT size=2>
ef72ebf0</FONT> <BR><FONT
size=2> ef72e9b4</FONT>
<BR><FONT size=2>
ef727e64</FONT> <BR><FONT
size=2> ef730c28</FONT>
<BR><FONT size=2>
ef731a78</FONT> <BR><FONT
size=2> 799b0</FONT> <BR><FONT
size=2> aaf74</FONT> <BR><FONT
size=2> 4bdb0</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> 8ab30</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> 8ab30</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 48568</FONT> <BR><FONT
size=2> 874b0</FONT> <BR><FONT
size=2> 4babc</FONT> <BR><FONT
size=2> 48568</FONT> <BR><FONT
size=2> 37a1c</FONT> <BR><FONT
size=2> 952ec</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> acaac</FONT> <BR><FONT
size=2> aaf74</FONT> <BR><FONT
size=2> 4bdb0</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> acaac</FONT> <BR><FONT
size=2> aaf74</FONT> <BR><FONT
size=2> 4bdb0</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 90f50</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> 8eda0</FONT> <BR><FONT
size=2> 874b0</FONT> <BR><FONT
size=2> 4babc</FONT> <BR><FONT
size=2> 48568</FONT> <BR><FONT
size=2> 37a1c</FONT> <BR><FONT
size=2> 952ec</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 48568</FONT> <BR><FONT
size=2> 37a1c</FONT> <BR><FONT
size=2> 952ec</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4fcf0</FONT> <BR><FONT
size=2> 4bebc</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 9c678</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 8f52c</FONT> <BR><FONT
size=2> 86f38</FONT> <BR><FONT
size=2> 4dee8</FONT> <BR><FONT
size=2> acaac</FONT> <BR><FONT
size=2> aaf74</FONT> <BR><FONT
size=2> 4bdb0</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fc44</FONT> <BR><FONT
size=2> 4bea4</FONT> <BR><FONT
size=2> 4d2d0</FONT> <BR><FONT
size=2> 4fbe0</FONT> <BR><FONT
size=2> 6f25c</FONT> <BR><FONT
size=2> 6f208</FONT> <BR><FONT
size=2> 6edf4</FONT> <BR><FONT
size=2> 6d768</FONT> <BR><FONT
size=2> 6e930</FONT> <BR><FONT
size=2> 1f13c</FONT> <BR><FONT
size=2> 1e810</FONT> <BR><FONT
size=2> 1e724</FONT> <BR><FONT
size=2> 0</FONT> </P>
<P><FONT size=2>************************************</FONT> <BR><FONT
size=2>SATURDAYS OUTPUT</FONT> <BR><FONT
size=2>*************************************</FONT> <BR><FONT size=2>Last
backup dated Fri Apr 19 21:15:25 2002 was aborted, but we aren't resuming
it.</FONT> <BR><FONT size=2>Exception iteration over non-sequence raised
of class exceptions.TypeError</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 4463, in
patch_increment_and_finalize</FONT> <BR><FONT size=2>
try: dsrp = cls.check_skip_error(error_checked)</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 4473, in
check_skip_error</FONT> <BR><FONT size=2> try: return
thunk()</FONT> <BR><FONT size=2> File "/usr/local/bin/rdiff-backup",
line 4457, in error_checked</FONT> <BR><FONT size=2>
ITR(indexed_tuple)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 526, in __call__</FONT> <BR><FONT
size=2> self.process_w_subreducer(indexed_elem)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 480, in
process_w_subreducer</FONT> <BR><FONT size=2> if not
self.subreducer(indexed_elem):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 526, in __call__</FONT> <BR><FONT
size=2> self.process_w_subreducer(indexed_elem)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 480, in
process_w_subreducer</FONT> <BR><FONT size=2> if not
self.subreducer(indexed_elem):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 523, in __call__</FONT> <BR><FONT
size=2> self.calculate_final_val()</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 497, in
calculate_final_val</FONT> <BR><FONT size=2>
self.state.branch_val)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3836, in base_final</FONT> <BR><FONT
size=2> inc_rpath.new_index(base_tuple.index))</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 3705, in
Increment</FONT> <BR><FONT size=2>
Inc.Increment_action(new, mirror, incpref).execute()</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 3699, in
Increment_action</FONT> <BR><FONT size=2> elif
mirror.isdir(): return Inc.makedir_action(mirror, incpref)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 3726, in
makedir_action</FONT> <BR><FONT size=2> dirsign =
Inc.get_inc_ext(incpref, "dir")</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3750, in get_inc_ext</FONT> <BR><FONT
size=2> inctime = Resume.FindTime(rp.index,
inctime)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3023, in FindTime</FONT> <BR><FONT
size=2> for si in
cls.get_sis_covering_index(index):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3039, in get_sis_covering_index</FONT>
<BR><FONT size=2> cls._session_info_list)</FONT> </P>
<P><FONT size=2>Sending back exception: </FONT><BR><FONT size=2>
File "/usr/local/bin/rdiff-backup", line 1786, in answer_request</FONT>
<BR><FONT size=2> try: result =
apply(eval(request.function_string), argument_list)</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 4466, in
patch_increment_and_finalize</FONT> <BR><FONT size=2>
except: cls.handle_last_error(dsrp, finalizer, ITR)</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 4463, in
patch_increment_and_finalize</FONT> <BR><FONT size=2>
try: dsrp = cls.check_skip_error(error_checked)</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 4473, in
check_skip_error</FONT> <BR><FONT size=2> try: return
thunk()</FONT> <BR><FONT size=2> File "/usr/local/bin/rdiff-backup",
line 4457, in error_checked</FONT> <BR><FONT size=2>
ITR(indexed_tuple)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 526, in __call__</FONT> <BR><FONT
size=2> self.process_w_subreducer(indexed_elem)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 480, in
process_w_subreducer</FONT> <BR><FONT size=2> if not
self.subreducer(indexed_elem):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 526, in __call__</FONT> <BR><FONT
size=2> self.process_w_subreducer(indexed_elem)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 480, in
process_w_subreducer</FONT> <BR><FONT size=2> if not
self.subreducer(indexed_elem):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 523, in __call__</FONT> <BR><FONT
size=2> self.calculate_final_val()</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 497, in
calculate_final_val</FONT> <BR><FONT size=2>
self.state.branch_val)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3836, in base_final</FONT> <BR><FONT
size=2> inc_rpath.new_index(base_tuple.index))</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 3705, in
Increment</FONT> <BR><FONT size=2>
Inc.Increment_action(new, mirror, incpref).execute()</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 3699, in
Increment_action</FONT> <BR><FONT size=2> elif
mirror.isdir(): return Inc.makedir_action(mirror, incpref)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 3726, in
makedir_action</FONT> <BR><FONT size=2> dirsign =
Inc.get_inc_ext(incpref, "dir")</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3750, in get_inc_ext</FONT> <BR><FONT
size=2> inctime = Resume.FindTime(rp.index,
inctime)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3023, in FindTime</FONT> <BR><FONT
size=2> for si in
cls.get_sis_covering_index(index):</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 3039, in get_sis_covering_index</FONT>
<BR><FONT size=2> cls._session_info_list)</FONT> </P>
<P><FONT size=2>Executing ssh server2 rdiff-backup --server</FONT>
<BR><FONT size=2>Traceback (most recent call last):</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 5099, in ?</FONT>
<BR><FONT size=2> Globals.Main.Main()</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 4843, in
Main</FONT> <BR><FONT size=2>
self.take_action(rps)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 4819, in take_action</FONT> <BR><FONT
size=2> elif self.action == "backup":
self.Backup(rps[0], rps[1])</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 4873, in Backup</FONT> <BR><FONT
size=2> HighLevel.Mirror_and_increment(rpin, rpout,
self.incdir, RSI)</FONT> <BR><FONT size=2> File
"/usr/local/bin/rdiff-backup", line 4267, in Mirror_and_increment</FONT>
<BR><FONT size=2>
DestS.patch_increment_and_finalize(dest_rpath, diffiter, inc_rpath)</FONT>
<BR><FONT size=2> File "/usr/local/bin/rdiff-backup", line 1878, in
__call__</FONT> <BR><FONT size=2> return
apply(self.connection.reval, (self.name,) + args)</FONT> <BR><FONT
size=2> File "/usr/local/bin/rdiff-backup", line 1817, in
reval</FONT> <BR><FONT size=2> if isinstance(result,
Exception): raise result</FONT> <BR><FONT size=2>TypeError: iteration over
non-sequence</FONT> </P><BR>
<P><FONT size=2>BMRB International </FONT><BR><FONT size=2><A
href="http://www.bmrb.co.uk" target=_blank>http://www.bmrb.co.uk</A> +44
(0)20 8566 5000 </FONT></P>
<P><FONT
size=2>____________________________________________________________
</FONT><BR><FONT size=2>This message (and any attachment) is intended only
for the recipient and may contain confidential and/or privileged material.
If you have received this in error, please contact the sender and delete
this message immediately. Disclosure, copying or other action taken in
respect of this email or in reliance on it is prohibited. BMRB
International Limited accepts no liability in relation to any personal
emails, or content of any email which does not directly relate to our
business.</FONT></P></BLOCKQUOTE><BR><BR>
<P><FONT face=Arial size=2>BMRB International </FONT></P>
<P><FONT face=Arial size=2>http://www.bmrb.co.uk +44 (0)20 8566 5000
</FONT></P><BR>
<P><FONT face=Arial
size=2>____________________________________________________________
</FONT></P>
<P><FONT face=Arial size=2>This message (and any attachment) is intended
only for the recipient and may contain confidential and/or privileged
material. If you have received this in error, please contact the sender and
delete this message immediately. Disclosure, copying or other action taken
in respect of this email or in reliance on it is prohibited. BMRB
International Limited accepts no liability in relation to any personal
emails, or content of any email which does not directly relate to our
business.</FONT></P></BLOCKQUOTE><BR><BR>
<P><FONT face=Arial size=2>BMRB International </FONT></P>
<P><FONT face=Arial size=2>http://www.bmrb.co.uk +44 (0)20 8566 5000
</FONT></P><BR>
<P><FONT face=Arial
size=2>____________________________________________________________
</FONT></P>
<P><FONT face=Arial size=2>This message (and any attachment) is intended only
for the recipient and may contain confidential and/or privileged material. If
you have received this in error, please contact the sender and delete this
message immediately. Disclosure, copying or other action taken in respect of
this email or in reliance on it is prohibited. BMRB International Limited
accepts no liability in relation to any personal emails, or content of any
email which does not directly relate to our
business.</FONT></P></BLOCKQUOTE></BODY></HTML>
<BR>
<BR>
<P><FONT SIZE=2 FACE="Arial">BMRB International </FONT></P>
<P><FONT SIZE=2 FACE="Arial">http://www.bmrb.co.uk +44 (0)20 8566 5000 </FONT></P>
<BR>
<P><FONT SIZE=2 FACE="Arial">____________________________________________________________ </FONT></P>
<P><FONT SIZE=2 FACE="Arial">This message (and any attachment) is intended only for the recipient and may contain confidential and/or privileged material. If you have received this in error, please contact the sender and delete this message immediately. Disclosure, copying or other action taken in respect of this email or in reliance on it is prohibited. BMRB International Limited accepts no liability in relation to any personal emails, or content of any email which does not directly relate to our business.</FONT></P>
------_=_NextPart_001_01C1ECFE.8D3B8120--