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

Archive::Linux Servers Archive area for Linux Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2002, 04:13 PM
strago
Fire Beetle
 
Join Date: May 2002
Posts: 14
Default Linux installation instructions/readme

I thought it would be a good idea to write this so some of the less *nix fluent people could get it working and manipulate the server. Anyways, feel free to post any comments/suggestions on it and to add or remvoe anythin from it.
Reply With Quote
  #2  
Old 05-04-2002, 07:12 AM
psycox
Fire Beetle
 
Join Date: Apr 2002
Posts: 13
Default

following that config, won't it only load the first zoneserver?
Reply With Quote
  #3  
Old 05-04-2002, 07:32 AM
theCoder
Sarnak
 
Join Date: Jan 2002
Posts: 90
Default

This is a good start! Here are a few comments:

* Is there a part 1? It doesn't seem to be in the file.

* The setup instructions for mySQL should probably include some steps to create a database user account (I use eqe) with a password. (unfortunately, every time I figure out how to do it, I forget to write it down, and then forget later...)

* In the current part 2, step 2, it says copy 'spad.eff' -- that should be 'spdat.eff'.

* Since there aren't any distributed linux binaries (yet), there should probably be something about compiling the source.

* Your boot script would probably look better like this:
Code:
#!/bin/sh

PUB_IP=YourIP
ZONE=path/to/zone

$ZONE . $PUB_IP 7995 127.0.0.1 &> zone1.log &
$ZONE . $PUB_IP 7996 127.0.0.1 &> zone2.log &
$ZONE . $PUB_IP 7997 127.0.0.1 &> zone3.log &
$ZONE . $PUB_IP 7998 127.0.0.1 &> zone4.log &
$ZONE . $PUB_IP 7999 127.0.0.1 &> zone5.log &
* It may be a good idea to reorder the insturctions, since mySQL needs to be set up before the EMU can be compiled. So perhaps a preliminary section that is getting and installing mySQL (including the dev stuff). I'd say have sections (1) Installing MySQL, (2) Getting and compiling the EMU, (3) Setting up the EMU database, the ini files, and the boot scripts, (4) running the EMU, and (5) importing world data.

* The section about running the EMU should probably mention that the user will need two terminals initially.
Reply With Quote
  #4  
Old 05-04-2002, 08:30 AM
psycox
Fire Beetle
 
Join Date: Apr 2002
Posts: 13
Default

ya hehe thats pretty much what i've got, though i'd really like it to run as a daemon so i could just start it up as such in init
Reply With Quote
  #5  
Old 05-04-2002, 08:46 AM
theCoder
Sarnak
 
Join Date: Jan 2002
Posts: 90
Default

This is the actual script that I use. It's modeled after the redhat (and mandrake) style of init scripts. I don't acutally use it in init, but it could probably be modified to work like that. It does have a couple of assumptions (such as where the binaries are and what sort of logging to do). I really should work on making it more general purpose...

(remove the .txt when you save it... the board software seems to think that if it doesn't end in .txt it's not a real text file...)
Reply With Quote
  #6  
Old 05-24-2002, 08:18 AM
TheClaus
Discordant
 
Join Date: Jan 2002
Location: Manteca, CA
Posts: 352
Default

theCoder,

Thanks for the file. It helped out alot. Now I can just run the program and let it go.

Thanks
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 04:30 AM.


 

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