[Clamav-users] What is -ve process group?

2005-01-30 Thread imacat
on google either. Currently I hack to turn PID from negative to positive. Under bash, I do echo $((0-$([pidfile]))) [pidfile] after clamav-milter is started. I guess this is not the answer, though. -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt

Re: [Clamav-users] Re: What is -ve process group?

2005-01-30 Thread imacat
On Sun, 30 Jan 2005 16:01:32 -0600 Ren?Berber [EMAIL PROTECTED] wrote: imacat wrote: It's an option (*not* available in all Unixes or Unix like environments) to send the signal to all threads in the process group. Thank you. I somehow got it now. The manpage on my Debian machine does

Re: [Clamav-users] Clamav-milter 0.81b

2005-01-31 Thread imacat
Also I believe you can look into the --quarantine-dir. There is surprise for you. :p -- imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Tavern IMACAT's http://www.imacat.idv.tw/ Woman's Voice http://www.wov.idv.tw/ TLUG List Manager http://www.linux.org.tw

Re: [Clamav-users] Re: What is -ve process group?

2005-01-31 Thread imacat
behind this change (negative PID). Or maybe we can change it back again? -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw/ Tavern IMACAT's: http://www.imacat.idv.tw/ TLUG List Manager: http://www.linux.org.tw

Re: [Clamav-users] Re: What is -ve process group?

2005-01-31 Thread imacat
in the README about this problem on 2.4 kernels, with a short 'how to work around' section. That would be very nice than having people looking for -ve process group on the internet whole day long. Thank you. It definitely helps a lot. -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http

[Clamav-users] Problem in ClamAV 0.85

2005-05-11 Thread imacat
if its OK to allow everyone to read-write the console, too. It won't work even if I add daemon to group tty and chmod 660 /dev/console. -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw/ Tavern IMACAT's: http

[Clamav-users] /dev/console Permission in ClamAV 0.85

2005-05-15 Thread imacat
since people relying on devfs may not always have a permitted /dev/console. Could someone answer this question here? -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw/ Tavern IMACAT's: http://www.imacat.idv.tw

Re: [Clamav-users] /dev/console Permission in ClamAV 0.85

2005-05-15 Thread imacat
with a patch to it in replace of my previous rush one. Sorry for the bothering and thanks that it is solved in CVS. On Sun, 15 May 2005 22:54:24 -0500 (CDT) Damian Menscher [EMAIL PROTECTED] wrote: On Sun, 15 May 2005, imacat wrote: [EMAIL PROTECTED]:~# /dev/console: Permission denied It's

Re: [Clamav-users] /dev/console Permission in ClamAV 0.85

2005-05-16 Thread imacat
The /dev/console permission problem seems to be solved in the just-released ClamAV 0.85.1. Thank you. On Mon, 16 May 2005 12:12:09 +0800 imacat [EMAIL PROTECTED] wrote: Sorry, I did not noticed that I had disbled this list, and am wondering why there is no response on my previous post

[Clamav-users] /dev/console and LogSyslog

2005-05-27 Thread imacat
daemons. I don't see any other daemon forcing its message to the console. Is it possible to fix this? Or did I miss something? Thank you in advance. -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw

Re: [Clamav-users] /dev/console and LogSyslog

2005-05-30 Thread imacat
Sorry, I have waited 2 days for this question. Did someone notice it? Can someone answer it? On Sat, 28 May 2005 05:26:09 +0800 imacat [EMAIL PROTECTED] wrote: Dear all, I had asked a question about the permission of /dev/console. It is solved in 0.85.1. Thanks for your effort

Re: [Clamav-users] /dev/console and LogSyslog

2005-05-30 Thread imacat
: imacat said: Sorry, I have waited 2 days for this question. Did someone notice it? Can someone answer it? If you have clamd.conf configured to log to local7 facility, for example, then in your syslog.conf file or what ever it might be on your system, you can have an entry like

Re: [Clamav-users] /dev/console and LogSyslog

2005-05-30 Thread imacat
() that LogSyslog is in use in clamav-milter/clamav-milter.c? It's strange that only clamav-milter and sigtool is using cli_errmsg() and cli_warnmsg(). -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw/ Tavern

Re: [Clamav-users] /dev/console and LogSyslog

2005-05-31 Thread imacat
On Mon, 30 May 2005 21:59:56 -0400 Stephen Gran [EMAIL PROTECTED] wrote: On Tue, May 31, 2005 at 09:48:12AM +0800, imacat said: Is there any way to tell cli_warning() that LogSyslog is in use in clamav-milter/clamav-milter.c? It's strange that only clamav-milter and sigtool is using

Re: [Clamav-users] /dev/console and LogSyslog

2005-05-31 Thread imacat
appreciate if you can look into this issue, although there might not be an easy answer. I had looked into the code and know the difficulty here. -- Best regards, imacat ^_*' [EMAIL PROTECTED] PGP Key: http://www.imacat.idv.tw/me/pgpkey.txt Woman's Voice News: http://www.wov.idv.tw/ Tavern IMACAT's: http

[Clamav-users] Re: [Clamav-devel] Patch to fix broken sendfile on Linux 2.6

2006-01-12 Thread imacat
Hi, I'm a ClamAV user from Taiwan. I'm experiencing this same problem. But I did not see this issue solved in the just-released ClamAV 0.88. Now I have to patch ClamAV in order for it to work properly. Will it be solved in the future version of ClamAV? -- Best regards, imacat ^_*' [EMAIL