Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 1997 16:17:47 +0200 (MET DST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Cc:        archie@whistle.com
Subject:   Re: .forward/procmail help
Message-ID:  <199706101417.QAA00403@CoDe.hu>
In-Reply-To: <199706052033.NAA20769@bubba.whistle.com> from Archie Cobbs at "Jun 5, 97 01:33:34 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I have a situation I can't figure out... whenever the number of processes
> on my machine reaches around 80, sendmail can't deliver mail to my account
> ("unknown mailer error 2") when I have .forward set to pipe mail into a
> process. Sometimes the bounce will contain a "Cannot fork" error.
> It's as if some mysterious number of processes limit is being hit.
.....

> 
> Is there an equivalent of csh's "limit" command in sh that I need to use?
> 
Of course, the name of the command is: ulimit.  (man 1 sh)

Gabor

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706101417.QAA00403>