From owner-freebsd-doc Sun Aug 27 2:20: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B7537B422 for ; Sun, 27 Aug 2000 02:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34408; Sun, 27 Aug 2000 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Aug 2000 02:20:03 -0700 (PDT) Message-Id: <200008270920.CAA34408@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Sheldon Hearn Subject: Re: docs/20814: mount opt "intr" for nfs mounts undocumented in fstab.5 Reply-To: Sheldon Hearn Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/20814; it has been noted by GNATS. From: Sheldon Hearn To: bmah@freebsd.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/20814: mount opt "intr" for nfs mounts undocumented in fstab.5 Date: Sun, 27 Aug 2000 11:17:55 +0200 On Sat, 26 Aug 2000 08:47:41 MST, Bruce A. Mah wrote: > Please note that the patch I gave you *only* addresses the fact that the > mount(8) manpage doesn't point users to the filesystem-specific manpages > for filesystem-specific mount options. I still think that patch is > right, but I'm just going to shut up for now and leave it up to you to > decide its fate. I agree with you that the mount(8) page should point folks at filesystem-specific pages. I intend to commit the supplied patch on Monday. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Aug 27 13: 6:56 2000 Delivered-To: freebsd-doc@freebsd.org Received: from groundhog.uophx.edu (email.uophx.edu [204.17.24.20]) by hub.freebsd.org (Postfix) with ESMTP id 454AD37B422 for ; Sun, 27 Aug 2000 13:06:52 -0700 (PDT) Received: from Hilbert (cc4509-a.sandia1.nm.home.com [24.179.145.163]) by groundhog.uophx.edu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id Q70NDQDW; Sun, 27 Aug 2000 13:05:20 -0700 Message-ID: <000001c01059$58a4e830$3201a8c0@Hilbert> Reply-To: "Bill Miles" From: "Bill Miles" To: Subject: Ports problem Date: Sat, 5 Aug 2000 23:01:49 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_03F0_01BFFF31.231BFB60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_03F0_01BFFF31.231BFB60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Guys, I just purchased a copy of FreeBSD 4.0 (March 2000) and the = /cdrom/ports/distfiles directory does not exist on the first CD, nor do = I seem to be able to get the make files to look at the CD-ROM without = modification. Now what? Bill Miles Albuquerque, NM wmiles@grqsystems.com ------=_NextPart_000_03F0_01BFFF31.231BFB60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Guys,
 
I just purchased a copy of FreeBSD 4.0 = (March 2000)=20 and the /cdrom/ports/distfiles directory does not exist on the = first=20 CD, nor do I seem to be able to get the make files to look at the CD-ROM = without=20 modification.  Now what?
 
Bill Miles
Albuquerque, NM
wmiles@grqsystems.com
 
------=_NextPart_000_03F0_01BFFF31.231BFB60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Aug 27 13:26:57 2000 Delivered-To: freebsd-doc@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 4250D37B422 for ; Sun, 27 Aug 2000 13:26:54 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA05179; Sun, 27 Aug 2000 13:26:53 -0700 Message-ID: <39A9798C.EE368725@urx.com> Date: Sun, 27 Aug 2000 13:26:52 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Miles Cc: doc@FreeBSD.ORG Subject: Re: Ports problem References: <000001c01059$58a4e830$3201a8c0@Hilbert> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Bill Miles wrote: > > Hi Guys, > > I just purchased a copy of FreeBSD 4.0 (March 2000) and the > /cdrom/ports/distfiles directory does not exist on the first CD, nor > do I seem to be able to get the make files to look at the CD-ROM > without modification. Now what? You are confusing pre-compiled packages with ports. The source for the ports requires downloading. The downloaded file goes into /usr/ports/distfiles. A make in a ports locating in /usr/ports/... will download the source. If you don't want to build a port, the packages are great because all you do is "pkg_add port_file". BTW, these isn't an appropriate question for freebsd-docs but should have been asked in freebsd-questions. You will also catch a lot of flak for using HTML in email on almost all of the freebsd lists. They will mostly ignore your using Outlook Express if you turn off HTML and fold your lines at column 70. HTH, Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Aug 27 13:28:23 2000 Delivered-To: freebsd-doc@freebsd.org Received: from emout3.wish.net (emout3.wish.net [212.123.141.30]) by hub.freebsd.org (Postfix) with ESMTP id 20EB237B423 for ; Sun, 27 Aug 2000 13:28:12 -0700 (PDT) Received: from mail1.inside.servers (mail1.INSIDE.servers [10.1.0.5]) by emout3.wish.net (Postfix) with SMTP id 4F68322520 for ; Sun, 27 Aug 2000 22:26:19 +0200 (CEST) Received: (qmail 78509 invoked from network); 27 Aug 2000 20:28:03 -0000 Received: from p9887.nl.wish.net (HELO aopen) ([212.123.176.159]) (envelope-sender ) by mail1.outside.servers (qmail-ldap-1.03) with SMTP for ; 27 Aug 2000 20:28:03 -0000 Message-ID: <000801c0106d$79468bc0$c901000a@sebatech.nett> From: "Sebastiaan Laurijsse" To: Subject: Building a Proxy server with squid and freebsd! Date: Sun, 27 Aug 2000 22:26:30 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C01075.D93437F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C01075.D93437F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello=20 I'm a dutch man that are trying to build a squid proxy server that dial = on command the ISP but my problem is how do i configure the machine that = when i click on a browser from a other machine in my network that squid = starts dialing the isp i have a external 56k6 modem Dynalink a 3com etherlink 3 10mb My question is du you have a HOW-TO that explain in the details how i = configure=20 PPP to dial up on demand squid.conf firewall rules=20 etc etc My Sincerly Sebastiaan Laurijsse bassie@wishmail.net ------=_NextPart_000_0005_01C01075.D93437F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello
I'm a dutch man that are trying to = build a squid=20 proxy server that dial on command the ISP but my problem is how do i = configure=20 the machine that when i click on a browser from a other machine in my = network=20 that squid starts dialing the isp
i have a external 56k6 modem = Dynalink
a 3com etherlink 3 10mb
 
My question is du you have a HOW-TO = that explain in=20 the details how i configure
PPP to dial up on demand
squid.conf
firewall rules
etc etc
 
 
My Sincerly
 
Sebastiaan Laurijsse
 
bassie@wishmail.net
 
 
------=_NextPart_000_0005_01C01075.D93437F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Aug 27 13:33:48 2000 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9937B423 for ; Sun, 27 Aug 2000 13:33:40 -0700 (PDT) Received: from garbonzo.hos.ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with ESMTP id QAA21750; Sun, 27 Aug 2000 16:33:32 -0400 Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by garbonzo.hos.ufl.edu (8.9.3/8.9.3) with SMTP id QAA09521; Sun, 27 Aug 2000 16:30:43 -0400 (EDT) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000827163040.00a98100@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 27 Aug 2000 16:30:40 -0400 To: "Bill Miles" , From: Bob Johnson Subject: Re: Ports problem In-Reply-To: <000001c01059$58a4e830$3201a8c0@Hilbert> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 11:01 PM 08/05/2000 -0500, Bill Miles wrote: > > > > > > > >
Hi Guys,
>
 
>
I just purchased a copy of FreeBSD 4.0 (March 2000) >and the /cdrom/ports/distfiles directory does not exist on the first >CD, nor do I seem to be able to get the make files to look at the CD-ROM without >modification.  Now what?
>
 
>
Bill Miles
>
Albuquerque, NM
> >
 
>
Did you really send this message on August 5th? It sure has been floating around a long time. As I understand it, the ports makefiles are intended to fetch the distfiles via ftp from appropriate sites. The distfiles directory is storage space for the downloaded compressed files, and is thus empty on the CD. To install from the CD, install precompiled packages (which are what is on the CD) by running /stand/sysinstall, selecting Post Install Configuration, and then Packages (I wrote that from memory, but it should be close enough to get you there). - Bob "Questions about using FreeBSD should be sent to questions@freebsd.org" +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Aug 27 14: 5:43 2000 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id BDC7437B423 for ; Sun, 27 Aug 2000 14:05:41 -0700 (PDT) Received: from garbonzo.hos.ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with ESMTP id RAA276162; Sun, 27 Aug 2000 17:05:34 -0400 Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by garbonzo.hos.ufl.edu (8.9.3/8.9.3) with SMTP id RAA09536; Sun, 27 Aug 2000 17:05:19 -0400 (EDT) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000827170514.00a97520@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 27 Aug 2000 17:05:14 -0400 To: "Sebastiaan Laurijsse" , From: Bob Johnson Subject: Re: Building a Proxy server with squid and freebsd! In-Reply-To: <000801c0106d$79468bc0$c901000a@sebatech.nett> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 10:26 PM 08/27/2000 +0100, Sebastiaan Laurijsse wrote: [...] >3com etherlink 3 10mb My question is du you have a HOW-TO that explain in > the details how i configure PPP to dial up on demand squid.conf firewall >rules etc etc My Sincerly Sebastiaan Laurijsse bassie@wishmail.net > type "man ppp" and it will tell you everything you should need to know about setting up dial on demand ppp. For a slightly out of date, but useful, tutorial look at http://www.freebsd.org/tutorials/ppp/index.html . You no longer need the ppp.linkup file stuff that it describes, and a few other things have changed as well. ppp includes a basic built-in firewall capability that may be all you need. - Bob +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 0:30:12 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BCBF37B440 for ; Mon, 28 Aug 2000 00:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA36412; Mon, 28 Aug 2000 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from joel-home.itworks.com.au (joel-home.itworks.com.au [203.36.209.39]) by hub.freebsd.org (Postfix) with ESMTP id 01C0437B422 for ; Mon, 28 Aug 2000 00:26:40 -0700 (PDT) Received: (from root@localhost) by joel-home.itworks.com.au (8.9.3/8.9.2) id SAA11530; Mon, 28 Aug 2000 18:26:39 +1100 (EST) (envelope-from jsutton) Message-Id: <200008280726.SAA11530@joel-home.itworks.com.au> Date: Mon, 28 Aug 2000 18:26:39 +1100 (EST) From: jsutton@bbcon.com.au Reply-To: jsutton@bbcon.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/20893: update to consultants section of the web site Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20893 >Category: docs >Synopsis: update to consultants section of the web site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 28 00:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Joel Sutton >Release: FreeBSD 3.3-RELEASE i386 >Organization: Busy Bee Consulting >Environment: FreeBSD stargate.home 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Tue Dec 21 17:18:52 EST 1999 root@stargate.home:/usr/src/sys/compile/OFFICE i386 >Description: Could someone please review and commit this addition to the consultants list. Thanks, Joel... >How-To-Repeat: >Fix: Index: consulting.raw =================================================================== RCS file: /usr/home/cvs/FreeBSD/www/en/commercial/consulting.raw,v retrieving revision 1.38 diff -u -r1.38 consulting.raw --- consulting.raw 2000/07/08 17:59:49 1.38 +++ consulting.raw 2000/08/28 07:12:15 @@ -338,6 +338,19 @@ info@ia.com.hk or visit our website at www.ia.com.hk. + +ITworks Consulting +is a privately owned information technology consultancy, situated in +the central business district of Melbourne, Australia. The business +consists of a specialised team of consultants who aim to provide +information technology solutions to meet the needs of the business +community. We provide a range of FreeBSD based web hosting, web +database development and e-commerce services as well as professional +FreeBSD consulting services and support contracts. For more +information please visit our web +site or contact us at info@itworks.com.au. + John Polstra, of Polstra & Co., Inc., has been a UNIX developer since 1978, and >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 1:51: 2 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86C4E37B424; Mon, 28 Aug 2000 01:51:00 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44788; Mon, 28 Aug 2000 01:51:00 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 28 Aug 2000 01:51:00 -0700 (PDT) From: Message-Id: <200008280851.BAA44788@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-doc@freebsd.org, sheldonh@FreeBSD.org Subject: Re: docs/20814: mount opt "intr" for nfs mounts undocumented in fstab.5 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount opt "intr" for nfs mounts undocumented in fstab.5 Responsible-Changed-From-To: freebsd-doc->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Aug 28 01:50:37 PDT 2000 Responsible-Changed-Why: I'll commit a variant of Bruce's patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=20814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 6: 7:45 2000 Delivered-To: freebsd-doc@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 5D76737B424 for ; Mon, 28 Aug 2000 06:07:43 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id JAA97294 for ; Mon, 28 Aug 2000 09:09:08 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000828090509.00ad6200@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 28 Aug 2000 09:07:25 -0400 To: freebsd-doc@freebsd.org From: John Subject: docbook4.1? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I was just checking the up-to-dateness of my ports, and I realized that docbook-1.1, 2.41, 3.0, and 3.1 are all installed - i'm assuming that this was either accomplished directly by or by dependencies from the docproj metaport? I was wondering if those could all be uninstalled and replaced simply by docbook-4.1 and still have everything work right for doing documentation and tagging? Thanks in advance, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 6:34:24 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ACEB37B422; Mon, 28 Aug 2000 06:34:23 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA86408; Mon, 28 Aug 2000 06:34:23 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Date: Mon, 28 Aug 2000 06:34:23 -0700 (PDT) From: Message-Id: <200008281334.GAA86408@freefall.freebsd.org> To: jsutton@bbcon.com.au, phantom@FreeBSD.org, freebsd-doc@freebsd.org, phantom@FreeBSD.org Subject: Re: docs/20893: update to consultants section of the web site Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to consultants section of the web site State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Mon Aug 28 06:33:17 PDT 2000 State-Changed-Why: information is added to www/ tree. it will appear on website within 24 hour Responsible-Changed-From-To: freebsd-doc->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Mon Aug 28 06:33:17 PDT 2000 Responsible-Changed-Why: my area http://www.freebsd.org/cgi/query-pr.cgi?pr=20893 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 7: 8: 8 2000 Delivered-To: freebsd-doc@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 1570C37B43E; Mon, 28 Aug 2000 07:07:59 -0700 (PDT) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 13TPZc-0000aC-00; Mon, 28 Aug 2000 16:07:40 +0200 Date: Mon, 28 Aug 2000 16:07:40 +0200 From: Johann Visagie To: Ben Smithurst Cc: Rahul Siddharthan , doc@FreeBSD.ORG Subject: Re: hacker v/s cracker Message-ID: <20000828160740.C56078@fling.sanbi.ac.za> References: <20000813201719.A4355@physics.iisc.ernet.in> <20000813173219.X48327@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000813173219.X48327@strontium.scientia.demon.co.uk>; from ben@FreeBSD.ORG on Sun, Aug 13, 2000 at 05:32:19PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ben Smithurst on 2000-08-13 (Sun) at 17:32:19 +0100: > > It certainly isn't. I'll change that to "attackers" unless anyone > objects, since that's used a lot elsewhere in the security section and > in the security(7) man page. "Intruder" is also user a lot, but I think > "attacker" sounds more appropriate. In Garfinkel & Spafford's _Practical Unix and Internet Security_ the term "attacker" is used to denote someone who is trying to gain entry to your system / network, i.e. someone who is "knocking on the door", whereas "intruder" is used for someone who has already gained entry and is now doing damage on the inside. A good distinction, I thought, and one which neatly sidesteps the silly hacker / cracker thing. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 10:26:20 2000 Delivered-To: freebsd-doc@freebsd.org Received: from sttlpop2.sttl.uswest.net (sttlpop2.sttl.uswest.net [206.81.192.2]) by hub.freebsd.org (Postfix) with SMTP id B3E7337B422 for ; Mon, 28 Aug 2000 10:26:17 -0700 (PDT) Received: (qmail 9270 invoked by alias); 28 Aug 2000 17:26:11 -0000 Delivered-To: fixup-doc@freebsd.org@fixme Received: (qmail 9060 invoked by uid 0); 28 Aug 2000 17:26:07 -0000 Received: from c207-202-221-105.sea1.cablespeed.com (HELO pop.sttl.uswest.net) (207.202.221.105) by sttlpop2.sttl.uswest.net with SMTP; 28 Aug 2000 17:26:07 -0000 Date: Mon, 28 Aug 2000 10:31:10 -0700 From: Decker Godfrey To: doc@freebsd.org Subject: volunteer to field misdirected questions Message-ID: <20000828103110.A464@ahab.pequod> Reply-To: tres@europe.com References: <000001c01059$58a4e830$3201a8c0@Hilbert> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 In-Reply-To: <000001c01059$58a4e830$3201a8c0@Hilbert>; from wmiles@email.uophx.edu on Sat, Aug 05, 2000 at 21:01:49 -0700 X-Mailer: Balsa 0.9.0 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, As a lurker to this list, I've had a number of opportunities to see misdirected questions to the doc list get some responses that were, well... less than helpful. As a relative newcomer to the FreeBSD world, I know how hard it can be to adjust from a "point and click" mentality, or the chaotic (but newbie friendly!) one-stop-shopping howto style of help; there's just a lot to try and approach all at once. So sending email to the wrong list, or letting outlook format it in HTML are small sins on my list. I wanted to see if any of you would be interested in the idea of a rotating "designated hitter" for the misdirected questions. I think there are three good reasons for this: first, it will cut down on the list traffic; second, it will save time of those who have been taking time out to write back to these people; and third it will give the questioner a kinder, gentler intro to FreeBSD style help. I'd be willing to pull the duty for a while; it would give me a chance to get more involved with the documentation project while I'm still getting my sea-legs. Thanks, Tres To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 10:56: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 6C2E237B42C for ; Mon, 28 Aug 2000 10:56:01 -0700 (PDT) Received: (qmail 88988 invoked by alias); 28 Aug 2000 18:00:21 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.0/8.11.0) id e7SHvEA22657 for freebsd-doc@freebsd.org; Mon, 28 Aug 2000 19:57:14 +0200 (CEST) (envelope-from ue) Date: Mon, 28 Aug 2000 19:57:14 +0200 From: Udo Erdelhoff To: freebsd-doc@freebsd.org Subject: Request for Review - NIS netgroups Message-ID: <20000828195714.C280@nathan.ruhr.de> References: <200008181520.IAA74938@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200008181520.IAA74938@freefall.freebsd.org>; from alex@FreeBSD.org on Fri, Aug 18, 2000 at 08:20:35AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, Aug 18, 2000 at 08:20:35AM -0700, Alexander Langer wrote: > The result is a very fine NIS tutorial, which is supposed to be extended > by NIS Netgroups content written by Udo Erdelhoff soon (at least he > promised that :-]) the first review-worthy version of the netgroup-related changes is available at http://www.ruhr.de/home/nathan/FreeBSD/netgroup.diff I'm reasonably certain that the technical information and the markup are OK; I'm not so sure about my grammar and the accessibility of the information. I'd appreciate some comments by natural speakers and people with or without experience with NIS and netgroups. Many thanks in advance. /s/Udo -- Rome wasn't built by doing homework and taking tests. It was built by killing all those who opposed them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 11: 1:22 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4103737B505 for ; Mon, 28 Aug 2000 11:00:24 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86476 for freebsd-doc@freebsd.org; Mon, 28 Aug 2000 11:00:22 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Aug 2000 11:00:22 -0700 (PDT) Message-Id: <200008281800.LAA86476@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2000/07/23] docs/20117 doc *printf manpage doesn't document %n 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [2000/02/20] docs/16843 doc Knob for release/Makefile to prevent dele o [2000/03/18] docs/17470 doc Missing man page: pthread_yield f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/25] docs/17598 doc installworld over NFS documentation no lo o [2000/04/03] kern/17774 doc stray irq7 o [2000/05/03] docs/18379 doc Information on SSH hard to find in Handbo o [2000/05/19] docs/18674 doc ntptime.htm and ntptime.8 o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/25] docs/19507 doc Mailing-list search at www.freebsd.org re o [2000/07/10] docs/19818 doc /usr/share/man/man8/sysinstall.8 missing o [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/17] docs/19995 doc keymap(5) missing from manual in 3.4-RELE o [2000/07/20] docs/20067 doc src/sbin/nologin/nologin.5 is bad place o [2000/07/30] docs/20298 doc man 5 keymap missing in 4.1 (Stable) o [2000/08/02] docs/20369 doc [patch] mountd.8 missing cross-references o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/06] docs/20447 doc forcing NFS exports to be updated o [2000/08/07] docs/20453 doc wrong character set for chinese FAQ o [2000/08/07] docs/20477 doc Document syslogd's special treatment of k o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. o [2000/08/15] docs/20630 doc [patch] RELNOTES.TXT changes for 4-STABLE o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre 30 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Aug 28 22:30: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E34E537B423 for ; Mon, 28 Aug 2000 22:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA89834; Mon, 28 Aug 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from may.nue.org (may.nue.org [192.5.216.80]) by hub.freebsd.org (Postfix) with ESMTP id 41C3237B43F for ; Mon, 28 Aug 2000 22:22:07 -0700 (PDT) Received: by may.nue.org (8.11.0/nue.mxn1); Tue, 29 Aug 2000 14:22:01 +0900 (JST) <200008290522.e7T5M1c11166@may.nue.org> sender amagai from Message-Id: <200008290522.e7T5M1c11166@may.nue.org> Date: Tue, 29 Aug 2000 14:22:01 +0900 (JST) From: amagai@nue.org (Y.Amagai) Reply-To: amagai@nue.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/20919: bug in INSTALL.TXT Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20919 >Category: docs >Synopsis: bug in INSTALL.TXT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 28 22:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Y.Amagai >Release: FreeBSD 3.5-STABLE i386 >Organization: New Unifed Environment Research Project >Environment: FreeBSD 3, 4, 5 >Description: /usr/src/release/texts/(alpha|i386)/INSTALL.TXT Chapter "1.1 Installing from a network CDROM" It says, first: mount CDROM to /cdrom and add ftp:*:99:99::0:0:FTP:/cdrom:/sbin/nologin then specify URL ftp:// in ftp sites menu. But, install program add "Release Name" (ex. 4.1-RELEASE) to the end of the URL, so installer cannot find "Release Name" directory, and install procedure is failed. >How-To-Repeat: following INSTALL.TXT >Fix: fix doc or before FTP install, change Release Name to "." (Main Manu -> Options -> Release Name) or create symbolic link "Release Name" -> . at the CDROM root. Thank you. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 1:15:24 2000 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id B89B337B43E for ; Tue, 29 Aug 2000 01:15:20 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id e7RFrYu12753; Sun, 27 Aug 2000 16:53:34 +0100 (BST) (envelope-from nik) Date: Sun, 27 Aug 2000 16:53:34 +0100 From: Nik Clayton To: Paul Coyne Cc: freebsd-doc@FreeBSD.org Subject: Re: VPN/ mpd how-to/handbook section be in order? Message-ID: <20000827165334.A12727@canyon.nothing-going-on.org> References: <39A70578.BDC491BF@geodesic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39A70578.BDC491BF@geodesic.com>; from pac@geodesic.com on Fri, Aug 25, 2000 at 06:47:04PM -0500 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 25, 2000 at 06:47:04PM -0500, Paul Coyne wrote: > Would a section on mpd/netgraph be in order? Definitely. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 1:54:56 2000 Delivered-To: freebsd-doc@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id A692237B423 for ; Tue, 29 Aug 2000 01:54:52 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13ThAQ-0004NS-00 for doc@freebsd.org; Tue, 29 Aug 2000 10:54:50 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id KAA08573 for ; Tue, 29 Aug 2000 10:54:49 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 8544; Tue Aug 29 10:54:37 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13ThAD-000Lov-00 for doc@FreeBSD.org; Tue, 29 Aug 2000 10:54:37 +0200 From: Sheldon Hearn To: doc@freebsd.org Subject: How to update errata for 4.0-RELEASE Date: Tue, 29 Aug 2000 10:54:37 +0200 Message-ID: <83880.967539277@axl.fw.uunet.co.za> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'd like to update the errata for an old release, namely 4.0-RELEASE. Since CDROMs are still available and since the problem is easy to trip over, I think it's worthwhile. How do I go about doing this? Do I just edit www/en/releases/4.0R/errata.sgml and describe the problem and work-around? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 8:45:57 2000 Delivered-To: freebsd-doc@freebsd.org Received: from sv01.geocities.co.jp (sv01.geocities.co.jp [210.153.89.155]) by hub.freebsd.org (Postfix) with ESMTP id 4947937B422 for ; Tue, 29 Aug 2000 08:45:55 -0700 (PDT) Received: from mail.geocities.co.jp (mail.geocities.co.jp [210.153.89.137]) by sv01.geocities.co.jp (8.9.3+3.2W/3.7W) with ESMTP id AAA15603; Wed, 30 Aug 2000 00:45:51 +0900 (JST) Received: from mail.hrs.jp (sutnmax1-ppp22.ed.noda.sut.ac.jp [133.31.173.32]) by mail.geocities.co.jp (1.3G-GeocitiesJ-3.3) with ESMTP id AAA27952; Wed, 30 Aug 2000 00:45:49 +0900 (JST) Message-Id: <200008291545.AAA27952@mail.geocities.co.jp> Received: from localhost (alph.hrs.jp [192.168.0.10]) by mail.hrs.jp (8.9.3/3.7W/DomainMaster) with ESMTP id AAA07056; Wed, 30 Aug 2000 00:25:43 +0900 (JST) (envelope-from hrs@hrs.jp) To: papalia@udel.edu Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docbook4.1? In-Reply-To: <4.3.1.2.20000828090509.00ad6200@mail.udel.edu> References: <4.3.1.2.20000828090509.00ad6200@mail.udel.edu> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 30 Aug 2000 00:25:42 +0900 From: Hiroki Sato X-Dispatcher: imput version 990905(IM130) Lines: 21 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John wrote in <4.3.1.2.20000828090509.00ad6200@mail.udel.edu>: > I was just checking the up-to-dateness of my ports, and I realized that > docbook-1.1, 2.41, 3.0, and 3.1 are all installed - i'm assuming that this > was either accomplished directly by or by dependencies from the docproj > metaport? I was wondering if those could all be uninstalled and replaced > simply by docbook-4.1 and still have everything work right for doing > documentation and tagging? In short, a version of DocBook DTD has nothing to do with another version of the DTD. Of course, there are some compatibility between two versions of the DTD, but it is not expected. So, it is right that you have some version of the DTD at the same time, and you need DocBook-3.1 at least because most of FDP docs written in SGML now need it. Docproj metaport will install docbook-2.4.1/3.0/3.1/4.0/4.1. -- | Hiroki Sato | sato@sekine00.ee.noda.sut.ac.jp (UNIV) | | hrs@FreeBSD.org (FreeBSD Project) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 10:26:42 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE5F237B440; Tue, 29 Aug 2000 10:26:40 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89004; Tue, 29 Aug 2000 10:26:40 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Date: Tue, 29 Aug 2000 10:26:40 -0700 (PDT) From: Message-Id: <200008291726.KAA89004@freefall.freebsd.org> To: bmah@cisco.com, bmah@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/20630: [patch] RELNOTES.TXT changes for 4-STABLE Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] RELNOTES.TXT changes for 4-STABLE State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Tue Aug 29 10:26:00 PDT 2000 State-Changed-Why: Committed my patch after fixing a few typos (in the patch). http://www.freebsd.org/cgi/query-pr.cgi?pr=20630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 11:34:19 2000 Delivered-To: freebsd-doc@freebsd.org Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id B403837B43E; Tue, 29 Aug 2000 11:34:15 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0/8.11.0) id e7TIYFm20218; Tue, 29 Aug 2000 11:34:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: freebsd-doc@freebsd.org Cc: bmah@freebsd.org Subject: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1003861626P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 29 Aug 2000 11:34:15 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_1003861626P Content-Type: text/plain; charset=us-ascii Hi fellow doc-ers: Could someone explain to this newbie why we maintain separate lists of supported hardware in HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT? It seems to me we ought to have this information in one place only, but maybe I'm missing something. Thanks, Bruce. --==_Exmh_1003861626P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: xXzMS/gSKRZ07O53ziF0Wsgnlg5MNNGu iQA/AwUBOawCJ9jKMXFboFLDEQJfdwCfbJo7Ie4zynfetjOI+XjgmZrSQyoAniN2 osRKlHGwwcPS+BwxF8I9oYMG =JeH7 -----END PGP SIGNATURE----- --==_Exmh_1003861626P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 13:22:18 2000 Delivered-To: freebsd-doc@freebsd.org Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by hub.freebsd.org (Postfix) with SMTP id 3FCD637B424 for ; Tue, 29 Aug 2000 13:22:16 -0700 (PDT) Received: from nat.ecycleinc.com (HELO ntbox) (63.91.40.2) by smtp3.mail.yahoo.com with SMTP; 29 Aug 2000 20:22:15 -0000 X-Apparently-From: Message-ID: <001001c011f6$ef871bd0$c6b301d8@ecycleinc.com> From: "Sanjeev Shukla" To: Subject: Date: Mon, 28 Aug 2000 09:19:44 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C010D1.1AA73970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C010D1.1AA73970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I would apprciate , if you can make these documents downloadable also. Thanks Sanjeev ------=_NextPart_000_0005_01C010D1.1AA73970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
I would apprciate , if you can make = these documents=20 downloadable also.
 
Thanks
Sanjeev
------=_NextPart_000_0005_01C010D1.1AA73970-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 20:41:15 2000 Delivered-To: freebsd-doc@freebsd.org Received: from envy.geekhouse.net (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 96CFB37B423; Tue, 29 Aug 2000 20:41:13 -0700 (PDT) Received: (from jim@localhost) by envy.geekhouse.net (8.11.0/8.11.0) id e7U3fDp05369; Tue, 29 Aug 2000 20:41:13 -0700 (PDT) (envelope-from jim) Date: Tue, 29 Aug 2000 20:41:12 -0700 From: Jim Mock To: "Bruce A. Mah" Cc: freebsd-doc@FreeBSD.ORG Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000829204112.A5240@luna.osd.bsdi.com> Reply-To: jim@FreeBSD.ORG References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com>; from bmah@FreeBSD.ORG on Tue, Aug 29, 2000 at 11:34:15AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Aug 2000 at 11:34:15 -0700, Bruce A. Mah wrote: > Hi fellow doc-ers: > > Could someone explain to this newbie why we maintain separate lists > of supported hardware in HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT? I've never been able to figure this out either. > It seems to me we ought to have this information in one place only, > but maybe I'm missing something. Agreed. While I'm on the subject, I also think that Appendix F in the handbook (PC Hardware Compatibility) should die, and the Supported Hardware section of the install chapter should be what's kept up-to-date. Either that or the exact opposite -- rip the hardware out of the install chapter and put it in the appendix. Whichever is chosen doesn't really matter -- the point is, we only need one, and if it's not updated regularly, it's fairly useless anyway. - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Aug 29 22:52:19 2000 Delivered-To: freebsd-doc@freebsd.org Received: from hotmail.com (f219.law8.hotmail.com [216.33.241.219]) by hub.freebsd.org (Postfix) with ESMTP id 018D537B43E for ; Tue, 29 Aug 2000 22:52:18 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 29 Aug 2000 22:52:17 -0700 Received: from 202.76.106.135 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 30 Aug 2000 05:52:17 GMT X-Originating-IP: [202.76.106.135] From: "peter kok" To: freebsd-doc@FreeBSD.org Subject: help about fstab Date: Wed, 30 Aug 2000 05:52:17 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 30 Aug 2000 05:52:17.0868 (UTC) FILETIME=[748B70C0:01C01246] Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all I changed the fstab file and reboot the computer but it has problem. how do I edit the file 'fstab' which is read only now I tried it chmod or mv and it did not work tks a lot regards Peter _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 8:15:53 2000 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 5098937B424; Wed, 30 Aug 2000 08:15:47 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id e7UEj8762965; Wed, 30 Aug 2000 15:45:09 +0100 (BST) (envelope-from nik) Date: Wed, 30 Aug 2000 15:45:08 +0100 From: Nik Clayton To: Jim Mock Cc: "Bruce A. Mah" , freebsd-doc@FreeBSD.ORG Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000830154508.A62946@canyon.nothing-going-on.org> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000829204112.A5240@luna.osd.bsdi.com>; from jim@FreeBSD.ORG on Tue, Aug 29, 2000 at 08:41:12PM -0700 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 29, 2000 at 08:41:12PM -0700, Jim Mock wrote: > On Tue, 29 Aug 2000 at 11:34:15 -0700, Bruce A. Mah wrote: > > Could someone explain to this newbie why we maintain separate lists > > of supported hardware in HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT? > > I've never been able to figure this out either. Me either (certainly predates me). Feel free to nuke it. > > It seems to me we ought to have this information in one place only, > > but maybe I'm missing something. > > Agreed. > > While I'm on the subject, I also think that Appendix F in the handbook > (PC Hardware Compatibility) should die, and the Supported Hardware > section of the install chapter should be what's kept up-to-date. Either > that or the exact opposite -- rip the hardware out of the install > chapter and put it in the appendix. Whichever is chosen doesn't really > matter -- the point is, we only need one, and if it's not updated > regularly, it's fairly useless anyway. Agreed. In my ideal world, Appendix F becomes the official supported hardware list. HARDWARE.TXT is generated by a process that does something like cp ...../handbook/hardware/chapter.sgml . cat doctype.sgml chapter.sgml | jade -foo -bar -baz ... > chapter.html w3m -dump chapter.html > HARDWARE.TXT I'm handwaving somewhat, but you get the idea. HARDWARE.TXT in the repository should say: DO NOT TOUCH THIS FILE. IT IS GENERATED AUTOMATICALLY FROM THE HANDBOOK, GO AND EDIT THE HANDBOOK INSTEAD! N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 8:27:17 2000 Delivered-To: freebsd-doc@freebsd.org Received: from am.ring.ru (ns.am.ru [195.16.102.65]) by hub.freebsd.org (Postfix) with ESMTP id E5C1837B43E; Wed, 30 Aug 2000 08:26:59 -0700 (PDT) Received: from saturn.office.am.ru ([195.16.124.101]) by am.ring.ru (8.9.3/8.9.3) with ESMTP id TAA00991; Wed, 30 Aug 2000 19:37:03 +0400 Date: Wed, 30 Aug 2000 19:32:07 +0400 From: Аркадий Вавилин X-Mailer: The Bat! (v1.38e) S/N AE6D6DC8 / Business Reply-To: Аркадий Вавилин Organization: Манифест X-Priority: 3 (Normal) Message-ID: <5813.000830@bizlink.ru> To: questions@FreeBSD.org Cc: doc@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! >Install Oracle 8.0.5 for Linux on FreeBSD 3.1, step by step >pi@LF.net, Mon Feb 22 18:22:27 CET 1999 >... >Open issues: >- compiling perl DBD/DBI interface ... Is where any progress on compiling perl DBD/DBI interface on FreeBSD 4? (Oracle is already working good) Arkadiy Vavilin mailto:ar@bizlink.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 10:16:55 2000 Delivered-To: freebsd-doc@freebsd.org Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id 4EDF637B423; Wed, 30 Aug 2000 10:16:52 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0/8.11.0) id e7UHGq093351; Wed, 30 Aug 2000 10:16:52 -0700 (PDT) (envelope-from bmah) Message-Id: <200008301716.e7UHGq093351@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Nik Clayton Cc: Jim Mock , "Bruce A. Mah" , freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT In-Reply-To: <20000830154508.A62946@canyon.nothing-going-on.org> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> Comments: In-reply-to Nik Clayton message dated "Wed, 30 Aug 2000 15:45:08 +0100." From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-299693996P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 30 Aug 2000 10:16:52 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-299693996P Content-Type: text/plain; charset=us-ascii If memory serves me right, Nik Clayton wrote: > On Tue, Aug 29, 2000 at 08:41:12PM -0700, Jim Mock wrote: > > On Tue, 29 Aug 2000 at 11:34:15 -0700, Bruce A. Mah wrote: > > > Could someone explain to this newbie why we maintain separate lists > > > of supported hardware in HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT? > > > > I've never been able to figure this out either. > > Me either (certainly predates me). Feel free to nuke it. So, it seems like what we ought to do is to sync up HARDWARE.TXT with RELNOTES.TXT (to make sure there's one consistent list), and then replace the hardware lists in RELNOTES.TXT with pointers to HARDWARE.TXT. Anyone we need to ask about this? > Agreed. In my ideal world, Appendix F becomes the official supported > hardware list. HARDWARE.TXT is generated by a process that does > something like > > cp ...../handbook/hardware/chapter.sgml . > cat doctype.sgml chapter.sgml | jade -foo -bar -baz ... > chapter.html > w3m -dump chapter.html > HARDWARE.TXT That's kind of cool. Couple of random comments: There's information in Appendix F that we probably don't need in HARDWARE.TXT. I don't know enough about the handbook generation process about how to pare HARDWARE.TXT down so that it resembles the current file. It also means we need the doc distribution installed to generate a release. On the other hand, doing this means there's exactly *ONE* place for all the hardware compatability info, which is a Good Thing (TM). > I'm handwaving somewhat, but you get the idea. HARDWARE.TXT in the > repository should say: > > DO NOT TOUCH THIS FILE. IT IS GENERATED AUTOMATICALLY FROM THE > HANDBOOK, GO AND EDIT THE HANDBOOK INSTEAD! For now, what about maintaining HARDWARE.TXT as "the hardware list that goes in distributions" and changing section 2.3 of the handbook to point the users to HARDWARE.TXT for whatever distribution they care about ("please refer to HARDWARE.TXT in your distribution for more details")? If we want to make the handbook more self-contained, we can periodically sync a new section of Appendix F with contents from HARDWARE.TXT. Bruce. --==_Exmh_-299693996P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 7yWf4KnHioDc/j+7ng6z0vzryYIt3BZK iQA/AwUBOa1BhNjKMXFboFLDEQKVswCghQZyyYrlQeJcOykf9WAHarGZHMwAniGq Jgxl6LmzA+E1ziloioiXwkJR =HDa+ -----END PGP SIGNATURE----- --==_Exmh_-299693996P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 10:29:43 2000 Delivered-To: freebsd-doc@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 1FDA337B423; Wed, 30 Aug 2000 10:29:36 -0700 (PDT) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13UBg0-000Oqn-00; Wed, 30 Aug 2000 19:29:28 +0200 Date: Wed, 30 Aug 2000 19:29:28 +0200 From: Neil Blakey-Milner To: "Bruce A. Mah" Cc: Nik Clayton , Jim Mock , freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000830192928.A95505@mithrandr.moria.org> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <200008301716.e7UHGq093351@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200008301716.e7UHGq093351@bmah-freebsd-0.cisco.com>; from bmah@freebsd.org on Wed, Aug 30, 2000 at 10:16:52AM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 2000-08-30 (10:16), Bruce A. Mah wrote: > If memory serves me right, Nik Clayton wrote: > > On Tue, Aug 29, 2000 at 08:41:12PM -0700, Jim Mock wrote: > > > On Tue, 29 Aug 2000 at 11:34:15 -0700, Bruce A. Mah wrote: > > > > Could someone explain to this newbie why we maintain separate lists > > > > of supported hardware in HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT? > > > > > > I've never been able to figure this out either. > > > > Me either (certainly predates me). Feel free to nuke it. > > So, it seems like what we ought to do is to sync up HARDWARE.TXT with > RELNOTES.TXT (to make sure there's one consistent list), and then > replace the hardware lists in RELNOTES.TXT with pointers to > HARDWARE.TXT. Anyone we need to ask about this? I've noticed this before too. My only suggestion is that we should continue to document _new_ support in RELNOTES. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 10:36:34 2000 Delivered-To: freebsd-doc@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 8620437B422 for ; Wed, 30 Aug 2000 10:36:32 -0700 (PDT) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.11.0/8.11.0) with ESMTP id e7UHaaD06703; Wed, 30 Aug 2000 10:36:36 -0700 Received: by shell1.aracnet.com (8.9.3) id KAA01285; Wed, 30 Aug 2000 10:36:33 -0700 Date: Wed, 30 Aug 2000 10:36:32 -0700 (PDT) From: Rick Hamell To: Neil Blakey-Milner Cc: freebsd-doc@FreeBSD.ORG Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT In-Reply-To: <20000830192928.A95505@mithrandr.moria.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > So, it seems like what we ought to do is to sync up HARDWARE.TXT with > > RELNOTES.TXT (to make sure there's one consistent list), and then > > replace the hardware lists in RELNOTES.TXT with pointers to > > HARDWARE.TXT. Anyone we need to ask about this? > > I've noticed this before too. My only suggestion is that we should > continue to document _new_ support in RELNOTES. I thought RELNOTES referenced any NEW hardware in that release, while HARDWARE refrenced ALL supported hardware...? The pointers would be a good idea, most people are only wanting to go to one place. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 14:25: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 909E137B422 for ; Wed, 30 Aug 2000 14:25:00 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id RAA26761; Wed, 30 Aug 2000 17:27:53 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000830172222.00abcba0@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 30 Aug 2000 17:24:52 -0400 To: "peter kok" , freebsd-doc@FreeBSD.ORG From: John Subject: Re: help about fstab In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I changed the fstab file and reboot the computer >but it has problem. > >how do I edit the file 'fstab' which is read only now >I tried it chmod or mv and it did not work Perhaps try booting into single user mode, and attempt to mount your filesystem's manually (instead of using mount -a), and then make your corrections? --john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Aug 30 14:31:28 2000 Delivered-To: freebsd-doc@freebsd.org Received: from spirit.jaded.net (shortbus.jaded.net [216.94.132.8]) by hub.freebsd.org (Postfix) with ESMTP id 7B14237B422; Wed, 30 Aug 2000 14:31:25 -0700 (PDT) Received: (from dan@localhost) by spirit.jaded.net (8.9.3/8.9.3) id RAA17841; Wed, 30 Aug 2000 17:31:21 -0400 (EDT) (envelope-from dan) Date: Wed, 30 Aug 2000 17:31:21 -0400 From: Dan Moschuk To: Nik Clayton Cc: Jim Mock , "Bruce A. Mah" , freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000830173121.D17060@spirit.jaded.net> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000830154508.A62946@canyon.nothing-going-on.org>; from nik@freebsd.org on Wed, Aug 30, 2000 at 03:45:08PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | Agreed. In my ideal world, Appendix F becomes the official supported | hardware list. HARDWARE.TXT is generated by a process that does | something like | | cp ...../handbook/hardware/chapter.sgml . | cat doctype.sgml chapter.sgml | jade -foo -bar -baz ... > chapter.html | w3m -dump chapter.html > HARDWARE.TXT | | I'm handwaving somewhat, but you get the idea. HARDWARE.TXT in the | repository should say: | | DO NOT TOUCH THIS FILE. IT IS GENERATED AUTOMATICALLY FROM THE | HANDBOOK, GO AND EDIT THE HANDBOOK INSTEAD! I volunteered about a month back to take over the responsibility of maintaining the HARDWARE.TXT file. In my ideal world, this file as well as the handbook would be generated from some central XML point. I always meant to open up discussion on this list as to the best way of doing this... now is as good of time as any. :) Dan -- Man is a rational animal who always loses his temper when he is called upon to act in accordance with the dictates of reason. -- Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 0:44:34 2000 Delivered-To: freebsd-doc@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id 1EB7637B43F for ; Thu, 31 Aug 2000 00:44:32 -0700 (PDT) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.11.0/8.11.0) with ESMTP id e7V7iPG67535 for ; Thu, 31 Aug 2000 16:44:26 +0900 (JST) Date: Thu, 31 Aug 2000 16:44:25 +0900 Message-ID: <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: freebsd-doc@FreeBSD.ORG Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT In-Reply-To: In your message of "30 Aug 2000 21:31:31 GMT" <20000830173121.D17060@spirit.jaded.net> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 30 Aug 2000 21:31:31 GMT, Dan Moschuk wrote: > I volunteered about a month back to take over the responsibility of > maintaining the HARDWARE.TXT file. In my ideal world, this file as well > as the handbook would be generated from some central XML point. Agreed. I think our doc-proj manager looks toward same direction. To achive this, we need *light* XML parser and stylesheet processor. Jade is too heavy to be included in build-release process. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 2: 5:58 2000 Delivered-To: freebsd-doc@freebsd.org Received: from intra.nextnode.com (intra.nextnode.com [210.63.239.194]) by hub.freebsd.org (Postfix) with ESMTP id 59A5037B422; Thu, 31 Aug 2000 02:05:49 -0700 (PDT) Received: from chateau (chateau.nextnode.com [210.63.239.235]) by intra.nextnode.com (8.9.3/8.9.3) with SMTP id RAA22063; Thu, 31 Aug 2000 17:01:40 +0800 (CST) (envelope-from foxfair@cc.nsysu.edu.tw) Date: Thu, 31 Aug 2000 17:08:16 +0800 From: Foxfair Hu To: freebsd-gnats-submit@FreeBSD.org Cc: wosch@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/20453: wrong character set for chinese FAQ Message-Id: <39AE2080398.18A3FOXFAIR@210.63.239.194> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.04 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That's bcoz we have old version of zh-FAQ in www.FreeBSD.org, wosch could you please fetch the up-to-date zh-FAQ sgml files and reinstall it into our web site? AFAIK the latest version of zh-FAQ doesn't have this problem. -Foxfair ============================== [......] >Description: The chinese FAQ at http://www.freebsd.org/zh/FAQ/ use the wrong character set iso 8859-1 >How-To-Repeat: >Fix: see the japanese FAQ how to set the character set, e.g. in the HTML header should be a line like: We use charset="big5" (case insensitive) or "euc-tw", but I guess this one is not harmful too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 2:10: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22BD337B423 for ; Thu, 31 Aug 2000 02:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA36158; Thu, 31 Aug 2000 02:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 31 Aug 2000 02:10:05 -0700 (PDT) Message-Id: <200008310910.CAA36158@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Foxfair Hu Subject: Re: docs/20453: wrong character set for chinese FAQ Reply-To: Foxfair Hu Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/20453; it has been noted by GNATS. From: Foxfair Hu To: freebsd-gnats-submit@FreeBSD.org Cc: wosch@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/20453: wrong character set for chinese FAQ Date: Thu, 31 Aug 2000 17:08:16 +0800 That's bcoz we have old version of zh-FAQ in www.FreeBSD.org, wosch could you please fetch the up-to-date zh-FAQ sgml files and reinstall it into our web site? AFAIK the latest version of zh-FAQ doesn't have this problem. -Foxfair ============================== [......] >Description: The chinese FAQ at http://www.freebsd.org/zh/FAQ/ use the wrong character set iso 8859-1 >How-To-Repeat: >Fix: see the japanese FAQ how to set the character set, e.g. in the HTML header should be a line like: We use charset="big5" (case insensitive) or "euc-tw", but I guess this one is not harmful too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 3:38:28 2000 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 7E1E637B422 for ; Thu, 31 Aug 2000 03:38:20 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id e7V9rNh66133; Thu, 31 Aug 2000 10:53:23 +0100 (BST) (envelope-from nik) Date: Thu, 31 Aug 2000 10:53:23 +0100 From: Nik Clayton To: Jun Kuriyama Cc: freebsd-doc@FreeBSD.ORG Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000831105322.A66090@canyon.nothing-going-on.org> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp>; from kuriyama@imgsrc.co.jp on Thu, Aug 31, 2000 at 04:44:25PM +0900 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Aug 31, 2000 at 04:44:25PM +0900, Jun Kuriyama wrote: > At 30 Aug 2000 21:31:31 GMT, > Dan Moschuk wrote: > > I volunteered about a month back to take over the responsibility of > > maintaining the HARDWARE.TXT file. In my ideal world, this file as well > > as the handbook would be generated from some central XML point. > > Agreed. I think our doc-proj manager looks toward same direction. He does indeed. Dan, go for it. I suggest you liase with Bruce Mah, who historically has shown interest in keeping the various .TXT files up to date as well. > To achive this, we need *light* XML parser and stylesheet processor. Also agreed. If we can find one sufficiently light I'd like to bring it in to the src/ tree. . . > Jade is too heavy to be included in build-release process. Not strictly true. If you build a release with the docs then Jade is pulled down in to the chroot tree and installed. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 4:44:26 2000 Delivered-To: freebsd-doc@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 9A6BB37B440 for ; Thu, 31 Aug 2000 04:44:22 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13USlX-0005jS-00; Thu, 31 Aug 2000 13:44:19 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id NAA21495; Thu, 31 Aug 2000 13:44:18 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 21145; Thu Aug 31 13:42:15 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13USjX-00014I-00; Thu, 31 Aug 2000 13:42:15 +0200 From: Sheldon Hearn To: "peter kok" Cc: John , freebsd-doc@freebsd.org Subject: Re: help about fstab In-reply-to: Your message of "Wed, 30 Aug 2000 17:24:52 -0400." <4.3.1.2.20000830172222.00abcba0@mail.udel.edu> Date: Thu, 31 Aug 2000 13:42:15 +0200 Message-ID: <4109.967722135@axl.fw.uunet.co.za> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 30 Aug 2000 17:24:52 -0400, John wrote: > >how do I edit the file 'fstab' which is read only now > >I tried it chmod or mv and it did not work > > Perhaps try booting into single user mode, and attempt to mount your > filesystem's manually (instead of using mount -a), and then make your > corrections? Boot into single user mode. Re-mount the root partition read-write: mount / Now you have a choice. You can either fiddle /etc/fstab's permissions such taht you can edit it properly, or you can use a text editor that isn't fooled by permissions (like vi). Of course, your choice of text editor may for you to mount additional paritions. But my guess is that you weren't re-mounting the root partition read-write. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 6:28:57 2000 Delivered-To: freebsd-doc@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id AE32F37B42C; Thu, 31 Aug 2000 06:28:46 -0700 (PDT) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id QAA80157; Thu, 31 Aug 2000 16:28:19 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.9.3/8.9.3) id QAA14825; Thu, 31 Aug 2000 16:28:37 +0300 (EEST) (envelope-from phantom) Date: Thu, 31 Aug 2000 16:28:37 +0300 From: Alexey Zelkin To: Foxfair Hu Cc: freebsd-doc@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG, wosch@FreeBSD.ORG Subject: Re: docs/20453: wrong character set for chinese FAQ Message-ID: <20000831162837.A11640@ark.cris.net> References: <200008310910.CAA36158@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200008310910.CAA36158@freefall.freebsd.org>; from foxfair@cc.nsysu.edu.tw on Thu, Aug 31, 2000 at 02:10:05AM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Thu, Aug 31, 2000 at 02:10:05AM -0700, Foxfair Hu wrote: > That's bcoz we have old version of zh-FAQ in www.FreeBSD.org, wosch > could you please fetch the up-to-date zh-FAQ sgml files and reinstall it > into our web site? AFAIK the latest version of zh-FAQ doesn't have this > problem. I not sure that "up-to-date zh-FAQ" you mean but since linuxdoc->docbook conversion zh-FAQ was affected to this problem (as well as all other translated FAQs) I just fixed your problem in similar way as for Russian and Japanese FAQs (see rev 1.2 of doc/zh_TW.Big5/share/sgml/freebsd.dsl) PS: BTW, why linuxdoc version of chinese FAQ still exists in the doc tree ? -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 6:31:40 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C4837B424; Thu, 31 Aug 2000 06:31:38 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76716; Thu, 31 Aug 2000 06:31:38 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Date: Thu, 31 Aug 2000 06:31:38 -0700 (PDT) From: Message-Id: <200008311331.GAA76716@freefall.freebsd.org> To: wosch@freebsd.org, phantom@FreeBSD.org, freebsd-doc@freebsd.org, phantom@FreeBSD.org Subject: Re: docs/20453: wrong character set for chinese FAQ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrong character set for chinese FAQ State-Changed-From-To: open->feedback State-Changed-By: phantom State-Changed-When: Thu Aug 31 06:28:56 PDT 2000 State-Changed-Why: Web tree will be rebuilt and reinstalled within 24 hrs . Please check problem after that time and report result. Thanks! Responsible-Changed-From-To: freebsd-doc->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Thu Aug 31 06:28:56 PDT 2000 Responsible-Changed-Why: I'll handle this problem http://www.freebsd.org/cgi/query-pr.cgi?pr=20453 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 8: 9:49 2000 Delivered-To: freebsd-doc@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 8187837B43C; Thu, 31 Aug 2000 08:09:46 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e7VF9gr46567; Fri, 1 Sep 2000 00:09:43 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: freebsd-current@freebsd.org Cc: freebsd-doc@freebsd.org Subject: CFR: acpi userland manpages X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000901000931V.iwasaki@jp.FreeBSD.org> Date: Fri, 01 Sep 2000 00:09:31 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 12 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've just imported acpi userland tools and writing manpages for them with contributers in Japan. Please review them and send any comments (or diffs) for me (iwasaki@jp.FreeBSD.org) in terms of English/roff or whatever. The draft version of manpages are available at http://people.FreeBSD.org/~iwasaki/acpi/acpidump.8 http://people.FreeBSD.org/~iwasaki/acpi/amldb.8 and one more manpage is coming soon (acpiconf.8). Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 12: 1:38 2000 Delivered-To: freebsd-doc@freebsd.org Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id B9F5D37B423; Thu, 31 Aug 2000 12:01:35 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0/8.11.0) id e7VJ1Zg03894; Thu, 31 Aug 2000 12:01:35 -0700 (PDT) (envelope-from bmah) Message-Id: <200008311901.e7VJ1Zg03894@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Nik Clayton Cc: Jun Kuriyama , freebsd-doc@FreeBSD.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT In-Reply-To: <20000831105322.A66090@canyon.nothing-going-on.org> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> <20000831105322.A66090@canyon.nothing-going-on.org> Comments: In-reply-to Nik Clayton message dated "Thu, 31 Aug 2000 10:53:23 +0100." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_308869354P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 31 Aug 2000 12:01:35 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_308869354P Content-Type: text/plain; charset=us-ascii If memory serves me right, Nik Clayton wrote: > > Jade is too heavy to be included in build-release process. > > Not strictly true. If you build a release with the docs then Jade is > pulled down in to the chroot tree and installed. Hmmm. You're right. However, IMHO getting the .TXT files traditionally included in the release should not be dependent on building with docs. In other words, I build my releases with NODOC and NOPORTS, but I feel that I still ought to get, say, RELNOTES.TXT. We could, as a workaround, regenerate HARDWARE.TXT periodically and commit the output to the repository so it's available for a make release. But that's really grotesque. Bruce. --==_Exmh_308869354P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: b7MzhZvLhj2+8SbR5rwoztlYfarDP312 iQA/AwUBOa6rj9jKMXFboFLDEQJf8ACfYvBBe96mOR1vZsAkfBSnoZdur4AAoKhB vYPnvbqyFjPE03TKurGYRhTu =PL9+ -----END PGP SIGNATURE----- --==_Exmh_308869354P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 12:50:51 2000 Delivered-To: freebsd-doc@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 5CB6A37B42C for ; Thu, 31 Aug 2000 12:50:37 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id PAA36053; Thu, 31 Aug 2000 15:50:36 -0400 (EDT) (envelope-from lowell) To: freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> <20000831105322.A66090@canyon.nothing-going-on.org> <200008311901.e7VJ1Zg03894@bmah-freebsd-0.cisco.com> From: Lowell Gilbert Date: 31 Aug 2000 15:50:36 -0400 In-Reply-To: "Bruce A. Mah"'s message of "Thu, 31 Aug 2000 12:01:35 -0700" Message-ID: <444s41gqgj.fsf@lowellg.ne.mediaone.net> Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Bruce A. Mah" writes: > If memory serves me right, Nik Clayton wrote: > > > > Jade is too heavy to be included in build-release process. > > > > Not strictly true. If you build a release with the docs then Jade is > > pulled down in to the chroot tree and installed. > > Hmmm. You're right. However, IMHO getting the .TXT files traditionally > included in the release should not be dependent on building with docs. > In other words, I build my releases with NODOC and NOPORTS, but I feel > that I still ought to get, say, RELNOTES.TXT. > > We could, as a workaround, regenerate HARDWARE.TXT periodically and > commit the output to the repository so it's available for a make > release. But that's really grotesque. Yes, it is. But the reverse isn't too bad: pull the text files into the docs from the main source tree. I see two main objections, both of which seem not only minor but eminently solveable: First, you wouldn't be able to use any markup on them. Second, you would be dependent on the presence of the text files, at least, from the src distribution. Eh? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 14:12:41 2000 Delivered-To: freebsd-doc@freebsd.org Received: from jktsm02.indosat.net.id (jktsm02.indosat.net.id [202.155.50.3]) by hub.freebsd.org (Postfix) with ESMTP id 003F437B423 for ; Thu, 31 Aug 2000 14:12:37 -0700 (PDT) Received: from vampire ([202.155.12.50]) by jktsm02.indosat.net.id (InterMail vK.4.02.00.10 201-232-116-110 license 730f8eb5c6a4977202bec32590427e0f) with SMTP id <20000831210947.HBKQ300.jktsm02@vampire> for ; Fri, 1 Sep 2000 04:09:47 +0700 Message-ID: <001901c01391$7042b720$0100a8c0@vampire> From: "Jimmy Chen" To: Subject: suggestion Date: Fri, 1 Sep 2000 04:21:31 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C013CC.1B1D8730" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C013CC.1B1D8730 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there! I like FreeBSD so much, but I've been looking for pidentd that works = fine for clients behind NAT. I was disappointed. The fact is FreeBSD has = less support for IRC. The issues are identd doesn't support NAT and DCC = CHAT/SEND have problems. I wonder if you have answer/solution to this = problem please let me know. I'm dying to use FreeBSD as my NAT server. = :) Thanks. Regards, Jimmy ------=_NextPart_000_0016_01C013CC.1B1D8730 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there!
I like FreeBSD so much, but I've been = looking for=20 pidentd that works fine for clients behind NAT. I=20 was disappointed. The fact is FreeBSD has less support for IRC. The = issues are=20 identd doesn't support NAT and DCC CHAT/SEND have problems. I wonder if = you have=20 answer/solution to this problem please let me know. I'm dying to use = FreeBSD as=20 my NAT server. :)
Thanks.
 
Regards,
Jimmy
------=_NextPart_000_0016_01C013CC.1B1D8730-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 15:15:14 2000 Delivered-To: freebsd-doc@freebsd.org Received: from spirit.jaded.net (shortbus.jaded.net [216.94.132.8]) by hub.freebsd.org (Postfix) with ESMTP id A52A937B422; Thu, 31 Aug 2000 15:15:09 -0700 (PDT) Received: (from dan@localhost) by spirit.jaded.net (8.9.3/8.9.3) id SAA50942; Thu, 31 Aug 2000 18:15:02 -0400 (EDT) (envelope-from dan) Date: Thu, 31 Aug 2000 18:15:02 -0400 From: Dan Moschuk To: Nik Clayton Cc: Jun Kuriyama , freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT Message-ID: <20000831181502.A50923@spirit.jaded.net> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> <20000831105322.A66090@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000831105322.A66090@canyon.nothing-going-on.org>; from nik@freebsd.org on Thu, Aug 31, 2000 at 10:53:23AM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | > Agreed. I think our doc-proj manager looks toward same direction. | | He does indeed. Dan, go for it. I suggest you liase with Bruce Mah, | who historically has shown interest in keeping the various .TXT files up | to date as well. Sure thing! | > To achive this, we need *light* XML parser and stylesheet processor. | | Also agreed. If we can find one sufficiently light I'd like to bring it | in to the src/ tree. . . Why do we need an XML parser in the tree at all? Why not keep the XML file on freefall and regenerate/commit the handbook/HARDWARE.TXT everytime it is updated? A similar process (without the XML voodoo before hand) is done with src/UPDATING. -Dan -- Man is a rational animal who always loses his temper when he is called upon to act in accordance with the dictates of reason. -- Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 16:26:19 2000 Delivered-To: freebsd-doc@freebsd.org Received: from fluidenterprises.net (cr796970-a.lngly1.bc.wave.home.com [24.113.122.154]) by hub.freebsd.org (Postfix) with ESMTP id 5299A37B422 for ; Thu, 31 Aug 2000 16:26:12 -0700 (PDT) Received: from fluidenterprises.net (localhost.fluidenterprises.net [127.0.0.1]) by fluidenterprises.net (8.9.3/8.9.3) with SMTP id QAA01692 for ; Thu, 31 Aug 2000 16:24:14 GMT (envelope-from markus@fluidenterprises.net) From: Markus "Fluid" Delves Reply-To: markus@fluidenterprises.net Organization: Fluid Enterprises Inc. To: FreeBSD-doc@FreeBSD.ORG Subject: subscribe Date: Thu, 31 Aug 2000 16:22:45 +0000 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00083116241303.01634@fluidenterprises.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe 'markus@fluidenterprises.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 16:40: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5876937B423 for ; Thu, 31 Aug 2000 16:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30249; Thu, 31 Aug 2000 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DDB1D37B424; Thu, 31 Aug 2000 16:37:13 -0700 (PDT) Message-Id: <20000831233713.DDB1D37B424@hub.freebsd.org> Date: Thu, 31 Aug 2000 16:37:13 -0700 (PDT) From: shamz@freenix.no To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: docs/20976: "Web" mailing list search interface reports incorrect dates Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20976 >Category: docs >Synopsis: "Web" mailing list search interface reports incorrect dates >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 31 16:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Shaun Jurrens >Release: hehe, more than one... >Organization: >Environment: hehe, no login access to docs.freebsd.org >Description: For an extented period the service provided by the "search engine" for the mailing list database has been deteriorating. The exclusion of an option for "year" has made the search for Branch related information increasing difficult. In addition, the dates returned by topical searches do not match those in the mail headers of the mails returned, further increasing the difficulty of finding information related to certain Branches or time periods. >How-To-Repeat: enter a probable random topic and compare the dates on the listed mails with those in the mails (e.g. mail headers) themselves >Fix: the webmaster needs to review the search scripts (or indexing scripts, assuming mails are in a database) to see where the parsing error occurs. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Aug 31 17:57:25 2000 Delivered-To: freebsd-doc@freebsd.org Received: from guitar.ocn.ne.jp (guitar.ocn.ne.jp [210.190.142.39]) by hub.freebsd.org (Postfix) with ESMTP id 2A8D837B43C for ; Thu, 31 Aug 2000 17:57:20 -0700 (PDT) Received: from guitar.ocn.ne.jp (pp047i.naxnet.or.jp [210.254.42.49]) by guitar.ocn.ne.jp (8.9.1a/OCN/) with SMTP id JAA08901 for ; Fri, 1 Sep 2000 09:57:18 +0900 (JST) Date: Fri, 1 Sep 2000 09:57:18 +0900 (JST) Message-Id: <200009010057.JAA08901@guitar.ocn.ne.jp> From: =?iso-2022-jp?B?W0xhIE5vdmlhXSAbJEI9UDJxJCQkTiVbITwlYCVaITwlODMrQF8bKEIg?= To: =?iso-2022-jp?B?ZnJlZWJzZC1kb2NARnJlZUJTRC5PUkc=?= Subject: =?iso-2022-jp?B?GyRCPVAycSQkJE4lWyE8JWAlWiE8JTgkTiQqJDckaSQ7GyhC?= Mime-Version: 1.0 Content-Type: text/plain; charset= "ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $BFMA3!"$"$J$?MM$K%[!<%`%Z!<%8$N$40FFb$r%a!]%kCW$7$^$7$?!#(B $B:#2s8B$j$N%a!<%k$G$9$N$G$46=L#$,$J$1$l$P!"62$lF~$j$^$9$,!"(B $B$3$N%a!]%k$r:o=|$7$F$/$@$5$$!#(B ----------------------------------------------------------------- $B"#(B $B=P2q$$$N9->l!X(BLa Novia$B!Y(B $B"#!!2q0w@)(B ----------------------------------------------------------------- $B!!!!(B $B2q0w$NCf$+$i$"$J$?$N4uK>$9$k8r:]Aj!J=w@-$NJ}$O(B3$BL>!KM9JX$G>R2p$9$k%7%9%F%`(B($B2q0w@)(B) $BFH<+$N8r:]>pJs;o$rH/9T$7$F!"<+M3$K8r:]Aj; Thu, 31 Aug 2000 19:34:21 -0700 (PDT) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.11.0/8.11.0) with ESMTP id e812YGG98489 for ; Fri, 1 Sep 2000 11:34:17 +0900 (JST) Date: Fri, 01 Sep 2000 11:34:16 +0900 Message-ID: <7m1yz4demv.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: freebsd-doc@freebsd.org Subject: Re: HARDWARE.TXT vs. {i386,alpha}/RELNOTES.TXT In-Reply-To: In your message of "Thu, 31 Aug 2000 18:15:02 -0400" <20000831181502.A50923@spirit.jaded.net> References: <200008291834.e7TIYFm20218@bmah-freebsd-0.cisco.com> <20000829204112.A5240@luna.osd.bsdi.com> <20000830154508.A62946@canyon.nothing-going-on.org> <20000830173121.D17060@spirit.jaded.net> <7mbsy9dgdi.wl@waterblue.imgsrc.co.jp> <20000831105322.A66090@canyon.nothing-going-on.org> <20000831181502.A50923@spirit.jaded.net> User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 31 Aug 2000 22:15:17 GMT, Dan Moschuk wrote: > Why do we need an XML parser in the tree at all? Why not keep the XML file on > freefall and regenerate/commit the handbook/HARDWARE.TXT everytime it is > updated? A similar process (without the XML voodoo before hand) is done with > src/UPDATING. Right. At this stage, we can do that (keep XML files and Makefile in doc repository and build them on freefall). But I think that method is not "Right thing". In the future, CVS repository should include *only* source file and machine generated file should be built by ${MAKE} on the fly. On the other hand, same informations are stored in many places. Ftp mirror sites are in www, handbook, sysinstall. Ports categories are in www, porters-handbook, sysinstall, bsd.port.mk. I think these data should be handled by more smart way and (IMHO) XML has possibility to achive it. That's why I said we need light XML/XSL tools in base system... -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Sep 1 9:40:24 2000 Delivered-To: freebsd-doc@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 0405037B628 for ; Fri, 1 Sep 2000 09:40:20 -0700 (PDT) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13UtrX-0006Ww-00; Fri, 01 Sep 2000 18:40:19 +0200 Received: from p3ee1c3f8.dip0.t-ipconnect.de ([62.225.195.248] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13UtrU-0003ej-00; Fri, 01 Sep 2000 18:40:16 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 1AAA7AB91; Fri, 1 Sep 2000 18:42:11 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 6998314A9B; Fri, 1 Sep 2000 18:40:14 +0200 (CEST) Date: Fri, 1 Sep 2000 18:40:14 +0200 To: Udo Erdelhoff Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Request for Review - NIS netgroups Message-ID: <20000901184014.B13443@cichlids.cichlids.com> References: <200008181520.IAA74938@freefall.freebsd.org> <20000828195714.C280@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000828195714.C280@nathan.ruhr.de>; from ue@nathan.ruhr.de on Mon, Aug 28, 2000 at 07:57:14PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Also sprach Udo Erdelhoff (ue@nathan.ruhr.de): > I'd appreciate some comments by natural speakers and people with or > without experience with NIS and netgroups. Ok, since there were no comments, I think I'll commit it. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Sep 1 9:56:42 2000 Delivered-To: freebsd-doc@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id E5D0537B43E for ; Fri, 1 Sep 2000 09:56:39 -0700 (PDT) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Uu7G-0006ZF-00; Fri, 01 Sep 2000 18:56:34 +0200 Received: from p3ee1c3f8.dip0.t-ipconnect.de ([62.225.195.248] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Uu7F-0003ui-00; Fri, 01 Sep 2000 18:56:33 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 4D88FAB91; Fri, 1 Sep 2000 18:58:20 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id D9BD914A9B; Fri, 1 Sep 2000 18:56:22 +0200 (CEST) Date: Fri, 1 Sep 2000 18:56:22 +0200 From: Alexander Langer To: Neil Bliss Cc: Udo Erdelhoff , freebsd-doc@FreeBSD.ORG Subject: Re: Request for Review - NIS netgroups Message-ID: <20000901185622.A14242@cichlids.cichlids.com> References: <200008181520.IAA74938@freefall.freebsd.org> <20000828195714.C280@nathan.ruhr.de> <20000901184014.B13443@cichlids.cichlids.com> <20000901094317.C15655@integratus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000901094317.C15655@integratus.com>; from yoda@integratus.com on Fri, Sep 01, 2000 at 09:43:17AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Neil Bliss (yoda@integratus.com): > I had privately sent some diffs to Udo, who said that he was going to be > making at least one more rev of this doc. Ah, ok. Thanks :-) Alex, *looking-at-Udo* -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Sep 1 11: 2:14 2000 Delivered-To: freebsd-doc@freebsd.org Received: from postfix3.free.fr (postfix3.free.fr [212.27.32.22]) by hub.freebsd.org (Postfix) with ESMTP id 3419837B43F; Fri, 1 Sep 2000 11:02:06 -0700 (PDT) Received: from free.fr (massy-1-8-127.dial.proxad.net [213.228.8.127]) by postfix3.free.fr (Postfix) with ESMTP id 5550386C1C; Fri, 1 Sep 2000 20:02:03 +0200 (CEST) Message-ID: <39AFEE2F.C6D0FE42@free.fr> Date: Fri, 01 Sep 2000 19:58:07 +0200 From: Francois & Anne CANNIC X-Mailer: Mozilla 4.7 [fr] (Win98; I) X-Accept-Language: fr MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Troubles Content-Type: multipart/alternative; boundary="------------8AB88BDD2B98B62A975F42CD" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------8AB88BDD2B98B62A975F42CD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello to all! I've bought a FreeBSD 4.0 the system is running perfectly on my old 80486 DX100. I've also bought a new PC because my 80486 is a little bit tired now for strong programs. I tried to install FreeBSD 4.0 on my new computer and I get a black screen of the def... It seems the loader cant go very far. Here is the message given by the system: /boot.config: -P Keyboard: yes int=0000000d err=000000000 eff=00030002 eip=0000567f eax=00000208 ebx=000000000 ecx=c0010010 edx=00000100 esi=0000000b edi=00000005 ebp=000003f4 esp=000003c4 cs:eip=0f 32 66 0d 00 00 08 00 - 0f 30 c3 66 b9 10 00 01 ss:esp=f4 56 03 01 00 00 00 01 - 00 00 3d 1d 00 ec 6a 1d system halted I could install successfully a Linux 6.4 with a 2.2.14 Kernel on this machine. Here is my hardware config: AMD K7- Athlon 800 MHz MMX 3D ASUS K7V T -AMD Athlon AGP 4X DMA/66 - 133 MHz Motherboard DIMM 128 Mo 64 bits SDRAM 133Mhz ATI AGP 4X Rage Fury Pro 128 32Mo I/O Video LOGITECH Pilot Wheel Mouse PS/2 KEYTRONIC Phoenix 105 keys EURO Keyboard PIONEER DVD-104S IDE 10x DVD 40x CD-ROM YAMAHA CRW8424E 8X4X24X IDE OLITEC V90-56000 Carte PCI interne SOUND BLASTER LIVE! 1024 Is there a hardware incompatibilty and what can I do to make the kernel boot and have a powerfull FreeBSD PC. Thanks for answers! @+ -- Francois CANNIC 8, Place du Chillou 76600 LE HAVRE mailto:fa.cannic@free.fr --------------8AB88BDD2B98B62A975F42CD Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hello to all!

I've bought a FreeBSD 4.0 <March 2000> the system is running perfectly on my old 80486 DX100.
I've also bought a new PC because my 80486 is a little bit tired now for strong programs.
I tried to install FreeBSD 4.0 on my new computer and I get a black screen of the def...
It seems the loader cant go very far.
Here is the message given by the system:

/boot.config: -P
Keyboard: yes

int=0000000d err=000000000 eff=00030002 eip=0000567f
eax=00000208 ebx=000000000 ecx=c0010010 edx=00000100
esi=0000000b edi=00000005 ebp=000003f4 esp=000003c4

cs:eip=0f 32 66 0d 00 00 08 00 - 0f 30 c3 66 b9 10 00 01
ss:esp=f4 56 03 01 00 00 00 01 - 00 00 3d 1d 00 ec 6a 1d

system halted

I could install successfully a Linux 6.4 with a 2.2.14 Kernel on this machine.
Here is my hardware config:

AMD K7- Athlon 800 MHz MMX 3D
ASUS K7V T -AMD Athlon AGP 4X DMA/66 - 133 MHz Motherboard
DIMM 128 Mo 64 bits SDRAM 133Mhz
ATI AGP 4X Rage Fury Pro 128 32Mo I/O Video
LOGITECH Pilot Wheel Mouse PS/2
KEYTRONIC Phoenix 105 keys EURO Keyboard
PIONEER DVD-104S IDE 10x DVD 40x CD-ROM
YAMAHA CRW8424E 8X4X24X IDE
OLITEC V90-56000 Carte PCI interne
SOUND BLASTER LIVE! 1024

Is there a hardware incompatibilty and what can I do to make the kernel boot and have a powerfull FreeBSD PC.

Thanks for answers!
@+
--
Francois CANNIC
8, Place du Chillou
76600 LE HAVRE
mailto:fa.cannic@free.fr
  --------------8AB88BDD2B98B62A975F42CD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Sep 1 13:11:15 2000 Delivered-To: freebsd-doc@freebsd.org Received: from twinkie.telestream.com (twinkie.telestream.com [205.238.4.14]) by hub.freebsd.org (Postfix) with ESMTP id C49D137B446; Fri, 1 Sep 2000 13:11:09 -0700 (PDT) Received: from localhost (victor@localhost) by twinkie.telestream.com (8.11.0/8.11.0) with ESMTP id e81DAnJ07537; Fri, 1 Sep 2000 13:10:49 GMT Date: Fri, 1 Sep 2000 13:10:49 +0000 (GMT) From: "Victor B." To: Francois & Anne CANNIC Cc: freebsd-doc@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Troubles In-Reply-To: <39AFEE2F.C6D0FE42@free.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It sounds like you have virus detection turned on in your motherboard's BIOS. I have the same motherboard and was getting a similar message when I was trying to install. Turning it off fixed the problem. Hope that helps. Victor On Fri, 1 Sep 2000, Francois & Anne CANNIC wrote: > Hello to all! > > I've bought a FreeBSD 4.0 the system is running perfectly > on my old 80486 DX100. > I've also bought a new PC because my 80486 is a little bit tired now for > strong programs. > I tried to install FreeBSD 4.0 on my new computer and I get a black > screen of the def... > It seems the loader cant go very far. > Here is the message given by the system: > > /boot.config: -P > Keyboard: yes > > int=0000000d err=000000000 eff=00030002 eip=0000567f > eax=00000208 ebx=000000000 ecx=c0010010 edx=00000100 > esi=0000000b edi=00000005 ebp=000003f4 esp=000003c4 > > cs:eip=0f 32 66 0d 00 00 08 00 - 0f 30 c3 66 b9 10 00 01 > ss:esp=f4 56 03 01 00 00 00 01 - 00 00 3d 1d 00 ec 6a 1d > > system halted > > I could install successfully a Linux 6.4 with a 2.2.14 Kernel on this > machine. > Here is my hardware config: > > AMD K7- Athlon 800 MHz MMX 3D > ASUS K7V T -AMD Athlon AGP 4X DMA/66 - 133 MHz Motherboard > DIMM 128 Mo 64 bits SDRAM 133Mhz > ATI AGP 4X Rage Fury Pro 128 32Mo I/O Video > LOGITECH Pilot Wheel Mouse PS/2 > KEYTRONIC Phoenix 105 keys EURO Keyboard > PIONEER DVD-104S IDE 10x DVD 40x CD-ROM > YAMAHA CRW8424E 8X4X24X IDE > OLITEC V90-56000 Carte PCI interne > SOUND BLASTER LIVE! 1024 > > Is there a hardware incompatibilty and what can I do to make the kernel > boot and have a powerfull FreeBSD PC. > > Thanks for answers! > @+ > -- > Francois CANNIC > 8, Place du Chillou > 76600 LE HAVRE > mailto:fa.cannic@free.fr > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Sep 2 15:31:43 2000 Delivered-To: freebsd-doc@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A1A6237B422 for ; Sat, 2 Sep 2000 15:31:41 -0700 (PDT) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA15242 for ; Sat, 2 Sep 2000 16:31:40 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.0/8.8.3) with ESMTP id e82MVQG02459 for ; Sat, 2 Sep 2000 16:31:26 -0600 (MDT) Message-Id: <200009022231.e82MVQG02459@billy-club.village.org> To: doc@freebsd.org Subject: doc book question Date: Sat, 02 Sep 2000 16:31:26 -0600 From: Warner Losh Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm writing a paper for BSDcon and would like to do it in the current docbook format. Is there any good tool for helping me? I was planning on just using emacs + sgml mode. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Sep 2 20: 0: 6 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A961F37B43C for ; Sat, 2 Sep 2000 20:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12689; Sat, 2 Sep 2000 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.14.126.45]) by hub.freebsd.org (Postfix) with ESMTP id 14A6537B424 for ; Sat, 2 Sep 2000 19:51:32 -0700 (PDT) Received: (from mdharnois@localhost) by c1030098-a.wtrlo1.ia.home.com (8.11.0/8.11.0) id e832pV118032; Sat, 2 Sep 2000 21:51:31 -0500 (CDT) (envelope-from mdharnois) Message-Id: <200009030251.e832pV118032@c1030098-a.wtrlo1.ia.home.com> Date: Sat, 2 Sep 2000 21:51:31 -0500 (CDT) From: mdharnois@home.com Reply-To: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/21005: burncd.sh is obsolete Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21005 >Category: docs >Synopsis: burncd.sh is obsolete >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 02 20:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: /usr/share/examples/worm/burncd.sh uses wormcontrol and should be modified or removed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message