I think there is a problem with the autocleaning function in FileSession. I'm using Mod_Python 3.2.2b in a live server and I today I noticed this:

/tmp/mp_sess # df -h /tmp
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda7             989M  544M  395M  58% /tmp


/tmp/mp_sess # df -i /tmp
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/sda7             128768  128768       0  100% /tmp


/tmp/mp_sess # ll /tmp/
total 24
drwxrwxrwt    2 root     root         4096 Oct  6 11:43 .ICE-unix/
drwx------    2 root     root        16384 Jun 14 22:30 lost+found/
drwxr-x---  258 httpd    sys          4096 Oct  6 06:04 mp_sess/


And, after executing this:

        /tmp/mp_sess # find ./ -mmin +1440 -exec rm {} \;



I get this:

/tmp/mp_sess # df -i /tmp
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/sda7             128768   23857  104911   19% /tmp

So I think FileSession isn't doing its work. Any ideas?

--
dharana

Reply via email to