[hlds_linux] replay cleanup

2011-10-23 Thread Michael Johansen

Hi,
I am wondering if the command "replay_data_lifespan" cleans up the data on the 
offload ftp host aswell or just the dir in the /tf/ folder? If it doesn't, how 
do I setup a cronjob to delete it?  
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Replay cleanup

2011-08-11 Thread Jon Lippincott
The reason why it didn't remove your older data is because the session files 
(in replay/server/sessions) expired and were removed already (back when cleanup 
was broken), so when the cleanup system compiles a list of files to remove from 
your fileserver, it doesn't have a way of accounting for that older data.  Any 
newer data should have been removed, however, and 'force' definitely should 
never crash. 

I would recommend clearing your server and fileserver of older replay data 
manually, and then trying to use cleanup again.  Keep in mind that 
replay_docleanup only removes expired files, which is based on the number of 
days implied by replay_data_lifespan.  Calling 'replay_docleanup force' will 
force cleanup of all replay data, whether it's expired or not.

Do you have a minidump?  Your log should tell you the name of the minidump.

Also, if you would, send me your server's IP and I can take a look on our end.

-Jon

-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com 
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of AnAkIn .
Sent: Thursday, August 11, 2011 2:15 AM
To: Half-Life dedicated Linux server mailing list
Subject: [hlds_linux] Replay cleanup

Hello,

The replay cleanup has never worked on my server. I still have some files
from the 27/07 both on the server and FTP, and when I tried to do a
"replay_docleanup force" the server crashed.

Did anyone experience these issues as well?

-- 
Best regards,
AnAkIn,
-
ESL EU TF2 Admin
http://www.esl.eu/eu/tf2
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Replay cleanup

2011-08-11 Thread Claudio Beretta
in my case permissions seem OK
/home/gs/tf2*/orangebox/tf/**replay/server
 is owned by the gameserver user: it can create/delete any file

/var/www/replays
 replays are saved in different folders for each gameserver and are owned by
the gameserver user


On Thu, Aug 11, 2011 at 12:27 PM, Svensk Ljud & Ljus Produktion <
i...@teaterljud.se> wrote:

> What is the files owner and chmod ?
>
> I have other services with server to server transfers with the same
> problem.
> I have solved that with a root-cronjob that is changing owner and chmod in
> the destination map every hour.
> that did solve my problem.
>
> Peter
> Sweden
>
> Claudio Beretta skrev 2011-08-11 11:31:
>
>  Same here, it never worked
>> I'm using a cron job to delete old replays
>>
>> find /home/gs/tf2*/orangebox/tf/**replay/server -mtime +1 -exec rm {} \;
>> find /var/www/replays -mtime +1 -exec rm {} \;
>>
>>
>> On Thu, Aug 11, 2011 at 11:15 AM, AnAkIn .  wrote:
>>
>>  Hello,
>>>
>>> The replay cleanup has never worked on my server. I still have some files
>>> from the 27/07 both on the server and FTP, and when I tried to do a
>>> "replay_docleanup force" the server crashed.
>>>
>>> Did anyone experience these issues as well?
>>>
>>> --
>>> Best regards,
>>> AnAkIn,
>>> -
>>> ESL EU TF2 Admin
>>> http://www.esl.eu/eu/tf2
>>> __**_
>>> To unsubscribe, edit your list preferences, or view the list archives,
>>> please visit:
>>> http://list.valvesoftware.com/**mailman/listinfo/hlds_linux
>>>
>>>  __**_
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> http://list.valvesoftware.com/**mailman/listinfo/hlds_linux
>>
>>
>>
>
> __**_
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/**mailman/listinfo/hlds_linux
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Replay cleanup

2011-08-11 Thread Svensk Ljud & Ljus Produktion

What is the files owner and chmod ?

I have other services with server to server transfers with the same problem.
I have solved that with a root-cronjob that is changing owner and chmod 
in the destination map every hour.

that did solve my problem.

Peter
Sweden

Claudio Beretta skrev 2011-08-11 11:31:

Same here, it never worked
I'm using a cron job to delete old replays

find /home/gs/tf2*/orangebox/tf/replay/server -mtime +1 -exec rm {} \;
find /var/www/replays -mtime +1 -exec rm {} \;


On Thu, Aug 11, 2011 at 11:15 AM, AnAkIn .  wrote:


Hello,

The replay cleanup has never worked on my server. I still have some files
from the 27/07 both on the server and FTP, and when I tried to do a
"replay_docleanup force" the server crashed.

Did anyone experience these issues as well?

--
Best regards,
AnAkIn,
-
ESL EU TF2 Admin
http://www.esl.eu/eu/tf2
___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux





___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Replay cleanup

2011-08-11 Thread Claudio Beretta
Same here, it never worked
I'm using a cron job to delete old replays

find /home/gs/tf2*/orangebox/tf/replay/server -mtime +1 -exec rm {} \;
find /var/www/replays -mtime +1 -exec rm {} \;


On Thu, Aug 11, 2011 at 11:15 AM, AnAkIn .  wrote:

> Hello,
>
> The replay cleanup has never worked on my server. I still have some files
> from the 27/07 both on the server and FTP, and when I tried to do a
> "replay_docleanup force" the server crashed.
>
> Did anyone experience these issues as well?
>
> --
> Best regards,
> AnAkIn,
> -
> ESL EU TF2 Admin
> http://www.esl.eu/eu/tf2
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] Replay cleanup

2011-08-11 Thread AnAkIn .
Hello,

The replay cleanup has never worked on my server. I still have some files
from the 27/07 both on the server and FTP, and when I tried to do a
"replay_docleanup force" the server crashed.

Did anyone experience these issues as well?

-- 
Best regards,
AnAkIn,
-
ESL EU TF2 Admin
http://www.esl.eu/eu/tf2
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux