On Tue, 2014-10-07 at 18:55 +0300, Jari Fredrisson wrote: > I built SA 3.4 using cpan to my old Debian Squeeze-lts. > > root@hurricane:~# time service spamassassin start > Starting SpamAssassin Mail Filter Daemon: child process [4868] exited or > timed out without signaling production of a PID file: exit 255 at > /usr/local/bin/spamd line 2960. > > real 0m1.230s
> I read that line in spamd and it talks about two bugs. And a long > timeout needed. But this dies at once, hardly a timeout? It states the "child process exited or timed out". Indeed, obviously not a timeout, so the child process simply exited. Anything in syslog left by the child? -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}