Re: AW: [Bacula-users] Bacula director freezing

2005-05-31 Thread Kern Sibbald
On Tuesday 31 May 2005 16:14, Alan Brown wrote: > On Tue, 31 May 2005, Kern Sibbald wrote: > > On version 1.37.20, providing you are using the new Autochanger resource > > in the SD, your second job will automatically select another drive if one > > is available, otherwise wait. > > Management won'

Re: AW: [Bacula-users] Bacula director freezing

2005-05-31 Thread Alan Brown
On Tue, 31 May 2005, Kern Sibbald wrote: On version 1.37.20, providing you are using the new Autochanger resource in the SD, your second job will automatically select another drive if one is available, otherwise wait. Management won't let me test "unstable" versions. Within a week or so, I ho

Re: AW: [Bacula-users] Bacula director freezing

2005-05-31 Thread Kern Sibbald
On Tuesday 31 May 2005 11:18, Alan Brown wrote: > On Mon, 30 May 2005, Masopust Christian wrote: > > maybe you'll have a look at bugs.bacula.org at bug 331. i had a similar > > problem > > where bacula-dir randomly hangs. after applying kerns patch it didn't > > happen until > > now, but before clo

Re: AW: [Bacula-users] Bacula director freezing

2005-05-31 Thread Alan Brown
On Mon, 30 May 2005, Masopust Christian wrote: maybe you'll have a look at bugs.bacula.org at bug 331. i had a similar problem where bacula-dir randomly hangs. after applying kerns patch it didn't happen until now, but before closing this bug i would prefere to wait at least one week ;-)) As

AW: [Bacula-users] Bacula director freezing

2005-05-29 Thread Masopust Christian
Title: AW: [Bacula-users] Bacula director freezing maybe you'll have a look at bugs.bacula.org at bug 331. i had a similar problem where bacula-dir randomly hangs. after applying kerns patch it didn't happen until now, but before closing this bug i would prefere to wait at

Re: [Bacula-users] Bacula director freezing

2005-05-26 Thread Kern Sibbald
On Thursday 26 May 2005 17:32, Alan Brown wrote: > On Sat, 21 May 2005, Arno Lehmann wrote: > >> However for the last two Friday nights the bacula > >> director has been freezing after backing up the first > >> seven clients. > > > > I did experience the same, couldn't find any reason, but after th

Re: [Bacula-users] Bacula director freezing

2005-05-26 Thread Alan Brown
On Sat, 21 May 2005, Arno Lehmann wrote: However for the last two Friday nights the bacula director has been freezing after backing up the first seven clients. I did experience the same, couldn't find any reason, but after the upgrade to 1.36.2 that didn't happen again. So, I suggest you do a

Re: AW: [Bacula-users] Bacula director freezing

2005-05-25 Thread Kern Sibbald
ut as i don't have > >>> any time limits configured in my config. the freeze of director > >>> occured when trying to start the first job in the evening. the last job > >>> that run before > >>>was at 2pm and it finished without problems. &

Re: AW: [Bacula-users] Bacula director freezing

2005-05-25 Thread Jeffery P. Humes
liche Nachricht- Von: Kern Sibbald [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 24. Mai 2005 22:42 An: bacula-users@lists.sourceforge.net Cc: Masopust Christian Betreff: Re: [Bacula-users] Bacula director freezing Hello, This appears to be a deadlock situation, and seems to be triggered by a

Re: AW: [Bacula-users] Bacula director freezing

2005-05-25 Thread Kern Sibbald
che Nachricht- > > > Von: Kern Sibbald [mailto:[EMAIL PROTECTED] > > > Gesendet: Dienstag, 24. Mai 2005 22:42 > > > An: bacula-users@lists.sourceforge.net > > > Cc: Masopust Christian > > > Betreff: Re: [Bacula-users] Bacula director freezing > >

Re: [Bacula-users] Bacula director freezing

2005-05-24 Thread Sean O'Grady
Hi, If either of you has updated any packages in Debian recently I would do so again. I had some serious issues with a recent syslog-ng package that was causing multiple sub-systems to fail (bind, sendmail, SSH ... etc.) . With bind not responding the Bacula director also stopped responding.

Re: [Bacula-users] Bacula director freezing

2005-05-24 Thread Kern Sibbald
Hello, This appears to be a deadlock situation, and seems to be triggered by a watchdog timeout, which means you have probably set some maximum time limit for a job. Though the deadlock could be related to version 1.36.3, I'd be a bit surprised. At this point, I cannot exclude a 1.36.3 speci

Re: [Bacula-users] Bacula director freezing

2005-05-24 Thread John Donagher
I've also started having this problem within the past few weeks (since I upgraded to 1.36.3, I believe). It doesn't happen every night, but it happens more than once a week. Before that I have never seen this problem, and I've been using Bacula for 6 months.. I'm running Debian Sarge and had no p

[Bacula-users] Bacula director freezing

2005-05-24 Thread Masopust Christian
Title: Bacula director freezing Yesterday in the evening, just when starting some jobs my director again freezes... here's the output of btraceback (my system is Fedora Core 3, Bacula is 1.36.3): From [EMAIL PROTECTED]  Mon May 23 22:01:32 2005 Return-Path: <[EMAIL PROTECTED

Re: [Bacula-users] Bacula director freezing

2005-05-21 Thread Ali Zaidi
I was able to figure out the query that was getting stuck. It was a simple outer join === SELECT DISTINCT Path.PathId, File.PathId FROM Path LEFT OUTER JOIN FILE ON ( Path.PathId = File.PathId ) === I created an index on the File.PathId column and viola, t

Re: [Bacula-users] Bacula director freezing

2005-05-21 Thread Arno Lehmann
Hello, Ali Zaidi wrote: Thx Arno. I am going to upgrade Bacula but i have noticed another thing. In trying to figure this out, i ran the dbcheck utility to see if the database was reporting any problems. When i tried looking for Orphaned Path entries using the dbcheck tool, mysql went bonker

Re: [Bacula-users] Bacula director freezing

2005-05-21 Thread Ali Zaidi
Thx Arno. I am going to upgrade Bacula but i have noticed another thing. In trying to figure this out, i ran the dbcheck utility to see if the database was reporting any problems. When i tried looking for Orphaned Path entries using the dbcheck tool, mysql went bonkers. I thought this was just an

Re: [Bacula-users] Bacula director freezing

2005-05-21 Thread Arno Lehmann
Hi. Ali Zaidi wrote: I have been using bacula for the past 3 or 4 months without any problems. However for the last two Friday nights the bacula director has been freezing after backing up the first seven clients. The system and bacula log files do not report anything. When the director freezes

[Bacula-users] Bacula director freezing

2005-05-21 Thread Ali Zaidi
I have been using bacula for the past 3 or 4 months without any problems. However for the last two Friday nights the bacula director has been freezing after backing up the first seven clients. The system and bacula log files do not report anything. When the director freezes, i can no longer get the