Jump to content
Sign in to follow this  
Dave -OFPL-

Linux server fail to start

Recommended Posts

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:43wow.gif9 Dedicated server finished (SIGINT signal)

Any Ideas Whats Wrong?

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×