<div dir="ltr"><div><br></div>Thanks a lot Kevin. Frankly I have been working on this server for like 1 week, this is RT3.8 on Ubuntu 11.04 (terrible, I know), it has no GUI installed (no problem for me), mysql 5.1 and the administrator has left almost for 1 year, so no support for long time. The auto logoff was not set, we are planning to find all the problems, announce downtime (this server is being used globally) and make changes, I am planning to set the autologoff too. But now, how can I at least manually clean this session table? is there any way? (I am new to this RT, so I am really not sure how it works yet, I am studying it and I know that this data on session table is really useless for future)<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 5:01 PM, Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com" target="_blank">falcone@bestpractical.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, Jul 07, 2013 at 02:21:52PM +0200, Alex Decalli wrote:<br>
>    Hello everybody<br>
>    I want to cleanup my session table, it is already about 1 Gigabyte! I hit:<br>
><br>
>    me@myserver:~$ sudo rt-clean-sessions --debug --older 1M<br>
><br>
>    and it says:<br>
><br>
>    [Sun Jul 7 12:20:26 2013] [warning]: Use of uninitialized value $alogoff in multiplication (*)<br>
>    at /usr/sbin/rt-clean-sessions line 118. (/usr/sbin/rt-clean-sessions:118)<br>
>    [Sun Jul 7 12:20:26 2013] [info]: successfuly deleted 0E0 sessions<br>
>    (/usr/share/request-tracker3.8/lib/RT/Interface/Web/Session.pm:195)<br>
><br>
>    And my table is still the same size! how does it work? isn't it supposed to delete these rows<br>
>    and reduce the size of table?<br>
<br>
</div></div>What is AutoLogoff set to in your RT_SiteConfig.pm file?<br>
You can confirm the version RT sees by looking at Tools -><br>
Configuration -> Tools -> System Configuration and searching for<br>
AutoLogoff.  This might explain your weird warning.<br>
<br>
As for why nothing is deleted, if you log into your database (which<br>
database are you using?) you can run<br>
select min(LastUpdated) from sessions;<br>
to see what your data looks like.<br>
<span class="HOEnZb"><font color="#888888"><br>
-kevin<br>
</font></span></blockquote></div><br></div>