From owner-freebsd-isp Sun Apr 15 18:53:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 7DC1137B440 for ; Sun, 15 Apr 2001 18:53:26 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id LAA83933 for ; Mon, 16 Apr 2001 11:53:09 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Mon, 16 Apr 2001 11:53:07 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: boa small/fast web server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm running a popular "no budget" site on an overloaded server. Until yesterday, I was running two sets of Apache processes - one for dynamically generated HTML (PHP) and a leaner version for images. I've now installed Boa as the images server, and although it's FAST and hardly takes up any memory (5Mb total compared to a peak of over 200 apache processes consuming around 1Mb each!), I am having one major problem - inconsistent broken images. Badly worded technical question: When a program opens a socket for listening, and someone connects, is a copy of that socket handed over to the process that owns it (with the original socket remaining open for immediate further connects), or does the process use that socket and then have to recreate the listening connection? If it's the latter, I'm wondering whether that is why I'm getting broken images - connections refused because Boa can't open a new listen socket in time... Is anyone else using Boa having this problem? Any tips in general on how to optimise FreeBSD 4.2R for Apache and/or Boa? It's basically a stock GENERIC kernel with non relevant devices removed. Boa was compiled from original archive rather than via the ports collection, so that may be an issue too. This is the same machine that was crashing a while back, it's now running on all DIMM instead of SIMM+DIMM and it's been running well, just rarely above 0% idle. Boa has changed that, but at what cost... Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Apr 15 19:27:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 043E437B424 for ; Sun, 15 Apr 2001 19:27:34 -0700 (PDT) (envelope-from sean@mailhost.tgd.net) Received: (qmail 13176 invoked by uid 1001); 16 Apr 2001 02:27:28 -0000 Date: Sun, 15 Apr 2001 19:27:28 -0700 From: Sean Chittenden To: Rowan Crowe Cc: freebsd-isp@freebsd.org Subject: Re: boa small/fast web server Message-ID: <20010415192728.B11573@rand.tgd.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="m51xatjYGsM+13rf" Content-Disposition: inline In-Reply-To: ; from "rowan@sensation.net.au" on Mon, Apr 16, 2001 at = 11:53:07AM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --m51xatjYGsM+13rf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Boa's an excellent static content web server, I've been very impressed with its performance and hackability (just make sure that you know it can get any file that's world readable). How many file descriptors do you have? -sc > Badly worded technical question: > > When a program opens a socket for listening, and someone connects, is a > copy of that socket handed over to the process that owns it (with the > original socket remaining open for immediate further connects), or does > the process use that socket and then have to recreate the listening > connection? The former was closer. > Is anyone else using Boa having this problem? Any tips in general on how > to optimise FreeBSD 4.2R for Apache and/or Boa? It's basically a stock > GENERIC kernel with non relevant devices removed. Boa was compiled from > original archive rather than via the ports collection, so that may be an > issue too. Do you have different IPs for boa and apache? You should be able to compile boa from src or ports. I personally would recommend using ports, but that's up to you. > This is the same machine that was crashing a while back, it's now running > on all DIMM instead of SIMM+DIMM and it's been running well, just rarely > above 0% idle. Boa has changed that, but at what cost... boa shouldn't be a problem, I've had a hacked boa server pushing 2000 connections a second on a P200 IDE box. It's probably kernel tweaking that needs to happen. -sc --=20 Sean Chittenden --m51xatjYGsM+13rf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iEYEARECAAYFAjraWJAACgkQn09c7x7d+q3rcQCdFroCoozpemT45QQ4usjpB12q fP4AoKPHIgK7ZmAGYeSJnAfeqZ6Tk+3T =V/qh -----END PGP SIGNATURE----- --m51xatjYGsM+13rf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 0:56:16 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id A042037B43E for ; Mon, 16 Apr 2001 00:56:08 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id RAA85025; Mon, 16 Apr 2001 17:55:47 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Mon, 16 Apr 2001 17:55:45 +1000 (EST) From: Rowan Crowe To: Sean Chittenden Cc: freebsd-isp@freebsd.org Subject: Re: boa small/fast web server In-Reply-To: <20010415192728.B11573@rand.tgd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 15 Apr 2001, Sean Chittenden wrote: Hello Sean, > Boa's an excellent static content web server, I've been very > impressed with its performance and hackability (just make sure that > you know it can get any file that's world readable). How many file > descriptors do you have? -sc How do I check this? I presume you mean free descriptors, no extra options in my kernel. > > Is anyone else using Boa having this problem? Any tips in general on how > > to optimise FreeBSD 4.2R for Apache and/or Boa? It's basically a stock > > GENERIC kernel with non relevant devices removed. Boa was compiled from > > original archive rather than via the ports collection, so that may be an > > issue too. > > Do you have different IPs for boa and apache? You should be > able to compile boa from src or ports. I personally would recommend > using ports, but that's up to you. They're on separate IPs, both on port 80. The ports and source version of Boa is identical, and the only patches appear to be some minor path changes, and the following in Makefile: -LDFLAGS = @LIBS@ -g -CFLAGS = -O -Wall -g +LDFLAGS = @LIBS@ +CFLAGS = @CFLAGS@ It doesn't compile 100% cleanly out of the box: y.tab.c: In function `yyparse': y.tab.c:314: warning: implicit declaration of function `yylex' boa_lexer.l: In function `yylex': boa_lexer.l:82: warning: implicit declaration of function `yyerror' boa_lexer.l: At top level: lex.yy.c:1175: warning: `yyunput' defined but not used get.c: In function `get_cachedir_file': get.c:335: warning: long int format, int arg (arg 5) request.c: In function `get_request': request.c:79: warning: large integer implicitly truncated to unsigned type util.c: In function `get_commonlog_time': util.c:141: warning: assignment makes integer from pointer without a cast request.o: In function `process_header_end': /usr/src/boa-0.94.8.3/src/request.c(.text+0x9fc): warning: tmpnam() possibly used unsafely; consider using mkstemp() index_dir.c: In function `index_directory': index_dir.c:141: warning: passing arg 3 of `scandir' from incompatible pointer type > > This is the same machine that was crashing a while back, it's now running > > on all DIMM instead of SIMM+DIMM and it's been running well, just rarely > > above 0% idle. Boa has changed that, but at what cost... > > boa shouldn't be a problem, I've had a hacked boa server > pushing 2000 connections a second on a P200 IDE box. It's probably > kernel tweaking that needs to happen. -sc This is a Cyrix 233 underclocked to 150MHz, 128Mb RAM, 10Gb IDE HD, 10Mbit generic NE2000 compatible card. The site is sending out approximately 12-14Gb of data daily, the bulk of that being 10-20k images. The underclocking was an attempt to fix the crashing problems, which have not reoccurred since I removed all SIMM memory; I haven't yet changed the clock speed back. The machine is not just serving static content, it's also generating HTML on the fly (via PHP) and running 111 background processes to fetch webcam images and process them, so the load can momentarily spike or dip even when there is a relatively constant stream of HTTP fetching. last pid: 36124; load averages: 16.60, 27.51, 30.73 up 0+19:02:47 17:51:51 280 processes: 22 running, 257 sleeping, 1 zombie CPU states: 36.2% user, 0.0% nice, 47.0% system, 16.4% interrupt, 0.4% idle Mem: 75M Active, 9052K Inact, 29M Wired, 5508K Cache, 22M Buf, 4528K Free Swap: 256M Total, 5176K Used, 251M Free, 1% Inuse Note the idle state and the small amount of swap used. The number of processes may also be an issue. Any pointers on where to start with tweaking? Thanks for your help... The site is http://www.camrecord.com/ if you want to see an example of images being missed. ;\ Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 2: 2:31 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 223AA37B43F for ; Mon, 16 Apr 2001 02:02:27 -0700 (PDT) (envelope-from sean@mailhost.tgd.net) Received: (qmail 25607 invoked by uid 1001); 16 Apr 2001 09:02:25 -0000 Date: Mon, 16 Apr 2001 02:02:24 -0700 From: Sean Chittenden To: Rowan Crowe Cc: freebsd-isp@freebsd.org Subject: Re: boa small/fast web server Message-ID: <20010416020224.A24342@rand.tgd.net> References: <20010415192728.B11573@rand.tgd.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: ; from "rowan@sensation.net.au" on Mon, Apr 16, 2001 at = 05:55:45PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Boa's an excellent static content web server, I've been very > > impressed with its performance and hackability (just make sure that > > you know it can get any file that's world readable). How many file > > descriptors do you have? -sc >=20 > How do I check this? I presume you mean free descriptors, no extra options > in my kernel. Check the FreeBSD handbook, there's tons of documentation on this. > They're on separate IPs, both on port 80. The ports and source version of > Boa is identical, and the only patches appear to be some minor path > changes, and the following in Makefile: Hmm.... have you tried the make with bison instead? > This is a Cyrix 233 underclocked to 150MHz, 128Mb RAM, 10Gb IDE HD, 10Mbit > generic NE2000 compatible card. The site is sending out approximately > 12-14Gb of data daily, the bulk of that being 10-20k images. The > underclocking was an attempt to fix the crashing problems, which have not > reoccurred since I removed all SIMM memory; I haven't yet changed the > clock speed back. When things were crashing, was it signal 11? > last pid: 36124; load averages: 16.60, 27.51, 30.73 up 0+19:02:47 17:= 51:51 > 280 processes: 22 running, 257 sleeping, 1 zombie > CPU states: 36.2% user, 0.0% nice, 47.0% system, 16.4% interrupt, 0.4% = idle > Mem: 75M Active, 9052K Inact, 29M Wired, 5508K Cache, 22M Buf, 4528K Free > Swap: 256M Total, 5176K Used, 251M Free, 1% Inuse Sounds like you guys need to do an application redesign that'll serialize the fetches or setup a specific number of processes that are fetching the images (limited amount of parallel execution). > Note the idle state and the small amount of swap used. The number of > processes may also be an issue. >=20 > Any pointers on where to start with tweaking? Thanks for your help... >=20 > The site is http://www.camrecord.com/ if you want to see an example of > images being missed. ;\ Pop ups are evil. ::grin:: -sc --=20 Sean Chittenden --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iEYEARECAAYFAjratSAACgkQn09c7x7d+q2suACgwz3VTABeAsEI2mU2K0zCd3Ac nuYAnRrDkvH/xDfuGsYU7DKPU8PIUHCZ =Z7A1 -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 3:59:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from everest.wananchi.com (everest.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id B27EC37B423 for ; Mon, 16 Apr 2001 03:59:51 -0700 (PDT) (envelope-from wash@everest.wananchi.com) Received: from wash by everest.wananchi.com with local (Exim 3.22 #2) id 14p6iV-0000f0-00 for freebsd-isp@freebsd.org; Mon, 16 Apr 2001 13:58:47 +0300 Date: Mon, 16 Apr 2001 13:58:47 +0300 From: Odhiambo Washington To: FBSD-ISP Subject: Extent RBS Message-ID: <20010416135846.D2022@everest.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-ISP Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9dgjiU4MmWPVapMU" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD everest.wananchi.com 4.3-RC FreeBSD 4.3-RC X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 1:57PM up 3 days, 20:02, 1 user, load averages: 0.01, 0.04, 0.02 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --9dgjiU4MmWPVapMU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I've just joined an office where they run Extent RBS for user management and all that stuff but it is Oracle dependent and is running on Linux. Is ther anyone who's had success running RBS on FreeBSD?? TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. You have junk mail. --9dgjiU4MmWPVapMU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62tBmn7LIsuxjem8RArLoAKCy2rGGhbi1IQ9QZKJdhJYQjfJjeACdEkZs H9F2bLILYyZpEMJ2I/4y//c= =6bGv -----END PGP SIGNATURE----- --9dgjiU4MmWPVapMU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 4: 4:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from everest.wananchi.com (everest.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 1109137B43C for ; Mon, 16 Apr 2001 04:04:43 -0700 (PDT) (envelope-from wash@everest.wananchi.com) Received: from wash by everest.wananchi.com with local (Exim 3.22 #2) id 14p6nB-0000i9-00 for freebsd-isp@freebsd.org; Mon, 16 Apr 2001 14:03:37 +0300 Date: Mon, 16 Apr 2001 14:03:37 +0300 From: Odhiambo Washington To: FBSD-ISP Subject: Extent RBS Message-ID: <20010416140337.H2022@everest.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-ISP Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="so9zsI5B81VjUb/o" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD everest.wananchi.com 4.3-RC FreeBSD 4.3-RC X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 2:03PM up 3 days, 20:08, 1 user, load averages: 0.04, 0.04, 0.01 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --so9zsI5B81VjUb/o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I've just joined an office where they run Extent RBS for user management and all that stuff but it is Oracle dependent and is running on Linux. Is ther anyone who's had success running RBS on FreeBSD?? TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. Excessive login or logout messages are a sure sign of senility. --so9zsI5B81VjUb/o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62tGJn7LIsuxjem8RAvDkAKCH/annbuy8ZOkZqLALvP5MdVl8wwCfVbbi seOwwcjKg8sO4oMIUCGbJug= =IIQx -----END PGP SIGNATURE----- --so9zsI5B81VjUb/o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 7:53:39 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 2368637B423 for ; Mon, 16 Apr 2001 07:53:36 -0700 (PDT) (envelope-from netchild@leidinger.net) Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout0.freenet.de with esmtp (Exim 3.22 #1) id 14pANh-00047n-00; Mon, 16 Apr 2001 16:53:33 +0200 Received: from b8590.pppool.de ([213.7.133.144] helo=Magelan.Leidinger.net) by mx0.freenet.de with esmtp (Exim 3.22 #1) id 14pANg-0000Sd-00; Mon, 16 Apr 2001 16:53:33 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.3/8.11.3) with ESMTP id f3GEgU303055; Mon, 16 Apr 2001 16:42:31 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200104161442.f3GEgU303055@Magelan.Leidinger.net> Date: Mon, 16 Apr 2001 16:42:28 +0200 (CEST) From: Alexander Leidinger Subject: Re: boa small/fast web server To: rowan@sensation.net.au Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 16 Apr, Rowan Crowe wrote: > Is anyone else using Boa having this problem? Any tips in general on how > to optimise FreeBSD 4.2R for Apache and/or Boa? It's basically a stock > GENERIC kernel with non relevant devices removed. Boa was compiled from > original archive rather than via the ports collection, so that may be an > issue too. - Load the accf_http kld and make sure apache has support for it (a recent apache from the ports collection is ok). This should reduce some CPU usage. - Use the apache-patch from SGI (oss.sgi.com). Just "make patch", apply the SGI-patch and "make" (at least it worked that way with apache 1.3.9 if I remember correctly). This should make it a little bit faster, depending on the request. - Remove every apache-module you didn't need. Saves some memory. - Play a little bit with some sysctl's, e.g. net.inet.tcp.slowstart_flightsize. Faster delivery for small files. - Recompile the entire system+kernel with higher optimization (not recommended because of some compiler bugs, but you may be lucky), e.g. with "-O2 -fno-strength-reduce". - Make you websites Cache-Friendly, e.g. ---snip--- ExpiresActive On ExpiresByType image/* A2592000 ---snip--- or something like that (you may perhaps want to look at http://www.leidinger.net/cgi-bin/search.pl?q=caching&num=10). This moves a little bit of work away from your hardware. - http://www.leidinger.net/links/Computer/Unix/WWW/Apache/ Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 7:56: 3 2001 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 02EFF37B43C for ; Mon, 16 Apr 2001 07:56:02 -0700 (PDT) (envelope-from alex@aspenworks.com) Received: from d7k (matrix.aspenworks.com [216.38.199.82]) by aspenworks.com (8.9.3/8.9.3) with SMTP id IAA18213 for ; Mon, 16 Apr 2001 08:55:51 -0600 (MDT) (envelope-from alex@aspenworks.com) Message-ID: <004401c0c685$49c2d830$1700a8c0@d7k> From: "Alex Huppenthal" To: Subject: Domain managers for FreeBSD Date: Mon, 16 Apr 2001 08:55:31 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm looking for a decent Domain manager for FreeBSD. Would like to give clients the ability to manage their own DNS, add Email accounts, changing forwarding, add DNS entries, the general sorta ISP stuff that we all do, but some of my clients what to be in control. Thanks, -Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 8:18: 4 2001 Delivered-To: freebsd-isp@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 1FB6637B43E for ; Mon, 16 Apr 2001 08:18:03 -0700 (PDT) (envelope-from blaz@amis.net) Received: by titanic.medinet.si (Postfix, from userid 1000) id 181DE55411; Mon, 16 Apr 2001 17:17:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 05EB755405; Mon, 16 Apr 2001 17:17:57 +0200 (CEST) Date: Mon, 16 Apr 2001 17:17:56 +0200 (CEST) From: Blaz Zupan To: Alex Huppenthal Cc: Subject: Re: Domain managers for FreeBSD In-Reply-To: <004401c0c685$49c2d830$1700a8c0@d7k> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm looking for a decent Domain manager for FreeBSD. Would like to give > clients the ability to manage their own DNS, add Email accounts, changing > forwarding, add DNS entries, the general sorta ISP stuff that we all do, but > some of my clients what to be in control. http://www.namesurfer.com/ Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 16 11:35:23 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 497DB37B43F for ; Mon, 16 Apr 2001 11:35:13 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id EAA87276; Tue, 17 Apr 2001 04:34:55 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Tue, 17 Apr 2001 04:34:52 +1000 (EST) From: Rowan Crowe To: Sean Chittenden Cc: freebsd-isp@FreeBSD.ORG Subject: Re: boa small/fast web server In-Reply-To: <20010416020224.A24342@rand.tgd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 16 Apr 2001, Sean Chittenden wrote: > > > Boa's an excellent static content web server, I've been very > > > impressed with its performance and hackability (just make sure that Hi Sean, Do you get errors like this when running Boa? [17/Apr/2001:04:22:13 -H605] request from 88.191.4.8 "(null)" ("(null)"): header read: Connection reset by peer [17/Apr/2001:04:22:13 -H605] request from 88.191.4.8 "(null)" ("(null)"): header read: Connection reset by peer [17/Apr/2001:04:22:14 -H605] request from 88.191.4.8 "(null)" ("(null)"): header read: Connection reset by peer [17/Apr/2001:04:22:20 -H605] request from 209.88.239.162 "(null)" ("(null)"): header read: Connection reset by peer [17/Apr/2001:04:22:21 -H605] request from 12.79.105.197 "(null)" ("(null)"): header read: Connection reset by peer [17/Apr/2001:04:22:21 -H605] request from 12.79.105.197 "(null)" ("(null)"): header read: Connection reset by peer I suspect this has something to do with some of the images not downloading properly. Seeing the string '(null)' in an error output tends to make me a little nervous, too. There's over 50,000 of the above errors in the last ~36 hours. I don't know if this is someone clicking "stop" on their browser and Boa thinks it's a problem, or it's something else. BTW: I compiled Boa from ports, after pulling in gmake and about 4 other dependencies (no idea why when the source compiles with standard make?) it compiled... no change to the behaviour though - there are still broken images. :( I just noticed that the IP of the Windows machine that shows these broken images (ie as I type this) doesn't appear in the error log at all today, and there's only a few of the above errors over the last couple of days for that IP. Back to Apache for the moment... Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 3:57:23 2001 Delivered-To: freebsd-isp@freebsd.org Received: from wildcatblue.com (flanders.wildcatblue.com [206.157.147.206]) by hub.freebsd.org (Postfix) with ESMTP id 0A57137B43F for ; Tue, 17 Apr 2001 03:57:16 -0700 (PDT) (envelope-from sdrhodus@wildcatblue.com) Received: from vghk (p1mp.vghk.e-xtreme.org [206.157.147.77]) by wildcatblue.com (Postfix) with SMTP id 439B985B01 for ; Tue, 17 Apr 2001 05:58:56 +0000 (GMT) Message-ID: <001701c0c72c$b4118770$4d939dce@vghk> From: "David Rhodus" To: Subject: FreeBSD FTPd Date: Tue, 17 Apr 2001 06:53:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C0C70B.2C7AD8F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C0C70B.2C7AD8F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I just read about a hole in FreeBSD's ftpd. What would you guys recomend = installing now. Or should I try to patch it some how, is there even a = patch out yet? CIO David Rhodus Wildcatblue.com 859-626-1161 859-527-9688 Pager sdrhodus@wildcatblue.com ------=_NextPart_000_0014_01C0C70B.2C7AD8F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I just read about a hole in FreeBSD's = ftpd. What=20 would you guys recomend installing now. Or should I try to patch it some = how, is=20 there even a patch out yet?
 
CIO David=20 Rhodus
Wildcatblue.com
859-626-1161
859-527-9688 Pager
sdrhodus@wildcatblue.com
------=_NextPart_000_0014_01C0C70B.2C7AD8F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 4: 4:23 2001 Delivered-To: freebsd-isp@freebsd.org Received: from unit11.support.nl (unit11.support.nl [195.114.229.252]) by hub.freebsd.org (Postfix) with ESMTP id 4956E37B422 for ; Tue, 17 Apr 2001 04:04:20 -0700 (PDT) (envelope-from marcel@support.nl) Received: from localhost (marcel@localhost) by unit11.support.nl (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id NAA28811; Tue, 17 Apr 2001 13:08:14 +0200 Date: Tue, 17 Apr 2001 13:08:14 +0200 (CEST) From: Marcel Lemmen To: David Rhodus Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD FTPd In-Reply-To: <001701c0c72c$b4118770$4d939dce@vghk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try the new Proftpd, the latest rc isn't vulnerable. Or read more about this bug (the proftpd related bug) at: http://www.securityfocus.com/templates/archive.pike?list=1&mid=169395 Kind regards, Marcel Lemmen Support Net -------------------------------------------------------------- | Marcel Lemmen | Support Net BV | | | System Engineer | beheer@support.nl | \|/ | | | | ___.oO___|_ | | Jobs@SupportNet | http://jobs.supportnet.nl | | -------------------------------------------------------------- (It's a snowman in the desert next to a saguaro) On Tue, 17 Apr 2001, David Rhodus wrote: > Date: Tue, 17 Apr 2001 06:53:57 -0400 > From: David Rhodus > To: freebsd-isp@FreeBSD.ORG > Subject: FreeBSD FTPd > > I just read about a hole in FreeBSD's ftpd. What would you guys recomend installing now. Or should I try to patch it some how, is there even a patch out yet? > > CIO David Rhodus > Wildcatblue.com > 859-626-1161 > 859-527-9688 Pager > sdrhodus@wildcatblue.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 10: 3: 1 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id A485D37B43F for ; Tue, 17 Apr 2001 10:02:55 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id DAA91553 for ; Wed, 18 Apr 2001 03:02:50 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Wed, 18 Apr 2001 03:02:47 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: Re: boa small/fast web server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Following up my problems with Boa... I was reading the notes page on thttpd (http://www.acme.com/software/thttpd/notes.html, "On the listen queue length"), which mentions that the queue for new TCP connections can be shallow, and if an application doesn't respond fast enough to connects that queue will be overflowed. Result: connections refused until the queue has one or more connections processed/cleared from it. netstat -s shows, in part... 27286 connection requests 1056360 connection accepts 368146 bad connection attempts 315486 listen queue overflows ^^^^^^ I think that is what is happening here - these stats account for a little more than 16 hours of uptime, or an average of around 5 refused connections per second for those entire 16 hours! While this would probably just be delaying the inevitable, does anyone know how to change the length of this queue in FreeBSD 4.x? sysctl -a doesn't seem to list anything that leaps out. I'll have a hunt around in the kernel source too, to see if I can find anything. The real problem is most likely server load, and Boa trying to process new connections in time (perhaps part of it is swapped out or otherwise busy). Like I said, this is a "no budget" site, so there's no happy ending in sight at the moment. :-\ Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 10:12:49 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web1.nidhog.com (web1.nidhog.com [192.204.160.129]) by hub.freebsd.org (Postfix) with ESMTP id 45EA137B43C for ; Tue, 17 Apr 2001 10:12:46 -0700 (PDT) (envelope-from chosey@web1.nidhog.com) Received: from localhost (chosey@localhost) by web1.nidhog.com (8.11.3/8.11.3) with ESMTP id f3HHCMP70182; Tue, 17 Apr 2001 13:12:23 -0400 (EDT) (envelope-from chosey@web1.nidhog.com) X-Authentication-Warning: web1.nidhog.com: chosey owned process doing -bs Date: Tue, 17 Apr 2001 13:12:22 -0400 (EDT) From: Chet Hosey To: Rowan Crowe Cc: Subject: Re: boa small/fast web server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know if this is relevant, but when listen() is called on a socket (as it likely is by boa), the application can tell the kernel how many queued connections to keep. Although I may be entirely wrong, I would guess that perhaps boa isn't letting the kernel queue enough connections. Unfortunately, there seems to be no simple way to override the application's requests. A cap may be set on backlog length using kern.ipc.somaxconn; depending on what boa requests, increasing this value (default 128, it seems), may help. Or I may be wrong :) ________________________________________________________________________ Chet Hosey ________________________________________________________________________ On Wed, 18 Apr 2001, Rowan Crowe wrote: > Hi all, > > Following up my problems with Boa... I was reading the notes page on > thttpd (http://www.acme.com/software/thttpd/notes.html, "On the listen > queue length"), which mentions that the queue for new TCP connections can > be shallow, and if an application doesn't respond fast enough to connects > that queue will be overflowed. Result: connections refused until the queue > has one or more connections processed/cleared from it. > > netstat -s shows, in part... > > 27286 connection requests > 1056360 connection accepts > 368146 bad connection attempts > 315486 listen queue overflows > ^^^^^^ > > I think that is what is happening here - these stats account for a little > more than 16 hours of uptime, or an average of around 5 refused > connections per second for those entire 16 hours! > > While this would probably just be delaying the inevitable, does anyone > know how to change the length of this queue in FreeBSD 4.x? sysctl -a > doesn't seem to list anything that leaps out. I'll have a hunt around in > the kernel source too, to see if I can find anything. > > The real problem is most likely server load, and Boa trying to process new > connections in time (perhaps part of it is swapped out or otherwise busy). > Like I said, this is a "no budget" site, so there's no happy ending in > sight at the moment. :-\ > > Cheers. > > > -- > Rowan Crowe http://www.rowan.sensation.net.au/ > Sensation Internet Services http://info.sensation.net.au/ > Melbourne, Australia Phone: +61-3-9388-9260 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 10:38:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 9155637B43C for ; Tue, 17 Apr 2001 10:38:37 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id DAA91678; Wed, 18 Apr 2001 03:38:24 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Wed, 18 Apr 2001 03:38:21 +1000 (EST) From: Rowan Crowe To: Chet Hosey Cc: freebsd-isp@FreeBSD.ORG Subject: Re: boa small/fast web server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 17 Apr 2001, Chet Hosey wrote: > I don't know if this is relevant, but when listen() is called on a socket > (as it likely is by boa), the application can tell the kernel how many > queued connections to keep. Although I may be entirely wrong, I would > guess that perhaps boa isn't letting the kernel queue enough connections. > > Unfortunately, there seems to be no simple way to override the > application's requests. A cap may be set on backlog length using > kern.ipc.somaxconn; depending on what boa requests, increasing this value > (default 128, it seems), may help. Chet, Thanks for the tip. Boa is requesting a backlog of 250, while kern.ipc.somaxconn was set to 128. These numbers seem rather large - at peak Boa is completing about 25 to 30 images per second - but I tried setting somaxconn to 250, and it seems to have worked! The number of overflows reported hasn't changed since I restarted Boa. I haven't yet been able to determine with a great amount of confidence whether this has cured the broken image problem, as I'm still getting a lot of connection reset by peer errors in Boa's error log, along with the dodgy "-H605" timezone (it should be something like "+1000") Thanks again. :) Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 17 13:59:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from metva.com.au (metva.com.au [202.0.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 282BC37B43F for ; Tue, 17 Apr 2001 13:59:39 -0700 (PDT) (envelope-from enno.davids@metva.com.au) Received: (from enno@localhost) by metva.com.au id GAA10365; Wed, 18 Apr 2001 06:59:03 +1000 (EST) From: Enno Davids Message-Id: <200104172059.GAA10365@metva.com.au> Subject: Re: boa small/fast web server In-Reply-To: from Rowan Crowe at "Apr 18, 1 03:38:21 am" To: rowan@sensation.net.au (Rowan Crowe) Date: Wed, 18 Apr 2001 06:59:03 +1000 (EST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | On Tue, 17 Apr 2001, Chet Hosey wrote: | | > I don't know if this is relevant, but when listen() is called on a socket | > (as it likely is by boa), the application can tell the kernel how many | > queued connections to keep. Although I may be entirely wrong, I would | > guess that perhaps boa isn't letting the kernel queue enough connections. | > | > Unfortunately, there seems to be no simple way to override the | > application's requests. A cap may be set on backlog length using | > kern.ipc.somaxconn; depending on what boa requests, increasing this value | > (default 128, it seems), may help. | | Chet, | | Thanks for the tip. Boa is requesting a backlog of 250, while | kern.ipc.somaxconn was set to 128. These numbers seem rather large - at | peak Boa is completing about 25 to 30 images per second - but I tried | setting somaxconn to 250, and it seems to have worked! The number of Just for reference, I've been rebuilding Apache for my day job's site just before Easter and the while probing the source there for load related config, specifically how to increase the cap on the number of processes its prepared to pre-fork, I came across the listen queue depth which Apache sets to 511 per pre-forked process on the various Unices (noting that they've had trouble with 512 BTW) and 1024 on NT. On this basis I don't think 250 is anything to get stressed about (and avoids the power of two which might be troublesome?). Just thought another data point might help. Enno. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 2:40: 5 2001 Delivered-To: freebsd-isp@freebsd.org Received: from grif0.newmail.ru (grif0.newmail.ru [212.48.140.145]) by hub.freebsd.org (Postfix) with SMTP id 7797237B423 for ; Wed, 18 Apr 2001 02:39:59 -0700 (PDT) (envelope-from Andrew.Karjagin@newmail.ru) Received: (qmail 19303 invoked by alias); 18 Apr 2001 09:39:57 -0000 Message-ID: <20010418093957.19301.qmail@grif0.newmail.ru> From: "Andrew Karjagin" To: freebsd-isp@freebsd.org Reply-To: Subject: Cronyx on async leased line Date: Wed, 18 Apr 2001 13:39:57 +0400 MIME-Version: 1.0 X-UID: 8-21688 X-Originating-IP: [212.42.53.200] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I have FreeBSD 4.2 server and 8-port Cronyx Sigma-800 adapter on it, which can work in sync and async modes. Also I have clients, which use windows or linux OS and they want to connect to my server by leased telephone line with M-160 leased-line modems (which can work in sync and async modes too). On client side I connect modem to COM async port on 115200 speed, install the driver and it OK. Leased line OK - modems can view each one and I can test it. At the side of server I recompile the kernel for cx driver and ifconfig show me 8 devices cx0-cx7. I use "modem" subprog in /etc/rc.serial for setting speed 115200 (stty on cx) and use sconfig for setting cx0-cx7 params (sconfig cx0 async 115200 port=rs232). When I start "ifconfig cx0 inet x.x.x.x y.y.y.y netmask 255.255.255.255" command - it doesn"t work. I think that I must use pppd/ppp program for it on async line, but I am not sure that pppd understand cx0 interface instead ppp0. May be anybody made it? Thank you for your help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 3:14:54 2001 Delivered-To: freebsd-isp@freebsd.org Received: from grif0.newmail.ru (grif0.newmail.ru [212.48.140.145]) by hub.freebsd.org (Postfix) with SMTP id EFAD137B423 for ; Wed, 18 Apr 2001 03:14:50 -0700 (PDT) (envelope-from Andrew.Karjagin@newmail.ru) Received: (qmail 29400 invoked by alias); 18 Apr 2001 10:14:47 -0000 Message-ID: <20010418101447.29398.qmail@grif0.newmail.ru> From: "Andrew Karjagin" To: freebsd-isp@freebsd.org Reply-To: Subject: Cronyx on async leased line Date: Wed, 18 Apr 2001 14:14:47 +0400 MIME-Version: 1.0 X-UID: 8-21688 X-Originating-IP: [212.42.53.200] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I have FreeBSD 4.2 server and 8-port Cronyx Sigma-800 adapter on it, which can work in sync and async modes. Also I have clients, which use windows or linux OS and they want to connect to my server by leased telephone line with M-160 leased-line modems (which can work in sync and async modes too). On client side I connect modem to COM async port on 115200 speed, install the driver and it OK. Leased line OK - modems can view each one and I can test it. At the side of server I recompile the kernel for cx driver and ifconfig show me 8 devices cx0-cx7. I use "modem" subprog in /etc/rc.serial for setting speed 115200 (stty on cx) and use sconfig for setting cx0-cx7 params (sconfig cx0 async 115200 port=rs232). When I start "ifconfig cx0 inet x.x.x.x y.y.y.y netmask 255.255.255.255" command - it doesn"t work. I think that I must use pppd/ppp program for it on async line, but I am not sure that pppd understand cx0 interface instead ppp0. May be anybody made it? Thank you for your help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 9: 2:47 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.evertek.net (evertek.net [167.142.171.47]) by hub.freebsd.org (Postfix) with ESMTP id 2A23337B422 for ; Wed, 18 Apr 2001 09:02:44 -0700 (PDT) (envelope-from jbumsted@evertek.net) Received: from i7500 ([167.142.171.33]) by mail.evertek.net (8.9.3/8.8.7) with SMTP id LAA27166 for ; Wed, 18 Apr 2001 11:05:28 -0500 From: "Jamie Bumsted" To: Subject: Tracking User Activity Date: Wed, 18 Apr 2001 10:51:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, I have checked the FAQ and other documentation but can't seem to find out how I can see where people are logging in from. Can anyone give me a clue? I would like to be able to track what IP address people are logging in from when they start an interactive session. I am using FreeBSD 4.0. Jamie Bumsted Systems Engineer Evertek, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 11:35:50 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web1.nidhog.com (web1.nidhog.com [192.204.160.129]) by hub.freebsd.org (Postfix) with ESMTP id A70CC37B422 for ; Wed, 18 Apr 2001 11:35:40 -0700 (PDT) (envelope-from chosey@web1.nidhog.com) Received: from localhost (chosey@localhost) by web1.nidhog.com (8.11.3/8.11.3) with ESMTP id f3IIZeC42225; Wed, 18 Apr 2001 14:35:40 -0400 (EDT) (envelope-from chosey@web1.nidhog.com) X-Authentication-Warning: web1.nidhog.com: chosey owned process doing -bs Date: Wed, 18 Apr 2001 14:35:40 -0400 (EDT) From: Chet Hosey To: Jamie Bumsted Cc: Subject: Re: Tracking User Activity In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org who, w -n, last ________________________________________________________________________ Chet Hosey ________________________________________________________________________ On Wed, 18 Apr 2001, Jamie Bumsted wrote: > Hi All, > > I have checked the FAQ and other documentation but can't seem to find out > how I can see where people are logging in from. Can anyone give me a clue? > I would like to be able to track what IP address people are logging in from > when they start an interactive session. I am using FreeBSD 4.0. > > Jamie Bumsted > Systems Engineer > Evertek, Inc. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 11:43:36 2001 Delivered-To: freebsd-isp@freebsd.org Received: from reiters.org (reiters.org [64.40.73.246]) by hub.freebsd.org (Postfix) with ESMTP id 1CB1D37B423 for ; Wed, 18 Apr 2001 11:43:33 -0700 (PDT) (envelope-from denny@reiters.org) Received: by reiters.org (Postfix, from userid 1001) id 47209D627; Wed, 18 Apr 2001 13:43:27 -0500 (CDT) Date: Wed, 18 Apr 2001 13:43:27 -0500 From: Dennis Reiter To: freebsd-isp@freebsd.org Subject: FreeBSD domain registrar Message-ID: <20010418134327.A78094@reiters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I remember seeing reference to a domain registrar that was run by a FreeBSD committer and that also had outrageously reasonable fees, but I can't find it in my archived email. Does anybody know who this would be? I also seem to remember it was a French comapny. Thanks, Denny -- Denny Reiter | denny@reiters.org Madison River Communications | reiterd@madisonriver.net www.scapegoats.org The dark ages were caused by the Y1K problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 11:47:41 2001 Delivered-To: freebsd-isp@freebsd.org Received: from nic-naa.net (dt0b4n5b.maine.rr.com [24.95.12.91]) by hub.freebsd.org (Postfix) with ESMTP id B937837B632 for ; Wed, 18 Apr 2001 11:47:37 -0700 (PDT) (envelope-from brunner@nic-naa.net) Received: from nic-naa.net (localhost.maine.rr.com [127.0.0.1]) by nic-naa.net (8.11.3/8.9.3) with ESMTP id f3IIl7A29689; Wed, 18 Apr 2001 14:47:07 -0400 (EDT) (envelope-from brunner@nic-naa.net) Message-Id: <200104181847.f3IIl7A29689@nic-naa.net> To: Dennis Reiter Cc: freebsd-isp@FreeBSD.ORG, brunner@nic-naa.net Subject: Re: FreeBSD domain registrar In-Reply-To: Your message of "Wed, 18 Apr 2001 13:43:27 CDT." <20010418134327.A78094@reiters.org> Date: Wed, 18 Apr 2001 14:47:07 -0400 From: Eric Brunner-Williams in Portland Maine Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If anything turns up from this query I'd like to be woken up as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 13:28:56 2001 Delivered-To: freebsd-isp@freebsd.org Received: from cosmo.jt.org (cosmo.jt.org [206.14.191.190]) by hub.freebsd.org (Postfix) with SMTP id 852AB37B43C for ; Wed, 18 Apr 2001 13:28:53 -0700 (PDT) (envelope-from danp@danp.net) Received: (qmail 64211 invoked by uid 1000); 18 Apr 2001 20:28:21 -0000 Date: Wed, 18 Apr 2001 13:28:21 -0700 From: Dan Peterson To: Dennis Reiter Cc: freebsd-isp@freebsd.org Subject: Re: FreeBSD domain registrar Message-ID: <20010418132821.A64129@danp.net> References: <20010418134327.A78094@reiters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010418134327.A78094@reiters.org>; from denny@reiters.org on Wed, Apr 18, 2001 at 01:43:27PM -0500 X-PGP-Key: http://danp.net/pubkey.asc Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dennis Reiter wrote: > I remember seeing reference to a domain registrar that was run by > a FreeBSD committer and that also had outrageously reasonable fees, > but I can't find it in my archived email. Does anybody know who > this would be? I also seem to remember it was a French comapny. I don't know about the FreeBSD committer part, but you're probably thinking of gandi.net. -- Dan Peterson http://danp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 13:30:44 2001 Delivered-To: freebsd-isp@freebsd.org Received: from bogon.kjsl.com (bogon.kjsl.com [206.55.236.195]) by hub.freebsd.org (Postfix) with ESMTP id 62F4B37B507 for ; Wed, 18 Apr 2001 13:30:36 -0700 (PDT) (envelope-from javier@bogon.kjsl.com) Received: (from javier@localhost) by bogon.kjsl.com (8.11.1/8.11.1) id f3IKUOR02236; Wed, 18 Apr 2001 13:30:24 -0700 (PDT) From: Javier Henderson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15069.63839.941460.927141@bogon.kjsl.com> Date: Wed, 18 Apr 2001 13:30:23 -0700 (PDT) To: Dan Peterson Cc: Dennis Reiter , freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD domain registrar In-Reply-To: <20010418132821.A64129@danp.net> References: <20010418134327.A78094@reiters.org> <20010418132821.A64129@danp.net> X-Mailer: VM 6.71 under Emacs 19.34.1 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Peterson writes: > Dennis Reiter wrote: > > > I remember seeing reference to a domain registrar that was run by > > a FreeBSD committer and that also had outrageously reasonable fees, > > but I can't find it in my archived email. Does anybody know who > > this would be? I also seem to remember it was a French comapny. > > I don't know about the FreeBSD committer part, but you're probably thinking > of gandi.net. I've been using WWW.Joker.COM, same price as Gandi.NET (12 Euros, which is about US $10 these days). No problems so far. -jav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 13:31:24 2001 Delivered-To: freebsd-isp@freebsd.org Received: from lmcloud.sosbbs.com (excelsior.sosbbs.com [216.37.208.31]) by hub.freebsd.org (Postfix) with ESMTP id A1DCE37B422 for ; Wed, 18 Apr 2001 13:31:22 -0700 (PDT) (envelope-from bsilver@sosbbs.com) Received: from sojourner (ds9m58.sarvers.com [216.37.231.58]) by lmcloud.sosbbs.com (Vircom SMTPRS 4.5.186) with SMTP id for ; Wed, 18 Apr 2001 16:32:41 -0400 Message-ID: <009001c0c846$81b28480$0100a8c0@sosbbs.com> Reply-To: "Bart Silverstrim" From: "Bart Silverstrim" To: Subject: ftpd patching Date: Wed, 18 Apr 2001 16:31:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I recently read of the ftp exploit in FreeBSD 4.2's ftpd; I tried downloading and installing the patch as described from the advisories off freebsd.org's site, but I get an error during the compiling of glob.c saying that some variables haven't been previously declared (GLOB_MAXLENGTH and one other one). Anyone else encounter this? Am I missing something in the update information? I was using the 4.x patch on a 4.2 system... Thanks, -Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 14: 2:12 2001 Delivered-To: freebsd-isp@freebsd.org Received: from rhea.worldonline.nl (rhea.worldonline.nl [195.241.48.139]) by hub.freebsd.org (Postfix) with ESMTP id 1566237B42C for ; Wed, 18 Apr 2001 14:02:08 -0700 (PDT) (envelope-from eric@monkey-online.net) Received: from monkey-online.net (unknown [195.241.113.9]) by rhea.worldonline.nl (Postfix) with ESMTP id 99D7A36C17; Wed, 18 Apr 2001 23:02:05 +0200 (MET DST) Message-ID: <3ADE019F.31BB5D0E@monkey-online.net> Date: Wed, 18 Apr 2001 23:05:35 +0200 From: Eric Veraart X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Bart Silverstrim Cc: freebsd-isp@FreeBSD.ORG Subject: Re: ftpd patching References: <009001c0c846$81b28480$0100a8c0@sosbbs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This problem was discussed somewhere in freebsd-stable. Can't give you a link now though. It should be fixed soon. Bart Silverstrim wrote: > > I recently read of the ftp exploit in FreeBSD 4.2's ftpd; I tried > downloading and installing the patch as described from the advisories off > freebsd.org's site, but I get an error during the compiling of glob.c saying > that some variables haven't been previously declared (GLOB_MAXLENGTH and one > other one). Anyone else encounter this? Am I missing something in the > update information? I was using the 4.x patch on a 4.2 system... > > Thanks, > > -Bart > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 14:18:48 2001 Delivered-To: freebsd-isp@freebsd.org Received: from reiters.org (reiters.org [64.40.73.246]) by hub.freebsd.org (Postfix) with ESMTP id CDCB037B422 for ; Wed, 18 Apr 2001 14:18:46 -0700 (PDT) (envelope-from denny@reiters.org) Received: by reiters.org (Postfix, from userid 1001) id F2F9CD625; Wed, 18 Apr 2001 16:18:45 -0500 (CDT) Date: Wed, 18 Apr 2001 16:18:45 -0500 From: Dennis Reiter To: Dan Peterson Cc: freebsd-isp@freebsd.org Subject: Re: FreeBSD domain registrar Message-ID: <20010418161845.E78094@reiters.org> References: <20010418134327.A78094@reiters.org> <20010418132821.A64129@danp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <20010418132821.A64129@danp.net>; from danp@danp.net on Wed, Apr 18, 2001 at 01:28:21PM -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Dan Peterson (danp@danp.net): > Dennis Reiter wrote: > > > I remember seeing reference to a domain registrar that was run by > > a FreeBSD committer and that also had outrageously reasonable fees, > > but I can't find it in my archived email. Does anybody know who > > this would be? I also seem to remember it was a French comapny. > > I don't know about the FreeBSD committer part, but you're probably thinking > of gandi.net. That was it exactly. Thanks, Denny -- Denny Reiter | denny@reiters.org Madison River Communications | reiterd@madisonriver.net www.scapegoats.org Loose bits sink chips. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 16:56: 5 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tcworks.net (mail.tcworks.net [216.61.218.4]) by hub.freebsd.org (Postfix) with ESMTP id A982E37B43C for ; Wed, 18 Apr 2001 16:56:03 -0700 (PDT) (envelope-from ccook@tcworks.net) Received: from tcworks.net (staind.tcworks.net [216.61.218.6]) by mail.tcworks.net (8.10.2/8.10.2) with ESMTP id f3INoHN15155 for ; Wed, 18 Apr 2001 18:50:18 -0500 (CDT) Message-ID: <3ADE2A17.B1BD4113@tcworks.net> Date: Wed, 18 Apr 2001 18:58:15 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Disk Quotas Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, We are wanting to setup disk quotas for our user's /home directories. The problem is that we mount /var under /usr (one big raid partition) and we do not want /usr/var affected by the quotas enabled on the /usr file system. Is there a way to enable quotas on only a directory (/usr/home) or is there a better way to achieve my goal? Thanks everyone! -- Chris o----< ccook@tcworks.net >------------------------------------o |Chris Cook - Admin |TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP |FreeBSD - http://www.freebsd.org | o-------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 18:50:13 2001 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A84F437B424 for ; Wed, 18 Apr 2001 18:50:10 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E02B26ACB8; Thu, 19 Apr 2001 11:20:08 +0930 (CST) Date: Thu, 19 Apr 2001 11:20:08 +0930 From: Greg Lehey To: Dennis Reiter Cc: Dan Peterson , freebsd-isp@freebsd.org Subject: Re: FreeBSD domain registrar Message-ID: <20010419112008.A72816@wantadilla.lemis.com> References: <20010418134327.A78094@reiters.org> <20010418132821.A64129@danp.net> <20010418161845.E78094@reiters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010418161845.E78094@reiters.org>; from denny@reiters.org on Wed, Apr 18, 2001 at 04:18:45PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wednesday, 18 April 2001 at 16:18:45 -0500, Dennis Reiter wrote: > Quoting Dan Peterson (danp@danp.net): >> Dennis Reiter wrote: >> >>> I remember seeing reference to a domain registrar that was run by >>> a FreeBSD committer and that also had outrageously reasonable fees, >>> but I can't find it in my archived email. Does anybody know who >>> this would be? I also seem to remember it was a French comapny. >> >> I don't know about the FreeBSD committer part, but you're probably thinking >> of gandi.net. > > That was it exactly. I also don't know who the committer is supposed to be, but I recently changed my domain registrar from Notwork Solutions to Gandi, and I'm quite happy. Notwork Solutions were a real pain to deal with. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 21:30:11 2001 Delivered-To: freebsd-isp@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9B3F037B423 for ; Wed, 18 Apr 2001 21:30:09 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id VAA07110; Wed, 18 Apr 2001 21:30:06 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3ADE69CE.D4ECEF58@DougBarton.net> Date: Wed, 18 Apr 2001 21:30:06 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dennis Reiter Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD domain registrar References: <20010418134327.A78094@reiters.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dennis Reiter wrote: > > I remember seeing reference to a domain registrar that was run by > a FreeBSD committer We use quite a bit of FreeBSD at http://domains.yahoo.com/ :) Doug -- "One thing they don't tell you about doing experimental physics is that sometimes you must work under adverse conditions ... like a state of sheer terror." -- W. K. Hartmann Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 23: 2:53 2001 Delivered-To: freebsd-isp@freebsd.org Received: from invicta.net (invictanet.claranet.co.uk [213.253.17.74]) by hub.freebsd.org (Postfix) with ESMTP id 0801737B42C for ; Wed, 18 Apr 2001 23:02:51 -0700 (PDT) (envelope-from support@invicta.net) Received: from harryhome [192.168.0.3] by invicta.net [192.168.0.1] with SMTP (MDaemon.v3.5.2.R) for ; Thu, 19 Apr 2001 07:02:20 +0100 Reply-To: From: "InvictaNet Support" To: "Freebsd-ISP" Subject: Date: Thu, 19 Apr 2001 07:02:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-MDRemoteIP: 192.168.0.3 X-Return-Path: support@invicta.net X-MDaemon-Deliver-To: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I realise this may be very basic - but... In a shell script that I am slowly getting to work, I have the line: "echo New User ${1} ${2} | mail root" This does exactly what it says on the box (English TV advert joke), but... How can I get some/all of this information on the subject line of the message instead of/as well as in the body? Martyn ----------------------------------------------------- InvictaNet - The Internet in Plain English, Guaranteed http://www.invictanet.co.uk info@invictanet.co.uk phone: 08707 440180 fax: 08707 440181 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 18 23:13:27 2001 Delivered-To: freebsd-isp@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id A596037B42C for ; Wed, 18 Apr 2001 23:13:24 -0700 (PDT) (envelope-from nicks@giroc.albury.net.au) Received: (from nicks@localhost) by giroc.albury.net.au (8.11.1/8.11.1) id f3J6DCu01964; Thu, 19 Apr 2001 16:13:12 +1000 (EST) Date: Thu, 19 Apr 2001 16:13:12 +1000 From: Nick Slager To: InvictaNet Support Cc: Freebsd-ISP Subject: Re: your mail Message-ID: <20010419161312.A99270@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from support@invicta.net on Thu, Apr 19, 2001 at 07:02:22AM +0100 X-Homer: Whoohooooooo! Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake InvictaNet Support (support@invicta.net): > "echo New User ${1} ${2} | mail root" > > This does exactly what it says on the box (English TV advert joke), but... > > How can I get some/all of this information on the subject line of the > message instead of/as well as in the body? man mail. Check out the -s option. Regards, Nick -- Nick Slager | Quidquid latine dictum nicks@albury.net | sit, altum viditur. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 1:57:31 2001 Delivered-To: freebsd-isp@freebsd.org Received: from invicta.net (invictanet.claranet.co.uk [213.253.17.74]) by hub.freebsd.org (Postfix) with ESMTP id 61A7037B422 for ; Thu, 19 Apr 2001 01:57:25 -0700 (PDT) (envelope-from support@invicta.net) Received: from harryhome [192.168.0.3] by invicta.net [192.168.0.1] with SMTP (MDaemon.v3.5.2.R) for ; Thu, 19 Apr 2001 09:56:24 +0100 Reply-To: From: "InvictaNet Support" To: "Freebsd-ISP" Subject: FW: Stupid question Date: Thu, 19 Apr 2001 09:56:27 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-MDRemoteIP: 192.168.0.3 X-Return-Path: support@invicta.net X-MDaemon-Deliver-To: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I do apologise for my earlier post. I have now read man mail and the -s option is blindingly obvious. My excuse is that it was a very long night and I am sure that somebody must have edited my man files while I wasn't looking. Martyn ----------------------------------------------------- InvictaNet - The Internet in Plain English, Guaranteed http://www.invictanet.co.uk info@invictanet.co.uk phone: 08707 440180 fax: 08707 440181 ------------------------------------------------------ -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of InvictaNet Support Sent: Thursday, April 19, 2001 7:02 AM To: Freebsd-ISP Subject: I realise this may be very basic - but... In a shell script that I am slowly getting to work, I have the line: "echo New User ${1} ${2} | mail root" This does exactly what it says on the box (English TV advert joke), but... How can I get some/all of this information on the subject line of the message instead of/as well as in the body? Martyn ----------------------------------------------------- InvictaNet - The Internet in Plain English, Guaranteed http://www.invictanet.co.uk info@invictanet.co.uk phone: 08707 440180 fax: 08707 440181 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 4:13:10 2001 Delivered-To: freebsd-isp@freebsd.org Received: from grif0.newmail.ru (grif0.newmail.ru [212.48.140.145]) by hub.freebsd.org (Postfix) with SMTP id 1B7F937B422 for ; Thu, 19 Apr 2001 04:13:07 -0700 (PDT) (envelope-from Andrew.Karjagin@newmail.ru) Received: (qmail 7145 invoked by alias); 19 Apr 2001 11:13:04 -0000 Message-ID: <20010419111304.7144.qmail@grif0.newmail.ru> From: "Andrew Karjagin" To: freebsd-isp@freebsd.org Reply-To: Subject: Fwd: Re: Cronyx on async leased line Date: Thu, 19 Apr 2001 15:13:04 +0400 MIME-Version: 1.0 X-UID: 8-21688 X-Originating-IP: [213.85.23.14] Content-Type: multipart/mixed; boundary="====UX4TQg7sLjcrzG0m====" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --====UX4TQg7sLjcrzG0m==== Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit I try to use ttyx0 and cuax0 for leased line on 8-ports Cronyx adapter and client connects to server, but Windows show 650 error and disconnect. pppd on server start and use ppp0 instead cx0, but cannot establish connection when try LCP. I am using mgetty with AUTO_PPP option. Why pppd use ppp0 and not cx0? Is there anybody patch for it? Is there anywhere docs about configuration of async leased lines? Thank you for your help! --====UX4TQg7sLjcrzG0m==== Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 8bit --====UX4TQg7sLjcrzG0m==== Content-Type: octet/stream; name="letter.old" Content-Transfer-Encoding: base64 --====UX4TQg7sLjcrzG0m====-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 8:37: 7 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 869A837B424 for ; Thu, 19 Apr 2001 08:37:04 -0700 (PDT) (envelope-from haribeau@gmx.de) Received: (qmail 10065 invoked by uid 0); 19 Apr 2001 15:37:02 -0000 Received: from pd9022bf3.dip.t-dialin.net (HELO l5zy6) (217.2.43.243) by mail.gmx.net (mp005-rz3) with SMTP; 19 Apr 2001 15:37:02 -0000 Message-ID: <015c01c0c8e6$92864440$fe78a8c0@espe.de> From: "Clemens Hermann" To: Subject: FreeBSD pam Date: Thu, 19 Apr 2001 17:36:58 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, as I tried to get an answer on many other Lists I finally pray someone here can give me a hint. I use it qmail together with vmailmgr and want to switch over from plain /etc/passwd to PAM. qmail/vmailmgr use one system user per virtual Domain. I want to get these users out of /etc/passwd and put them into a pam database. I do not know how qmail and vmailmr do authentification and so I do not know how I could change the settings to use pam. If anyone has an idea I would appreciate it a lot. Perhaps I have a totally wrong Idea of the problem but even to know this would help ;-) tia /ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 8:55: 6 2001 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 3B0E837B423 for ; Thu, 19 Apr 2001 08:55:04 -0700 (PDT) (envelope-from alex@aspenworks.com) Received: from d7k (matrix.aspenworks.com [216.38.199.82]) by aspenworks.com (8.9.3/8.9.3) with SMTP id JAA12868 for ; Thu, 19 Apr 2001 09:55:02 -0600 (MDT) (envelope-from alex@aspenworks.com) Message-ID: <01bf01c0c8e9$0f5333a0$1700a8c0@d7k> From: "Alex Huppenthal" To: Subject: Divert and IPFW Date: Thu, 19 Apr 2001 09:54:46 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I run a small wireless ISP and we're interested in opening our network to anyone who wants to use it. However, we want to divert all outbound web requests to our advertising homepage, so people can get a free pass to use the network. I'd like divert traffic to our own server and respond with a web-page that is our own. I currently have a FreeBSD system as the router between the wireless network and the backbone connection. Also I'm curious if we can map our wireless network IP addresses to unique outbound addresses using that approach. or is NAT better? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 10:33:39 2001 Delivered-To: freebsd-isp@freebsd.org Received: from reiters.org (reiters.org [64.40.73.246]) by hub.freebsd.org (Postfix) with ESMTP id 74B3737B423 for ; Thu, 19 Apr 2001 10:33:34 -0700 (PDT) (envelope-from denny@reiters.org) Received: by reiters.org (Postfix, from userid 1001) id E2D60D625; Thu, 19 Apr 2001 12:33:33 -0500 (CDT) Date: Thu, 19 Apr 2001 12:33:33 -0500 From: Dennis Reiter To: Greg Lehey Cc: Dan Peterson , freebsd-isp@freebsd.org Subject: Re: FreeBSD domain registrar Message-ID: <20010419123333.B90808@reiters.org> References: <20010418134327.A78094@reiters.org> <20010418132821.A64129@danp.net> <20010418161845.E78094@reiters.org> <20010419112008.A72816@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <20010419112008.A72816@wantadilla.lemis.com>; from grog@lemis.com on Thu, Apr 19, 2001 at 11:20:08AM +0930 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Greg Lehey (grog@lemis.com): > On Wednesday, 18 April 2001 at 16:18:45 -0500, Dennis Reiter wrote: > > Quoting Dan Peterson (danp@danp.net): > >> Dennis Reiter wrote: > >> > >>> I remember seeing reference to a domain registrar that was run by > >>> a FreeBSD committer and that also had outrageously reasonable fees, > >>> but I can't find it in my archived email. Does anybody know who > >>> this would be? I also seem to remember it was a French comapny. > >> > >> I don't know about the FreeBSD committer part, but you're probably thinking > >> of gandi.net. > > > > That was it exactly. > > I also don't know who the committer is supposed to be, but I recently > changed my domain registrar from Notwork Solutions to Gandi, and I'm > quite happy. Notwork Solutions were a real pain to deal with. > Looks to be Pierre Beyssac http://www.gandi.net/whowe.html.en And I must say, they have the nicest interface that I've used to register a domain also. Denny -- Denny Reiter | denny@reiters.org Madison River Communications | reiterd@madisonriver.net www.scapegoats.org Tax the rich. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 10:57:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from SMTP.nvcom.net (smtp.nvcom.net [208.23.126.92]) by hub.freebsd.org (Postfix) with ESMTP id 87C4237B422 for ; Thu, 19 Apr 2001 10:57:36 -0700 (PDT) (envelope-from mks@NVCOM.NET) Received: from hal (hal.netview.com [206.170.144.99]) by SMTP.nvcom.net (8.11.0/8.11.3.3) with SMTP id f3JHvZr20258 for ; Thu, 19 Apr 2001 10:57:36 -0700 (PDT) Message-Id: <3.0.5.32.20010419105729.00bd2180@pop.nvcom.com> X-Sender: mks@pop.nvcom.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 19 Apr 2001 10:57:29 -0700 To: freebsd-isp@freebsd.org From: MKShannon Subject: Tyan S1668 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the FreeBSD Handbook Jordan's Picks discusses the Tyan S1668 Dual Pentium Pros. I still have a couple of them and they do an excellent job. However, I can't use them in an unmanned situation because if there is a power failure they will not come back up without flipping the power switch. Does anyone have a recommendation about how to get around this flaw? MKShannon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 11:23:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from inu.net (mail.inu.net [63.151.4.24]) by hub.freebsd.org (Postfix) with ESMTP id 05FB437B424 for ; Thu, 19 Apr 2001 11:23:29 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net [63.151.3.239] by inu.net with ESMTP (SMTPD32-5.05) id AD1A54F20050; Thu, 19 Apr 2001 13:23:22 -0500 Message-ID: <3ADF2D01.F8BD76B4@buckhorn.net> Date: Thu, 19 Apr 2001 13:22:57 -0500 From: Bob Martin Reply-To: bob@inu.net X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-isp@freebsd.org Subject: Re: Tyan S1668 References: <3.0.5.32.20010419105729.00bd2180@pop.nvcom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org MKShannon wrote: > > > In the FreeBSD Handbook Jordan's Picks discusses the Tyan S1668 Dual > Pentium Pros. I still have a couple of them and they do an excellent job. > However, I can't use them in an unmanned situation because if there is a > power failure they will not come back up without flipping the power switch. > Does anyone have a recommendation about how to get around this flaw? > > MKShannon > There should be a bios setting to return to the last state after a power failure. -- Bob Martin, CTO InterNet Unlimited http://www.inu.net mailto:bob@inu.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 11:37:56 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tcworks.net (mail.tcworks.net [216.61.218.4]) by hub.freebsd.org (Postfix) with ESMTP id 72D5937B43E for ; Thu, 19 Apr 2001 11:37:52 -0700 (PDT) (envelope-from ccook@tcworks.net) Received: from tcworks.net (staind.tcworks.net [216.61.218.6]) by mail.tcworks.net (8.10.2/8.10.2) with ESMTP id f3JIVUN60538; Thu, 19 Apr 2001 13:31:30 -0500 (CDT) Message-ID: <3ADF30E3.D3D6E6F0@tcworks.net> Date: Thu, 19 Apr 2001 13:39:31 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Hug Me , freebsd-isp@freebsd.org Subject: Re: Disk Quotas References: <3ADE2A17.B1BD4113@tcworks.net> <20010419082919.A8816@pitr.tuxinternet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hug Me wrote: > > disk quotas effect a user on a partition... I can't tell you the number > of security problems you have by puting var under usr but if that > is the way youwant to do it... > > when you set up quotas with the edquota just don't set quota's on what > you are saving your log files as and the entry for that user won't even > be in your quota file. > > also just as a suggestion I run a cronjob at 3 in the morning every morning > that does a quotacheck. it makes my life 100X easier and does a wonderful > job at fixing the little quota inconsistancies. also if you are going to > have a LOT of users on your system (more than 1000) you should take the > quotacheck out of your boot script (it is there by default) this will > speed up your boot just in case your system goes down. I was working > on a system with 100,000 users and after the secound time of the > boot taking 45 minuites that got changed QUICK. Thank you for your response. Can you explain the security risks of having /var under /usr? I should be more knowledgable but I'm constantly learning! Also, it is not a matter of the log files being under the quota, the user's pop mail is stored under /var/mail (/usr/var/mail). What is happening is that users have a 20MB quota on their /home directories but that is also affecting the size of their pop box. Say if they have 10MB worth of email, when they check it, the pop daemon writes it into a temp file which then doubles the size of files under their quota to 20MB+, thus they are out of space and cannot check their email because the daemon returns an error (exceeded quota). I want to make /var/mail (/usr/var/mail) not under the same quota restrictions as (/usr/home). I am not running quotacheck at startup, I already read in the handbook that you should do it via cron. Thanks for all your help, like I said I learn more and more every day. -- Chris o----< ccook@tcworks.net >------------------------------------o |Chris Cook - Admin |TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP |FreeBSD - http://www.freebsd.org | o-------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 16: 7:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from shell.csocs.com (csocs.com [63.175.234.65]) by hub.freebsd.org (Postfix) with ESMTP id 5C9F637B440 for ; Thu, 19 Apr 2001 16:07:37 -0700 (PDT) (envelope-from admin@csocs.com) Received: from csocs.com (wolfman@chynapanas04poolA98.chyn.uswest.net [63.228.232.98]) by shell.csocs.com (8.11.2/8.11.2) with ESMTP id f3JN36X35249; Thu, 19 Apr 2001 17:03:07 -0600 (MDT) (envelope-from admin@csocs.com) Message-ID: <3ADF6F72.325202E@csocs.com> Date: Thu, 19 Apr 2001 17:06:26 -0600 From: J & C Frazier Organization: CSOCS Internet Services X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: support@invicta.net Cc: Freebsd-ISP Subject: Re: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You looking for something like this: #!/bin/sh echo "CSOCS Automated Billing System." for foo in `cat /etc/master.passwd|cut -f 1 -d ":"` do if expr O`cat /etc/master.passwd|grep $foo|cut -f 5 -d ":"` = "O" >>/dev/null then export expir="yes" export name="`cat /etc/master.passwd|grep $foo|cut -f 8 -d ':'`" echo "Subject: Important: Account Expiring in $1 Days.">>/root/bin/exp.$foo echo "From: CSOCS Automated Billing ">>/root/bin/exp.$foo echo "To: $name <$foo@csocs.com>">>/root/bin/exp.$foo echo "">>/root/bin/exp.$foo echo "$name:">>/root/bin/exp.$foo echo "">>/root/bin/exp.$foo echo "This is an automated e-mail sent to inform you that your account">>/root/bin/exp.$foo echo "with CSOCS will expire in $1 days. If your payment is not received">>/root/bin/exp.$foo echo "by it's due date, your account can be subject to an increase to">>/root/bin/exp.$foo echo "our current prices and suspended until payment is remitted. Please">>/root/bin/exp.$foo echo "direct any questions you may have to billing@csocs.com. If your">>/root/bin/exp.$foo echo "payment has already been sent or previous arrangements have been">>/root/bin/exp.$foo echo "made, please disregard this e-mail. Thank you for choosing CSOCS">>/root/bin/exp.$foo echo "for all your web hosting solutions. We look forward to continue">>/root/bin/exp.$foo echo "doing business with you.">>/root/bin/exp.$foo echo "">>/root/bin/exp.$foo echo "Username: $foo">>/root/bin/exp.$foo echo "Expires: `date -v+$1d -v0H -v1M "+%m-%d-%Y at %H:%M MST"`.">>/root/bin/exp.$foo echo "">>/root/bin/exp.$foo echo "CSOCS Automated Billing CSOCS INTERNET SERVICES">>/root/bin/exp.$foo echo "billing@csocs.com 1623B Washakie Loop.">>/root/bin/exp.$foo echo "http://www.csocs.com Cheyenne, WY 82001">>/root/bin/exp.$foo /usr/sbin/sendmail -t < /root/bin/exp.$foo rm /root/bin/exp.$foo echo " Accounts Expiring in $1 days:" echo " $foo" else fi done InvictaNet Support wrote: > I realise this may be very basic - but... > > In a shell script that I am slowly getting to work, I have the line: > > "echo New User ${1} ${2} | mail root" > > This does exactly what it says on the box (English TV advert joke), but... > > How can I get some/all of this information on the subject line of the > message instead of/as well as in the body? > > Martyn > ----------------------------------------------------- > InvictaNet - The Internet in Plain English, Guaranteed > http://www.invictanet.co.uk > info@invictanet.co.uk > phone: 08707 440180 > fax: 08707 440181 > ------------------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 16:35:22 2001 Delivered-To: freebsd-isp@freebsd.org Received: from wildcatblue.com (flanders.wildcatblue.com [206.157.147.206]) by hub.freebsd.org (Postfix) with ESMTP id EC61837B422 for ; Thu, 19 Apr 2001 16:35:17 -0700 (PDT) (envelope-from sdrhodus@wildcatblue.com) Received: from vghk (p1mp.vghk.e-xtreme.org [206.157.147.77]) by wildcatblue.com (Postfix) with SMTP id 662A585B01 for ; Thu, 19 Apr 2001 18:37:16 +0000 (GMT) Message-ID: <002401c0c928$eebe5620$4d939dce@vghk> From: "David Rhodus" To: Subject: patching ftpd Date: Thu, 19 Apr 2001 19:31:59 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0021_01C0C907.6727A7A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0021_01C0C907.6727A7A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When I download this file. Where do I need to save it to? In the = /src/sys or where ? I haven't applied any patched before... ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/glob.4.x.patch CIO David Rhodus Wildcatblue.com 859-626-1161 859-527-9688 Pager sdrhodus@wildcatblue.com ------=_NextPart_000_0021_01C0C907.6727A7A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
When I download this file. Where do I = need to save=20 it to? In the /src/sys or where ? I haven't applied any patched=20 before...
 
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/glob.4.x.p= atch
 
CIO David=20 Rhodus
Wildcatblue.com
859-626-1161
859-527-9688 Pager
sdrhodus@wildcatblue.com
------=_NextPart_000_0021_01C0C907.6727A7A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 19 16:55:39 2001 Delivered-To: freebsd-isp@freebsd.org Received: from aurora.galaxia.com (cx670996-b.ports1.ri.home.com [24.10.96.254]) by hub.freebsd.org (Postfix) with ESMTP id D088F37B423 for ; Thu, 19 Apr 2001 16:55:32 -0700 (PDT) (envelope-from dave@galaxia.com) Received: (from root@localhost) by aurora.galaxia.com (8.11.1/8.11.1) id f3JNtWq83440; Thu, 19 Apr 2001 19:55:32 -0400 (EDT) (envelope-from dave@galaxia.com) Received: from localhost (dave@localhost) by aurora.galaxia.com (8.11.1/8.11.1av) with ESMTP id f3JNtSe83433; Thu, 19 Apr 2001 19:55:29 -0400 (EDT) (envelope-from dave@galaxia.com) X-Authentication-Warning: aurora.galaxia.com: dave owned process doing -bs Date: Thu, 19 Apr 2001 19:55:28 -0400 (EDT) From: "David H. Brierley" To: Doug Barton Cc: Subject: Re: FreeBSD domain registrar In-Reply-To: <3ADE69CE.D4ECEF58@DougBarton.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 18 Apr 2001, Doug Barton wrote: > Dennis Reiter wrote: > > > > I remember seeing reference to a domain registrar that was run by > > a FreeBSD committer > > We use quite a bit of FreeBSD at http://domains.yahoo.com/ :) I would consider using Yahoo but I object to the questions they ask when I attempt to register. Why do I need to divulge my date of birth, gender, and profession in order to register a domain? -- David H. Brierley dave@galaxia.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 6: 5:13 2001 Delivered-To: freebsd-isp@freebsd.org Received: from nr8.i-p-d.nl (nr8.i-p-d.nl [217.18.64.42]) by hub.freebsd.org (Postfix) with ESMTP id 11FCD37B443 for ; Fri, 20 Apr 2001 06:05:07 -0700 (PDT) (envelope-from danny@i-p-d.nl) Received: from danny [217.18.66.12] by nr8.i-p-d.nl with ESMTP (SMTPD32-6.04) id A38B3A50092; Fri, 20 Apr 2001 15:03:07 +0200 From: danny@i-p-d.nl To: freebsd-isp@FreeBSD.ORG Date: Fri, 20 Apr 2001 15:06:00 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: vinum Message-ID: <3AE05058.28191.14F5EC5@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying to setup vinum to mirror my first harddisk on a second identical harddisk. I get the feeling that it is not possible to mirror the first disk, as it is my FreeBSD bootdisk. Is that right? I want to have a working FreeBSD-machine with a second harddisk, that is working as an exact copy of the first disk, so if my first drive fails, the second disk takes over, or at least has a most recent copy. Will that work with vinum, or isn't that possible? A reinstall is no problem, this is just a test case for now. Met vriendelijke groeten, Danny Zwegers Unix SysAdmin (Spec:Domains) IPD Hosting & Design BV ------------------- WWW Hosting --------------------- http://www.i-p-d.nl Tel: 0165-571675 http://www.ipdhosting.com Fax: 0165-571710 http://www.domeinhosting.com Email: danny@i-p-d.nl http://www.secure.nl ------------------- WWW Design --------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 6:50:42 2001 Delivered-To: freebsd-isp@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 728A337B619 for ; Fri, 20 Apr 2001 06:50:35 -0700 (PDT) (envelope-from bri@sonicboom.org) Received: from 98 (cx175057-b.ocnsd1.sdca.home.com [24.13.23.147]) by cx175057-a.ocnsd1.sdca.home.com (8.11.1/8.11.1) with SMTP id f3KDoY104480; Fri, 20 Apr 2001 06:50:34 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <00bf01c0c9a0$b7ea2660$3324200a@sonicboom.org> From: "Brian" To: , "MKShannon" References: <3.0.5.32.20010419105729.00bd2180@pop.nvcom.com> Subject: Re: Tyan S1668 Date: Fri, 20 Apr 2001 06:49:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is why I no longer buy cases with push button power switches. Bri ----- Original Message ----- From: "MKShannon" To: Sent: Thursday, April 19, 2001 10:57 AM Subject: Tyan S1668 > > In the FreeBSD Handbook Jordan's Picks discusses the Tyan S1668 Dual > Pentium Pros. I still have a couple of them and they do an excellent job. > However, I can't use them in an unmanned situation because if there is a > power failure they will not come back up without flipping the power switch. > Does anyone have a recommendation about how to get around this flaw? > > MKShannon > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 6:53:25 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mailman.thenap.com (mailman.thenap.com [209.190.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 4DCA437B424 for ; Fri, 20 Apr 2001 06:53:18 -0700 (PDT) (envelope-from drew.weaver@thenap.com) Received: by mailman.thenap.com with Internet Mail Service (5.5.2650.21) id <26M8SNPA>; Fri, 20 Apr 2001 10:07:30 -0400 Message-ID: From: "Drew J. Weaver" To: 'Brian' , freebsd-isp@FreeBSD.ORG, MKShannon Subject: RE: Tyan S1668 Date: Fri, 20 Apr 2001 10:07:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C9A3.3CBE8046" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C9A3.3CBE8046 Content-Type: text/plain; charset="iso-8859-1" Thats one solution or you can have a motherboard that works like an old AT motherboard like the new ASUS ones that if you lose power it will automatically start up when power is restored and it is ATX. -Drew -----Original Message----- From: Brian [mailto:bri@sonicboom.org] Sent: Friday, April 20, 2001 9:49 AM To: freebsd-isp@FreeBSD.ORG; MKShannon Subject: Re: Tyan S1668 This is why I no longer buy cases with push button power switches. Bri ----- Original Message ----- From: "MKShannon" To: Sent: Thursday, April 19, 2001 10:57 AM Subject: Tyan S1668 > > In the FreeBSD Handbook Jordan's Picks discusses the Tyan S1668 Dual > Pentium Pros. I still have a couple of them and they do an excellent job. > However, I can't use them in an unmanned situation because if there is a > power failure they will not come back up without flipping the power switch. > Does anyone have a recommendation about how to get around this flaw? > > MKShannon > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message ------_=_NextPart_001_01C0C9A3.3CBE8046 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Tyan S1668

Thats one solution or you can have a motherboard that = works like an old AT motherboard like the new ASUS ones that if you = lose power it will automatically start up when power is restored and it = is ATX.

-Drew


-----Original Message-----
From: Brian [mailto:bri@sonicboom.org]
Sent: Friday, April 20, 2001 9:49 AM
To: freebsd-isp@FreeBSD.ORG; MKShannon
Subject: Re: Tyan S1668


This is why I no longer buy cases with push button = power switches.

          &nb= sp;           &nb= sp;     Bri

----- Original Message -----
From: "MKShannon" = <mks@NVCOM.NET>
To: <freebsd-isp@FreeBSD.ORG>
Sent: Thursday, April 19, 2001 10:57 AM
Subject: Tyan S1668


>
> In the FreeBSD Handbook Jordan's Picks = discusses the Tyan S1668 Dual
> Pentium Pros. I still have a couple of them and = they do an excellent job.
> However, I can't use them in an unmanned = situation because if there is a
> power failure they will not come back up = without flipping the power
switch.
> Does anyone have a recommendation about how to = get around this flaw?
>
> MKShannon
>
> To Unsubscribe: send mail to = majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the = body of the message
>


To Unsubscribe: send mail to = majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body = of the message

------_=_NextPart_001_01C0C9A3.3CBE8046-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 7:33:10 2001 Delivered-To: freebsd-isp@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 97E2837B423 for ; Fri, 20 Apr 2001 07:33:02 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id C68865D60; Fri, 20 Apr 2001 16:33:01 +0200 (CEST) Date: Fri, 20 Apr 2001 16:33:01 +0200 From: Jesper Skriver To: danny@i-p-d.nl Cc: freebsd-isp@FreeBSD.ORG Subject: Re: vinum Message-ID: <20010420163301.A72364@skriver.dk> References: <3AE05058.28191.14F5EC5@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AE05058.28191.14F5EC5@localhost>; from danny@i-p-d.nl on Fri, Apr 20, 2001 at 03:06:00PM +0200 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 20, 2001 at 03:06:00PM +0200, danny@i-p-d.nl wrote: > I have been trying to setup vinum to mirror my first harddisk on a > second identical harddisk. I get the feeling that it is not possible to > mirror the first disk, as it is my FreeBSD bootdisk. Is that right? > > I want to have a working FreeBSD-machine with a second > harddisk, that is working as an exact copy of the first disk, so if my > first drive fails, the second disk takes over, or at least has a most > recent copy. Will that work with vinum, or isn't that possible? You can mirror all filesystems but the root filesystem, you can create a identical fs on the seconds drive, and update it manually with dd(1) whenever you have make a change to the root filesystem (which you probably wont do often anyway). /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 8:30:22 2001 Delivered-To: freebsd-isp@freebsd.org Received: from nemesis.geotecmail.net (nemesis.geotecmail.net [208.244.246.91]) by hub.freebsd.org (Postfix) with ESMTP id 45DC137B43C for ; Fri, 20 Apr 2001 08:30:19 -0700 (PDT) (envelope-from seti@geotec.net) Received: from callisto.geotec.net (callisto.geotec.net [208.244.246.5]) by nemesis.geotecmail.net (8.9.3/8.9.3) with ESMTP id KAA32394 for ; Fri, 20 Apr 2001 10:24:52 -0500 (CDT) (envelope-from seti@geotec.net) Posted-Date: Fri, 20 Apr 2001 10:24:52 -0500 (CDT) Received: from COGNAC ([209.144.52.10]) by callisto.geotec.net (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id net for ; Fri, 20 Apr 2001 10:36:49 -0500 Message-ID: <011a01c0c9af$55232400$0a3490d1@COGNAC> From: seti@geotec.net (seti) To: Subject: FrontPage Extensions Authentication Date: Fri, 20 Apr 2001 10:34:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I installed the Apache-FP port from FreeBSD 4.2 release, setup a name based virtual host in httpd.conf, and used fpsrvadm to install the extensions, which all went off without a hitch. However when using the Frontpage 98/2000/XP client to access the FP enabled web, it simply does not ask me for any username and password, but instead allows me anonymously to edit/publish the webpage, from various workstations. My workaround has been to disable authoring after I have edited the page, but want to be able to use this for production purposes. Anyone had this problem or point me to some useful documentation, as the Resource Kit that comes with the extensions seems useless for this problem. -Eric Redidng seti@geotec.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 8:42:17 2001 Delivered-To: freebsd-isp@freebsd.org Received: from pandora.worldonline.nl (pandora.worldonline.nl [195.241.48.140]) by hub.freebsd.org (Postfix) with ESMTP id AECC137B424 for ; Fri, 20 Apr 2001 08:42:08 -0700 (PDT) (envelope-from eric@monkey-online.net) Received: from monkey-online.net (unknown [195.241.113.9]) by pandora.worldonline.nl (Postfix) with ESMTP id 9DE1D37119 for ; Fri, 20 Apr 2001 17:42:02 +0200 (MET DST) Message-ID: <3AE0599E.16CB4B35@monkey-online.net> Date: Fri, 20 Apr 2001 17:45:34 +0200 From: Eric Veraart X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Squid problem with FORM METHOD=POST Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having a problem with my Squid proxy server and webpages that use a form with the method=post (virtually all). I'm getting the error message that the connection was reset by peer while opening [NO URL]. The logs state that the (in this case) CGI script was opened. This error message appears with all types of form mails, forums etc. The proxy is configured to always use it's parent proxy for requests, since the cable provider doesn't deliver direct internet access (so only via it's own proxy). When I configure the proxy of the cable provider into the client directly it works, but when I configure the local Squid proxy it fails on the error. All other type of web pages open normally. Any pointers are welcome. Eric Veraart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 8:42:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from home.spfld.com (cc1014980-a.sumt1.nj.home.com [24.3.178.216]) by hub.freebsd.org (Postfix) with ESMTP id DB24837B424 for ; Fri, 20 Apr 2001 08:42:35 -0700 (PDT) (envelope-from apu@spfld.com) Received: from localhost (apu@localhost) by home.spfld.com (8.9.3/8.8.7) with ESMTP id LAA00325; Fri, 20 Apr 2001 11:42:33 -0400 Date: Fri, 20 Apr 2001 11:42:32 -0400 (EDT) From: Apu To: seti Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FrontPage Extensions Authentication In-Reply-To: <011a01c0c9af$55232400$0a3490d1@COGNAC> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 20 Apr 2001, seti wrote: > which all went off without a hitch. However when using the Frontpage > 98/2000/XP client to access the FP enabled web, it simply does not ask me > for any username and password, but instead allows me anonymously to > edit/publish the webpage, from various workstations. My workaround has been You need to AllowOverride AuthConfig so Apache can process the authentication configuration information in the .htaccess files. (The extensions actually ask for AllowOverride All but you can get away with giving out less to the individual .htaccess files -- you really need more than just AuthConfig but I don't recall exactly.) -- _ | | |-| | |pu http://www.spfld.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 11: 4:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id BE80437B423 for ; Fri, 20 Apr 2001 11:04:41 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id MAA26587; Fri, 20 Apr 2001 12:04:25 -0500 Received: from d2e (d2e.genroco.com [192.133.120.8]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id NAA13870; Fri, 20 Apr 2001 13:04:44 -0500 Message-ID: <015501c0c9c4$44a45fd0$087885c0@GENROCO.com> From: "Scot W. Hetzel" To: "Apu" , "seti" Cc: References: Subject: Re: FrontPage Extensions Authentication Date: Fri, 20 Apr 2001 13:03:49 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Apu" > On Fri, 20 Apr 2001, seti wrote: > > > which all went off without a hitch. However when using the Frontpage > > 98/2000/XP client to access the FP enabled web, it simply does not ask me > > for any username and password, but instead allows me anonymously to > > edit/publish the webpage, from various workstations. My workaround has been > > You need to AllowOverride AuthConfig so Apache can process the > authentication configuration information in the .htaccess files. (The > extensions actually ask for AllowOverride All but you can get away with > giving out less to the individual .htaccess files -- you really need more > than just AuthConfig but I don't recall exactly.) > This is the minimum settings that you need to specify in order for the FP Exts to function securely on a FP enabled website. AllowOverride AuthConfig Limit Indexes Options To increase the security of the FP enabled website, you should restrict from where a FP Author/Administrator can access the FP enabled website. These restrictions can be defined thru the FP Client. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 16:17:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from chuck.t0.or.at (chuck.t0.or.at [195.230.45.4]) by hub.freebsd.org (Postfix) with ESMTP id 6FDB637B43F for ; Fri, 20 Apr 2001 16:17:30 -0700 (PDT) (envelope-from mic@t0.or.at) Received: from localhost (mic@localhost) by chuck.t0.or.at (8.10.1/8.10.1) with ESMTP id f3KNHTN54750 for ; Sat, 21 Apr 2001 01:17:29 +0200 (CEST) Date: Sat, 21 Apr 2001 01:17:29 +0200 (CEST) From: Michael Dosser To: freebsd-isp@FreeBSD.ORG Subject: Re: vinum In-Reply-To: <3AE05058.28191.14F5EC5@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 20 Apr 2001 danny@i-p-d.nl wrote: > I have been trying to setup vinum to mirror my first harddisk on a > second identical harddisk. I get the feeling that it is not possible to > mirror the first disk, as it is my FreeBSD bootdisk. Is that right? Don't know if somebody is interested in .. I made a small howto page for RAID-1 with vinum: http://org.netbase.org/vinum-mirrored.html Cheers,mic -- Michael Dosser http://sinn-haft.action.at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 16:38:36 2001 Delivered-To: freebsd-isp@freebsd.org Received: from moat.teksupport.net.au (moat.teksupport.net.au [203.17.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 4BF4037B424 for ; Fri, 20 Apr 2001 16:38:31 -0700 (PDT) (envelope-from robseco@teksupport.net.au) Received: from magician.teksupport.net.au (robseco.secombe [192.168.1.2]) by moat.teksupport.net.au (8.11.0/8.11.0) with SMTP id f3KNkVV48900 for ; Sat, 21 Apr 2001 09:46:32 +1000 (EST) (envelope-from robseco@teksupport.net.au) Message-Id: <3.0.5.32.20010421093822.037ff520@secombe> X-Sender: robseco@secombe X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sat, 21 Apr 2001 09:38:22 +1000 To: freebsd-isp@FreeBSD.ORG From: Rob Secombe Subject: Re: vinum In-Reply-To: <3AE05058.28191.14F5EC5@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, You can't use vinum to mirror the root filesystem. You will need a hardware solution to do that. What I have done in the past is to manually edit the disklabel on the second drive so that is identical to the first (assuming the drives are the same, mind you they dont' have to be) and install a bootstrap on it. You can make whichever of the filesystems you want type vinum except the root filesystem. As normally, the contents "/" does not change all that often, I then set up a script in /etc/periodic to copy one to the other. This works best with scsi drives as they are assigned as they discovered at boot time and you don't have to mess around with /etc/fstab and swapping drives if the first drive fails, just disconnect it and the system will boot from the second drive (which is now becomes the first). Hey, it works. Rob. At 15:06 20/04/01 +0200, danny@i-p-d.nl wrote: >I have been trying to setup vinum to mirror my first harddisk on a >second identical harddisk. I get the feeling that it is not possible to >mirror the first disk, as it is my FreeBSD bootdisk. Is that right? > >I want to have a working FreeBSD-machine with a second >harddisk, that is working as an exact copy of the first disk, so if my >first drive fails, the second disk takes over, or at least has a most >recent copy. Will that work with vinum, or isn't that possible? > >A reinstall is no problem, this is just a test case for now. > > >Met vriendelijke groeten, > >Danny Zwegers >Unix SysAdmin (Spec:Domains) >IPD Hosting & Design BV > >------------------- WWW Hosting --------------------- >http://www.i-p-d.nl Tel: 0165-571675 >http://www.ipdhosting.com Fax: 0165-571710 >http://www.domeinhosting.com Email: danny@i-p-d.nl >http://www.secure.nl >------------------- WWW Design --------------------- > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 17:31:29 2001 Delivered-To: freebsd-isp@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 8DFD637B422 for ; Fri, 20 Apr 2001 17:31:27 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id payaaaaa for ; Sat, 21 Apr 2001 10:31:23 +1000 Message-ID: <3AE0D5DF.6C5B3C42@quake.com.au> Date: Sat, 21 Apr 2001 10:35:43 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: danny@i-p-d.nl Cc: freebsd-isp@FreeBSD.ORG Subject: Re: vinum References: <3AE05058.28191.14F5EC5@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org danny@i-p-d.nl wrote: > > I have been trying to setup vinum to mirror my first harddisk on a > second identical harddisk. I get the feeling that it is not possible to > mirror the first disk, as it is my FreeBSD bootdisk. Is that right? > > I want to have a working FreeBSD-machine with a second > harddisk, that is working as an exact copy of the first disk, so if my > first drive fails, the second disk takes over, or at least has a most > recent copy. Will that work with vinum, or isn't that possible? The mirroring will work fine, but vinum loads after the root partition is mounted... So the mirror the root partition you will need to have vinum load before this, it should be possible... You should ask Greg Lehey about it, since he is "the vinum guy" :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 17:37:10 2001 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 29C5137B424 for ; Fri, 20 Apr 2001 17:37:07 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 218916ACBA; Sat, 21 Apr 2001 10:07:05 +0930 (CST) Date: Sat, 21 Apr 2001 10:07:05 +0930 From: Greg Lehey To: Kal Torak Cc: danny@i-p-d.nl, freebsd-isp@FreeBSD.ORG Subject: Re: vinum Message-ID: <20010421100704.A97904@wantadilla.lemis.com> References: <3AE05058.28191.14F5EC5@localhost> <3AE0D5DF.6C5B3C42@quake.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AE0D5DF.6C5B3C42@quake.com.au>; from kaltorak@quake.com.au on Sat, Apr 21, 2001 at 10:35:43AM +1000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Saturday, 21 April 2001 at 10:35:43 +1000, Kal Torak wrote: > danny@i-p-d.nl wrote: >> >> I have been trying to setup vinum to mirror my first harddisk on a >> second identical harddisk. I get the feeling that it is not possible to >> mirror the first disk, as it is my FreeBSD bootdisk. Is that right? >> >> I want to have a working FreeBSD-machine with a second >> harddisk, that is working as an exact copy of the first disk, so if my >> first drive fails, the second disk takes over, or at least has a most >> recent copy. Will that work with vinum, or isn't that possible? > > The mirroring will work fine, but vinum loads after the root partition > is mounted... > > So the mirror the root partition you will need to have vinum load before > this, it should be possible... You should ask Greg Lehey about it, since > he is "the vinum guy" :) Loading VInum earlier is simple. I even had root file system support running about a year ago. The difficult part is finding out which disks and partitions are attached to the system: at this point, since the root file system isn't mounted, there are no device nodes (except on -CURRENT with devfs). The method I used was deemed unsuitable on the FreeBSD-arch list, so I'm now looking for an alternative. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 18:15:46 2001 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DC92237B423 for ; Fri, 20 Apr 2001 18:15:31 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 716A86ACBA; Sat, 21 Apr 2001 10:45:29 +0930 (CST) Date: Sat, 21 Apr 2001 10:45:29 +0930 From: Greg Lehey To: Michael Dosser Cc: freebsd-isp@FreeBSD.ORG Subject: Re: vinum Message-ID: <20010421104529.B97904@wantadilla.lemis.com> References: <3AE05058.28191.14F5EC5@localhost> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mic@t0.or.at on Sat, Apr 21, 2001 at 01:17:29AM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 21 April 2001 at 1:17:29 +0200, Michael Dosser wrote: > On Fri, 20 Apr 2001 danny@i-p-d.nl wrote: > >> I have been trying to setup vinum to mirror my first harddisk on a >> second identical harddisk. I get the feeling that it is not possible to >> mirror the first disk, as it is my FreeBSD bootdisk. Is that right? > > Don't know if somebody is interested in .. I made a small howto page for > RAID-1 with vinum: > > http://org.netbase.org/vinum-mirrored.html There are a number of errors in this page. To even be able to read it, I had to turn the colours off. Are you colour blind? I'm attaching a marked up version in HTML (exceptionally), since I need to explain some things and why they're wrong. You can also see this page at http://www.lemis.com/grog/vinum-mirrored-corrected.html Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers --SLDf9lqlvOQaIe6s Content-Type: text/html; charset=us-ascii Content-Disposition: attachment; filename="vinum-mirrored-corrected.html" Vinum HOWTO for two mirrored disks  

Vinum HOWTO for two mirrored disks


Preface

Vinum is a Logical Volume Manager for FreeBSD. It is able to do RAID-0, RAID-1 and RAID-5. Also RAID-4, though this doesn't buy you anything. This document took a lot of information from a really good HOWTO page from written by scanner at jurai dot net. Thanks to scanner and the freebsd-isp at freebsd dot org mailing-list for information and documentation.

Foreword for RAID-1, mirrored disks

Layout: one small disk for your FreeBSD system, which means for /. Two big disks for your mirrored disks. Why this? You need to have one system disk because FreeBSD connot boot off a vinum partition - it's like the chicken and the egg: first you have to load the kernel in order to initialize the vinum mirrored disks, so you cannot boot off vinum disks. You can't find a disk small enough for a root partition and swap only. You'd be a whole lot better off putting swap on the second disk and making it the same size as the root file system, leaving the rest of both disks for a Vinum drive.

O.k., so what now? I have written this document for a fresh installation of the system. Please keep in mind, that partitioning can mean you destroy data. Take a backup first. Well, let's start: First you have to install your system to the FreeBSD system disk. Don't install ports and linux compatibility, because they use lot's of space in /usr. You can do it afterwards with sysinstall.

It's easier to do it now.

Fresh installation of FreeBSD

Good, choose whatever install method you like (let's assume we've choosen "Standard"). Partition your first disk (e.g. the FreeBSD System disk) and use the entire disk by pressing "a" and write your data to disk by pressing "w". Choosse the next disk and do the same and also for the last one. Then install the bootmanager only for the first disk (your FreeBSD system disk). After that you have to label your disk and put slices on it. For the first disk take the following layout:

Part Mount Size
da0s1a / [Nearly the full disk]
da0s1b swap [The rest]

As mentioned above, put the swap on the second disk

Installation and the mirrored disks

For the two other disks make slices for the directories you want to mirror, like for example /usr and /var. Don't define these mountpoints here, but rather choose dummy mountpoints like /a or /b! Pay attention to create for each directory the same slices (e.g. da1s1e is 4000MB, and da2s1e is also 4000MB):

Part Mount Size:
da1s1e /a [e.g.15000MB]
da1s1f /b [e.g.5000MB]
da2s1e /c [e.g.15000MB]
da2s1f /d [e.g.5000MB]

It is wrong to make more than one Vinum drive per spindle. Drop, say, /dev/da1s1e and /dev/da1s2e

Install your FreeBSD system. Remember to keep your system as tiny as possible (e.g. not to install ports, linux compatibitity etc.).

Vinum Configuration

When the system is up we get into the vinum configuration. First of all comes the disklabeling procedure. FreeBSD slices are labeled 4.2BSD which is not suitable for vinum. Use the following command to change this:

# disklabel -e [name of the partition of the first to be mirrored partition, e.g. da1]

This is vi, you should know about how to use it. Change 4.2BSD to vinum (pay attention: vinum should be written in small letters!)

Do the same for your second to be mirrored paritition.

The next step is to create a vinum configuration file. The name and its location are irrelevant. I did it by creating it in /etc:

# vi /etc/vinum.conf

The layout I have choosen is very simple. This is an example, adjust it to your needs:
I have /usr and /var choosen to be mirrored slices. The command "df" gives the following layout:

/dev/da0s1a     49583    24678    20939    54%    /
/dev/da1s1e  14887091        1 14887090     0%    /a
/dev/da2s1e  14887091        1 14887090     0%    /b
/dev/da1s1f   4887091        1  4887090     0%    /c  
/dev/da2s1f   4887091        1  4887090     0%    /d

What you should have would look like:

/dev/da0s1a     49583    24678    20939    54%    /
/dev/da1s1f  19772182        1 19772182     0%    /c  
/dev/da2s1f  19772182        1 19772182     0%    /d

So my configuration file looks like that:

drive drive1 device /dev/da1s1e
drive drive2 device /dev/da2s1e
 volume usr 
  plex org concat
    sd length 0 drive drive1
  plex org concat
    sd length 0 drive drive2
drive drive3 device /dev/da1s1f
drive drive4 device /dev/da2s1f
 volume var
  plex org concat
    sd length 0 drive drive3
  plex org concat
    sd length 0 drive drive4
Change that to:

drive drive1 device /dev/da1s1f
drive drive2 device /dev/da2s1f
 volume usr 
  plex org concat
    sd length 14887091s drive drive1
  plex org concat
    sd length 14887091s drive drive2
 volume var
  plex org concat
    sd length 0 drive drive1
  plex org concat
    sd length 0 drive drive2

The names drive1,2,3,4 are optional as the volume name is (usr, var). For me it was easier that way, adjust it to your needs.
Then copy tar and vi to the root file system, just to be sure if something goes wrong:

# cp /usr/bin/vi /bin/vi
# cp /usr/bin/tar /bin/tar

Then start the vinum program (man vinum for further information!)

# vinum # This leads to the vinum prompt in the next line:
vinum -> create -f [name of your configuration, in my case /etc/vinum.conf]

If you wish to see your configuration, type dumpconfig.

If you wish to see your configuration, type list. dumpconfig is a utility to show what's really on the disk, and may not reflect the running configuration. It's also difficult to read, and it doesn't show the names of the drives.

If you want to discard your configuration, type resetconfig.

You should only use resetconfig in an emergency. To remove items from the configuration, use rm.

If your configuration suits your needs, hit "control + d" to finish.

After these operations, the configuration will not be correct. It's possible you'd miss it if you abuse dumpconfig to display the configuration, but the subdisks usr.p1.s0 and var.p1.s0 will be in empty state, and the plexes usr.p1 and var.p1 will be faulty:

2 volumes:
V usr                   State: up       Plexes:       2 Size:        921 MB
V var                   State: up       Plexes:       2 Size:       1092 MB

4 plexes:
P usr.p0              C State: up       Subdisks:     1 Size:        921 MB
P usr.p1              C State: faulty   Subdisks:     1 Size:        921 MB
P var.p0              C State: up       Subdisks:     1 Size:       1092 MB
P var.p1              C State: faulty   Subdisks:     1 Size:       1092 MB

4 subdisks:
S usr.p0.s0             State: up       PO:        0  B Size:        921 MB
S usr.p1.s0             State: empty    PO:        0  B Size:        921 MB
S var.p0.s0             State: up       PO:        0  B Size:       1092 MB
S var.p1.s0             State: empty    PO:        0  B Size:       1092 MB

To start them, use the init command. Alternatively, modify your configuration to:

 volume usr setupstate
  plex org concat
    sd length 14887091s drive drive1
  plex org concat
    sd length 14887091s drive drive2

to indicate that any discrepancies in the content can be ignored, since you will be doing a newfs on the volume.

After that newfs your slice with the following command:

# newfs -v /dev/vinum/[name name of your mirror, e.g. usr]

Do this for all of your slices you have configured for vinum! (e.g. var, etc.)

Then mount your new vinum slices lets say to /mnt/[name of the slice you want to clone:

# mkdir /mnt/usr
# mount /dev/vinum/usr /mnt/usr

Do this for every slice you want to clone.

Copying your old directories to the vinum slices

Then you have to copy the files in your old directory to the new slice:

# cd /
# tar cfv usr.tar usr
# mv usr.tar /mnt
# tar xfv usr.tar

Do this for every slice you want to clone.

Edit /etc/fstab

If this and the previous steps were successful, edit your fstab:

# vi /etc/fstab

Add the following line:

/dev/vinum/[name of your mirror, e.g. usr] /[name of your mountpoint, e.g. /usr] ufs rw 2 2

Repeat these steps for all of your mirror sets, like /var etc.

Don't forget /etc/rc.conf!!

Now we are nearly finished! Add the following line to your /etc/rc.conf:

start_vinum="YES"

and reboot:

# reboot

After the System has come up make a "df" in order to see the fabulous mirrored disks!

Something goes wrong after the reboot

If something goes wrong, e.g. you have not specified the right mountpoint etc.: you have vi in /bin, which means you can edit /etc/fstab, you have vinum in single user and you have still the copy of /usr and /var! You can repair everything like you want and repeat this steps by debbuging your configuration!

After-vinum configuration

If all went smooth, reboot into single user mode and mount /. Remove your old /usr, var and other directories you don't need anymore. Reboot. The system should come up into multiuser. Now delete your *.tar files in /mnt and finish your installation (e.g. install ports, linux compatibility, upgrade your system to RELENG_4 or whatever). At this stage the vinum part should be finished.

PAY ATTENTION!: If you want to upgrade your system to -STABLE do the following:

Make your normal cvsup to grep your new sources. When you are finished, make the following:

# cd /usr/src
# make buildworld
# make buildkernel KERNCONF=YOUR_KERNEL_HERE
# make installkernel KERNCONF=YOUR_KERNEL_HERE

Don't reboot yet!! First of all take a backup of your /sbin/vinum:

# cp /sbin/vinum /sbin/vinum.bak
# cd /usr/src/sbin/vinum
# make && make install
# reboot

Stop in single user mode (boot -s at the prompt).

# fsck /dev/YOUR_ROOT_FILESYSTEM_HERE
# mount /
# vinum start
# fsck /dev/vinum/YOUR_TO_BE_MOUNTED_FILESYSTEM
# mount /YOUR_TO_BE_MOUNTED_FILESYSTEM

Repeat the last for all of your essential slices (like /usr, /var, etc.)

Then go on with your normal upgrade process:

# make installworld
# mergemaster # For a fresh install it's the best way to type "i", else type "m"
# reboot

I don't understand the point of all this rigmarole. You shouldn't need to do anything special here.

Enjoy your new upgraded system! Michael Dosser.

| Lynx, w3m, links friendly || Coded with vi |

--SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 20 22: 8: 7 2001 Delivered-To: freebsd-isp@freebsd.org Received: from Spaz.HuntsvilleAL.COM (spaz.huntsvilleal.com [63.147.8.31]) by hub.freebsd.org (Postfix) with ESMTP id B8B3B37B43F for ; Fri, 20 Apr 2001 22:08:04 -0700 (PDT) (envelope-from kris@catonic.net) Received: from localhost (kris@localhost) by Spaz.HuntsvilleAL.COM (8.11.3/8.11.3) with ESMTP id f3L583X49325 for ; Sat, 21 Apr 2001 05:08:03 GMT Date: Sat, 21 Apr 2001 05:08:03 +0000 (GMT) From: Kris Kirby X-Sender: kris@spaz.huntsvilleal.com To: isp@freebsd.org Subject: Multiport FBSD Routing? Message-ID: X-Tech-Support-Email: bofh@catonic.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What I have: FreeBSD machines out the wazoo and two Pipeline P130s and a possible few extra (private) links in. What I need: A solution to load-balance multiple pipes (perhaps running two or three NATDs for the private links). I'm thinking of Zebra (BGP) and really wondering if this can be done on generic UN*X box.. The multiple pipes confuses me. For simplicity, assume the P130s are running in bridge mode; in other words, the PC will have an ethernet port apiece for the T1s and talk straight to the upstream router. The big questions: Can It Be Done? Has It Been Done? Can It Be Done Easily? ----- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Apr 21 2: 4: 3 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail-secure.toplink.net (mail-secure.toplink.net [195.2.171.5]) by hub.freebsd.org (Postfix) with ESMTP id 7220537B423 for ; Sat, 21 Apr 2001 02:03:59 -0700 (PDT) (envelope-from ck@toplink.net) Received: from localhost.toplink.net (mail-scan.toplink.net [195.2.171.141]) by mail-secure.toplink.net (8.9.3/8.9.3) with ESMTP id LAA56276; Sat, 21 Apr 2001 11:03:37 +0200 (CEST) Received: from mail-secure.toplink.net (mail-scan [127.0.0.1]) by localhost.toplink.net (8.9.3/8.9.3) with ESMTP id LAA21102; Sat, 21 Apr 2001 11:03:37 +0200 Received: (from uucp@localhost) by mail-secure.toplink.net (8.9.3/8.9.3) with UUCP id LAA56274; Sat, 21 Apr 2001 11:03:36 +0200 (CEST) Received: from localhost (ck@localhost) by hirvi.toplink.net (8.11.0/8.11.0) with ESMTP id f3L8rGX01429; Sat, 21 Apr 2001 10:53:16 +0200 Date: Sat, 21 Apr 2001 10:53:16 +0200 (CEST) From: Christian Kratzer To: "Scot W. Hetzel" Cc: Apu , seti , freebsd-isp@FreeBSD.ORG Subject: Re: FrontPage Extensions Authentication In-Reply-To: <015501c0c9c4$44a45fd0$087885c0@GENROCO.com> Message-ID: X-NCC-RegID: de.toplink X-Spammer-Kill-Ratio: 75% X-Jihad: Will hunt down all cases of Spam and Net abuse. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, 20 Apr 2001, Scot W. Hetzel wrote: > From: "Apu" > > On Fri, 20 Apr 2001, seti wrote: > > > > > which all went off without a hitch. However when using the Frontpage > > > 98/2000/XP client to access the FP enabled web, it simply does not ask > me > > > for any username and password, but instead allows me anonymously to > > > edit/publish the webpage, from various workstations. My workaround has > been > > > > You need to AllowOverride AuthConfig so Apache can process the > > authentication configuration information in the .htaccess files. (The > > extensions actually ask for AllowOverride All but you can get away with > > giving out less to the individual .htaccess files -- you really need more > > than just AuthConfig but I don't recall exactly.) > > > > This is the minimum settings that you need to specify in order for the FP > Exts to function securely on a FP enabled website. > > AllowOverride AuthConfig Limit Indexes Options specifically "AllowOverride Options" is required as frontpage drops .htaccess files in directories with "Options None" Sadly "AllowOverride Options" allows users to upload their own cgi's everywhere just by specifiying "Options ExecCGI" and other nice stuff you perhaps would not want them to do by themselves. Because of this we patched apache to allow "Options None" even when there is no "AllowOverrride Options" I really don't fancy porting all these patches to make frontpage secure to apache-2.0 etc... We would gladly drop frontpage support if there weren't that many users using it. Greetings Christian -- TopLink Internet Services GmbH ck@171.2.195.in-addr.arpa Christian Kratzer http://www.toplink.net/ Phone: +49 7032 2701-0 Fax: +49 7032 2701-19 FreeBSD spoken here! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Apr 21 11:35:49 2001 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id D6E3437B422 for ; Sat, 21 Apr 2001 11:35:44 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 14r2AP-00072Z-00; Sat, 21 Apr 2001 11:31:33 -0700 Date: Sat, 21 Apr 2001 11:31:31 -0700 (PDT) From: Tom Samplonius To: Kris Kirby Cc: isp@freebsd.org Subject: Re: Multiport FBSD Routing? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 21 Apr 2001, Kris Kirby wrote: > What I have: FreeBSD machines out the wazoo and two Pipeline P130s and a > possible few extra (private) links in. > > What I need: A solution to load-balance multiple pipes (perhaps running > two or three NATDs for the private links). > > I'm thinking of Zebra (BGP) and really wondering if this can be done on > generic UN*X box.. The multiple pipes confuses me. For simplicity, assume > the P130s are running in bridge mode; in other words, the PC will have an > ethernet port apiece for the T1s and talk straight to the upstream router. > > The big questions: Can It Be Done? Has It Been Done? Can It Be Done > Easily? You are probably better off replacing the Pipeline 130s with a Cisco 2501. The Pipeline 130 is a rather crappy T1 router. The Cisco 2501 will do load balancing over two T1s quite easily, assuming they are from the same provider. FreeBSD does not support multiple gateways per route (equal cost multipath). It can do multilink PPP, but you'd need to put T1 cards into your FreeBSD box to do that. Again, this assumes that both go to the same provider. If each T1 goes to a different T1, well, that is kinda of a messed up situation. I see people trying to do this, and configure all their servers with IPs from each provider. It turns into a unreliable, convulted mess. Not a good thing if you want to achieve better reliability. Unless, you can have a large enough network to obtain at least a /19 (32 class-Cs), you are probably better off sticking with a single provider. Many providers offer reliability measures. WorldCom offers a diverse T1 service which includes 2 T1s, each from a different POP. You could connect those both to a single Cisco 2501, or if you want more reliability, each to separate 2501 and setup HSRP so either can take over the gateway address of the other. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Apr 21 21:32:15 2001 Delivered-To: freebsd-isp@freebsd.org Received: from Spaz.HuntsvilleAL.COM (spaz.huntsvilleal.com [63.147.8.31]) by hub.freebsd.org (Postfix) with ESMTP id A9D9037B422 for ; Sat, 21 Apr 2001 21:32:12 -0700 (PDT) (envelope-from kris@catonic.net) Received: from localhost (kris@localhost) by Spaz.HuntsvilleAL.COM (8.11.3/8.11.3) with ESMTP id f3M4W0c79387; Sun, 22 Apr 2001 04:32:00 GMT Date: Sun, 22 Apr 2001 04:32:00 +0000 (GMT) From: Kris Kirby X-Sender: kris@spaz.huntsvilleal.com To: Tom Samplonius Cc: isp@freebsd.org Subject: Re: Multiport FBSD Routing? In-Reply-To: Message-ID: X-Tech-Support-Email: bofh@catonic.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 21 Apr 2001, Tom Samplonius wrote: > You are probably better off replacing the Pipeline 130s with a Cisco > 2501. The Pipeline 130 is a rather crappy T1 router. The Cisco 2501 will Been talking to fullermd, eh? Remember, I'm placing as little actual load in the Pipeline as possible. That's what "bridge" mode is all about -- making the Pipeline function like a T1 DSU/CSU with an ethernet port. > If each T1 goes to a different T1, well, that is kinda of a messed up > situation. I see people trying to do this, and configure all their > servers with IPs from each provider. It turns into a unreliable, > convulted mess. Not a good thing if you want to achieve better > reliability. I'm not saying I want to try to use both networks in a parallel fashion. I'm saying I want to try to use a FreeBSD machine in place of a cisco router. This requires managing the default/current route. Logically, Zebra would have to feed the BGP route information into the routing table. If cisco's already done it, it should be able to be done on UN*X. [FWIW, I probably will use a cisco 2621.] ----- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message