Bernd Plagge wrote: > pythonfil 4886 daemon 3u unix 0xf7aab900 > 2540363 /var/lib/courier/allfilters/.pythonfilter > courierfi 6011 daemon 1023uW REG 254,1 0 > 33062 /var/lib/courier/filters/.lock (deleted) > > I says (deleted) but nevertheless the file still exists: > > drwxr-x--- 2 daemon daemon 4096 2008-01-28 11:49 . > drwxr-xr-x 9 bin bin 4096 2008-01-11 11:53 .. > - -rw------- 1 daemon daemon 0 2008-01-28 11:49 .lock >
I would expect that this means that the "courierfilter" process that was running when you were having trouble is still there. Its ".lock" file was removed, and a new one is in its place. Kill process 6011. Stop courierfilter. Make sure that 'ps' doesn't show any courierfilter or pythonfilter processes. Start courierfilter again, and check the results of 'lsof'. You should see its ".lock" file, not deleted. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
