Re: Problem to update FS 1.5 with Autoupdater on linux

hmm. is there any difference if you run it as root/admin?

i updated the script, the new one should hopefully give you an error message.

LINK

9 (edited by Nuss 2010-09-06 16:12:33)

Re: Problem to update FS 1.5 with Autoupdater on linux

ah ok i try the new one

edit:
no still same, saw you removed the try expect
and even more strange is, when I start it over and over it does work

maybe something with my python ? its ver 2.5.2

Re: Problem to update FS 1.5 with Autoupdater on linux

i'm testing using 2.6.5 but afaik there is no code in there that is 2.5+ specific

edit: did find one possible error, updated script. will continue to check it, and get myself 2.5 to see if i can replicate the error.

i missed you by 10 minutes on IRC, was busy with something else.

LINK

Re: Problem to update FS 1.5 with Autoupdater on linux

works smile

good job

Re: Problem to update FS 1.5 with Autoupdater on linux

Hey there. care to be a guinea pig again? smile

I've got an updated script that reinstates the auto-update function, but makes it optional. If you could try to run it with the auto-update function enabled (it is on by default). We should have a new hotfix out pretty soon.

I've tested it with both python 2.5 and 2.6 and it should be fine.

LINK

Usage: FirstStrikeServer.py <options> <server args>

Options:
-noauto
Disables the auto-updating function. Server will no 
longer periodically check for new updates and install them. 
It will still check for updates every time it crashes or is exited out of.

-log
Will generate a file log in the Battlefield 2142 server folder 
with the name FirstStrikeServer<timestamp>.log

NOTE
Add any additional server arguments after the options.

To exit script, shut down server and while the script 
waits to restart it, press Ctrl-C to terminate script.

Re: Problem to update FS 1.5 with Autoupdater on linux

1016 hotfix was already released so I couldnt test the autoupdate, script seems running fine

but server is now running with enabled autoupdater, I will tell you then with next hotfix

main problem is anyway, the extern rcon port is blocked with that function, so you dont have any access from outside to the server, only with console and ingame rcon

Re: Problem to update FS 1.5 with Autoupdater on linux

hmm. is it blocked all the time? it should disconnect when it's done looking for updates. i'll check it out