Grey Wolf 0 Posted February 12, 2005 The linux server that our clan runs is having problems, it just wont start back up here is what it is saying in the logs. : WATCHDOG (7245): [Fri Feb 11 18:19:16 CST 2005] Starting server (port 2315)... 18:19:18 Dedicated server created, memory used: 6556 KB WATCHDOG (7245): [Fri Feb 11 18:19:21 CST 2005] Server died, waiting to restart... WATCHDOG (7245): [Fri Feb 11 18:19:26 CST 2005] Starting server (port 2315)... 18:19:27 Dedicated server created, memory used: 6556 KB WATCHDOG (7245): [Fri Feb 11 18:19:28 CST 2005] Server died, waiting to restart... WATCHDOG (7245): [Fri Feb 11 18:19:33 CST 2005] Starting server (port 2315)... And none of them start up, the regular ofp and moded ofp's dont work at all, they just keep shuting down for no reason. Plz can some one help. Thanks Share this post Link to post Share on other sites
blackdog~ 0 Posted February 12, 2005 And your server is running... what OS (exactly), processor, etc... Share this post Link to post Share on other sites
HitmanFF 6 Posted February 12, 2005 I assume it ran OK before, so what has changed so it won't run anymore? If you had an OS change, I suggest to take a look here for the solution. It might also be as simple as execution rights for the server executable, <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">chmod u+x serverwould set that straight. But more information is necessary. Changes lately, any messages in the OFP server log... Share this post Link to post Share on other sites
benu 1 Posted February 12, 2005 Hmm, server does get created and dies at once? Maybe broken addons? Do you use any inofficial addons? Try to put only the official addons into the addons and res/addons folders and start the server without the ofpserver script: ./server If you need a list of all official addons go here You could also check if the files are owned by the user running the process and if he got read and write permissions to the folder the server is installed in. If you still got the error try to run strace -e trace=open,read,write ./server or similar to see what the server is trying to do before it fails. Share this post Link to post Share on other sites