From: Jamie C. <jca...@we...> - 2008-03-26 05:20:19
|
On 25/Mar/2008 01:51 Clément VERET wrote .. > 2008/3/21, Jamie Cameron <jca...@we...>: > > Thanks for the new patch .. > > > > I'd like to verify this a bit more closely though. Could you > > send me the output of the 'status dir', 'status client' and > > 'status storage' commands run at the Bacula console on your > > system, showing some successful and failed jobs? I suspect > > that it is different from my system.. > > No problem : > > *status director > bacula-01-dir Version: 2.0.3 (06 March 2007) i686-redhat-linux-gnu > redhat Enterp > rise release > Daemon started 21-mar-08 08:38, 14 Jobs run since started. > Heap: bytes=40,750 max_bytes=51,634 bufs=199 max_bufs=241 > > Scheduled Jobs: > Level Type Pri Scheduled Name Volume > ================================================================================ > > === > Incremental Backup 10 25-mar-08 21:00 SvgData JN0001 > ==== > > Running Jobs: > No Jobs running. > ==== > > Terminated Jobs: > JobId Level Files Bytes Status Finished Name > ==================================================================== > 1 Full 250 22.41 M OK 25-mar-08 02:25 SvgData > 2 Full 0 0 Cancel 25-mar-08 02:27 SvgData > > ==== > > (this is not an Error but a Cancel status, but the output is the same...) > > *status storage=Tape > Connecting to Storage daemon Tape at bacula-01:9103 > > bacula-01-sd Version: 2.0.3 (06 March 2007) i686-redhat-linux-gnu > redhat Enterprise release > Daemon started 21-mar-08 08:42, 2 Jobs run since started. > Heap: bytes=87,246 max_bytes=154,630 bufs=77 max_bufs=100 > > Running Jobs: > No Jobs running. > ==== > > Jobs waiting to reserve a drive: > ==== > > Terminated Jobs: > JobId Level Files Bytes Status Finished Name > =================================================================== > 1 Full 250 22.44 M OK 25-mar-08 02:25 SvgData > 2 Full 0 0 Cancel 25-mar-08 02:27 SvgData > ==== > > Device status: > Device "FileStorage" (/tmp) is not open. > Device "TapeDrive" (/dev/tape) open but no Bacula volume is currently mounted. > Total Bytes Read=0 Blocks Read=0 Bytes/block=0 > Positioned at File=0 Block=0 > ==== > > In Use Volume status: > ==== > > *status client > Automatically selected Client: bacula-01-fd > Connecting to Client bacula-01-fd at bacula-01:9102 > > bacula-01-fd Version: 2.0.3 (06 March 2007) i686-redhat-linux-gnu > redhat Enterprise release > Daemon started 21-mar-08 08:00, 2 Jobs run since started. > Heap: bytes=11,284 max_bytes=422,236 bufs=52 max_bufs=1,474 > Sizeof: boffset_t=8 size_t=4 debug=0 trace=0 > > Running Jobs: > Director connected at: 25-mar-08 02:30 > No Jobs running. > ==== > > Terminated Jobs: > JobId Level Files Bytes Status Finished Name > ====================================================================== > 1 Full 250 22.41 M OK 25-mar-08 02:25 SvgData > 2 Full 0 0 Cancel 25-mar-08 02:27 SvgData > ==== Thanks - I will tweak the regexps to handle those formats. - Jamie |