View Full Version : Sorry for the post
BoyBlunder
12-13-2006, 10:51 AM
I have read all the posts and th wiki and i am having a tough time getting a linux server started. I was able to get a windows minilogin server running but, I was wanting to dedicate an unused server for eqemu. However, I must be doing something wrong because, when I try to login I see my server in the list but, when I select it I get kicked back to the login screen.
Question.
I was able to run 5.0 mysql on windows but, I did see a lot of posts saying you cannot use 4.1 or 5.0. Is that a restriction on only linux?
here is my eqemu_config.xml:
<?xml version="1.0">
<server>
<world>
<shortname>NRW</shortname>
<longname>New Rodcet Nife</longname>
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>rodcet</account>
<password>ju1km2</password>
</loginserver>
<!-- 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. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>myuser</username>
<password>mypass</password>
<db>peq</db>
</database>
</server>
any help would be much apreciated.
PS.
What you guys have done is amazing
cavedude
12-13-2006, 06:03 PM
MySQL 5.0 works just fine with Linux. It's Windows that can be tricky. Could you post the output of your binaries?
BoyBlunder
12-14-2006, 02:55 AM
I grabbed this from th world log:
[Debug] [WORLD__CLIENT] New connection from 192.168.10.28:3033
[Debug] [NET__ERROR] 192.168.10.28:3033: Received OP_SessionRequest in ESTABLISHED state (0)
[Debug] [NET__IDENTIFY] Unable to identify stream from 192.168.10.28:3033 before it closed.
Removing connection.
I also noticed that other people have been successful in connecting to my server and were able to create a character. as the log says here:
[Debug] [WORLD__CLIENT] New connection from ipaddress
[Debug] [NET__IDENT_TRACE] ipaddress: First opcode matched 0x2792 and length matched 464
[Debug] [NET__IDENTIFY] Identified stream ipaddress with signature 6.2_world
[Debug] [WORLD__CLIENT] New client from ip address
[Debug] [WORLD__CLIENT] eliseuskayne: Logged in. Mode=(CharSel)
[Debug] [WORLD__CLIENT] eliseuskayne: LS Account #66023
[Debug] [WORLD__CLIENT] eliseuskayne: Name approval request. Name=Eliseus, race=Wood Elf, class=Bard
[Debug] [WORLD__CLIENT] eliseuskayne: Character creation request from eliseuskayne LS#66023 () :
[Debug] [WORLD__CLIENT] eliseuskayne: Name: Eliseus
[Debug] [WORLD__CLIENT] eliseuskayne: Race: 4 Class: 8 Gender: 0 Deity: 396 Start zone: 9
[Debug] [WORLD__CLIENT] eliseuskayne: STR STA AGI DEX WIS INT CHA Total
[Debug] [WORLD__CLIENT] eliseuskayne: 70 65 95 90 80 75 110 585
[Debug] [WORLD__CLIENT] eliseuskayne: Face: 2 Eye colors: 8 8
[Debug] [WORLD__CLIENT] eliseuskayne: Hairstyle: 2 Haircolor: 255
[Debug] [WORLD__CLIENT] eliseuskayne: Beard: 255 Beardcolor: 9
[Debug] [WORLD__CLIENT] Validating char creation info...
[Debug] [WORLD__CLIENT] Found 0 errors in character creation request
[Status] Start zone query: SELECT x,y,z,zone_id,bind_id FROM start_zones WHERE player_choice=9 AND player_class=8 AND player_deity=396 AND player_race=4
And then it looks like when it came time to zone in it kicked them:
[Status] Found starting location in start_zones
[Debug] [WORLD__CLIENT] eliseuskayne: Current location: gfaydark 252.00, -234.00, 77.09
[Debug] [WORLD__CLIENT] eliseuskayne: Bind location: gfaydark 252.00, -234.00, 77.09
[Debug] [WORLD__CLIENT] eliseuskayne: Character creation successful: Eliseus
[Debug] [WORLD__CLIENT] eliseuskayne: Attempting autobootup of gfaydark (54)
[Debug] [WORLD__ZONE] [5] Setting to 'gfaydark' (54)
[Debug] [WORLD__CLIENT] eliseuskayne: Entering zone gfaydark (54)
[Debug] [WORLD__ZONE] [5] [gfaydark] Setting to 'gfaydark' (54)
[Debug] [WORLD__CLIENT] eliseuskayne: Sending client to zone gfaydark (54) at 208.51.196.100:7003
[Debug] [WORLD__CLIENT] eliseuskayne: Client disconnected (not active in process)
Removing connection
WildcardX
12-14-2006, 03:00 AM
Did you have a firewall or some type of NAT device? I bet you do... Did you verify you opened up the TCP ports your zone processes listen on for incoming connections?
cavedude
12-14-2006, 03:15 AM
[Debug] [NET__IDENTIFY] Unable to identify stream from 192.168.10.28:3033 before it closed.
That could mean that your client is not compatible, which one do you have?
BoyBlunder
12-14-2006, 04:05 AM
Cavedude and wildcardx I appreciate your help man I fugured it out the same time you did my default gateway was the server in question and it appears that it was trying to connect to the server before doing the NAT I changed my gateway to another server and it connected no problems. sorry for buggin you guys i know it must get annoying.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.