Re: [PATCH] preliminary daemonization support for master

2001-11-29 Thread Jeremy Howard
> > Thanks for this patch, Henrique. Can you explain what is actually causing > > those warnings (I get them under kernel 2.4 too)? > > What glibc version do you have? The 2.4 kernels and older glibc versions > disagree on the value of RLIM_INFINITY. Glibc 2.2 should be OK. > Thanks for the sugges

Re: [PATCH] preliminary daemonization support for master

2001-11-29 Thread GOMBAS Gabor
On Thu, Nov 29, 2001 at 07:56:18AM +1100, Jeremy Howard wrote: > Thanks for this patch, Henrique. Can you explain what is actually causing > those warnings (I get them under kernel 2.4 too)? What glibc version do you have? The 2.4 kernels and older glibc versions disagree on the value of RLIM_IN

Re: [PATCH] preliminary daemonization support for master

2001-11-28 Thread Jeremy Howard
> Sideeffects of this patch are a few less gcc 2.95.4 warnings, and that cyrus > will shut up about not being able to set the file handlers limit to infinity > all the time (this is useful for Linux 2.2.x; feel free to rip it out... it > was in my mods to master.c, so I left it in there). >