Hello List,

our bacula runs smooth for severall weeks, but now it is crazy, it runs smooth severall days and for any reason it hangs.

OS: debian 3.1 sarge (updated frequently)
Linux: 2.6.8.1
Bacula: 1.36.2-2sarge1
Mysql: 4.0.24-10sarge1

I tried to debug this problem, and find no real solution for it.
I noticed that a restart of the bacula daemons did not solve the problem everytime.

When i strace bacula-dir i see the following:
   futex(0x80c5680, FUTEX_WAIT, 2, NULL
When i strace bacula-sd i see the following:
   select(5, [4], NULL, NULL, NULL
Whenn i strace bacula-fd i see the following:
   select(4, [3], NULL, NULL, NULL

I am not so good in c that i can understand what every of this functions may do...

I thought it can be a problem mysql so i connected to mysql, which works without problems...

This is the processlist i get:
   mysql> show processlist;
+----+--------+-----------+--------+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +----+--------+-----------+--------+---------+------+-------+------------------+ | 25 | bacula | localhost | bacula | Sleep | 2807 | | NULL | | 27 | root | localhost | NULL | Query | 0 | NULL | show processlist | +----+--------+-----------+--------+---------+------+-------+------------------+
   2 rows in set (0.00 sec)

Because of the "Sleep" i am completly helpless. I hoped i will find the problem in mysql but nothing...

Anybody a hint to solve this?

regards,
Timo

---------------------------------------------------------------
DT Netsolution GmbH   -   Talaeckerstr. 30 -  D-70437 Stuttgart
Tel: +49-711-849910-70                  Fax: +49-711-849910-934
WEB: http://www.dtnet.de/          Email: [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to