Dave -OFPL- 0 Posted March 2, 2003 Linux Server: I setup my first server on Linux the other day and all went well, I then transfered the files from that one onto another, exactly the same files. However on this one when I try to start the server I get the following: [admin@srv02 ofp]$ ./server 9:41:55 Dedicated server created Server creation failed : 2302 9:439 Dedicated server finished (SIGINT signal) Any Ideas Whats Wrong? Share this post Link to post Share on other sites
Lobanak 0 Posted March 11, 2003 Hi Dave, I had the same error and it helped me to fix the IP-address and name in /etc/hosts. The IP must match the interface (look with ifconfig) and the hostname (look with hostname). Else the server won't start. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> example: # ifconfig eth1 ... 192.168.0.1 # hostname gate.my.dom # cat /etc/hosts 127.0.0.1 localhost 192.168.0.1 gate.my.dom gate <span id='postcolor'> Greets [CiA]Lobanak Share this post Link to post Share on other sites
H-Milch1 0 Posted March 13, 2003 Thanks al lot! This was also our problem!!! Share this post Link to post Share on other sites