Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-28-2014, 01:27 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default 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.
Reply With Quote
  #2  
Old 02-28-2014, 08:02 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by Mogdar View Post
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.
Reply With Quote
  #3  
Old 02-28-2014, 08:52 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

No it IS on the list. I see it but it is just red/down.
Reply With Quote
  #4  
Old 02-28-2014, 08:54 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

<?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>
Reply With Quote
  #5  
Old 02-28-2014, 09:50 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

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.
Reply With Quote
  #6  
Old 02-28-2014, 09:59 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

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>
Reply With Quote
  #7  
Old 02-28-2014, 10:02 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

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.
Reply With Quote
  #8  
Old 02-28-2014, 10:08 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by Mogdar View Post
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.
Reply With Quote
  #9  
Old 02-28-2014, 10:26 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

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.
Reply With Quote
  #10  
Old 02-28-2014, 11:01 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

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?
Reply With Quote
  #11  
Old 02-28-2014, 11:02 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #12  
Old 02-28-2014, 11:04 AM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

Thanks Uleat. Lots of things to learn.
Reply With Quote
  #13  
Old 02-28-2014, 02:30 PM
Mogdar
Sarnak
 
Join Date: Feb 2014
Posts: 36
Default

Anyone else got any ideas what I should check to correct the server showing down on the server select screen in the client?
Reply With Quote
  #14  
Old 02-28-2014, 03:10 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

I've seen it show down if you use the wrong world server login/password.
Reply With Quote
  #15  
Old 02-28-2014, 03:10 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by Mogdar View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:47 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3