That was on the /home partition. --V
On Fri, Oct 07, 2011 at 12:19:31PM +0200, Etienne Millon wrote: > * Vincas Ciziunas <[email protected]> [111007 07:46]: > > This is running on the same host luke is having the problem. > > > > > > vincas@gabriel:~/.rss2email$ python > > Python 2.5.5 (r255:77872, Nov 28 2010, 16:43:48) > > [GCC 4.4.5] on linux2 > > Type "help", "copyright", "credits" or "license" for more information. > > >>> import fcntl > > >>> fd = open('/tmp/tst','w') > > >>> fcntl.flock(fd,1) > > >>> quit() > > > > > > This seems to work. > > Hello, > > Thank you, this is helping. Can you try the same somewhere on your > /home partition ? > > -- > Etienne Millon -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

