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? |
Did you create a symbolic link to world from your server directory?
|
Yes, using the command similar to
ln -s ../source/EQEmu-0.7.0-1118/world/world as applies to my directory structure. |
Can you try
Code:
ls -l |
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$ |
Weird. How about:
Code:
ls -l EQEmuServer/utils/cleanipc EQEmuServer/world/world |
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$ |
So it looks like you're missing some of the files. Did you get your source via svn?
|
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. |
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. |
Not a problem, sorry I didn't get to solving that specific problem.
|
All times are GMT -4. The time now is 05:28 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.