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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-10-2008, 04:46 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Check your config file to see if it is set to be locked. If your account isn't a GM on your server (250 account status works fine for me), locking it won't allow non-GM accounts to log on.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #2  
Old 07-10-2008, 07:20 PM
qwicfingers
Fire Beetle
 
Join Date: Jul 2008
Location: Boston
Posts: 16
Default

My account is set to 250 and the config is set to unlocked.

I figured out that if I open another console and type ./zone it starts one zone and I can log in. Something to do with ./eqlaunch is causing the issue... not sure what.
Reply With Quote
  #3  
Old 07-10-2008, 09:21 PM
opyrus
Hill Giant
 
Join Date: Apr 2008
Location: in doors
Posts: 138
Default

did eqlaunch build normaly? maybe try a rebuild?
Reply With Quote
  #4  
Old 07-10-2008, 11:00 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by qwicfingers View Post
My account is set to 250 and the config is set to unlocked.

I figured out that if I open another console and type ./zone it starts one zone and I can log in. Something to do with ./eqlaunch is causing the issue... not sure what.
when you ./eqlaunch, are you giving it the zone launcher name?
ie: ./eqlaunch zone or whatever yours is set to?

I just use the one from the wiki for the debian setup to start it all.
Code:
#!/bin/sh

#ulimit -c 99999999

rm -f .zone_shutdown
rm -f .world_shutdown

set -x

LNAME="zone"     #launcher name
if [ "$1" = "test" ]; then
        LNAME="test"
fi

P=`pwd`
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$P"

#make sure we have a place to log
mkdir -p logs 2>&1 > /dev/null

#clear out old logs, if both are stopped
if [ ! -e .lock-zones -a ! -e .lock-world ] ; then
  for f in logs/eqemu_*.log
  do
        if [ "$f" = "logs/eqemu_commands_zone.log" ]; then
                continue;
        fi

        rm -f $f
  done
fi

#boot up world
if [ ! -e .lock-world ] ; then
        touch .lock-world
#       ./world 2>&1 > logs/world &
        ./persist_world 2>&1 > logs/world &
        # wait for shared memory to load
        sleep 15
fi

#start up the official launcher
if [ ! -e .lock-launcher ]; then
        touch .lock-launcher
        ./eqlaunch $LNAME 2>&1 > logs/launcher &
fi
__________________
Random Segments of Code....
Reply With Quote
  #5  
Old 07-11-2008, 12:57 PM
qwicfingers
Fire Beetle
 
Join Date: Jul 2008
Location: Boston
Posts: 16
Default

I am trying to use the start/persist script from the Debian wiki which runs ./eqlaunch zone
Reply With Quote
  #6  
Old 07-11-2008, 01:27 PM
qwicfingers
Fire Beetle
 
Join Date: Jul 2008
Location: Boston
Posts: 16
Default

recompiling eqlaunch didn't help.

I can get the server to start by running ./start and then ./zone 7000 && ./zone 7001
Reply With Quote
  #7  
Old 07-11-2008, 02:32 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by qwicfingers View Post
recompiling eqlaunch didn't help.

I can get the server to start by running ./start and then ./zone 7000 && ./zone 7001
In the eqemu_config.xml file are the zone low and high numbers set?
__________________
Random Segments of Code....
Reply With Quote
  #8  
Old 07-11-2008, 03:27 PM
qwicfingers
Fire Beetle
 
Join Date: Jul 2008
Location: Boston
Posts: 16
Default

Yes 7000 and 7100
Reply With Quote
Reply

Thread Tools
Display Modes

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 03:02 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3