EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Could not connect to login server - MiniLogin (https://www.eqemulator.org/forums/showthread.php?t=25647)

qwicfingers 07-07-2008 07:00 PM

Could not connect to login server - MiniLogin
 
I followed the Installing EQEmu on Debian Linux guide to compile and setup my server and I'm receiving an error when I attempt to start the server. I've tried localhost, 127.0.0.1 and the server IP in the config files to no avail. here is my error, thanks for taking a look.


[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1301845104
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect(): connect() failed. Error: Connection refused
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:49880
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:49880
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[Debug] [WORLD__LAUNCH] Removing launcher zone (1)
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect(): connect() failed. Error: Connection refused
...
  • EQEmu-0.7.0-1118
  • No compile errors
  • Latest peq db and quests
  • MiniLogin server
  • no firewall at present

Code:

loginserver.ini:

[LoginServer]
loginserver=192.168.1.25
loginport=5999
worldname=eqserver
worldaddress=192.168.1.25
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

Code:

<server>

        <world>

                <shortname>eqserver</shortname>

                <longname>eqserver</longname>

               

                <!-- Only specify these two if you really think you need to. -->

                <address>192.168.1.25</address>

                <localaddress>192.168.1.25</localaddress>

               

                <!-- Loginserver information.  -->

        <loginserver>

                <host>192.168.1.25</host>

                <port>5999</port>

                <account></account>

                <password></password>

        </loginserver>



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

                <key>**********</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>eqemu</username>

                <password>********</password>

                <db>eq</db>

        </database>

</server>


trevius 07-07-2008 08:05 PM

The debian setup wiki was written for public servers. If you are setting up to use mini login on Linux, I am sure you will need to make a fair amount of changes from what that wiki describes to do.

I have never tried running the mini login on Linux, so unfortunately, I can't give you much advice on what you need to do to get this working. Perhaps someone else has and can help.

qwicfingers 07-07-2008 08:41 PM

NM I'm asleep at the wheel. Simple: wine Minilogin.exe :D


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

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