View previous topic :: View next topic |
Author |
Message |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sun Jan 23, 2005 9:19 pm Post subject: cannot start as a daemon |
|
|
i and using freebsd 5.2.1 and have a start up script that starts abyssws at start up but i get the following error messages: Code: | Local package initialization:Starting Abyss Web Server...Jan 23 18:50:13 wbserv
Abyss Web Server[441]: Cannot start the application as a daemon.
...
login: Jan 23 18:52:23 webserv login: ROOT LOGIN (root) ON ttyv1
Jan 23 18:52:34 webserv Abyss Web Server[515]: Cannot start the application as a daemon. | any ideas on what this is for?
Heres the start up script i am using: Code: | case "$1" in
start) echo -n "Starting Abyss Web Server..."
cd /abyssws
./abyssws -d
;;
esac
exit 0 | i have abyssws installed at "/" and the user as "www"
and i have set the permission as explained in http://www.aprelium.com/forum/viewtopic.php?t=4484 _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Sun Jan 23, 2005 11:58 pm Post subject: Re: cannot start as a daemon |
|
|
roganty,
This usually happens when the system cannot create a new process (because of memory shortage or because the user is not allowed to create more processes). Anyway, please contact our technical support support@aprelium.com and send us your abyss.conf file. It will help us better understand your configuration and find a solution. |
|
Back to top |
|
 |
|