I attempted to build a linux server for the first time today without much luck. The compile/build went without any major hitches but I have been unable to actually connect (into a game) yet.
I followed the instructions here:
https://github.com/EQEmu/Server/wiki/Linux-server-setup
I see my world server on the Server List (it shows as locked).
When I connected for the first time, I got a message in the console advising a new user was connecting. I was able to create a dwarf, but when I attempted to enter the world it kicked me out with a zone unavailable.
Even with GM priviledges, I get the same message.
To start the server I use:
linux@server:/media/sdd1/eqemu$ Bin/shared_memory
[Status] Starting Log: logs/eqemu_shared_memory_5583.log
[Status] Shared Memory Loader Program
[Error] Starting Log: logs/eqemu_error_shared_memory_5583.log
[Error] Warning: unable to read log.ini.
[Status] Connecting to database...
[Status] Using database 'eq' at localhost:3306
[Status] Loading items...
[Status] Loading factions...
[Status] Loading loot...
[Status] Loading skill caps...
[Status] Loading spells...
[Status] Loading base data...
linux@server:/media/sdd1/eqemu$ Bin/world
[Status] Starting Log: logs/eqemu_world_5586.log
[Status] Using database 'eq' at localhost:3306
In a second terminal window, I executed:
linux@server:/media/sdd1/eqemu$ Bin/eqlaunch zone
I would have expected more output from the 'world' window, but that's all it ever shows.
The 'eqlaunch zone' window shows no output at all after starting.
I tried deleting everything (including the db) and started over following the instructions again to make sure I hadn't stuffed it up but same result.
I have added a forward for ports 7000-7100 and 9000 on my router.
I don't see any zone's launching, and the log files don't contain anything beyond what is output to the terminal.
Any ideas?