Hi,

05.07.2007 21:10,, Alfredo Marchini wrote::
...
> about 2 weeks and the DIR will block again.
> I'll wait for it.

Ok, that sounds reasonable.

> strace has many options, which I need to specify to view all the 
> information useful to find the problem?

Then I recommend you start playing with strace now :-)
The simples form is 'strace -p PID' which attaches to the process with 
the given PID and reports lots of (library/kernel) calls.

In case a program is stuck, you only see the last call that the 
programm is waiting for.

In many cases, that will tell you something already, like when a 
programm is reading from a file without data.

In Bacula, you will often see repeating messages related to timers, 
non-blocking socket operations, and so on, so you need the strace 
before things start to repeat without changes.

> The real problem is that I don't know which cause can create the lock.
> I'm desperate because I don't have any idea, and all the configuration 
> files seems to be well configured,
> or not configured to cause this problem.

Looks like it, yes.

Turning on debugging and sending the output to a trace file will be 
helpful. Also, try it in the next weeks to see how normal operations 
run, and then you'll probably notice something that either simply gets 
stuck or repeats and repeats or even gets an error with description.

Arno

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to