On 7.10.2014 18:58, Axb wrote: > On 10/07/2014 05:55 PM, 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 >> user 0m0.220s >> sys 0m0.016s >> >> 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? >> >> > > have you tried to add -D to the init script and see what is says >
root@hurricane:~# service spamassassin start Starting SpamAssassin Mail Filter Daemon: Oct 7 19:49:52.142 [7498] dbg: logger: adding facilities: all Oct 7 19:49:52.146 [7498] dbg: logger: logging level is DBG Oct 7 19:49:52.275 [7498] dbg: logger: calling setlogsock(unix) Oct 7 19:49:52.275 [7498] dbg: logger: opening syslog with unix socket Oct 7 19:49:52.276 [7498] dbg: logger: successfully connected to syslog/unix Oct 7 19:49:52.276 [7498] dbg: logger: successfully added syslog method Oct 7 19:49:52.279 [7498] dbg: spamd: will perform setuids? 0 Oct 7 19:49:52.282 [7498] dbg: spamd: socket module of choice: IO::Socket::INET 1.31, Socket 2.015, have PF_INET, no PF_INET6, using Socket::getaddrinfo, AI_ADDRCONFIG is supported Oct 7 19:49:52.283 [7498] dbg: spamd: socket specification: "192.168.1.117", IP address: 192.168.1.117, port: 783 Oct 7 19:49:52.283 [7498] dbg: spamd: attempting to listen on IP addresses: 192.168.1.117, port 783 Oct 7 19:49:52.286 [7498] dbg: spamd: creating IO::Socket::INET socket: Listen: 128, LocalAddr: 192.168.1.117, LocalPort: 783, Proto: tcp, ReuseAddr: 1, Type: 1 Oct 7 19:49:52.287 [7498] dbg: spamd: server listen sockets fd bit field: 00000100 Oct 7 19:49:52.288 [7498] dbg: logger: adding facilities: all Oct 7 19:49:52.290 [7498] dbg: logger: logging level is DBG Oct 7 19:49:52.291 [7498] dbg: generic: SpamAssassin version 3.4.0 Oct 7 19:49:52.292 [7498] dbg: generic: Perl 5.010001, PREFIX=/usr/local, DEF_RULES_DIR=/usr/local/share/spamassassin, LOCAL_RULES_DIR=/etc/mail/spamassassin, LOCAL_STATE_DIR=/var/lib/spamassassin Oct 7 19:49:52.295 [7498] dbg: config: timing enabled Oct 7 19:49:52.295 [7498] dbg: config: score set 0 chosen. child process [7500] exited or timed out without signaling production of a PID file: exit 255 at /usr/local/bin/spamd line 2960. Nothing new, I'm afraid.