Re: spamassassin puzzles?

2006-11-01 Thread Gilbert Wong
Thx for your reply.Removing files from "TRUSTED_RULESETS" in /etc/rulesdujour/config doesn't remove them from /etc/mail/spamassassin.  Once you'veremoved a ruleset from the config file, then manually delete it fromthe spamassassin directory.That means, after I remove a rule in TRUSTED_RULESETS, i h

spamassassin puzzles?

2006-11-01 Thread Gilbert Wong
Hi all,I'm running Debian Sarge + Spamassassin 3.1.3Is it possible to1) tell spamassassin to stop scanning after the score has reached certain level?2) to make rule files (.cf) being ignored in /etc/mail/spamassassin, any naming convention? Because each time i remove rule(s) to TRUSTED_RULESETS (/e

Re: setup RAID after LVM

2006-07-04 Thread Gilbert Wong
On 04/07/06, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: actually, yes, but why do you want that? What kind of RAID functionality doyou want to get? (logically, it's better to set up lvm on top of raid)actually, i don't want to do that .. all i want is to add RAID 1 to my already created LVM.

setup RAID after LVM

2006-07-03 Thread Gilbert Wong
Hi all,Is it possible to setup mdadm (or any other s/w raid) after LVM2 is already there??i know LVM is top of RAID so i don't know if i can manage without re-install the OS.Thanks in advance.

Re: mysql problem

2005-07-20 Thread Gilbert Wong
> I am going to assume that mysql has been configured to run as socket > only. Check for `skip-networking' in the [mysqld] section of > /etc/mysql/my.cnf Yes. you're right my new setting: #skip-networking bind-address= 127.0.0.1 then restart mysql .. and it's okay now Thanks a lot.

mysql problem

2005-07-20 Thread Gilbert Wong
Hi all, i'm running mysql-server 4.0.24-10 on Sarge. Everything is okay except i cannot see my mysqld from the output of # netstat -tlnp or # netstat -tna BUT, i can successfully login: $ mysql -u p what can i do to make the mysqld visible in the output of `netstat` it used to be seen lis