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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 01-21-2018, 03:50 AM
dclarkpf
Fire Beetle
 
Join Date: Jul 2005
Location: Grants Pass, Or
Posts: 20
Default

I'm wondering if someone can spot check me.

{
"server" : {
"database" : {
"db" : "eqemu",
"host" : "127.0.0.1",
"password" : "********",
"port" : "3306",
"username" : "eqemu"
},
"qsdatabase" : {
"db" : "eqemu",
"host" : "127.0.0.1",
"password" : "********",
"port" : "3306",
"username" : "eqemu"
},
"world" : {
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "somebigassrandomkey",
"loginserver" : {
"account" : "",
"host" : "192.168.1.20",
"password" : "",
"port" : "5998"
},
"longname" : "Rage of Fate",
"shortname" : "RoF",
"tcp" : {
"ip" : "192.168.1.20",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "10",
"ports" : {
"high" : "7100",
"low" : "7001"
}
}
}
}

Hmm.. I'm launching stuff via..

#!/bin/bash

./shared_memory >davelogs/shared_memory.out 2>davelogs/shared_memory.err
nohup ./loginserver >davelogs/login.out 2>davelogs/login.err &
nohup ./world >davelogs/world.out 2>davelogs/world.err &
nohup ./zone >davelogs/zone.out 2>davelogs/zone.err &

I think that order is correct, but I might be missing something. I know that there is a eqlaunch as well, but I think it's for launching static zones.

Here's a lsof of what's running and on what port. Relevant only to eqmu stuff.

loginserv 3234 root 11u IPv4 17300 0t0 TCP *:5998 (LISTEN)
loginserv 3234 root 12u IPv4 17301 0t0 UDP *:5998
loginserv 3234 root 13u IPv4 17302 0t0 UDP *:5999
loginserv 3234 root 14u IPv4 17961 0t0 TCP 192.168.1.20:5998->192.168.1.20:41694 (ESTABLISHED)
world 3235 root 9u IPv4 34184 0t0 TCP 127.0.0.1:40442->127.0.0.1:3306 (ESTABLISHED)
world 3235 root 14u IPv4 30012 0t0 TCP *:9000 (LISTEN)
world 3235 root 15u IPv4 30013 0t0 UDP *:9000
world 3235 root 16u IPv4 30014 0t0 TCP 127.0.0.1:9000->127.0.0.1:38794 (ESTABLISHED)
world 3235 root 18u IPv4 30016 0t0 TCP 192.168.1.20:41694->192.168.1.20:5998 (ESTABLISHED)
zone 3236 root 3u IPv4 24573 0t0 TCP 127.0.0.1:40444->127.0.0.1:3306 (ESTABLISHED)
zone 3236 root 20u IPv4 17960 0t0 TCP 127.0.0.1:38794->127.0.0.1:9000 (ESTABLISHED)
zone 3236 root 22u IPv4 22155 0t0 UDP *:7001

Hmm.. Well thanks for the help!
Reply With Quote
 


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 11:19 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3