>>>>> On Thu, 29 Nov 2007 22:41:54 +0000, Damian Brasher said:
> 
> Martin Simmons wrote:
> > Is it still transfering any data or does it just stop dead?  If the data
> > transfer rate you see is the average then it could be the latter.
> >   
> Looks like no data is transferred after the last file, however the rate
> slowly reduces over
> the span of a few hours.
> > If it stops dead then you need to find out what it is waiting for.  It might
> > be an external resource or some kind of deadlock bug.
> >
> > What do status director, status storage and storage client report?
> >   
> Will let you know tomorrow...
> > Also, you could attach gdb to each daemon and run the gdb command
> >   
> Can you explain in a little more detail how I use gdb in this case, I
> use RHEL5 so
> run the services as #service bacula-dir/sd/fd restart etc, can I simply
> revert to the manual method...

I would do it by running gdb and then issuing the attach command with the pid
of the bacula-dir/sd/fd that was started by service.


> > thread apply all bt
> >
> > to try to find out what all the threads are doing.
> >   
> Is this part of the gdb command?

No, gdb has a command line interface (c.f. bconsole).

__Martin

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to