Re: 1 or more network cards

2003-05-20 Thread junkyjunk.com
At 10Mbps, having a few ethernet cards will speed up your transfers, but it woud be easier to use 100Mbps instead. If your upstream is only 10Mbps, and you're pushing 10Mbps, having multiple ethernet cards won't help too much. If you were really wanting to use more than one card, I would sugges

1 or more network cards

2003-05-20 Thread Glenn Hocking
Hi All Has anyone put any thought and testing whether it is better to have one network card with multiple IP assigned or 2-3 net cards with separate IP numbers. Actual specs, The cards are all 10/100 Intel's connected to the net via a 10mb/s ethernet with direct public IPs. The secondary IPs ar

Re: Ldap basic authentication

2003-05-20 Thread Donovan Baarda
On Tue, May 20, 2003 at 05:21:39PM +0100, mimo wrote: > That one still works (thanks to Google) - though links mightn't.. > > http://216.239.41.100/search?q=cache:778hLStDj0IJ:wiki.debian.net/LdapAuthentication+ldap+debian+wiki&hl=en&ie=UTF-8 Thanks for the reminder... I was able to recover all o

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread David Wilk
On Tue, May 20, 2003 at 11:09:49AM -0700 or thereabouts, Wade Richards wrote: > Hi, > > On Tue, 20 May 2003 11:12:00 MDT, David Wilk writes: > >Ok, never mind. Everything below is correct except for the solution. > >no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the > >reload

Re: Ldap basic authentication

2003-05-20 Thread Hans Spaans
On Tue, May 20, 2003 at 12:40:18PM +0200, Ghe Rivero wrote: > Hi! > I'm configuring a Ldap server in one of my machines. In the client i > can see the user perfectly but anytime i try to access like an user i > always get: > > su: Authentication service cannot retrieve authentication info.

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread Wade Richards
Hi, On Tue, 20 May 2003 11:12:00 MDT, David Wilk writes: >Ok, never mind. Everything below is correct except for the solution. >no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the >reload randomly - from the command line or from logrotate... I haven't been carefully following

Re: DNS cpu utilization

2003-05-20 Thread peace bwitchu
We are currently hitting 45000-55000 queries every five minute this is usually when cpu hovers around the 6-10 percent area. This is usually from 8 am to 11:30 then it goes to around 1-3 percent in the late afternoons. I have all the services shutdown except Bind and ssh is turned off as well. I

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread David Wilk
Ok, never mind. Everything below is correct except for the solution. no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the reload randomly - from the command line or from logrotate... I guess I'll be trying apache+mod_ssl out of despiration. On Tue, May 06, 2003 at 10:33:34AM

Re: Ldap basic authentication

2003-05-20 Thread mimo
That one still works (thanks to Google) - though links mightn't.. http://216.239.41.100/search?q=cache:778hLStDj0IJ:wiki.debian.net/LdapAuthentication+ldap+debian+wiki&hl=en&ie=UTF-8 mm Donovan Baarda wrote: On Tue, 2003-05-20 at 20:40, Ghe Rivero wrote: Hi! I'm configuring a Ldap server in one of

Re: Ldap basic authentication

2003-05-20 Thread mimo
That one still works (thanks to Google) - though links mightn't.. http://216.239.41.100/search?q=cache:778hLStDj0IJ:wiki.debian.net/LdapAuthentication+ldap+debian+wiki&hl=en&ie=UTF-8 mm Donovan Baarda wrote: On Tue, 2003-05-20 at 20:40, Ghe Rivero wrote: Hi! I'm configuring a Ldap server in one of

Re: DNS cpu utilization

2003-05-20 Thread debian
I would suggest you setup some sort of monitoring on the bind process. I personally use mrtg to graph the output of "rndc stats". The main dns server I am responsible for runs about 12k-15k dns queries per 5 minutes and has just about zero load. It's running on a slowish (aren't they all) sparc

Re: kerberos

2003-05-20 Thread Randy Kramer
On Tuesday 20 May 2003 02:26 am, [EMAIL PROTECTED] wrote: > I'm trying to kerborize my setup, and am fairly certain that I have > the "basics" done (after only 5 hours! I can't understand why *more* > people don't do this! argh). > re: "(after only 5 hours! I can't understand why *more* > peopl

Re: SASL on QPOPPER 4.0.4

2003-05-20 Thread Christian Hammers
On Mon, May 19, 2003 at 08:40:34PM -0400, Gene Grimm wrote: > bad certificate > TLS/SSL Handshake failed: -1 > > Any suggestions on where to look to solve this error? Look at www.openssl.org. Esp. try openssl x509 -text -in my-cert.pem and see if the data inside makes sense. You

Re: Ldap basic authentication

2003-05-20 Thread Donovan Baarda
On Tue, 2003-05-20 at 20:40, Ghe Rivero wrote: > Hi! > I'm configuring a Ldap server in one of my machines. In the client i > can see the user perfectly but anytime i try to access like an user i > always get: > > su: Authentication service cannot retrieve authentication info. > Sorry. I h

Ldap basic authentication

2003-05-20 Thread Ghe Rivero
Hi! I'm configuring a Ldap server in one of my machines. In the client i can see the user perfectly but anytime i try to access like an user i always get: su: Authentication service cannot retrieve authentication info. Sorry. Any idea?¿ If anybody wants, i can send the configuration fil

Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Васил Колев
You'll have to implement it yourself, but here's how it may work: With proftpd, you can authenticate users from a mysql database. The table that proftpd users, there are columns for username, UID , and home directory (among the others). You can have a master account, for UID 2345, in directory /hom

Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Oliver Hitz
On 19 May 2003, Sis wrote: >I modified a PHP script for uploading which gave each of the > sub-clients their own sub-directory with username and password to upload > to. But for some reason, the script fails to upload anything larger than > about 5Mb (it's not the max_upload_filesize in php.ini

Re: Help. Looking for FTP solution for multiple clients.

2003-05-20 Thread Dominik Schulz
Hi, I'm not sure if I got you right but you could just set up an Anonymous FTP-Server that has an upload directory where you can only upload but neither list the files in that directory nor download them. Sis <[EMAIL PROTECTED]> wrote on Mon, 19 May 2003 14:51:37 -0700: >I am looking for a so

kerberos

2003-05-20 Thread tech
I'm trying to kerborize my setup, and am fairly certain that I have the "basics" done (after only 5 hours! I can't understand why *more* people don't do this! argh). However, when I try to connect to my kdc from a client machine, it doesn't work. I have the keytabs setup, but I think I'm missing