I'm attempting to create a server using the tutorial put out by ProSkeptic (
http://www.proskeptic.com/wordpress) which seems to be a great piece. However I believe I'm running into a permissions issue at start up. At least that is all I can figure could be the issue here. Below is a snippet of the errors created at start up:
chmod: changing permissions of `/home/eqemu/server/quests/highpasshold/Guard_Ran lem.pl': Operation not permitted
chmod: changing permissions of `/home/eqemu/server/quests/highpasshold/Mutt_Root lit.pl': Operation not permitted
chmod: changing permissions of `/home/eqemu/server/quests/highpasshold/Stanos_He rkanor.pl': Operation not permitted
Starting Login Server...
Waiting about 5 seconds before starting World Server...
./startup.sh: line 13: ./EQEmuLoginServer: No such file or directory
Waiting 10 seconds before starting the zones via launcher
./startup.sh: line 18: ./world: No such file or directory
The server is mostly ready... give it a couple of minutes
to load stuff from the databases for the zones and users
can start logging in.
sysadmin@EQEMU-SERVER:/home/eqemu/server$ ./startup.sh: line 22: ./eqlaunch: No such file or directory
sysadmin@EQEMU-SERVER:/home/eqemu/server$
I have looked everywhere I can think of for permissions that could be causing this and have found nothing. Any insight from the community would be awesome.