[Bug 4026] spamd spawns children endlessly

2005-01-26 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2005-01-25 16:59 --- alexander, that seems to be a different issue -- the child does not have perms to open /dev/console, which is why it dies without logging anything. --- You

[Bug 4026] spamd spawns children endlessly

2005-01-26 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2005-01-25 19:46 --- ok, I think I have it. they are definitely two different issues. Alexander -- your one is due to /dev/console somehow being given permissions that do not give

[Bug 4026] spamd spawns children endlessly

2004-12-20 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-20 02:46 --- Created an attachment (id=2574) -- (http://bugzilla.spamassassin.org/attachment.cgi?id=2574action=view) debug output for child process 8605 --- You are

[Bug 4026] spamd spawns children endlessly

2004-12-20 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-20 03:04 --- Created an attachment (id=2575) -- (http://bugzilla.spamassassin.org/attachment.cgi?id=2575action=view) ktrace output (without binary read/write) of a child

[Bug 4026] spamd spawns children endlessly

2004-12-20 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-20 09:22 --- Created an attachment (id=2576) -- (http://bugzilla.spamassassin.org/attachment.cgi?id=2576action=view) strace output for the master spamd process running with

[Bug 4026] spamd spawns children endlessly

2004-12-20 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-20 09:25 --- Created an attachment (id=2577) -- (http://bugzilla.spamassassin.org/attachment.cgi?id=2577action=view) strace output for one child Between starting the strace

[Bug 4026] spamd spawns children endlessly

2004-12-16 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-15 21:51 --- I don't think it is sensible to split into two bugs. What is missing in the original case are just the logging lines, so depending on whether you syslog or do a

[Bug 4026] spamd spawns children endlessly

2004-12-14 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- You

[Bug 4026] spamd spawns children endlessly

2004-12-14 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-14 03:20 --- I observe the same behaviour on a FreeBSD 4.10-STABLE box. Apparently, after -- max-conn-per-child has run out for *all* children, a new child is spawned for

[Bug 4026] spamd spawns children endlessly

2004-12-14 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-14 13:03 --- Helge - I don't understand. each child should exit once it hits the max-conn-per-child limit, and the server will immediately respawn a new one to replace it.

[Bug 4026] spamd spawns children endlessly

2004-12-14 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-14 14:25 --- It's worse for me. As said, the processes respawn immediately _without_ doing anything. They do not process even a single request. Which is how this bug got my

[Bug 4026] spamd spawns children endlessly

2004-12-14 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-14 15:03 --- ok, could we split this double-bug into two separate bugs, then ;) if they turn out to be the same issue, it's easy to merge them again. But in the meantime,

[Bug 4026] spamd spawns children endlessly

2004-12-13 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-13 07:18 --- Ok sorry, I think I did not make this really clear. This problem only starts after spamd has run for days without problems. A simple restart of spamd will make

[Bug 4026] spamd spawns children endlessly

2004-12-13 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-13 10:30 --- I think this is after syslogd has been restarted -- as you can see it's attempting to syslog a message, getting a transport endpoint is not connected. perhaps

[Bug 4026] spamd spawns children endlessly

2004-12-13 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-13 14:01 --- doesn't ptrace support a -f switch, or similar, to follow through fork() calls? that's what linux strace does, and ISTR solaris ptrace having something similar.

[Bug 4026] spamd spawns children endlessly

2004-12-13 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4026 --- Additional Comments From [EMAIL PROTECTED] 2004-12-13 14:12 --- Ah ok thx, didn't know about that. Now I just have to wait until it happens again, as reloading/restarting syslog did not help to reproduce the problem. Perhaps