Re: mod_log_sql? also missing: mod_throttle

2003-03-28 Thread Peter Holm
On Fri, 28 Mar 2003 02:40:10 +0100, in linux.debian.isp you wrote:

Really?

I tried apt-cache search thorttle and got nothing.

right, you will not find it with apt-cache, maybe there is something
wrong. But it´s already there:

woody:/usr/lib/apache/1.3# dpkg -S mod_throttle.so
apache-common: /usr/lib/apache/1.3/mod_throttle.so



Have a nice thread,
Peter


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



More Postfix and SASL excitement

2003-03-28 Thread Phil
I've been trying, like many others, it seems, to get postfix, tls, and sasl to 
play nice. TLS was easy, but sasl is turning out not to be. I've tried lots 
with pwcheck_method: pam in /etc/postfix/sasl/smtpd.conf, and gotten nowhere, 
so I thought I'd give saslauthd a try. My smtpd.conf now looks like this:

pwcheck_method: saslauthd
mech_list: plain login

I have saslauthd set to start in /etc/default/saslauthd, and a ps -A seems to 
show it running, but when I attempt to send mail from a client set to use 
authentication, I get these lines in /var/log/mail.info:

Mar 27 22:13:18 rama postfix/smtpd[1035]: connect from unknown[24.70.240.178]
Mar 27 22:13:18 rama postfix/smtpd[1035]: TLS connection established from 
unknown[24.70.240.178]: TLSv1 with cipher RC4-MD5 (128/128 bits)
Mar 27 22:13:18 rama postfix/smtpd[1035]: warning: SASL authentication failure: 
cannot connect to saslauthd server
Mar 27 22:13:18 rama postfix/smtpd[1035]: warning: unknown[24.70.240.178]: SASL 
LOGIN authentication failed
Mar 27 22:13:23 rama postfix/smtpd[1035]: disconnect from unknown[24.70.240.178]

I managed to find something about renaming the saslauthd socket so postfix 
could find it 
(http://www.tldp.org/HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO/postfix-config.html, 
at the bottom), but of course the files aren't layed out like that on Debian. 
Anyone have any ideas?

Thanks, Philip Bock




LWN: Ptrace vulnerability in 2.2 and 2.4 kernels

2003-03-28 Thread DouRiX
Hi everybody,
Does someone know where is debian about this issue ?
http://lwn.net/Articles/25669/
Thanks in advance,
@+
--
DouRiX
[(My favorite version is on bagpipe, but you shouldn't be led by other
 people's perversions.) -- Dani Zweig]



Re: LWN: Ptrace vulnerability in 2.2 and 2.4 kernels

2003-03-28 Thread DouRiX
DouRiX wrote:
Hi everybody,
Does someone know where is debian about this issue ?
http://lwn.net/Articles/25669/
I see that there is already an update but only for mips, do you know why ?
http://www.debian.org/security/2003/dsa-270
@+
--
DouRiX
[(My favorite version is on bagpipe, but you shouldn't be led by other
 people's perversions.) -- Dani Zweig]



Re: LWN: Ptrace vulnerability in 2.2 and 2.4 kernels

2003-03-28 Thread Christoph Löffler
Hi
DouRiX wrote:
Does someone know where is debian about this issue ?
http://lwn.net/Articles/25669/
There was a post of this article in debian-security ML and 
discussion about the severity.
I did not follow this very thoroughly, i think you can
read in the list archiv about it.

Chris
--
Christoph Löffler



Re: mod_log_sql? also missing: mod_throttle

2003-03-28 Thread Peter Holm
On Fri, 28 Mar 2003 02:40:10 +0100, in linux.debian.isp you wrote:

Really?

I tried apt-cache search thorttle and got nothing.

right, you will not find it with apt-cache, maybe there is something
wrong. But it´s already there:

woody:/usr/lib/apache/1.3# dpkg -S mod_throttle.so
apache-common: /usr/lib/apache/1.3/mod_throttle.so



Have a nice thread,
Peter




Re: mod_log_sql? also missing: mod_throttle

2003-03-28 Thread Jeremy Zawodny
On Fri, Mar 28, 2003 at 11:44:15AM +1000, Rudi Starcevic wrote:
 Jeremy,
 
 I tried apt-cache search thorttle and got nothing
 
 try throttle instead of thorttle

I hate it when poor spelling makes me look stupid. :-(

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/




Re: mod_log_sql: can NOT compile, Jesus, can anybody help me?

2003-03-28 Thread Peter Holm
Hi,

 /usr/bin/ld: cannot find -lz

you probably need the zlib1g-dev package

OK that was right! Thank you very much!

What a confusing name for a library. I thought of z in -lz as an ld
option, and understanding of this is not possible without deeper
studies... 

Have a nice day!





Have a nice thread,
Peter