Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Jo Rhett
On Oct 22, 2009, at 12:41 PM, Kern Sibbald wrote: >> Yes. It's a fact of life on FreeBSD. > > IMO building yourself is always dangerous unless you are an expert > with the > particular program (maybe you are with MySQL). Really? Obviously I'm an old fart who came from "everything has to be c

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Jo Rhett
On Oct 22, 2009, at 11:10 AM, Martin Simmons wrote: > The lines in the gdb backtrace like this: > > #12 0x281a1aef in pthread_create () from /usr/local/lib/mysql/ > libmysqlclient_r.so.16 > > mean that gdb found the address 0x281a1aef to be inside the function > pthread_create and that address is

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Kern Sibbald
On Thursday 22 October 2009 21:01:00 Jo Rhett wrote: > On Oct 22, 2009, at 11:51 AM, Kern Sibbald wrote: > >> 5.1.39 > > > > If I am not mistaken, that is the MySQL version that was terribly > > broken when > > doing regression on Solaris. > > Can you point me at where to find which versions are kn

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Jo Rhett
On Oct 22, 2009, at 11:51 AM, Kern Sibbald wrote: >> 5.1.39 > > If I am not mistaken, that is the MySQL version that was terribly > broken when > doing regression on Solaris. Can you point me at where to find which versions are known good for bacula? > So you built your own MySQL? Yes. It's

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Kern Sibbald
On Thursday 22 October 2009 19:40:37 Jo Rhett wrote: > On Oct 21, 2009, at 1:09 AM, Kern Sibbald wrote: > > What you show below is unfortunately only part of the story. To > > understand > > better what is going on we need a "thread apply all bt" as > > documented in > > the manual. > > (gdb) threa

Re: [Bacula-devel] odd issue in version 3.0.3 loading shared libraries libbacpy.so.1 and libbacfind.so.1

2009-10-22 Thread Martin Simmons
> On Thu, 22 Oct 2009 07:06:40 +0200, Kern Sibbald said: > > On Wednesday 21 October 2009 23:58:03 Martin Simmons wrote: > > > On Wed, 21 Oct 2009 21:53:50 +0200, Kern Sibbald said: > > > > > > On Wednesday 21 October 2009 20:46:00 Bob Hetzel wrote: > > > > I added --libdir=/usr/lib64 to m

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Martin Simmons
The lines in the gdb backtrace like this: #12 0x281a1aef in pthread_create () from /usr/local/lib/mysql/libmysqlclient_r.so.16 mean that gdb found the address 0x281a1aef to be inside the function pthread_create and that address is within the library libmysqlclient_r.so.16. Normally pthread_creat

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Jo Rhett
Apologizes, I re-orged your response to top-posting to keep the information in the message. What do you mean by "the pthread implementation comes from /usr/local/ lib/mysql/libmysqlclient_r.so.16 in this backtrace" ? How would I determine this? How can I prevent this, etc? Note: this see

Re: [Bacula-devel] hang immediately after "Start UA server"

2009-10-22 Thread Jo Rhett
On Oct 21, 2009, at 1:09 AM, Kern Sibbald wrote: > What you show below is unfortunately only part of the story. To > understand > better what is going on we need a "thread apply all bt" as > documented in > the manual. (gdb) thread apply all bt Cannot get thread info: invalid key > Also, sinc

Re: [Bacula-devel] tab filename completion during restore

2009-10-22 Thread James Harper
> I think command completion would be nice to have. Someone once sent us a > modification to the director that added command completion. I didn't > accept it because it was *very* intrusive on the code and in my opinion at > the time it would have added a lot of complexity for little benefit. I d

Re: [Bacula-devel] tab filename completion during restore

2009-10-22 Thread Kern Sibbald
> After doing my billionth Exchange test restore I've just been thinking > how nice it would be to be able to use the tab key to complete filenames > during a restore. From what I can see though, the console is pretty > 'dumb' in that it doesn't really understand bacula commands, it just > passes

[Bacula-devel] tab filename completion during restore

2009-10-22 Thread James Harper
After doing my billionth Exchange test restore I've just been thinking how nice it would be to be able to use the tab key to complete filenames during a restore. From what I can see though, the console is pretty 'dumb' in that it doesn't really understand bacula commands, it just passes them to the

Re: [Bacula-devel] extra functionality of restore for Exchange

2009-10-22 Thread James Harper
(caution - this email is a long brain dump :) > > > > Any comments? It all sounds a bit hard at the moment... > > Yes it certainly need some thought. I am going to think about this a bit > more. In the mean time, can you give me a bit more information on the > details you see for what Bacula wo