As the attached script shows saslauthd tries to write to a file that it has never opened.

Tom

Script started on Sun 31 Aug 2008 10:25:45 AM EDT
[EMAIL PROTECTED]:~$ strace -e trace=open,close,read,write -f testsaslauthd -u 
tom -p 7
73915
open("/etc/ld.so.cache", O_RDONLY)      = 3
close(3)                                = 0
open("/lib/libresolv.so.2", O_RDONLY)   = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\00003\0\0\0\0\0\0@"..., 
832) = 832
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\342\1\0\0\0\0\0@"..., 832) 
= 832
close(3)                                = 0
write(4, "connect() : No such file or direc"..., 38connect() : No such file or 
directory
) = 38
close(4)                                = 0
write(1, "0: "..., 30: )                   = 3
[EMAIL PROTECTED]:~$ exit

Script done on Sun 31 Aug 2008 10:25:59 AM EDT

Reply via email to