> Same problem with 'fs_homepath' than with 'com_homepath':
> # sudo -u ioq3 /usr/games/quake3/ioq3ded.i386 +exec yugiohjcj.config
> +set fs_homepath /tmp
> ioq3 1.36 linux-i386 Sep 23 2012
> ----- FS_Startup -----
> Unable to create directory "/root/.q3a", error is Permission
> denied(13)

If you are running this as root, try:

# su - ioq3 -c "/usr/games/quake3/ioq3ded.i386 +exec yugiohjcj.config"

example:

[root@hamburger ~]# id
uid=0(root) gid=0(root) groups=0(root) 
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

[root@hamburger ~]# cd ~ ; pwd
/root

[root@hamburger ~]# su - ra -c "cd ~ ; pwd"
/home/ra

Another way to do it (and this is how I run my servers) is just:

[ra@skjalfti9 ~]$ sudo su -
[root@skjalfti9 ~]# su - quake
[quake@skjalfti9 ~]$ ./start


"start" is just a script to start the server.

_______________________________________________
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.

Reply via email to