Re: [Bacula-users] That tls library thing.

2007-08-28 Thread Martin Simmons
> On Tue, 28 Aug 2007 13:51:47 -0400, Steve Campbell said: > > Thanks Martin, > > The bacula scripts in my initscripts all have the following: > > # if /lib/tls exists, force Bacula to use the glibc pthreads instead > if [ -d "/lib/tls" -a $OS = "Linux" -a `uname -r | cut -c1-3` = "2.4" ] >

Re: [Bacula-users] That tls library thing.

2007-08-28 Thread Steve Campbell
Thanks Martin, The bacula scripts in my initscripts all have the following: # if /lib/tls exists, force Bacula to use the glibc pthreads instead if [ -d "/lib/tls" -a $OS = "Linux" -a `uname -r | cut -c1-3` = "2.4" ] ; then export LD_ASSUME_KERNEL=2.4.19 fi So yes, it has that build in. I'

Re: [Bacula-users] That tls library thing.

2007-08-28 Thread Martin Simmons
> On Fri, 24 Aug 2007 22:03:43 -0400, Dan Langille said: > Priority: normal > Content-description: Mail message body > > On 24 Aug 2007 at 21:35, Martin Simmons wrote: > > > > On Fri, 24 Aug 2007 11:21:28 -0400, Steve Campbell said: > > > > > > I still have quite a few servers running th

Re: [Bacula-users] That tls library thing.

2007-08-28 Thread Martin Simmons
The output shows that it is using the libraries from /lib/i686, which are the good ones. I think you must have the exports in the init scripts already. The bad libraries would start with /lib/tls. E.g. look at cat /proc/$$/maps in the shell (though that will only use libc, not libpthread). __Ma

Re: [Bacula-users] That tls library thing.

2007-08-24 Thread Dan Langille
On 24 Aug 2007 at 21:35, Martin Simmons wrote: > > On Fri, 24 Aug 2007 11:21:28 -0400, Steve Campbell said: > > > > I still have quite a few servers running the 2.4 kernel. All of these > > are Red Hat clone machines. I do not feel comfortable removing or > > renaming the library, so I have

Re: [Bacula-users] That tls library thing.

2007-08-24 Thread Steve Campbell
Thanks Martin, I will post output from the sd daemon below, as I don't know what I am looking for. [EMAIL PROTECTED] bacula]# cat /proc/29179/maps 00111000-00132000 r-xp 03:06 112227 /lib/i686/libm-2.3.2.so 00132000-00133000 rw-p 00021000 03:06 112227 /lib/i686/libm-2.3.2.so 001

Re: [Bacula-users] That tls library thing.

2007-08-24 Thread Martin Simmons
> On Fri, 24 Aug 2007 11:21:28 -0400, Steve Campbell said: > > I still have quite a few servers running the 2.4 kernel. All of these > are Red Hat clone machines. I do not feel comfortable removing or > renaming the library, so I have a few questions.I am just getting > started with Bacula,

[Bacula-users] That tls library thing.

2007-08-24 Thread Steve Campbell
I still have quite a few servers running the 2.4 kernel. All of these are Red Hat clone machines. I do not feel comfortable removing or renaming the library, so I have a few questions.I am just getting started with Bacula, BTW. What module uses this that causes the problem? Is it safe to leave