Re: Server Motherboards with multiple PCI buses

2000-04-14 Thread J. Currey
On Fri, Apr 14, 2000 at 01:18:55PM +0200, Russell Coker wrote:
> On Wed, 12 Apr 2000, J. Currey wrote:
> >I am putting together a couple of servers that will become PCI 
> >bus bottlenecked.
> >I haven't found very many motherboards that have multiple PCI buses.
> >The Intel L44GX+ has taken the AGP port (PCI 66) and used it for 
> >PCI slots instead, but has some bug report against this second PCI 
> >where the machine locks, but otherwise sounds good. 
> >Does anyone know of some good ix86 multiple PCI bus motherboard that 
> >you have running Debian on ( even if a custom kernel was required
> > (like for SMP))?
> 
> I am curious, what are you doing that will cause a PCI bus bottleneck?  I
> hope you don't mind me asking.
> 

Well supporting gigabit Ethernet for one, and 4 100Mb sub networks
and logging.

PCI bandwidth is about 132 MB/sec (32bit at 33MHz), and with 100MB/sec? taken
by the gigabit Ethernet, it doesn't leave much room for disk writes, much
less the other networks. In practicality it will rarely see that 
much, but it must be capable of it (and I have a one shot budget to
accommodate a few years growth).

A common example of a PCI bottle neck is multiple SCSI controllers 
with stripped drives. It would make sense for gigabyte Ethernet cards 
and high speed
SCSI controllers to use the AGP slot (since AGP is really PCI @ 66MHZ
with a funny connector <- flame target) .  There are  SCSI raid adapters
that are using PCI 66MHZ. 

Make sense?  Oh well :).

J.Currey



Re: Need Help About SSL Certificate

2000-04-14 Thread muggles

there is a script with appche-ssl, /usr/sbin/ssl-certifcate, that is
called be the apache-ssl install that you can re-run to gen a 
cert.

if you already have a cert use the --force flag.

you can also pass a -days x flag to generate a cert that will expire
in 3000 days or somesuch.

there is a page at thawte/versign that explains (or used to be) how to 
generate a cert by hand, but that's basically what ssl-certifcate does
for you.

if you gen a new cert for apache-ssl, delete your old cert and 
force-reload to pick up the new cert.

your milage may very.

muggles


On Thu, Apr 13, 2000 at 10:50:54PM -0600, Andy Bradford wrote:
.Thus said Serhat Artun on Tue, 11 Apr 2000 15:23:39 +0300:


Re: won't stay connected to isp

2000-04-14 Thread John Haggerty
Well assuming your ISP actually supports 2400 baud connections to it's
dialup then you might have a little problem. Usually if you can't even
connect properly you do not possess a fast enough connection (I have a
2400 as well and I tried to connect to a service that supposedly was up
to 33.3 and it wouldn't accept my connection.

On Thu, 13 Apr 2000, Sheri wrote:

> I'm running Linux on a 486 laptop with a 2400
> baud modem, and I haven't been able to stay
> connected to any isp.
> 
> When I used minicom to connect, I get a prompt
> for user name and password, then I get a message
> saying ppp is starting and then garbage on the
> screen for about a minute, then it disconnects.
> 
> When I use pon, the log says something like sending
> LCD packet, receiving LCD packet, a few times, then 
> I'm disconnected.
> 
> I know this isp uses PAP, and I've used pppconfig over and
> over to try and get this to work, but no luck. Any suggestions
> for changes to my scripts?
> 
> Thanks,
> Sheri
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: won't stay connected to isp

2000-04-14 Thread Keith G. Murphy
Sheri wrote:
> 
> I'm running Linux on a 486 laptop with a 2400
> baud modem, and I haven't been able to stay
> connected to any isp.
> 
> When I used minicom to connect, I get a prompt
> for user name and password, then I get a message
> saying ppp is starting and then garbage on the
> screen for about a minute, then it disconnects.
> 
> When I use pon, the log says something like sending
> LCD packet, receiving LCD packet, a few times, then
> I'm disconnected.
> 
> I know this isp uses PAP, and I've used pppconfig over and
> over to try and get this to work, but no luck. Any suggestions
> for changes to my scripts?
> 
How would we know without seeing your scripts?  (pppconfig/pon works OK
out of the box for most of us).  

Let's see the ppp.log, /etc/ppp/options, and pap-secrets (without your
username/password showing, of course!).

And what kind of modem do you have?  Unfortunately, some modems (like my
USR Sportster) need different connect strings to work right
consistently.



more mailserver solutions

2000-04-14 Thread Allen Ahoffman
look at atdot.org also



Re: mailserver solutions

2000-04-14 Thread Russell Coker
On Thu, 13 Apr 2000, [EMAIL PROTECTED] wrote:
>The problem is that there are not much users per domain but a lot of
>domains. I think this version is only suitable if you have to handle 1000
>or more Acconts for only one domain. And especially with only one
>administrator.
>
>I think the Communigate Pro is exactly what I need. It's a solution of
>stalker (www.stalker.com). I didn't found a comparable product yet, does
>anybody know ?

There is a Dutch ISP service called "24 Hours Net" which is a free ISP (in
Europe local phone calls are time charged and the ISP receives a portion of
the phone call costs which covers all costs of running the ISP).  It is aimed
at business customers and gives each customer 1 free .nl domain.  It is all
based around the Netscape mail, web, and SMTP servers.  It supports web based
administration etc and works reasonably well.

My personal estimation is that the current setup is likely to experience
performance problems when it exceeds 10,000 domains, and will certainly have
problems with 30,000 domains.  But there is plenty of time to upgrade and/or
reconfigure before then.

I believe that the entire range of software employed on 24hoursnet servers is
available for Linux.


Russell Coker

Disclaimer:  I am not representing 24hoursnet or Versatel in this message.  I
am merely providing technical information that I believe may be of interest
to people here.



Re: Server Motherboards with multiple PCI buses

2000-04-14 Thread Russell Coker
On Wed, 12 Apr 2000, J. Currey wrote:
>I am putting together a couple of servers that will become PCI 
>bus bottlenecked.
>I haven't found very many motherboards that have multiple PCI buses.
>The Intel L44GX+ has taken the AGP port (PCI 66) and used it for 
>PCI slots instead, but has some bug report against this second PCI 
>where the machine locks, but otherwise sounds good. 
>Does anyone know of some good ix86 multiple PCI bus motherboard that 
>you have running Debian on ( even if a custom kernel was required
> (like for SMP))?

I am curious, what are you doing that will cause a PCI bus bottleneck?  I
hope you don't mind me asking.

-- 
My current location - X marks the spot.
X
X
X



Re: COMMERCIAL: Anyone leasing a debian server?

2000-04-14 Thread Cedric Gavage
Marc Haber wrote:
> 
> On Mon, 10 Apr 2000 11:42:24 +1000, you wrote:
> >Zentek International does provide such a service using Debian servers.
> 
> How about having a list of Debian-friendly companies, ISPs, Web
> Hosters, Security outfits etc. on the Debian web page?
> 
It's a good idea...

-- 
  -o)  Cédric Gavage  <[EMAIL PROTECTED]> |
  /\\  www:  http://linuxbe.org|
 _\_v  homepage: http://cedric.gavage.com  |
---'



Re: Need Help About SSL Certificate

2000-04-14 Thread Andy Bradford
Thus said Serhat Artun on Tue, 11 Apr 2000 15:23:39 +0300:

> $ make certificate TYPE=custom
> 
> but it doesnt work or I couldnt make it if you know how can I create
> basicly 

I don't know anything about making certificates for SSL, however, if it 
is using a Makefile, which I assume it must since you are using make, 
then you should do

$ make TYPE=custom certificate

Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




pgputjP1IjYkH.pgp
Description: PGP signature


Re: FTP upload by email

2000-04-14 Thread Chris Wagner
I should also add that there will have to be some kind of time sensitivity
or other uniqueness test.  Otherwise some malicious intermediary could
intercept the message and save it for a while and then resubmit it into the
mailstream.  The destination would authenticate the message and old data
would be posted to wherever.  A way to guard against this would be to
include time information in the encrypted portion of the file set.  e.g.
putting a serial number or time stamp in the file and having the script
reject any material with an older serial number than the current version.

+---+
|-=I T ' S  P R I N C I P L E  T H A T  C O U N T S=-   |
|=-  -=ALAN KEYES FOR PRESIDENT=- -=|
| Balanced Budgets Personal Freedoms Morality Lower Tax |
|=--  http://www.Keyes2000.com.  --=|
+———+