Re: [Bacula-users] Re: Director crashing: same results with one processor

2006-04-08 Thread Kern Sibbald
On Saturday 08 April 2006 02:22, Joshua Kugler wrote: Sorry! I guess getting a SIGUSR2 isn't a big deal. I typed continue in gdb, and things resumed. Yes, it is occassionally used by Bacula to brutally wake up another thread -- usually in timers with the purpose of making that thread exit.

Re: [Bacula-users] Issue with restoring using WX-Console on Windows

2006-04-08 Thread kernel[consulting] info
Hi Tristam, take a look at the console tab after you selected your backup. do the files show up there? cheers Sebastian Hültenschmidt Tristram Cheer schrieb: Hi guys, I'm using the latest build of WX-Console on windows XP from SF.net (1.38.6) When i try to enter restore mode i select the

[Bacula-users] restoring

2006-04-08 Thread Gabriele Bulfon
Hello,yesterday I was trying to restore an old file from an old backup tape that is no more in the database.So I tried using first btape and bls to check the content.With btape I could read the original label.With bls I was trying to get the list of jobs numbers present in the tape (this tape

[Bacula-users] Compatibility issues with FC 5 / MySQL 5 ?

2006-04-08 Thread Timo Neuvonen
Are there any known compatibility issues between latest Bacula source and Fedora Core 5, or MySQL 5 (that comes with FC5)? Current .spec file seems to not know options fc5 or mysql5. Is it safe (according to today's knowledge) to use options fc4 and mysql4 while building rpms for Fedora Core 5?

Re: [Bacula-users] Compatibility issues with FC 5 / MySQL 5 ?

2006-04-08 Thread Kern Sibbald
On Saturday 08 April 2006 13:29, Timo Neuvonen wrote: Are there any known compatibility issues between latest Bacula source and Fedora Core 5, or MySQL 5 (that comes with FC5)? Yes, it is *highly* recommended that you apply the 1.38.7-mysql.patch that is available in the Bacula patches section

Re: [Bacula-users] Re: Director crashing: same results with one processor

2006-04-08 Thread Frank Sweetser
On Sat, Apr 08, 2006 at 09:10:05AM +0200, Kern Sibbald wrote: In any case, LD_ASSUME... should not be used with current 2.6 kernels. In fact, if I am not mistaken, FC5 has removed support for old pthreads so who knows what kinds of problems one will have. Having tried it under FC5 on a

Re: [Bacula-users] Bacula FD on Macintosh

2006-04-08 Thread Bill Moran
Erich Prinz [EMAIL PROTECTED] wrote: Bill, I've built the FD from source on 10.4.x with the 1.3.5 version and have run it continuously with no issues. You are welcome to the executable if you'd like - though you'll need to noodle through the docs as there are a few working

Re: [Bacula-users] Re: Director crashing: same results with one processor

2006-04-08 Thread Kern Sibbald
On Saturday 08 April 2006 15:31, Frank Sweetser wrote: On Sat, Apr 08, 2006 at 09:10:05AM +0200, Kern Sibbald wrote: In any case, LD_ASSUME... should not be used with current 2.6 kernels. In fact, if I am not mistaken, FC5 has removed support for old pthreads so who knows what kinds of

[Bacula-users] SOLVED! Re: Director crashing: same results with one processor

2006-04-08 Thread Joshua Kugler
Well, it appears I've taken care of the problem. After going down to one processor, and still having problems, I recompiled with -O0 and I'm through lots of jobs (even concurrent jobs) with no problems. I'll re-enable the other processor on Monday and let it run, but it appears I have a

Re: [Bacula-users] Bacula FD on Macintosh

2006-04-08 Thread Erich Prinz
Once I figured out the appropriate configure options, it was a snap. ./configure \ --enable-smartalloc \ --sbindir=/usr/sbin \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/run/subsys \ --with-mysql=/usr/local/mysql \ --with-working-dir=/etc/bacula/working \ --with-dir-password= \