Ubuntu server permissions issue
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. |
When startup.sh is sent as super-user errors become fewer but outcome is the same, unable to login:
root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh 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. root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh: line 22: ./eqlaunch: No such file or directory root@EQEMU-SERVER:/home/eqemu/server# Thoughts? Insights? Am I a moron? Anything? |
Examine your output, there are some show-stopping errors right there:
./EQEmuLoginServer: No such file or directory ./world: No such file or directory I'm not especially familiar the guide, but in my server directory I set up symlinks to the necessary binaries. You could also just copy them, but you would need to do that any time you recompiled. You need zone, world, eqlaunch, queryserv, ucs, and EQEmuLoginServer if you're running your own login server. |
All times are GMT -4. The time now is 02:32 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.