Re: ip aliasing and second default gw in /etc/network/interfaces

2003-09-03 Thread Sami Haahtinen
that the network 192.168.1.0/24 resides behind 192.168.1.1 which is not what you want to do. what you are looking for is: ip route add 0.0.0.0/0 dev eth0 via 192.168.1.1 The above should work if your netmask is correctly set. Try if that helps, Sami -- - Sami

Apache log analyzer

2003-08-04 Thread Sami Haahtinen
-- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Apache log analyzer

2003-08-04 Thread Sami Haahtinen
On Mon, Aug 04, 2003 at 04:04:19PM +0200, Marcin Sochacki wrote: On Mon, Aug 04, 2003 at 08:33:53AM -0500, Steve Suehring wrote: On Mon, Aug 04, 2003 at 01:00:33PM +0300, Sami Haahtinen wrote: analog The only one that doesn't have packaging or application bugs, but then again

Re: Apache log analyzer

2003-08-04 Thread Sami Haahtinen
On Mon, Aug 04, 2003 at 10:17:40AM -0700, Wade Richards wrote: On Mon, 04 Aug 2003 13:00:33 +0300, Sami Haahtinen writes: awstats It does the best job of these three, it collects just about every bit of data that i can think of (and more) but the way it's packaged makes it unusable

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-04-02 Thread Sami Haahtinen
On Wed, Apr 02, 2003 at 08:46:42AM +1000, Donovan Baarda wrote: There is a wiki document on configuring ldap-authentication here; http://wiki.debian.net/LdapAuthentication Ahh, finally something i can replace the old howto with! Regards, Sami -- - Sami Haahtinen

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-04-01 Thread Sami Haahtinen
.. try running the owsadm.exe through file to see the real file type. -- Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - pgp0.pgp Description: PGP signature

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-04-01 Thread Sami Haahtinen
On Wed, Apr 02, 2003 at 08:46:42AM +1000, Donovan Baarda wrote: There is a wiki document on configuring ldap-authentication here; http://wiki.debian.net/LdapAuthentication Ahh, finally something i can replace the old howto with! Regards, Sami -- - Sami Haahtinen

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-04-01 Thread Sami Haahtinen
.. try running the owsadm.exe through file to see the real file type. -- Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - pgpPO2pbR8zys.pgp Description: PGP

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-03-31 Thread Sami Haahtinen
you are running. Also, please note that i don't use these extensions at all, so i am of no use to debug this all.. but that was the impression i got from the mail. Regards, Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message

Re: FPSE2002+pam_ldap+nsswitch=Segmentation fault

2003-03-31 Thread Sami Haahtinen
you are running. Also, please note that i don't use these extensions at all, so i am of no use to debug this all.. but that was the impression i got from the mail. Regards, Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message

Quota and LDAP, again.

2003-02-17 Thread Sami Haahtinen
a pam_quota, and it might be a viable solution for this issue too, extending pam_ldap to modify the quota while logging in (if it has changed ofcourse) or to create a pam_quota_ldap module for standalone usage. Any ideas? Regards, Sami Haahtinen -- - Sami Haahtinen

Re: Disconnected IMAP, possible?

2003-02-14 Thread Sami Haahtinen
On Fri, Feb 14, 2003 at 11:30:37AM -0500, Fraser Campbell wrote: Are there email clients in Windows that will support disconnected IMAP operation? Mozilla atleast supports this, just mark the folders to be downloaded, and tell mozilla to go offline. Regards, Sami Haahtinen

Re: sasl support

2002-12-24 Thread Sami Haahtinen
what i use (not the snapshot though, i think.. it's christmas and i'm too lazy to check =) on one of our servers which uses sasl authentication with postfix. Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53

Re: Postfix + SASL Authentication failed

2002-11-10 Thread Sami Haahtinen
sasldb due to I don't know all the client passwords. have you configured PAM properly? also, if you are using the passwd and shadow files you should have a copy lurking about where postfix can reach them.. (remember postfix runs chrooted) Sami -- - Sami Haahtinen

Re: Postfix + SASL Authentication failed

2002-11-10 Thread Sami Haahtinen
sasldb due to I don't know all the client passwords. have you configured PAM properly? also, if you are using the passwd and shadow files you should have a copy lurking about where postfix can reach them.. (remember postfix runs chrooted) Sami -- - Sami Haahtinen

Re: Problem with ssh

2002-06-28 Thread Sami Haahtinen
version of ssh. try either: ssh [EMAIL PROTECTED] or: ssh -l myusername xxx.xxx.xxx.xxx it might be something else, or it might be this.. Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53

Re: Problem with ssh

2002-06-27 Thread Sami Haahtinen
version of ssh. try either: ssh [EMAIL PROTECTED] or: ssh -l myusername xxx.xxx.xxx.xxx it might be something else, or it might be this.. Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53

Re: Purging old e-mail

2002-06-27 Thread Sami Haahtinen
, it can delete by age or date, or just move them away from your mailbox. http://archivemail.sf.net or just apt-get install archivemail Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908

Re: Purging old e-mail

2002-06-26 Thread Sami Haahtinen
, it can delete by age or date, or just move them away from your mailbox. http://archivemail.sf.net or just apt-get install archivemail Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908

Re: Postfix Mail Delivery Abberation

2002-06-25 Thread Sami Haahtinen
with spam filters.. i also checked through my mails, and didn't notice anything like that (not even in my junkmail mailbox) Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D

Re: Postfix Mail Delivery Abberation

2002-06-25 Thread Sami Haahtinen
with spam filters.. i also checked through my mails, and didn't notice anything like that (not even in my junkmail mailbox) Sami -- - Sami Haahtinen - -[ Notify immediately if you do not receive this message ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C

Re: kernel quota control with LDAP

2002-06-05 Thread Sami Haahtinen
entries have been modified since the last update. this way it would be quite simple to keep the quotas in the LDAP database and still utilize the fast local quota store.. Think about it.. Sami -- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live

Re: kernel quota control with LDAP

2002-06-05 Thread Sami Haahtinen
have been modified since the last update. this way it would be quite simple to keep the quotas in the LDAP database and still utilize the fast local quota store.. Think about it.. Sami -- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live

Re: pam_ldap filter option

2002-05-15 Thread Sami Haahtinen
anywhere, just yet. the correct syntax would be (off the top of my head =) auth sufficient pam_ldap.so filter=(foo=bar) i haven't been using the filter patch myself in a while, so it could have been corrupted with the previous updates. Sami -- - Sami Haahtinen

Re: php4 + gd + jpeg

2002-02-19 Thread Sami Haahtinen
On Mon, Feb 18, 2002 at 01:15:23PM -0300, AMD wrote: How to this? I'm installed with apt-get install php4-gd but not accept JPGE files. Did you try using php4-gd2? i was forced to move to it to fix a problem that resembled this one. Sami -- - Sami Haahtinen

Re: php4 + gd + jpeg

2002-02-19 Thread Sami Haahtinen
On Mon, Feb 18, 2002 at 01:15:23PM -0300, AMD wrote: How to this? I'm installed with apt-get install php4-gd but not accept JPGE files. Did you try using php4-gd2? i was forced to move to it to fix a problem that resembled this one. Sami -- - Sami Haahtinen

Re: Re[2]: LDAP + quotas

2001-07-31 Thread Sami Haahtinen
was not completely serious about the solution but it would be a nice idea, i know that quotas can not rely on any daemon as such, but a helper daemon would 'help' in many cases. Sami -- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live

Re: Re[2]: LDAP + quotas

2001-07-28 Thread Sami Haahtinen
-- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live with it? ]- - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: users bypassing shaper limitation

2001-07-01 Thread Sami Haahtinen
up to the config on the client machines. but if you make dynamic firewall rules based on the leases file, blocking all outside traffic, it would be efficient enough. Sami -- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live

Re: users bypassing shaper limitation

2001-07-01 Thread Sami Haahtinen
to the config on the client machines. but if you make dynamic firewall rules based on the leases file, blocking all outside traffic, it would be efficient enough. Sami -- - Sami Haahtinen - -[ Is it still a bug, if we have learned to live

Re: putty (Xfree terminal, talk)

2001-05-28 Thread Sami Haahtinen
has nothing to do with messaging, it just removes other users write permissions to your current tty. Sami -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: putty (Xfree terminal, talk)

2001-05-28 Thread Sami Haahtinen
has nothing to do with messaging, it just removes other users write permissions to your current tty. Sami -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C -

Re: An LDAP authentication howto for Debian?

2001-04-29 Thread Sami Haahtinen
Objectclass: ShadowAccount there too.. it tells nss_ldap not to pull the passwords with 'getent passwd' Sami -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: An LDAP authentication howto for Debian?

2001-04-29 Thread Sami Haahtinen
.. -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - pgpYFde5QXIfl.pgp Description: PGP signature

Re: An LDAP authentication howto for Debian?

2001-04-29 Thread Sami Haahtinen
Objectclass: ShadowAccount there too.. it tells nss_ldap not to pull the passwords with 'getent passwd' Sami -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C -

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
possible service. -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - | 'If you haven't backed up your files recently, you might| | want to back them up before installing Windows 98

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
://ldapnstools.sourceforge.net is this something like the MigrationTools from PADL? Not exactly, because it converts only user database and provides a replacement for standard tools from shadow package (useradd, chsh, passwd, etc.) ahh.. this is something that is needed.. -- - Sami

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
this filter=... has not been implemented yet, it's still a patch waiting to be compiled on my machine =) -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
possible service. -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C - | 'If you haven't backed up your files recently, you might| | want to back them up before installing Windows 98

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
is this something like the MigrationTools from PADL? Not exactly, because it converts only user database and provides a replacement for standard tools from shadow package (useradd, chsh, passwd, etc.) ahh.. this is something that is needed.. -- - Sami

Re: schema for NSS LDAP with not all accounts active

2001-03-31 Thread Sami Haahtinen
this filter=... has not been implemented yet, it's still a patch waiting to be compiled on my machine =) -- - Sami Haahtinen - - 2209 3C53 D0FB 041C F7B1 F908 A9B6 F730 B83D 761C -

Re: schema for NSS LDAP with not all accounts active

2001-03-30 Thread Sami Haahtinen
. BTW, I started a small project on SourceForge, http://ldapnstools.sourceforge.net It could be interesting for anyone who want easly migrate from /etc/passwd to LDAP. is this something like the MigrationTools from PADL? -- - Sami Haahtinen - - 2209

Re: schema for NSS LDAP with not all accounts active

2001-03-30 Thread Sami Haahtinen
. BTW, I started a small project on SourceForge, http://ldapnstools.sourceforge.net It could be interesting for anyone who want easly migrate from /etc/passwd to LDAP. is this something like the MigrationTools from PADL? -- - Sami Haahtinen - - 2209

Re: Video Server....??

2000-07-27 Thread Sami Haahtinen
this.. but nothing proved good enough... (oh, and he is not willing to pay loads of money for this.. =( ) Regards, Sami haahtinen

Re: webmail (2)

2000-07-20 Thread Sami Haahtinen
_How_ does it support https? i'm running the imp from potato, via https... On Thu, Jul 20, 2000 at 11:50:52AM +0200, Emilis wrote: Hi all Some words about webmail horde/imp I'm try to use imp debian package from potato (imp_2.2.0-3.potato.1.deb) And i have a problems with IE 5.x chache.

Re: List managers

2000-07-05 Thread Sami Haahtinen
On Wed, Jul 05, 2000 at 10:47:43AM +0200, Javier Castillo wrote: Hi there, I see that majordomo is non-free :(( , which list manager do you recommend me?, easy to admin, fast, and of course, gnu :)) Sympa is a good choice, i use it for our lists, it's easy on the users

Re: Configuring ISP Support Using 'pppconfig'

2000-05-06 Thread Sami Haahtinen
with the following commands you should be able to diagnose the most common problems ifconfig ppp0 Check if your interface is set up correctly route check where the 'default' route goes, most likely it should point to ppp0 (if it takes too long