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

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

Reply
 
Thread Tools Display Modes
  #31  
Old 06-25-2010, 07:52 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

How can I tell if the world started properly? Will it show up on the Server List?

I checked through all the logs and only found one error that appeared in two files. The two files it appeared in are login_1277437359.log and loginserver.
Quote:
[Debug] [06.24.10 - 21:42:39] Logging System Init.
[Debug] [06.24.10 - 21:42:39] Config System Init.
[Error] [06.24.10 - 21:42:39] Config::Parse(), file was unable to be opened for parsing.
[Error] [06.24.10 - 21:42:40] Database Initialization Failure.
[Debug] [06.24.10 - 21:42:40] Config System Shutdown.
[Debug] [06.24.10 - 21:42:40] Log System Shutdown.
The error states that it is unable to open a file to parse. What file is it trying to open? I don't know how to fix this.

Thank you for your help!
Reply With Quote
  #32  
Old 06-27-2010, 05:33 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

I have created a World Server Account in the User CP section. I added that to my eqemu_config.xml file. I ran ./start and received the same output with the same parse error posted above. My server did not appear on the server list page.

I don't understand what I am missing and why I can't get this running. I have followed the guides and the advice posted here. What else am I missing? I am looking forward to getting this server going. I would appreciate any continued help as I have been completely stuck! Or should I just give up?

Thanks for your help!
Reply With Quote
  #33  
Old 07-08-2010, 02:22 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

I thought I would give this one last bump before I accept defeat.
Reply With Quote
  #34  
Old 07-08-2010, 05:19 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Maybe a Windows server would be better for you if you have too much trouble with Linux. You could even use the AX repack on Windows to make it pretty quick and simple:

http://www.eqemulator.org/forums/showthread.php?t=28190
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #35  
Old 07-08-2010, 07:13 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Did you check file permissions and ownership?
Reply With Quote
  #36  
Old 07-08-2010, 07:17 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

trevius. I unfortunately don't have access to a windows machine and can't afford to buy the OS at this time. I'm just curious what I am currently missing . I have followed the guides and the advice in this thread and can't get it running. The server logs provide clues but not enough to debug (ie Config::Parse(), file was unable to be opened for parsing.)

pfyon, from what I understand, running command with "sudo" executes it as root. Is this sufficient? But no I have not check permissions/ownership.
Reply With Quote
  #37  
Old 07-08-2010, 11:42 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

I'm too tired/busy to figure it out tonight, but perhaps tomorrow after work I'll see if I can figure out what you did and what's wrong.
Reply With Quote
  #38  
Old 07-11-2010, 06:32 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

Hi pfyon, I look forward to seeing if you figure out what I am doing wrong! I feel like I am very close. I am excited to get this setup once and for all.

I suck at setting up servers obviously but I would like to return the favor to you somehow. This goes for trevius and the others who have helped me. I clearly can't do it without you guys! If you guys have servers, maybe I could somehow help with the game play?
Reply With Quote
  #39  
Old 07-12-2010, 07:50 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

I think that most recent error is occurring because it's having issues with login.ini. Make sure it exists and the login server has read permissions set to it. I personally run EQEmuLoginServer from its own directory (not from the server root - when I set up my server, it wasn't functional yet).

What's ls -l look like for projecteqemu/EQEmuServer/EQEmuLoginServer/login_util/ ?
Reply With Quote
  #40  
Old 07-12-2010, 02:21 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

Hi pfyon, login.ini exists in /projecteqemu/EQEmuServer/EQEmuLoginServer/login_util/login.ini.

user@comp:/home/eqemulator/projecteqemu/EQEmuServer/EQEmuLoginServer/login_util$ ls -l
total 44
-rw-r--r-- 1 root root 2796 2010-06-12 11:03 EQEmuLoginServerDBInstall.sql
-rw-r--r-- 1 root root 2524 2010-06-12 11:03 EQEmuLoginServerPostgreDBInstall.sql
drwxr-xr-x 6 root root 4096 2010-06-12 12:19 linux
-rw-r--r-- 1 root root 693 2010-06-12 14:13 login.ini
-rw-r--r-- 1 root root 298 2010-06-12 11:03 login_opcodes.conf
-rw-r--r-- 1 root root 298 2010-06-12 11:03 login_opcodes_sod.conf
drwxr-xr-x 5 root root 4096 2010-06-12 10:59 ms
-rw-r--r-- 1 root root 479 2010-06-12 11:03 tblLoginServerAccounts.sql
-rw-r--r-- 1 root root 469 2010-06-12 11:03 tblServerAdminRegistration.sql
-rw-r--r-- 1 root root 539 2010-06-12 11:03 tblServerListType.sql
-rw-r--r-- 1 root root 536 2010-06-12 11:03 tblWorldServerRegistration.sql
Reply With Quote
  #41  
Old 07-13-2010, 08:13 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Hmm, well I'm not quite sure what's wrong with that.

Could you post the contents of login.ini (with sensitive info removed)? I'm not sure where else to go from here.
Reply With Quote
  #42  
Old 07-13-2010, 10:51 PM
Jster22
Fire Beetle
 
Join Date: Jun 2008
Location: Earth
Posts: 26
Default

Hi pfyon,
Below is the contents of my login.ini file. Hopefully it provides some clues as to what is wrong. Thanks for looking.

[database]
host = localhost
port = 3306
db = eqdb
user = root
password = (password)
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
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 01:35 PM.


 

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