Question for sheenaqotj (or anyone else that might know)
Can you offer me any advice on tuning the performance of my old RS/6000?
http://rs6k-users.p90.net/lists/displayarticle.shtml?msgid=15396
I’d sent you email, (and you can see in the link above that I sent mail to my RS/6000 user group) but this is my mailserver we’re talking about and I can’t trust it with the way it’s behaving under the strain these days.
I’m looking at dana right
I’m looking at dana right now, and I’m wondering why you have all those spamd processes running. On my linux and bsd boxes, I have one process running with the following args:
/usr/bin/spamd ‑d ‑c ‑a ‑m5 ‑H
And you’re only calling the app without any arguments from rc.tcpip.
But a PS shows lots of these jobs:
perl ‑T ‑w /usr/local/bin/spamd –daemonize
with a load average of 17!
Do you know where they’re starting from? I grepped spamd in /etc, but I’m an ordinary user and might not have perms to see everything.
Spamassassin is probably the big problem. If you could get it down to one instance, everything would be cool. In addition, you could comment out portmap and the dhcp relay daemon, you probably don’t need them. Any other daemons you don’t need can go, too. There are a couple of AIX-specific looking daemons that I don’t know about.
d00d, I just got copies of
d00d, I just got copies of the entire Max Headroom series on VCD.
I’ll make you a sudo’er when I get home. I don’t know where they’re spawning from, except that I thought that they were getting started from procmail calling to spamc. Does spamc create a new spamd if spamd doesn’t respond fast enough perhaps? That’s what I was thinking.
You may need to kill those
You may need to kill those spamd jobs from home. I was able ssh in before, now I can’t get it. It just hangs.
Do you have sudo on dana? I
Do you have sudo on dana? I can’t find it…
Yeah, when it gets too far
Yeah, when it gets too far bogged down, sshd flatlines. That can be rather annoying, actually. It’s why I own a DOS-based notebook with kermit. i suppose a real dumb terminal would be better.
Thanks so much for your help!