GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: N3ST on August 31, 2016, 01:15:35 pm

Title: Issue setting up linux server.
Post by: N3ST on August 31, 2016, 01:15:35 pm
Hi Everyone,

I am having issue starting the golden Eye Source dedicated server on linux using an unprivileged user (it works fine with the root user).

Failed to open Python log file for write!

Any idea on that?

Is there a way for me to specify the log output folder?

I am using an unprivileged user to run the server, it has only access to the home folder.

Best regards,

N3ST
Title: Re: Issue setting up linux server.
Post by: killermonkey on August 31, 2016, 08:07:16 pm
Can you setup the GES files in your home folder? This is an interesting issue, I will write a bug report to redirect the Python log to the users home folder.
Title: Re: Issue setting up linux server.
Post by: N3ST on September 01, 2016, 08:40:12 am
Hi,

Is there a way for me to specify the python log file path?

I am running it from the home folder of the unprivileged user created specifically to run the server and avoid any security issue.

Thank you in advance.

Best regards,

N3ST
Title: Re: Issue setting up linux server.
Post by: killermonkey on September 01, 2016, 11:00:27 am
You can edit the GESInit.py file

https://github.com/goldeneye-source/ges-python/blob/master/ges/GESInit.py#L70
Title: Re: Issue setting up linux server.
Post by: N3ST on September 01, 2016, 03:24:22 pm
I solved the sisue :

chown user:user -R /GESDDSFOLDER

and it solved the issue.

Completely forgot to do that XD.

Sorry!