Re: How to disable threads in 2.1.7

2009-10-16 Thread Craig Campbell
" Sent: Friday, October 16, 2009 8:52 AM Subject: Re: How to disable threads in 2.1.7 Craig Campbell wrote: I was hoping to build a version that could fork children, but not spawn threads. Not possible. You could run lots of copies with a single thread bound to different UDP ports, a

Re: How to disable threads in 2.1.7

2009-10-16 Thread Alan DeKok
Craig Campbell wrote: > I was hoping to build a version that could fork children, but not spawn > threads. The server can "exec" child shell scripts. It *cannot* run multiple RADIUS servers as child processes. > There are known 'challenges' in using the fork command in multi threaded > environ

Re: How to disable threads in 2.1.7

2009-10-16 Thread Phil Mayers
Craig Campbell wrote: I was hoping to build a version that could fork children, but not spawn threads. Not possible. You could run lots of copies with a single thread bound to different UDP ports, and load-balance them somehow. I cannot explain why apparently no one else is seeing the issue

Re: How to disable threads in 2.1.7

2009-10-16 Thread Craig Campbell
am now trying a run with the -s option but, if successful, it won't tell us much about why. Thanks for all the assistance, -craig - Original Message - From: "Alan DeKok" To: "FreeRadius users mailing list" Sent: Friday, October 16, 2009 8:15 AM Subject: Re:

Re: How to disable threads in 2.1.7

2009-10-16 Thread nf-vale
On Friday 16 October 2009 13:27:28 John Dennis wrote: > On 10/16/2009 08:15 AM, Alan DeKok wrote: > >What does that mean? > > That was strange :-) Our two responses were word for word identical and > almost at the same time > > When I was a kid and two people said the same thing at the same tim

Re: How to disable threads in 2.1.7

2009-10-16 Thread John Dennis
On 10/16/2009 08:15 AM, Alan DeKok wrote: What does that mean? That was strange :-) Our two responses were word for word identical and almost at the same time When I was a kid and two people said the same thing at the same time it became a race to see who would say this next: "Jinx! Yo

Re: How to disable threads in 2.1.7

2009-10-16 Thread Alan DeKok
Craig Campbell wrote: > So I cannot have multi processes without having threads as well? What does that mean? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to disable threads in 2.1.7

2009-10-16 Thread John Dennis
On 10/16/2009 08:03 AM, Craig Campbell wrote: So I cannot have multi processes without having threads as well? What does that mean? -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to disable threads in 2.1.7

2009-10-16 Thread Craig Campbell
So I cannot have multi processes without having threads as well? - Original Message - From: "Ivan Kalik" To: "FreeRadius users mailing list" Sent: Friday, October 16, 2009 7:57 AM Subject: Re: How to disable threads in 2.1.7 I am trying to build a version of 2

Re: How to disable threads in 2.1.7

2009-10-16 Thread Ivan Kalik
> I am trying to build a version of 2.1.7 without threads (trying to debug > an abandoned child process issue). on a redhat AS5 Linux system You don't build it without threads, you start it without threads. See man radiusd. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See

How to disable threads in 2.1.7

2009-10-16 Thread Craig Campbell
I am trying to build a version of 2.1.7 without threads (trying to debug an abandoned child process issue). on a redhat AS5 Linux system Every configure option I try seems to be ignored. In config.log I find entries like, Using built-in specs. Target: x86_64-redhat-linux Configured with: ../con