bluegum
01-21-2004, 05:29 AM
question for any *NIX people for help please..
I have the following dir structure and am trying to run multiple servers
in root i have
/cod
and
/vent
as root * for testing* i can fire those game and vent servers fine
I then made an account for a user
/home/davew/cod
I copied all those files for /cod
and /vent for that person
cp -R /root/cod /home/davew
cp -R /root/vent /home/davew
so i have
/home/davew/cod
/home/davew/vent
NOW if i log in as root
i can get to
/home/davew/cod and fire the server in THAT directory fine
by using
./cod_lnxded +set dedicated 2 +set net_ip xx.xx.xxx.xx +set net_port 28961 +map_rotate $
* hence having 2 COD servers now running one on port 28960 and 28961
BUT
if i ssh in as davew * not root* I can not fire the 2nd server
either I get an out of memory error
OR cant get to this
/home/davew/cod
Or /home/davew/vent
again as root i can get to
/home/davew/cod and start the server
when logged in as davew
i can get to /home
then i try to cd davew
it brings me back to [~]#
again i am new to * nix ( about 5 hours into it)
was able to get 2 servers running if i log in as root
what permissions are not set proper that user davew can not get to /home/davew/cod path
and how do i set up the server so multiple users are able to run servers?
i want to have 5 users on this box with ssh and ftp and be able to run 5 cod servers
i explained it as best i can sorry if it does not make sense
I have the following dir structure and am trying to run multiple servers
in root i have
/cod
and
/vent
as root * for testing* i can fire those game and vent servers fine
I then made an account for a user
/home/davew/cod
I copied all those files for /cod
and /vent for that person
cp -R /root/cod /home/davew
cp -R /root/vent /home/davew
so i have
/home/davew/cod
/home/davew/vent
NOW if i log in as root
i can get to
/home/davew/cod and fire the server in THAT directory fine
by using
./cod_lnxded +set dedicated 2 +set net_ip xx.xx.xxx.xx +set net_port 28961 +map_rotate $
* hence having 2 COD servers now running one on port 28960 and 28961
BUT
if i ssh in as davew * not root* I can not fire the 2nd server
either I get an out of memory error
OR cant get to this
/home/davew/cod
Or /home/davew/vent
again as root i can get to
/home/davew/cod and start the server
when logged in as davew
i can get to /home
then i try to cd davew
it brings me back to [~]#
again i am new to * nix ( about 5 hours into it)
was able to get 2 servers running if i log in as root
what permissions are not set proper that user davew can not get to /home/davew/cod path
and how do i set up the server so multiple users are able to run servers?
i want to have 5 users on this box with ssh and ftp and be able to run 5 cod servers
i explained it as best i can sorry if it does not make sense