Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 1998 09:34:11 +1200 (NZST)
From:      Andrew McNaughton <andrew@squiz.co.nz>
To:        Nicole Harrington <freelist@webweaver.net>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG
Subject:   Re: PID killed, exceeeded maximum CPU limit...
Message-ID:  <Pine.BSF.3.96.980926091614.26261B-100000@aniwa.sky>
In-Reply-To: <XFMail.980925092939.freelist@webweaver.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Sep 1998, Nicole Harrington wrote:

>  Inetd is started vi rc.conf as normal. I have altered login.conf lowering the
> limits for defualt and set up a special group with higher limits etc for
> Technical employees, however I haven't touched daemon or root and since it sais
> "uid 0" I would have to assume that it was running with the process time of
> root which to me is what makes it so odd. This is the second time I have seen
> this type of error. Last time my qmail process quit with the same error. I
> start qmail via /usr/local/etc/rc.d/script. 

You could try putting this into your /usr/local/etc/rc:

#!/bin/sh
logger -t limits `limits`

Should give you a clear (enough) log entry telling you what resource
limits processes are being forked with from rc.

Andrew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980926091614.26261B-100000>