EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Server Showing Down (https://www.eqemulator.org/forums/showthread.php?t=37898)

Mogdar 02-28-2014 01:27 AM

Server Showing Down
 
Could someone give me an idea where to start looking to correct this.

Everything appears to start up and I can login with SOD client but when I get to the server select screen the server shows down.

I've restarted over and over and examined all the logs and see nothing pointing to a problem.

Hopefully I'm just missing something simple that I haven't yet found. Getting impatient though and want to get logged in.

This is on my lan and is private.

Thanks in advance for the help.

Township EQ 02-28-2014 08:02 AM

Quote:

Originally Posted by Mogdar (Post 228547)
Could someone give me an idea where to start looking to correct this.

Everything appears to start up and I can login with SOD client but when I get to the server select screen the server shows down.

I've restarted over and over and examined all the logs and see nothing pointing to a problem.

Hopefully I'm just missing something simple that I haven't yet found. Getting impatient though and want to get logged in.

This is on my lan and is private.

Thanks in advance for the help.

The server shows down as in it's not on the list? Post your eqemu_config file in [code] brackets and make sure you edit out any sensitive information like your passwords etc.

Mogdar 02-28-2014 08:52 AM

No it IS on the list. I see it but it is just red/down.

Mogdar 02-28-2014 08:54 AM

<?xml version="1.0"?>
<server>
<world>
<shortname>MyEQ</shortname>
<longname>My EQ Server</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.0.5</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5998</port>
<account>Admin</account>
<password>Password</password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>127.0.0.1</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>127.0.0.1</host>
<port>7778</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>********</password>
<db>peqdb</db>
</database>

<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*********</password>
<db>peqdb</db>
</qsdatabase>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

Mogdar 02-28-2014 09:50 AM

Another question also please. In looking at my xml file it reminded me. What are the qsdatabase settings for? I just set them for the same database but when searching for qsdatabase I find nothing.

Township EQ 02-28-2014 09:59 AM

Are you running your own LAN loginserver as well.. or are you trying to use EQEmu's?

If you're running a private one I don't know much about LS issues.. but you can point your server to the EQEmu LS and as long as your ports aren't forwarded or it's locked nobody will be able to connect to your server. Not sure about qserverdb.. I don't even have that in my xml.. Just keep it pointed to your database I'd assume.

Code:

<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>WORLDSERVERUSERNAME</account>
<password>WORLDSERVERPASSWORD</password>
</loginserver>


Mogdar 02-28-2014 10:02 AM

Running my own loginserver. Logging in seems to be fine. Database records last login and everything. Get to the server select screen. See my server but it is listed as down so I can select it to get past that point. Maybe I'm not totally understanding the login process but at that point I would think the loginserver has done it's job.

Township EQ 02-28-2014 10:08 AM

Quote:

Originally Posted by Mogdar (Post 228555)
Running my own loginserver. Logging in seems to be fine. Database records last login and everything. Get to the server select screen. See my server but it is listed as down so I can select it to get past that point. Maybe I'm not totally understanding the login process but at that point I would think the loginserver has done it's job.

Nah you're right.. but if you're not getting any errors on your world.exe I have no clue what else it could possibly be.. double check to see if your login server information is correct. The reason I think it's that is because awhile ago I missed a "!" in one of my passwords and my server wasn't on the list.

Mogdar 02-28-2014 10:26 AM

Thanks much for trying to help. It's appreciated. I've been through the xml multiple times and don't see a problem. If someone else does please point it out.

Mogdar 02-28-2014 11:01 AM

OK created a worldserver account and made those changes in my xml. It connects fine but still have the same problem with server showing down on the server selection screen in client.

One other thing I noticed is that I do have zone dynamic_01 restarting on a regular basis. Is that normal or not? It goes down and comes right back up about every 15-20 seconds.

If not, what do I do to correct it?

Uleat 02-28-2014 11:02 AM

qsdatabase refers to queryserv(er).

It can be in your main db, or in another..your choice, so long as the config file points to it :)

Mogdar 02-28-2014 11:04 AM

Thanks Uleat. Lots of things to learn. :-)

Mogdar 02-28-2014 02:30 PM

Anyone else got any ideas what I should check to correct the server showing down on the server select screen in the client?

joligario 02-28-2014 03:10 PM

I've seen it show down if you use the wrong world server login/password.

lerxst2112 02-28-2014 03:10 PM

Quote:

Originally Posted by Mogdar (Post 228558)
One other thing I noticed is that I do have zone dynamic_01 restarting on a regular basis. Is that normal or not? It goes down and comes right back up about every 15-20 seconds.

If not, what do I do to correct it?

Zones crashing is not normal. Look in the zone logs for why it is crashing.


All times are GMT -4. The time now is 05:36 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.