Re: tcpserver unable to fork?

2000-05-17 Thread Tim Gollschewsky
On Wed, May 17, 2000 at 06:57:50PM +0200, Peter van Dijk spoke thusly: > No. EAGAIN means for some _temporary_ reason it cannot fork. Maybe you have > reached your max processes limit, globally or per user. I su'd to qmaild and ran ulimit, it says unlimited. Globally the machine only has 80 proc

Re: tcpserver unable to fork?

2000-05-17 Thread Peter van Dijk
On Wed, May 17, 2000 at 05:47:42PM +0100, Tim Gollschewsky wrote: > Detectives, > > smtpd (running from tcpserver) on my mailserver is logging this A LOT: > > 958588648.209920 tcpserver: warning: dropping connection, unable to fork: tempor > ary failure > > I ran strace on the tcpserver and it'

tcpserver unable to fork?

2000-05-17 Thread Tim Gollschewsky
Detectives, smtpd (running from tcpserver) on my mailserver is logging this A LOT: 958588648.209920 tcpserver: warning: dropping connection, unable to fork: tempor ary failure I ran strace on the tcpserver and it's getting: fork() = -1 EAGAIN (Resource temporarily unavailable) Now, E

Re: tcpserver unable to fork?

2000-03-17 Thread Dave Sill
[EMAIL PROTECTED] wrote: >In an act of desperation, I started another tcpserver to listen on >another interface. I noticed that I can only run a max of around 150 >smtpd's simultaneously, whether under one tcpserver or two. You're likely hitting some OS resource limit like max processes per use

Re: tcpserver unable to fork?

2000-03-17 Thread brianb-qmail
On Fri, 17 Mar 2000 [EMAIL PROTECTED] wrote: > Today I got the following message in my SMTP logs: > > tcpserver: warning: dropping connection, unable to fork: temporary failure > tcpserver: status: 146/256 In an act of desperation, I started another tcpserver to listen on another interface.

tcpserver unable to fork?

2000-03-16 Thread brianb-qmail
Today I got the following message in my SMTP logs: tcpserver: warning: dropping connection, unable to fork: temporary failure tcpserver: status: 146/256 I'm currently running qmail-smtpd under supervise with the following line in my run file, broken for readability: exec /usr/local/bin/sof

Re: tcpserver unable to fork

2000-03-09 Thread Anand Buddhdev
On Thu, Mar 09, 2000 at 02:43:59PM +0530, S Ashok Kumar wrote: > Is there any limit on tcpserver forking processes? I have configured > tcpserver to fork qmail-smtpd with concurrent sessions of 2000. I have > made a simulator that makes upto 2000 connections to qmail-smtpd. But > when the simula

tcpserver unable to fork

2000-03-09 Thread S Ashok Kumar
Is there any limit on tcpserver forking processes? I have configured tcpserver to fork qmail-smtpd with concurrent sessions of 2000. I have made a simulator that makes upto 2000 connections to qmail-smtpd. But when the simulator reaches 1247 connections, tcpserver reports error which is: tcpserv