Subject: Re: unable to work [uptime]
To: limited7 <limited7@Net-Serv1.osnw.org>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 02/01/2003 15:17:09
limited7 <limited7@Net-Serv1.osnw.org> writes:
> hi, i run login classes on my box, and they all seem to work, except the login class www for apache. i get this error in my logs:
> 
> [Fri Jan 31 21:13:14 2003] [error] PHP Warning:  Unable to fork [uptime] in /usr/hosted/systemloop.net/index.php on line 1
> 
> The command i am running for uptime, is : <? print(system("uptime")) ?>
> 
> someone have any suggestoins? i  know its the maxproc login class, but i have that set to unlimited.
> ~

Maybe the issue isn't forking but starting uptime itself. Are you sure
your php can even find uptime in its path?

.pm