EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Zone Startup (https://www.eqemulator.org/forums/showthread.php?t=20226)

arkiados 03-21-2006 04:19 PM

Zone Startup
 
[Debug] [ZONE_INIT] Loading server configuration..
[Debug] [ZONE_INIT_ERR] Loading server configuration failed.

This happens when I run my zone script which I changed to:

#!/bin/sh
(cd /eqemu/server&& ./zone *.*.*.* $1 77$2 *.*.*.* &)

I am running SuSE Linux 10

Belfedia 03-22-2006 06:08 AM

Here my zonestart test script on debian linux :)
Code:

#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./zone &
./zone &
./zone &
./zone &
./zone &

This is a boot5zone script for 5 dynamic zone :)

Use the wiki docs for change config zone about 0.6.5/0.6.6
http://www.eqemulator.net/wiki/wikka...=Dev065Release


All times are GMT -4. The time now is 06:41 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.