It means there's a limit on number of processes for your user id. If
you're using bash, try typing 'ulimit -a' and see how many user
processes you are allowed to have. ulimit -a prints out all the limits
that are imposed on your user account. then try increasing that number
to something higher by typing 'ulimit -u <number>'. If you're using a
different shell, do a man on the shell and look up ulimit.
johnny p.
> -----Original Message-----
> From: Daniel Williams [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 8:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Unable to fork???
>
>
> I continue to get following error when trying to execute
> external program:
> "Warning: Unable to fork..."
> Anyone know what this means? or how to fix it?
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]