About me
Hello!
My name is Andrea Leofreddi and I live in Rome (Italy) where I work as IT consultant. I have also experience as teacher and during my activity I have written some notes (mostly in Italian). Here you can download my resume (curriculum vitæ).
2 Comments
Post a comment


Hello Andrea,
I stumbled across your pam_quota module and it’s exactly what I want to do. It compiles on my Centos 5.5 x86-64 system and seems to work ok except that sshd seg faults. segfault at 0000000000000005 rip 00002b07b7237a10 rsp 00007fff72b43678 error 4. I’m somewhat of a programmer but I’m not sure where to begin looking at this. Do you have any suggestions?
Thanks,
Jeremiah
Dear Jeremiah,
I’ve developed and used pam_quota on freebsd scenarios only. At the time it I wrote pam_quota, Linux shipped different quotactl versions that had to be handled with clumsy code. In 2011 probably things changed and I think we should have only one quotactl interface, so I’ll try to give it a look in my spare time and have it fixed for you.
Andrea