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

Archive::Linux Servers Archive area for Linux Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-26-2003, 03:12 AM
Proximo
Fire Beetle
 
Join Date: Sep 2003
Posts: 4
Default TCPConnection::Connect(): connect() failed

Any insight into this?

Quote:
Failed to open log file: logs/eqemu_world.log
[Status] Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
Failed to open log file: logs/eqemu_error_world.log
[Error] LoadEMuShareMemDLL::Load() failed to load library 'libEMuShareMem.so'. Error=0
[Error] Error: Could not load item data. But ignoring
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
You may already be a winner... of the darwin award.
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection refused'
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection refused'
My loginserver.ini

Quote:
[LoginServer]
loginserver=loginserver1.eqemulator.net
loginport=5999
worldname=Proximo
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[/quote]
Reply With Quote
  #2  
Old 09-26-2003, 03:24 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Several things...

You are running 5.0 and trying to connect to the 4.4 login server. Change this
Code:
loginport=5999
to this
Code:
loginport=5997
then change this
Code:
worldaddress=127.0.0.1
to use your real IP address not 127.0.0.1

I'm not sure the line
Code:
ServerPort=5999
needs to read
Code:
ServerPort=5997
or not, we're not running 5.0 yet.... good luck
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #3  
Old 09-26-2003, 03:30 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Also,

Code:
loginserver=loginserver1.eqemulator.net
to

Code:
eqlogin1.eqemulator.net
Where did you see loginserver1.eqemulator.net being used? We should clear that up if it is someplace it shouldn't be.

Take a look at the howto sticky in the tutorial section for full instructions.
Reply With Quote
  #4  
Old 09-26-2003, 03:23 PM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default

A couple more things...

Quote:
Failed to open log file: logs/eqemu_error_world.log
Create a logs directory in your server directory and you'll get some additional logging capabilities automagically.


Quote:
[Error] LoadEMuShareMemDLL::Load() failed to load library 'libEMuShareMem.so'. Error=0
This means you need to put the following line in your login script or your EQEMu server startup script:
Code:
export LD_LIBRARY_PATH=./
or just copy the libEMuShareMem.so file to /usr/lib. But don't forget to copy it there every time you recompile it.

Regards,

krich
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 06:42 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