View Single Post
  #3  
Old 12-22-2013, 04:56 PM
jayfromtholuxe
Fire Beetle
 
Join Date: Mar 2012
Posts: 4
Default

Quote:
Originally Posted by demonstar55 View Post
Servers always show up as locked at first. Does it stay saying locked for more than like 5 mins?
Yeah, it definitely stays locked after 5 minutes of waiting.

Here is my eqemu_config.xml file.

One of the modifications I made to the init script was to send all output to STDOUT / STDERR instead of /dev/null. I do notice now a few things that may be a problem from its initialization output:

Code:
~/eqemu# ./Bin/initscript2.sh start
Loading Shared Mem...
[Status] Starting Log: logs/eqemu_shared_memory_4057.log
[Status] Shared Memory Loader Program
[Error] Starting Log: logs/eqemu_error_shared_memory_4057.log
[Error] Warning: unable to read log.ini.
[Status] Connecting to database...
[Status] Using database 'eq' at 127.0.0.1:3306
[Status] Loading items...
Starting World Server...
[Status] Starting Log: logs/eqemu_world_4060.log
[Status] Using database 'eq' at 127.0.0.1:3306
[Status] Loading factions...
[Status] Loading loot...
Unable to open opcodes file 'patch_6.2.conf'. Thats bad.
Unable to open opcodes file 'patch_Titanium.conf'. Thats bad.
Unable to open opcodes file 'patch_SoF.conf'. Thats bad.
Unable to open opcodes file 'patch_SoD.conf'. Thats bad.
Unable to open opcodes file 'patch_Underfoot.conf'. Thats bad.
Unable to open opcodes file 'patch_RoF.conf'. Thats bad.
[Status] Loading skill caps...
[Status] Loading spells...
[Status] Loading base data...
Starting Query Server...
[Status] Starting Log: logs/eqemu_queryserv_4070.log
[Status] Using database 'eq' at 127.0.0.1:3306
Starting the Zone Launcher...
The server is mostly ready... Give it a couple of minutes
to load stuff from the database before the users start logging in.
Curiously, on the server list page I did see the server show up as "Pending" instead of locked briefly.

I also created a Worldserver account (using the same eqemulator account as this forum account) and specified its username and password in the <loginserver> section. The details for the server can now be viewed in on server list page (so I know it's associated properly) but it doesn't resolve the Locked status issue either.

And BTW, I'm using Ubuntu:

Code:
root@redacted:~/eqemu# uname -a
Linux [redacted] 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
EDIT: Server has been up 15+ minutes. Still Locked.
Reply With Quote