folgendes problem:
spamd verursacht hohe server-load, es entstehen laufend zombie-prozesse, weil irgendeine berechtigung nicht stimmt...
ps aux:
Code: Select all
spamd 24560 93.0 0.0 0 0 ? Z 02:56 0:00 [spamd <defunct>]
root 24563 0.0 0.1 1336 468 pts/1 S 02:56 0:00 grep Z
root 24564 0.0 0.0 0 0 ? Z 02:56 0:00 [supervise <defunct>]
root 186 0.0 0.0 1236 252 ? S 03:47 0:04 readproctitle service errors: ...in/spamd line 1299.?supervise: fatal: unable to start clamd/run: access denied?fatal: Can't create spamd-8777-init: Permission denied at /usr/local/pd-admin2/bin/spamd line 1299.?supervise: fatal: unable to start clamd/run: access denied?fatal: Can't create spamd-8780-init: Permission denied at /usr/local/pd-admin2/bin/spamd line 1299.?supervise: fatal: unable to start clamd/run: access denied?r
Code: Select all
my $tmphome = File::Spec->catdir ($tmpdir, "spamd-$$-init");
$tmphome = Mail::SpamAssassin::Util::untaint_file_path ($tmphome);
my $tmpsadir = File::Spec->catdir ($tmphome, ".spamassassin");
Mail::SpamAssassin::dbg("Preloading modules with HOME=$tmphome");
mkdir($tmphome, 0700) or die "fatal: Can't create $tmphome: $!";any ideas? ich steh grad auf dem schlauch.
liegts an schreibrechten oder muss spamd auf ne neuere version gebracht werden (google: spamd zombie)?
hats evtl. was mit einer alten libc6 zu tun, weil spamd noch als root laeuft?
dies problem ist wohl eher was fuer herrn bradler ;-)
muchas gracias.
gruss uli
