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 02-05-2010, 07:42 AM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default Spend about 10 hours.. Now MORE errors

Well.. After about 10 hours of work, I am reduced to this:

rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$ ./start
+ LNAME=zone
+ [ = test ]
+ pwd
+ P=/home/rob/eqemu/projecteqemu-read-only/server
+ export LD_LIBRARY_PATH=:/home/rob/eqemu/projecteqemu-read-only/server
+ mkdir -p logs
+ [ ! -e .lock-zones -a ! -e .lock-world ]
+ [ logs/eqemu_*.log = logs/eqemu_commands_zone.log ]
+ rm -f logs/eqemu_*.log
+ [ ! -e .lock-world ]
+ touch .lock-world
+ ./persist_world
./persist_world: 14: ./world: not found
+ sleep 15
./persist_world: 14: ./world: not found
./persist_world: 14: ./world: not found
./persist_world: 14: ./world: not found
./persist_world: 14: ./world: not found
At this point I hit ctrl-c and entered ./stop as you can see below
rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$ ././persist_world: 14: ./world: not found
stop./persist_world: 14: ./world: not found

world: no process found
eqlaunch: no process found
zone: no process found
./persist_world: 14: ./world: not found
./stop: 14: ./cleanipc: not found
rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$


Now, I have redone it 3 times from scratch. WTF am I doing wrong?
Reply With Quote
  #2  
Old 02-05-2010, 08:27 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Did you create a symbolic link to world from your server directory?
Reply With Quote
  #3  
Old 02-05-2010, 08:46 AM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default

Yes, using the command similar to

ln -s ../source/EQEmu-0.7.0-1118/world/world

as applies to my directory structure.
Reply With Quote
  #4  
Old 02-05-2010, 09:28 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Can you try
Code:
ls -l
in your server directory? cleanipc doesn't seem to be there either.
Reply With Quote
  #5  
Old 02-05-2010, 09:46 AM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default

rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$ ls -l
total 6784
lrwxrwxrwx 1 rob rob 29 2010-02-05 06:31 cleanipc -> ../EQEmuServer/utils/cleanipc
lrwxrwxrwx 1 rob rob 41 2010-02-05 06:30 commands.pl -> ../EQEmuServer/utils/defaults/commands.pl
-rw-r--r-- 1 rob rob 817 2010-02-05 06:39 crashlog
lrwxrwxrwx 1 rob rob 46 2010-02-05 06:30 eqemu_config.xml -> ../EQEmuServer/utils/defaults/eqemu_config.xml
lrwxrwxrwx 1 rob rob 51 2010-02-05 06:30 eqemu_config.xml.full -> ../EQEmuServer/utils/defaults/eqemu_config.xml.full
lrwxrwxrwx 1 rob rob 32 2010-02-05 06:32 eqlaunch -> ../EQEmuServer/eqlaunch/eqlaunch
lrwxrwxrwx 1 rob rob 44 2010-02-05 06:31 libEMuShareMem.so -> ../EQEmuServer/EMuShareMem/libEMuShareMem.so
lrwxrwxrwx 1 rob rob 37 2010-02-05 06:30 log.ini -> ../EQEmuServer/utils/defaults/log.ini
lrwxrwxrwx 1 rob rob 34 2010-02-05 06:30 logs -> ../EQEmuServer/utils/defaults/logs
lrwxrwxrwx 1 rob rob 34 2010-02-05 06:30 Maps -> ../EQEmuServer/utils/defaults/Maps
lrwxrwxrwx 1 rob rob 40 2010-02-05 06:30 mime.types -> ../EQEmuServer/utils/defaults/mime.types
lrwxrwxrwx 1 rob rob 35 2010-02-05 06:31 patch_6.2.conf -> ../EQEmuServer/utils/patch_6.2.conf
lrwxrwxrwx 1 rob rob 43 2010-02-05 06:31 patch_Anniversary.conf -> ../EQEmuServer/utils/patch_Anniversary.conf
lrwxrwxrwx 1 rob rob 36 2010-02-05 06:31 patch_Live.conf -> ../EQEmuServer/utils/patch_Live.conf
lrwxrwxrwx 1 rob rob 35 2010-02-05 06:31 patch_SoF.conf -> ../EQEmuServer/utils/patch_SoF.conf
lrwxrwxrwx 1 rob rob 40 2010-02-05 06:31 patch_Titanium.conf -> ../EQEmuServer/utils/patch_Titanium.conf
-rwxr-xr-x 1 rob rob 214 2010-02-05 06:35 persist_world
lrwxrwxrwx 1 rob rob 39 2010-02-05 06:30 plugin.pl -> ../EQEmuServer/utils/defaults/plugin.pl
lrwxrwxrwx 1 rob rob 37 2010-02-05 06:30 plugins -> ../EQEmuServer/utils/defaults/plugins
drwxr-xr-x 203 rob rob 4096 2010-02-05 05:23 quests
-rwxr-xr-x 1 rob rob 2149759 2010-02-05 06:32 spells_en.txt
-rwxr-xr-x 1 rob rob 4772239 2010-02-05 06:32 spells_us.txt
-rwxr-xr-x 1 rob rob 899 2010-02-05 06:32 start
-rwxr-xr-x 1 rob rob 308 2010-02-05 06:32 stop
lrwxrwxrwx 1 rob rob 39 2010-02-05 06:30 templates -> ../EQEmuServer/utils/defaults/templates
lrwxrwxrwx 1 rob rob 26 2010-02-05 06:31 world -> ../EQEmuServer/world/world
lrwxrwxrwx 1 rob rob 37 2010-02-05 06:30 worldui -> ../EQEmuServer/utils/defaults/worldui
lrwxrwxrwx 1 rob rob 40 2010-02-05 06:30 worldui.pl -> ../EQEmuServer/utils/defaults/worldui.pl
lrwxrwxrwx 1 rob rob 24 2010-02-05 06:31 zone -> ../EQEmuServer/zone/zone
rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$
Reply With Quote
  #6  
Old 02-05-2010, 09:52 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Weird. How about:
Code:
ls -l EQEmuServer/utils/cleanipc EQEmuServer/world/world
Reply With Quote
  #7  
Old 02-05-2010, 09:56 AM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default

rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$ ls -l EQEmuServer/utils/cleanipc EQEmuServer/world/world
ls: cannot access EQEmuServer/utils/cleanipc: No such file or directory
ls: cannot access EQEmuServer/world/world: No such file or directory
rob@Linux-Server:~/eqemu/projecteqemu-read-only/server$
Reply With Quote
  #8  
Old 02-05-2010, 10:42 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

So it looks like you're missing some of the files. Did you get your source via svn?
Reply With Quote
  #9  
Old 02-05-2010, 10:50 AM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default

Yes, Secrets assisted me a bit on irc. But I guess he fell asleep, or got more frustrated then I. Only been working on this for 12 hours so far, lol
I have downloaded and compiles the source 3X, all with the same result.

When I do compile the source, I believe it indicates there are some errors, but can't remember specifically. There is too much output to read it all.
Although the guides indicate I should edit some of the code, Secret indicated that was not necessary as it was running on a x86 system.

There is one other option.. The box is used for nothing, so there is no real security risk. If you wanted to ssh in and look, I am fine with that.
Reply With Quote
  #10  
Old 02-05-2010, 02:22 PM
Shadow Wizard
Fire Beetle
 
Join Date: Feb 2010
Posts: 15
Default

Well, I found the solution to the problem. Actually some guys in a #linux channel did. Apparently there is a small defect in the code, according to them. A line was commented out, that should not have been. Here in the solution to fix it.

http://www.eqemulator.org/forums/sho...71&postcount=3

Thank you so much for the help pfyon (I am sure I will need more) and I hope that tidbit of info helps out whoever is reading this.
Reply With Quote
  #11  
Old 02-05-2010, 03:28 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Not a problem, sorry I didn't get to solving that specific problem.
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 10:57 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3