From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 01:29:26 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517F637B401 for ; Sun, 29 Jun 2003 01:29:26 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CADC944017 for ; Sun, 29 Jun 2003 01:29:24 -0700 (PDT) (envelope-from snowfall@gmx.co.uk) Received: (qmail 28850 invoked by uid 65534); 29 Jun 2003 08:29:21 -0000 Received: from tnt1-9.quicksilver.net.nz (EHLO computer.gmx.co.uk) (202.89.142.9) by mail.gmx.net (mp015) with SMTP; 29 Jun 2003 10:29:21 +0200 Message-Id: <5.2.0.9.2.20030629193913.05c168b0@pop.gmx.net> X-Sender: 6803933@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 29 Jun 2003 20:28:36 +1200 To: freebsd-doc@freebsd.org From: Craig Carey In-Reply-To: <20030510185024.4b05ffaf.trhodes@FreeBSD.org> References: <20030510151718.D2044@wonkity.com> <20030510151718.D2044@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Handbook: bsd.*.mk files. More use of -DNOPROFILE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 08:29:26 -0000 [1] Request for advice to copy the bsd*.mk files out of the /usr/src/ directory I noted yesterday that make -DNOCLEAN buildworld crashes instead of completing. I started with a version 5.1 release of FreeBSD and after a tiny number of updates, buildworld no longer ran. The problem was that (as usual) buildworld was using the wrong bsd.*.mk files. So long as that is not going to be fixed, then it can be documented. Persons new to FreeBSD 5 would easily find the messages to be unhelpful. This comment on section 21.4 of the FreeBSD handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I'd suggest that BSD "make" catch all attempts to wrongly read files outside of the /usr/src directory. If make buildworld won't copy across the bsd*.mk files then comments in the handbook can tell the user to do it. There was no comment on the problem in the /usr/src/UPDATING file (or whatever it is named). Those errors are hard to figure out due to the obscurity of what those files do. E.g. how many new FreeBSD userss understand exactly how a bsd*mk file alters the directory that a C "#incude " accesses ?. ------------- [2] Let's have -DNOCLEAN be in all the examples instead of -DNOPROFILE The -DNOCLEAN option stops unnecessary recompiling. Yesterday, at least 1/2 of the crashes in buildworld of version 5 of FreeBSD, were due to bugs in FreeBSD software that vanished when I made no change at all and restarted the buildworld. It might be that make can't multitask properly. I assume that using -DNOCLEAN causes no problems (unless retaining very old files). A lot of retries are needed before buildworld of v5 runs correctly (in June). There is no need to mention -DNOPROFILE in example command. That is set by the /etc/make.conf file so it need not be retyped in. The option "-DNOPROFILE" appears 3 times on that part of the handbook --------------------------------------------- # make -DNOPROFILE target ... For example, if you ran: # make -DNOPROFILE buildworld you must install the results with: # make -DNOPROFILE installworld --------------------------------------------- It would be nice to add a "then" before the "you must". Please can the 3 "-DNOPROFILE"s be changed to be "-DNOCLEAN". I have an EPoX motherboard that crashes very infrequently and yet when I did a v5 buildworld then I got at least 4 crashes and so many that it was faster to do without the "-j4" option. Quite probably the buildworld will fix itself when nothing is done, even when there is no use of the "-j" ["-j4"] option. The best plan seems to be to try this (and missing out -DNOCLEAN in favour of -DNOPROFILE would be against this): (a) don't investigate (b) restart the buildworld. (c) if that failed then solve the problem. ------------- I don't actually intend to report these as bugs. Someone else could do that or write to me or whatever. At 2003-05-10 18:50 -0400 Saturday, Tom Rhodes wrote: >On Sat, 10 May 2003 15:23:38 -0600 (MDT) >Warren Block wrote: > >> Isn't "make world" deprecated? The Handbook Using "make world" chapter ... > >AFAIK, make world still works (least it did for me yesterday on a CURRENT >box) and don't see it becoming deprecated any time soon. > ... From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 06:03:35 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D841C37B401; Sun, 29 Jun 2003 06:03:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737F443FE1; Sun, 29 Jun 2003 06:03:35 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from freefall.freebsd.org (brueffer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5TD3ZUp036469; Sun, 29 Jun 2003 06:03:35 -0700 (PDT) (envelope-from brueffer@freefall.freebsd.org) Received: (from brueffer@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5TD3YAc036465; Sun, 29 Jun 2003 15:03:34 +0200 (CEST) Date: Sun, 29 Jun 2003 15:03:34 +0200 (CEST) From: Christian Brueffer Message-Id: <200306291303.h5TD3YAc036465@freefall.freebsd.org> To: dmagda+fbugs@ee.ryerson.ca, brueffer@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/53842: Location of kernel modules incorrect in kldload(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 13:03:36 -0000 Synopsis: Location of kernel modules incorrect in kldload(8) State-Changed-From-To: open->closed State-Changed-By: brueffer State-Changed-When: Sun Jun 29 15:02:35 CEST 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=53842 From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 06:13:27 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B06F037B404; Sun, 29 Jun 2003 06:13:27 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283AF43FF3; Sun, 29 Jun 2003 06:13:26 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from ms-1 (ms-dienst.rz.RWTH-Aachen.DE [134.130.3.132]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HH8007HTVECCP@ms-dienst.rz.rwth-aachen.de>; Sun, 29 Jun 2003 15:13:25 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by ms-1 (MailMonitor for SMTP v1.2.2 ) ; Sun, 29 Jun 2003 15:13:24 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (daemon@haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) h5TDDNNY009222; Sun, 29 Jun 2003 15:13:23 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by haakonia.hitnet.rwth-aachen.de (Postfix) with ESMTP id B0C0F1B; Sun, 29 Jun 2003 13:13:23 +0000 (GMT) Received: by gondor.middleearth (Postfix, from userid 1001) id E4A28474A; Sun, 29 Jun 2003 15:13:22 +0200 (CEST) Date: Sun, 29 Jun 2003 15:13:22 +0200 From: Christian Brueffer In-reply-to: <200306291303.h5TD3YAc036465@freefall.freebsd.org> To: Christian Brueffer Message-id: <20030629131322.GB637@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=Pd0ReVV5GZGQvF3a; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200306291303.h5TD3YAc036465@freefall.freebsd.org> cc: freebsd-doc@freebsd.org cc: FreeBSD-gnats-submit@freebsd.org cc: dmagda+fbugs@ee.ryerson.ca Subject: Re: docs/53842: Location of kernel modules incorrect in kldload(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 13:13:28 -0000 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 29, 2003 at 03:03:34PM +0200, Christian Brueffer wrote: > Synopsis: Location of kernel modules incorrect in kldload(8) >=20 > State-Changed-From-To: open->closed > State-Changed-By: brueffer > State-Changed-When: Sun Jun 29 15:02:35 CEST 2003 > State-Changed-Why:=20 >=20 >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D53842 >=20 Stupid gnats, the original change message was: jmallet has already committed this, thanks! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+/uXybHYXjKDtmC0RAgNNAJ9qIGPDyAxmjiGgesOMaGdhrzAZJACg2bwP T0F2bI1uUO2ICqPW3xCA/wU= =iAHE -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 06:20:16 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0D237B401 for ; Sun, 29 Jun 2003 06:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B8144025 for ; Sun, 29 Jun 2003 06:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5TDKFUp047333 for ; Sun, 29 Jun 2003 06:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5TDKFxm047332; Sun, 29 Jun 2003 06:20:15 -0700 (PDT) Date: Sun, 29 Jun 2003 06:20:15 -0700 (PDT) Message-Id: <200306291320.h5TDKFxm047332@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Christian Brueffer Subject: Re: docs/53842: Location of kernel modules incorrect in kldload(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Brueffer List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 13:20:16 -0000 The following reply was made to PR docs/53842; it has been noted by GNATS. From: Christian Brueffer To: Christian Brueffer Cc: dmagda+fbugs@ee.ryerson.ca, freebsd-doc@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/53842: Location of kernel modules incorrect in kldload(8) Date: Sun, 29 Jun 2003 15:13:22 +0200 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 29, 2003 at 03:03:34PM +0200, Christian Brueffer wrote: > Synopsis: Location of kernel modules incorrect in kldload(8) >=20 > State-Changed-From-To: open->closed > State-Changed-By: brueffer > State-Changed-When: Sun Jun 29 15:02:35 CEST 2003 > State-Changed-Why:=20 >=20 >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D53842 >=20 Stupid gnats, the original change message was: jmallet has already committed this, thanks! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+/uXybHYXjKDtmC0RAgNNAJ9qIGPDyAxmjiGgesOMaGdhrzAZJACg2bwP T0F2bI1uUO2ICqPW3xCA/wU= =iAHE -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 14:05:45 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B2E37B401 for ; Sun, 29 Jun 2003 14:05:45 -0700 (PDT) Received: from uni-kiel.de (nms.rz.uni-kiel.de [134.245.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 729344400B for ; Sun, 29 Jun 2003 14:05:44 -0700 (PDT) (envelope-from virusscan@uni-kiel.de) Received: from amavis by uni-kiel.de with scanned-ok (Exim 3.33 #1) id 19WjMl-00056p-00 for doc@freebsd.org; Sun, 29 Jun 2003 23:05:43 +0200 From: virusscan@uni-kiel.de To: Message-Id: Date: Sun, 29 Jun 2003 23:05:43 +0200 Subject: VIRUS IN YOUR MAIL X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 21:05:45 -0000 V I R U S A L E R T Our viruschecker found the 'W32/Sobig-E' virus(es) in your email to the following recipient(s): -> torsten@min.uni-kiel.de Please check your system for viruses, or ask your system administrator to do so. The message has been quarantined as: /var/virusmails/virus-20030629-230543-19610 For your reference, here are the headers from your email: ------------------------- BEGIN HEADERS ----------------------------- Received: from p508dfaeb.dip.t-dialin.net ([80.141.250.235] helo=LINER) by uni-kiel.de with esmtp (Exim 3.33 #1) id 19WjMY-00055L-00 for torsten@min.uni-kiel.de; Sun, 29 Jun 2003 23:05:30 +0200 From: To: Subject: Re: Movie Date: Sun, 29 Jun 2003 23:05:38 +0200 Importance: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MSMail-Priority: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="CSmtpMsgPart123X456_000_00410A09" Message-Id: X-Spam-Status: No, hits=1.6 required=9.0 tests=MISSING_MIMEOLE,NO_REAL_NAME,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.41-uni_kiel_netfs2 X-Spam-Level: * -------------------------- END HEADERS ------------------------------ From owner-freebsd-doc@FreeBSD.ORG Sun Jun 29 19:20:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB9137B401 for ; Sun, 29 Jun 2003 19:20:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CC144014 for ; Sun, 29 Jun 2003 19:20:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5U2KJUp055423 for ; Sun, 29 Jun 2003 19:20:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5U2KJBR055422; Sun, 29 Jun 2003 19:20:19 -0700 (PDT) Resent-Date: Sun, 29 Jun 2003 19:20:19 -0700 (PDT) Resent-Message-Id: <200306300220.h5U2KJBR055422@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Pepper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2803A37B401 for ; Sun, 29 Jun 2003 19:16:36 -0700 (PDT) Received: from www.reppep.com (www.reppep.com [66.92.104.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE0644014 for ; Sun, 29 Jun 2003 19:16:35 -0700 (PDT) (envelope-from pepper@reppep.com) Received: by www.reppep.com (Postfix, from userid 501) id 5EBE310129; Sun, 29 Jun 2003 22:17:49 -0400 (EDT) Message-Id: <20030630021749.5EBE310129@www.reppep.com> Date: Sun, 29 Jun 2003 22:17:49 -0400 (EDT) From: Chris Pepper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/53913: Various grammar fixes for committers article X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Pepper List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 02:20:21 -0000 >Number: 53913 >Category: docs >Synopsis: Various grammar fixes for committers article >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 29 19:20:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chris Pepper >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD www.reppep.com 4.8-STABLE FreeBSD 4.8-STABLE #3: Sat Jun 21 16:41:53 EDT 2003 root@guest.reppep.com:/usr/obj/usr/src/sys/REPPEP i386 >Description: There are some grammatical problems with the committers article. >How-To-Repeat: Visit . >Fix: Patch follows. --- article.sgml.patch begins here --- Index: article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.166 diff -u -r1.166 article.sgml --- article.sgml 8 May 2003 10:21:18 -0000 1.166 +++ article.sgml 30 Jun 2003 02:11:07 -0000 @@ -1572,7 +1572,7 @@ request a review of the decision after 30 days and every 30 days thereafter (unless the total suspension period is less than 30 days). A committer whose privileges have been revoked entirely - may request a review after a period of 6 months have elapsed. + may request a review after a period of 6 months has elapsed. This review policy is strictly informal and, in all cases, core reserves the right to either act on or disregard requests for review if they feel their original @@ -1998,7 +1998,7 @@ FreeBSD is a highly portable operating system intended to function on many different types of hardware architectures. Maintaining clean separation of Machine Dependent (MD) and Machine - Independent (MI) code, as well as minimizing MD code is an important + Independent (MI) code, as well as minimizing MD code, is an important part of our strategy to remain agile with regards to current hardware trends. Each new hardware architecture supported by FreeBSD adds substantially to the cost of code maintenance, @@ -2018,12 +2018,12 @@ of interest in these environments, the FreeBSD Project is able to maintain high levels of quality, stability, and performance, as well as minimize the load on various support teams on the - project, such as the ports team, documentation team, as well as - security officer and release engineering teams. Diversity in + project, such as the ports team, documentation team, + security officer, and release engineering teams. Diversity in hardware support broadens the options for FreeBSD consumers by offering new features and usage opportunities (such as support - for 64-bit CPUs, use in embedded environments), but these - benefits always be carefully considered in terms of the real-world + for 64-bit CPUs, use in embedded environments, etc.), but these + benefits must always be carefully considered in terms of the real-world maintenance cost associated with additional platform support. @@ -2032,7 +2032,7 @@ requirements for an architecture to be in that tier, as well as specifying the obligations of developers with regards to the platform. In addition, a policy is defined - regarding under the circumstances required to change the tier + regarding the circumstances required to change the tier of an architecture. @@ -2082,7 +2082,7 @@ 2 status as the availability of resources to continue to maintain the system in a Production Quality state diminishes. - Current Tier 2 platforms are PowerPC, and ia64. + Current Tier 2 platforms are PowerPC and ia64. @@ -2094,7 +2094,7 @@ platforms are architectures for which hardware is not or will not be available to the project in the foreseeable future, for which there are two or fewer active developers, that can not boot to at - least single-user mode on real hardware (or simulator for new + least single-user mode on real hardware (or a simulator for new hardware platforms), or which are considered legacy systems unlikely to see broad future use. Tier 3 systems will not be committed to the base source tree, although support for Tier 3 @@ -2118,7 +2118,7 @@ Policy on Changing the Tier of an Architecture - Systems may only be moved from one tier to another tier by + Systems may only be moved from one tier to another by approval of the FreeBSD Core Team, which shall make that decision in collaboration with the Security Officer, Release Engineering, and toolchain maintenance teams. @@ -2668,7 +2668,7 @@ well. This information consists of one or more lines containing the - the key word or phrase, a colon, tabs for formatting, and then the + key word or phrase, a colon, tabs for formatting, and then the additional information. The key words or phrases are: --- article.sgml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 00:55:44 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE9D37B401 for ; Mon, 30 Jun 2003 00:55:44 -0700 (PDT) Received: from craig.afraid.org (h24-69-213-234.cc.shawcable.net [24.69.213.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97AF543FBF for ; Mon, 30 Jun 2003 00:55:43 -0700 (PDT) (envelope-from craig@craig.afraid.org) Received: from fireball.internal.lan ([10.0.0.2] helo=fireball) by craig.afraid.org with smtp (Exim 4.20) id 19WtVn-0005iK-68 for freebsd-doc@freebsd.org; Mon, 30 Jun 2003 00:55:43 -0700 Message-ID: <000701c33edd$022e7740$0200000a@fireball> From: "Craig Reyenga" To: Date: Mon, 30 Jun 2003 00:55:43 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Small handbook error in section 12.9.8.2 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Craig Reyenga List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 07:55:44 -0000 Hi, I caught a small error in section 12.9.8.2 "After the Disaster", paragraph two: "If the hardware has been damaged. First, replace those parts that have been damaged." The first sentence is a fragment, I suggest it should read: "If any hardware has been damaged, replace those parts before attempting to use the computer." Or something to that effect. Just doing what I can :) -Craig From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 04:15:59 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBFE37B401 for ; Mon, 30 Jun 2003 04:15:59 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC9043F93 for ; Mon, 30 Jun 2003 04:15:58 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from ms-1 (ms-1 [134.130.3.130]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HHA00890KMLKI@ms-dienst.rz.rwth-aachen.de> for doc@freebsd.org; Mon, 30 Jun 2003 13:15:58 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by ms-1 (MailMonitor for SMTP v1.2.2 ) ; Mon, 30 Jun 2003 12:16:03 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (daemon@haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) h5TKwQNY011117; Sun, 29 Jun 2003 22:58:26 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by haakonia.hitnet.rwth-aachen.de (Postfix) with ESMTP id BCF9F29; Sun, 29 Jun 2003 20:58:26 +0000 (GMT) Received: by gondor.middleearth (Postfix, from userid 1001) id 9D02E474A; Sun, 29 Jun 2003 22:58:25 +0200 (CEST) Date: Sun, 29 Jun 2003 22:58:25 +0200 From: Christian Brueffer In-reply-to: <20030627055607.D64884@alpha.siliconlandmark.com> To: Andre Guibert de Bruet Message-id: <20030629205824.GC19258@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=5G06lTa6Jq83wMTw; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <20030627055607.D64884@alpha.siliconlandmark.com> cc: doc@freebsd.org Subject: Re: loader(8) manpage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 11:16:00 -0000 --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 27, 2003 at 06:00:20AM -0400, Andre Guibert de Bruet wrote: > Hi, >=20 > I've noticed that CURRENT's loader(8) manpage uses different casing for > FICL. The paragraph in question is quoted: >=20 > [snip] > "builtin commands" for historical reasons. The main drive behind th= ese > commands is user-friendliness. The bigger component is an ANS Forth= com- > patible Forth interpreter based on ficl, by John Sadler. > ^^^^ >=20 > Shouldn't this be uppercased? >=20 Done, thanks for the submission! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+/1LwbHYXjKDtmC0RAsC5AJ40HKj1EO7amEdyFhjwnVBfF64MIwCg5zdn 8agJ+zGQtvrwBN1k2JAbSrI= =NayD -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 07:27:07 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F00337B401 for ; Mon, 30 Jun 2003 07:27:04 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5BC43FF5 for ; Mon, 30 Jun 2003 07:27:04 -0700 (PDT) (envelope-from underway@comcast.net) Received: from localhost.localdomain (12-230-74-101.client.attbi.com[12.230.74.101](untrusted sender)) by attbi.com (rwcrmhc11) with ESMTP id <2003063014270301300bnm02e>; Mon, 30 Jun 2003 14:27:03 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.9/8.12.5) with ESMTP id h5UEOj9I035172; Mon, 30 Jun 2003 07:24:45 -0700 (PDT) (envelope-from underway@comcast.net) Received: (from jojo@localhost) by localhost.localdomain (8.12.9/8.12.5/Submit) id h5UEOZit035171; Mon, 30 Jun 2003 07:24:35 -0700 (PDT) (envelope-from underway@comcast.net) X-Authentication-Warning: localhost.localdomain: jojo set sender to underway@comcast.net using -f To: Christian Brueffer References: <20030627055607.D64884@alpha.siliconlandmark.com> <20030629205824.GC19258@unixpages.org> From: underway@comcast.net (Gary W. Swearingen) Date: 30 Jun 2003 07:24:35 -0700 In-Reply-To: <20030629205824.GC19258@unixpages.org> Message-ID: Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: doc@freebsd.org cc: Andre Guibert de Bruet Subject: Re: loader(8) manpage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 14:27:07 -0000 > > patible Forth interpreter based on ficl, by John Sadler. > > ^^^^ > > > > Shouldn't this be uppercased? > > > > Done, thanks for the submission! (I sent e-mail about this last week, but I see it didn't get through. I'll try again, but my ISP changed my e-address today, so...) Apparently, niether "ficl" or "FICL" is correct. According to "http://ficl.sourceforge.net/", it's a capitalized name derived from "Forth Inspired Command Language", so it really should be "Ficl", which is confirmed by observing that casing throughout the first page of a google search. It seems that "Ficl" should be considered to be the name of a "library", but it not clear to me what macro should be used on it. (Certainly not the "library name" macro. :) Since I usually read man pages is plain text (withing Xemacs), I'd be happing if the names of most things were surrounded by double quotes like "Ficl", but I see lots of names in bold or italics or UPPERCASE or underlined or `ugly quotes'. As if people knew the distinctions and found them useful. So "ficl" and "FICL" both should be changed in the "loader" manpage. From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 08:20:14 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D5337B404 for ; Mon, 30 Jun 2003 08:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3449543FDF for ; Mon, 30 Jun 2003 08:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5UFKDUp067110 for ; Mon, 30 Jun 2003 08:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5UFKDs7067109; Mon, 30 Jun 2003 08:20:13 -0700 (PDT) Resent-Date: Mon, 30 Jun 2003 08:20:13 -0700 (PDT) Resent-Message-Id: <200306301520.h5UFKDs7067109@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F31A37B401 for ; Mon, 30 Jun 2003 08:17:44 -0700 (PDT) Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D490243FDD for ; Mon, 30 Jun 2003 08:17:42 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from localhost (server.ac-net.at [127.0.0.1]) by mail.ac-net.at (AC-net Mailserver v1.3a) with ESMTP id C40E93F49 for ; Mon, 30 Jun 2003 17:17:32 +0200 (CEST) Received: from daemon.li (dsl-237-131.utaonline.at [212.152.237.131]) by mail.ac-net.at (AC-net Mailserver v1.3a) with SMTP id 80BE53F0B for ; Mon, 30 Jun 2003 15:17:31 +0000 (UTC) Received: (qmail 809 invoked from network); 30 Jun 2003 15:18:20 -0000 Received: from localhost (HELO daemon.li) (127.0.0.1) by localhost with SMTP; 30 Jun 2003 15:18:20 -0000 Received: (from root@localhost) by daemon.li (8.12.6/8.12.7/Submit) id h5UFIJql000807; Mon, 30 Jun 2003 17:18:19 +0200 (CEST) (envelope-from shammer) Message-Id: <200306301518.h5UFIJql000807@daemon.li> Date: Mon, 30 Jun 2003 17:18:19 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/53928: [patch] update books & magazines section X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 15:20:15 -0000 >Number: 53928 >Category: docs >Synopsis: [patch] update books & magazines section >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 30 08:20:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jun 23 20:51:01 CEST 2003 shammer@daemon.li:/usr/obj/usr/src/sys/GENERIC i386 >Description: updates the book "freebsd 4 - Installieren, Konfigurieren, Administrieren" from C&L to newest version (freebsd 5) and adds freeX magazine from same publisher to journals section >How-To-Repeat: >Fix: --- chapter.sgml.diff begins here --- --- chapter.sgml.orig Mon Jun 30 16:18:44 2003 +++ chapter.sgml Mon Jun 30 17:14:41 2003 @@ -58,9 +58,10 @@ FreeBSD 4 - Installieren, Konfigurieren, Administrieren - (in German), published by Computer und Literatur Verlag, 2001. - ISBN 3-932311-88-4. + url="http://www.cul.de/freebsd.html">FreeBSD 5 - Installieren, Konfigurieren, Administrieren + (in German), published by Computer +und Literatur Verlag, 2003. + ISBN 3-936546-06-1. @@ -539,6 +540,13 @@ Administrators Miller Freeman, Inc., ISSN 1061-2688 + + + freeX — das Magazin für Linux - BSD - +Unix(in German) Computer- und Literaturverlag GmbH, ISSN + 1436-7033 + + --- chapter.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 11:00:54 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FE437B401 for ; Mon, 30 Jun 2003 11:00:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF44A43FFD for ; Mon, 30 Jun 2003 11:00:48 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5UI0mUp081942 for ; Mon, 30 Jun 2003 11:00:48 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5UI0lbk081914 for freebsd-doc@freebsd.org; Mon, 30 Jun 2003 11:00:47 -0700 (PDT) Date: Mon, 30 Jun 2003 11:00:47 -0700 (PDT) Message-Id: <200306301800.h5UI0lbk081914@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 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 18:00:54 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE s [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2001/05/23] docs/27605 doc Cross-document references () o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/12/15] docs/46286 doc there's an omission and an error in the n f [2003/02/19] docs/48472 doc Documentation unreadable. 10 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35711 doc the "gnats page" should move to its own s o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/04] docs/40196 doc man find does not describe -follow o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46181 doc "make fetch-recursive" target description o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/14] docs/50013 doc [PATCH] add much more russian holydays o [2003/03/22] docs/50200 doc Handbook "Kerberos" chapter doesn't quali o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/03/27] docs/50349 doc make release fails with NO_OPENSSH and ! f [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/30] docs/50469 doc "mount_msdos -W" issue in handbook o [2003/04/03] docs/50573 doc return values for res_query/res_search/re f [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/15] docs/51006 doc [PATCH] divert(4) and ipfw(8) manpages ar o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/13] docs/52183 doc [PATCH] Clarifies pccard setup for wirele o [2003/05/19] docs/52448 doc [patch] Misc man page reference fixes o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/06/02] docs/52878 doc [PATCH] security(7): small clairification o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] docs/53315 doc [PATCH] remove extraneous whitespace at t o [2003/06/14] docs/53316 doc Small update/correction to multimedia/cha o [2003/06/18] docs/53454 doc wrong sample code in manpage of wcwidth(3 o [2003/06/19] docs/53488 doc Mistake in the strmode(3) manual page o [2003/06/19] docs/53501 doc [PATCH] Handbook: update snapshots sectio o [2003/06/20] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/22] docs/53621 doc devname(3)'s man page needs an example o [2003/06/24] docs/53688 doc [PATCH] mount_msdosfs(8) does not documen o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/27] docs/53854 doc faq update (small fixes) o [2003/06/29] docs/53913 doc Various grammar fixes for committers arti o [2003/06/30] docs/53928 doc [patch] update books & magazines section 126 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 11:35:50 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4C237B401; Mon, 30 Jun 2003 11:35:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1962143F93; Mon, 30 Jun 2003 11:35:50 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5UIZnUp089360; Mon, 30 Jun 2003 11:35:49 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5UIZnWL089356; Mon, 30 Jun 2003 11:35:49 -0700 (PDT) Date: Mon, 30 Jun 2003 11:35:49 -0700 (PDT) From: Ceri Davies Message-Id: <200306301835.h5UIZnWL089356@freefall.freebsd.org> To: pepper@rockefeller.edu, ceri@FreeBSD.org, freebsd-doc@FreeBSD.org, ceri@FreeBSD.org Subject: Re: docs/53913: Various grammar fixes for committers article X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 18:35:50 -0000 Synopsis: Various grammar fixes for committers article State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Mon Jun 30 11:35:21 PDT 2003 State-Changed-Why: Your change was committed; thanks! Responsible-Changed-From-To: freebsd-doc->ceri Responsible-Changed-By: ceri Responsible-Changed-When: Mon Jun 30 11:35:21 PDT 2003 Responsible-Changed-Why: My commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=53913 From owner-freebsd-doc@FreeBSD.ORG Mon Jun 30 18:51:15 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D1237B401 for ; Mon, 30 Jun 2003 18:51:15 -0700 (PDT) Received: from ms-smtp-02.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.36.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD3C43FEA for ; Mon, 30 Jun 2003 18:51:14 -0700 (PDT) (envelope-from dub@infowave.com) Received: from infowave.com (cs24243231-226.austin.rr.com [24.243.231.226]) h611pCef025081 for ; Mon, 30 Jun 2003 20:51:13 -0500 (CDT) Message-ID: <3F00E832.9000109@infowave.com> Date: Mon, 30 Jun 2003 20:47:30 -0500 From: Dub Dublin User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Install instructions badly out of sync with 5.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 01:51:15 -0000 Someone needs to do a MAJOR rework of the installation instructions for 5.1. It's quite obvious that a LOT has changed w.r.t. the install since those instructions were written, especially since CD-ROM installs are barely mentioned and I cannot find any information anywhere on the site as to what exactly the miniinst ISO image is supposed to do - if it's there, it's well-hidden. This compounds the fact that the installation process itself is quite painful due to its seriously counterintuitive nature in many places. In addition, documentation on hardware support, perticularly for laptops and PCMCIA cards appears to be completely lacking - I only hope that it doesn't reflect an equivalent lack of real hardware support. (For instance, my very common Netgear PCMCIA Ethernet card is apparently not supported on anything on the CDs, leaving me stranded without net access, which is completely unacceptable, especially for someone that can't figure out how he's supposed to find and install new drivers on an OS that's only half-installed. To put this in perspective, let me say that I am NOT a newbie - I have nearly 20 years of Unix expereince, and was once a Sun SE and Network Ambassador. I have installed and worked with nearly every major Unix out there starting with Version 7, as well as several Linux distros including the dreaded Debian. The really sad thing is that I have so far been absolutely unable to get anything remotely approaching a fully functioning system installed in three tries. If I can't do it, you guys are hosed. I really want to use BSD, and I am staunchly opposed to the GPL, but really, the area of installation needs some major work or you're never going to win anyone over simply because they'll never see it run. I'm not a coder, but I'm a pretty good architect and a darn good product manager, so if you need someone to head up a new installer effort, please let me know - I'd be happy to help. Thanks, Dub Dublin dub@infowave.com From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 00:54:58 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF65037B408; Tue, 1 Jul 2003 00:54:57 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEF743FFD; Tue, 1 Jul 2003 00:54:56 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (rgsqll0a@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h617ssL8676375; Tue, 1 Jul 2003 11:54:54 +0400 (MSD) Date: Tue, 1 Jul 2003 11:54:54 +0400 (MSD) From: Maxim Konovalov To: doc@freebsd.org Message-ID: <20030701114428.E92265@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: jwd@freebsd.org Subject: Rtp cluster diff X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 07:54:58 -0000 Hello -doc, Here is a separate page for Rtp cluster. I will going to commit it in two days, please review. It was prepared by John mostly, all bugs are mine. Thanks! Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/internal/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 8 Mar 2003 10:27:18 -0000 1.36 +++ Makefile 1 Jul 2003 07:28:37 -0000 @@ -22,6 +22,7 @@ DOCS+= core-vote.sgml DOCS+= trb-dispute.sgml DOCS+= doceng.sgml +DOCS+= rtp.sgml INDEXLINK= internal.html Index: internal.sgml =================================================================== RCS file: /home/ncvs/www/en/internal/internal.sgml,v retrieving revision 1.24 diff -u -r1.24 internal.sgml --- internal.sgml 9 Feb 2003 00:17:12 -0000 1.24 +++ internal.sgml 1 Jul 2003 07:28:37 -0000 @@ -15,6 +15,11 @@ network, just what machine resources are currently available and the sorts of jobs they are being provided for.

+

The Rtp.FreeBSD.org Network

+

This page documents, for those with accounts on the Rtp.FreeBSD.org +network, just what machine resources are currently available and the +sorts of jobs they are being provided for.

+

Resources for FreeBSD Committers

This page documents resources for FreeBSD committers.

Index: rtp.sgml =================================================================== RCS file: rtp.sgml diff -N rtp.sgml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ rtp.sgml 1 Jul 2003 07:47:28 -0000 @@ -0,0 +1,165 @@ + + + + %includes; +]> + + +&header; + +

This page documents the machine resources currently +available in the Rtp.FreeBSD.Org network for use by +the FreeBSD committers. + +

For a list of SSH host keys and their fingerprints for the +Rtp.FreeBSD.org machines, please see +this file.

+ +

All host names in the Rtp.FreeBSD.org domain

+ +

The following systems are visible on the external network:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HostOSPurposeOwner(s)
Triangle4-STABLEAdmin/Email/Web/releng4 snapshot buildercommitters
8ball4-STABLEPorts/INDEX verification buildscommitters
9ballCURRENTperiodic -current isos showing up on releng4committers
CueballCURRENTtinderboxcommitters
+ +

The following systems are only visible after first logging in +to one of the above systems:

+ + + + + + + + + + + + + + + + + + + + +
HostOSPurposeOwner(s)
bankshotCURRENTavailablecommitters
+ + +

Hardware configurations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HostTypeHardware
TriangleAMD AthlonMP 2200+, 2GB mem, dmesg.boot
8ballAMD AthlonMP 1900+, 2GB mem, dmesg.boot
9ballIntel x86P4 HT-enabled 2.8GHz, 1GB mem, dmesg.boot
cueballIntel x86Dual Xeon HT enabled 2.8GHz, 3GB mem, dmesg.boot
bankshotIntel x86Dual Xeon HT enabled 2.8GHz, 4GB mem, dmesg.boot
+ +

Home directory services are provided by a dedicated NFS/Raid5 +protected server mounted on /home. Each machine contains a ccd scratch +area mounted on /vol/vol0 also available via the /users symlink. +These machines are inter-connected at 100Mbit/sec +full-duplex. All systems have serial consoles and remote power +capability. Currently, full console and power control is available +on bankshot.rtp to the developer community on a first come, first +serve basis. +

+ +

Administrative Policies

+ +

All requests should be sent to admins AT Rtp.FreeBSD.Org. +

+ +

User account creation is based on access to the FreeBSD.Org +cluster and commit bit validity. +

+ +

FreeBSD Internal Home +&footer; + + %%% -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 05:49:52 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBA037B404 for ; Tue, 1 Jul 2003 05:49:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865E543FAF for ; Tue, 1 Jul 2003 05:49:52 -0700 (PDT) (envelope-from www@FreeBSD.org) Received: from freefall.freebsd.org (www@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h61CnqUp033160 for ; Tue, 1 Jul 2003 05:49:52 -0700 (PDT) (envelope-from www@freefall.freebsd.org) Received: (from www@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h61CnqFb033159 for freebsd-doc; Tue, 1 Jul 2003 05:49:52 -0700 (PDT) Date: Tue, 1 Jul 2003 05:49:52 -0700 (PDT) From: WWW pseudo-user Message-Id: <200307011249.h61CnqFb033159@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Subject: FreeBSD web build failed on freefall.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 12:49:53 -0000 ===> ../it/doc/books/unix-introduction install -c -o www -g www -m 444 $(/usr/bin/xargs < HTML.manifest) /c/www/build/www/it/doc/it_IT.ISO8859-15/books/unix-introduction install -c -o www -g www -m 444 docbook.css /c/www/build/www/it/doc/it_IT.ISO8859-15/books/unix-introduction install -c -o www -g www -m 444 book.html /c/www/build/www/it/doc/it_IT.ISO8859-15/books/unix-introduction install -c -o www -g www -m 444 docbook.css /c/www/build/www/it/doc/it_IT.ISO8859-15/books/unix-introduction /c/www/build/www/it/doc/it -> /c/www/build/www/it/doc/it_IT.ISO8859-15 ===> ../ja ===> ../ja/security ===> ../ja/commercial ===> ../ja/docproj ===> ../ja/news ===> ../ja/news/1996 ===> ../ja/news/1997 ===> ../ja/internal ===> ../ja/java ===> ../ja/java/dists ===> ../ja/java/links ===> ../ja/copyright ===> ../ja/search ===> ../ja/gallery ===> ../ja/projects ===> ../ja/prstats ===> ../ja/prstats/../../tools/prstats ./go.tcl /c/gnats couldn't open "/c/gnats/spam/20030426005031.98774.in": no such file or directory while executing "open $fn" (procedure "PR" line 5) invoked from within "PR $pr" ("foreach" body line 2) invoked from within "foreach pr [glob $gnatsdir] { PR $pr } " (file "./go.tcl" line 45) *** Error code 1 Stop in /c/www/build/www/tools/prstats. *** Error code 1 Stop in /c/www/build/www/ja/prstats. *** Error code 1 Stop in /c/www/build/www/ja. *** Error code 1 Stop in /c/www/build/www/en. 1621.50 real 1045.90 user 36.06 sys From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 06:55:38 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB69237B401; Tue, 1 Jul 2003 06:55:38 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA044028; Tue, 1 Jul 2003 06:55:38 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 147E210BFA8; Tue, 1 Jul 2003 15:55:37 +0200 (CEST) Date: Tue, 1 Jul 2003 15:55:37 +0200 From: "Simon L. Nielsen" To: Maxim Konovalov Message-ID: <20030701135535.GF402@nitro.dk> References: <20030701114428.E92265@news1.macomnet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline In-Reply-To: <20030701114428.E92265@news1.macomnet.ru> User-Agent: Mutt/1.5.4i cc: jwd@freebsd.org cc: doc@freebsd.org Subject: Re: Rtp cluster diff X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 13:55:39 -0000 --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.07.01 11:54:54 +0400, Maxim Konovalov wrote: > Here is a separate page for Rtp cluster. I will going to commit it in > two days, please review. It was prepared by John mostly, all bugs are > mine. Thanks! In general I prefer to make HTML indented like the SGML, but I know that many of the other webpages aren't, so it might just be me. > Index: rtp.sgml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: rtp.sgml > diff -N rtp.sgml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ rtp.sgml 1 Jul 2003 07:47:28 -0000 > @@ -0,0 +1,165 @@ > + + > + > + > + %includes; > +]> > + > + > +&header; > + > +

This page documents the machine resources currently > +available in the Rtp.FreeBSD.Org network for use by I think it should be Rtp.FreeBSD.org. Similar for the other FreeBSD.org references. > +the FreeBSD committers. Missing

. [CUT] + +9ball +CURRENT Perhaps 5-CURRENT like machines.sgml. Same for the other CURRENT references. +periodic -current isos showing up on releng4 +committers + [CUT] > +

Home directory services are provided by a dedicated NFS/Raid5 I would use RAID, since its an acronym. [CUT] Just my 0.02 euro cents, use as you like. --=20 Simon L. Nielsen --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/AZLX8kocFXgPTRwRAiBsAJ0STxTTa7y3M+6n2qUqXXxPxurCNwCffHs+ nVTjzdeoEPaArR4rptrENxc= =73C8 -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 07:54:48 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641C237B404; Tue, 1 Jul 2003 07:54:48 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5518243FE1; Tue, 1 Jul 2003 07:54:47 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.20) id 19XMWs-000ErQ-EK; Tue, 01 Jul 2003 15:54:46 +0100 Date: Tue, 1 Jul 2003 15:54:46 +0100 From: Ceri Davies To: WWW pseudo-user Message-ID: <20030701145446.GB57013@submonkey.net> Mail-Followup-To: Ceri Davies , WWW pseudo-user , freebsd-doc@FreeBSD.org References: <200307011249.h61CnqFb033159@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <200307011249.h61CnqFb033159@freefall.freebsd.org> User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: freebsd-doc@FreeBSD.org Subject: Re: FreeBSD web build failed on freefall.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 14:54:48 -0000 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 01, 2003 at 05:49:52AM -0700, WWW pseudo-user wrote: > =3D=3D=3D> ../ja/prstats/../../tools/prstats > ./go.tcl /c/gnats > couldn't open "/c/gnats/spam/20030426005031.98774.in": no such file or di= rectory > while executing > "open $fn" > (procedure "PR" line 5) > invoked from within > "PR $pr" > ("foreach" body line 2) > invoked from within > "foreach pr [glob $gnatsdir] { > PR $pr > } > " > (file "./go.tcl" line 45) Hmm. This failed due to me cleaning up some of the stored spam. The script currently just globs everything together when it's first invoked, and then assumes that it will be able to open everything it saw. I've put together a little patch that does two things, one of which may be stupid. I also don't know TCL in any depth, so please could someone who does review it. It's at http://people.freebsd.org/~ceri/go.tcl.diff. The first part of the patch simply skips a PR if it can't be opened (this is the bit that may be stupid), while the second part makes sure that only real PRs are added to the list in the first place (the above file shouldn't have been considered anyway). Cheer, Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/AaC2ocfcwTS3JF8RAo9sAJ9hiBvR+/ienVsf6BJBuuyWs+w33wCeNhgV FlVdUCzqk+B36wrTv4torJ8= =uEkt -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ-- From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 08:31:28 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD2A37B401; Tue, 1 Jul 2003 08:31:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D5F43FF9; Tue, 1 Jul 2003 08:31:27 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h61FVRUp053770; Tue, 1 Jul 2003 08:31:27 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h61FVQ2Y053766; Tue, 1 Jul 2003 08:31:26 -0700 (PDT) Date: Tue, 1 Jul 2003 08:31:26 -0700 (PDT) From: Maxim Konovalov Message-Id: <200307011531.h61FVQ2Y053766@freefall.freebsd.org> To: simon@comsys.ntu-kpi.kiev.ua, maxim@FreeBSD.org, freebsd-doc@FreeBSD.org, maxim@FreeBSD.org Subject: Re: docs/53488: Mistake in the strmode(3) manual page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 15:31:29 -0000 Synopsis: Mistake in the strmode(3) manual page State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Tue Jul 1 08:30:55 PDT 2003 State-Changed-Why: Fixed in -CURRENT, thanks! Responsible-Changed-From-To: freebsd-doc->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Tue Jul 1 08:30:55 PDT 2003 Responsible-Changed-Why: MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=53488 From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 08:37:51 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B99737B41C for ; Tue, 1 Jul 2003 08:37:51 -0700 (PDT) Received: from b.smtp-out.sonic.net (b.smtp-out.sonic.net [208.201.224.39]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CC8B4401A for ; Tue, 1 Jul 2003 08:37:50 -0700 (PDT) (envelope-from bmah@acm.org) Received: (qmail 19406 invoked from network); 1 Jul 2003 15:37:49 -0000 Received: from ultra.sonic.net (208.201.224.22) by b.smtp-out.sonic.net with SMTP; 1 Jul 2003 15:37:49 -0000 Received: from bmah.dyndns.org (adsl-64-142-29-76.sonic.net [64.142.29.76]) by ultra.sonic.net (8.11.6p2/8.8.5) with ESMTP id h61Fb4X14100; Tue, 1 Jul 2003 08:37:05 -0700 X-envelope-info: Received: from intruder.bmah.org (localhost [127.0.0.1]) by bmah.dyndns.org (8.12.9/8.12.9) with ESMTP id h61FbmnD014274; Tue, 1 Jul 2003 08:37:48 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.9/8.12.9/Submit) id h61Fbm7u014273; Tue, 1 Jul 2003 08:37:48 -0700 (PDT) (envelope-from bmah) Date: Tue, 1 Jul 2003 08:37:48 -0700 From: "Bruce A. Mah" To: Dub Dublin Message-ID: <20030701153748.GA14125@intruder.bmah.org> References: <3F00E832.9000109@infowave.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <3F00E832.9000109@infowave.com> User-Agent: Mutt/1.4.1i X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-url: http://www.employees.org/~bmah/ cc: doc@freebsd.org Subject: Re: Install instructions badly out of sync with 5.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 15:37:51 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If memory serves me right, Dub Dublin wrote: > Someone needs to do a MAJOR rework of the installation instructions for= =20 > 5.1. It's quite obvious that a LOT has changed w.r.t. the install since= =20 > those instructions were written, especially since CD-ROM installs are=20 > barely mentioned and I cannot find any information anywhere on the site= =20 > as to what exactly the miniinst ISO image is supposed to do - if it's=20 > there, it's well-hidden. This compounds the fact that the installation= =20 > process itself is quite painful due to its seriously counterintuitive=20 > nature in many places. [I somehow feel compelled to respond to this email. I am trying, perhaps not successfully, not to take it too personally.] I presume you're referring to the INSTALL.TXT and INSTALL.HTM files that come with each distribution. If someone (be it you or someone else) wants to take on the task of bringing them up to date, that'd be fantastic. I'm at least somewhat responsible for the release documentation (of which these are a part), but my main focus is the release notes. Rewriting the install instructions (paying particular attention to the various platforms that we now support) is simply a bigger task than I personally have time or energy for. > In addition, documentation on hardware support, perticularly for laptops= =20 > and PCMCIA cards appears to be completely lacking - I only hope that it= =20 > doesn't reflect an equivalent lack of real hardware support. (For=20 > instance, my very common Netgear PCMCIA Ethernet card is apparently not= =20 > supported on anything on the CDs, leaving me stranded without net=20 > access, which is completely unacceptable, especially for someone that=20 > can't figure out how he's supposed to find and install new drivers on an= =20 > OS that's only half-installed. You looked in the hardware notes, right? We try not to list specific laptops because this list would: 1) A moving target and 2) very long. I remember at least one externally-maintained list but can't remember the URL off-hand. Updates for the supported hardware list are welcome. More details than "my very common Netgear PCMCIA Ethernet card" would be needed, of course. I guess I'd sum up my response to the first two paragraphs as: "Yes, these may suck, but making them better require that someone volunteer to do the work." Please don't volunteer me, I have enough to do with a full-time job plus my existing FreeBSD projects. > To put this in perspective, let me say that I am NOT a newbie - I have=20 > nearly 20 years of Unix expereince, and was once a Sun SE and Network=20 > Ambassador. I have installed and worked with nearly every major Unix=20 > out there starting with Version 7, as well as several Linux distros=20 > including the dreaded Debian. >=20 > The really sad thing is that I have so far been absolutely unable to get= =20 > anything remotely approaching a fully functioning system installed in=20 > three tries. Have you tried asking on the mailing lists for assistance? > If I can't do it, you guys are hosed. I really want to=20 > use BSD, and I am staunchly opposed to the GPL, but really, the area of= =20 > installation needs some major work or you're never going to win anyone=20 > over simply because they'll never see it run. =20 My experience as one of the release engineers says otherwise. I'd be one of the first to agree that the installer could use a lot of work but people do manage (somehow) to get the system running. I'm certainly not saying you're stupid, far from it. But there's no shame in asking for assistance either. I presume you're also aware that we don't encourage the use of 5.X for new FreeBSD users, at least not yet. It still has quite a few rough edges. > I'm not a coder, but I'm a pretty good architect and a darn good product= =20 > manager, so if you need someone to head up a new installer effort,=20 > please let me know - I'd be happy to help. Unfortunately, the mailing list archives are littered with the corpses of countless email threads, bikesheds, and flamewars about what a new installer would look like. It's not that the concept of a "better" installer has never occurred to the FreeBSD community. The problem is that there has never been anyone with the right combination of ability, time, and interest to actually pull this off. If you're really interested, I can (I think) point you in the direction of the most recent group of people to show interest in this area. I'm not sure where follow-up discussion should take place. Installer issues are definitely off-topic for freebsd-doc@. :-p Thanks for writing, Bruce. --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/AarL2MoxcVugUsMRAiXaAKCK7StG2d/PSiFxWaMvTyHnZYBEygCg5r0t A3YgyJpYfgW78yt5v7Wpow4= =5Deh -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 23:35:43 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F69837B404 for ; Tue, 1 Jul 2003 23:35:43 -0700 (PDT) Received: from hotmail.com (bay2-dav40.bay2.hotmail.com [65.54.246.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944EF4400F for ; Tue, 1 Jul 2003 23:35:42 -0700 (PDT) (envelope-from sganesh79@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 1 Jul 2003 23:35:29 -0700 Received: from 61.11.76.206 by bay2-dav40.bay2.hotmail.com with DAV; Wed, 02 Jul 2003 06:35:27 +0000 X-Originating-IP: [61.11.76.206] X-Originating-Email: [sganesh79@hotmail.com] From: "ganesh" To: Date: Wed, 2 Jul 2003 12:06:30 +0530 MIME-Version: 1.0 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 Message-ID: X-OriginalArrivalTime: 02 Jul 2003 06:35:29.0205 (UTC) FILETIME=[210F1650:01C34064] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: mbr X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 06:35:43 -0000 hi, I learn some information about MBR (www.freebsd.org) but still i need = more details of hard disk functions and also about mbr. please send me a details . Thanks, Ganesh From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 05:10:20 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7928F37B404 for ; Wed, 2 Jul 2003 05:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093C844011 for ; Wed, 2 Jul 2003 05:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h62CAIUp006705 for ; Wed, 2 Jul 2003 05:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h62CAI3H006704; Wed, 2 Jul 2003 05:10:18 -0700 (PDT) Resent-Date: Wed, 2 Jul 2003 05:10:18 -0700 (PDT) Resent-Message-Id: <200307021210.h62CAI3H006704@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Siegbert.Baude@gmx.de Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D66CE37B401 for ; Wed, 2 Jul 2003 05:09:51 -0700 (PDT) Received: from lilith.wh-wurm.uni-ulm.de (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FAD43FF3 for ; Wed, 2 Jul 2003 05:09:50 -0700 (PDT) (envelope-from coocoo@lilith.wh-wurm.uni-ulm.de) Received: from lilith.wh-wurm.uni-ulm.de (localhost [127.0.0.1]) h62C9kKO000813 for ; Wed, 2 Jul 2003 14:09:46 +0200 (CEST) (envelope-from coocoo@lilith.wh-wurm.uni-ulm.de) Received: (from coocoo@localhost) by lilith.wh-wurm.uni-ulm.de (8.12.9/8.12.9/Submit) id h62C9iti000812; Wed, 2 Jul 2003 14:09:44 +0200 (CEST) Message-Id: <200307021209.h62C9iti000812@lilith.wh-wurm.uni-ulm.de> Date: Wed, 2 Jul 2003 14:09:44 +0200 (CEST) From: Siegbert.Baude@lilith.wh-wurm.uni-ulm.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Siegbert.Baude@gmx.de List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 12:10:20 -0000 >Number: 54009 >Category: docs >Synopsis: Clarify the location of the splash image in the splash man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 02 05:10:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Siegbert Baude >Release: FreeBSD 5.1-CURRENT i386 >Organization: Universitaet Ulm >Environment: System: FreeBSD lilith 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Fri Jun 27 08:19:44 CEST 2003 toor@lilith:/usr/obj/usr/src/sys/LILITH i386 >Description: The splash.4 man page is not clear, where the actual splash image should be placed. After having read the man page, I thought it should go to /boot, when in fact it should go to /boot/kernel. I added this information to the man page. >How-To-Repeat: >Fix: Apply the following patch to the man page splash.4: --- splash.4 Wed Jul 2 13:46:42 2003 +++ splash.4.new Wed Jul 2 13:48:22 2003 @@ -177,6 +177,8 @@ screen saver modules .It Pa /boot/kernel/vesa.ko the VESA support module +.It Pa /boot/kernel/splash.bmp +the default splash image .El .Sh EXAMPLES In order to load the splash screen or the screen saver, you must @@ -196,7 +198,7 @@ .Ed .Pp In the above example, the file -.Pa chuck.bmp +.Pa /boot/kernel/chuck.bmp is loaded. In the following example, the VESA module is loaded so that a bitmap file which cannot be displayed in standard >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 05:25:25 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFCE37B401 for ; Wed, 2 Jul 2003 05:25:25 -0700 (PDT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA2843FBF for ; Wed, 2 Jul 2003 05:25:24 -0700 (PDT) (envelope-from alexandre.michelot@epita.fr) Received: from epita.fr (massena-2-81-57-129-127.fbx.proxad.net [81.57.129.127]) by postfix4-2.free.fr (Postfix) with ESMTP id E3273C172 for ; Wed, 2 Jul 2003 14:25:22 +0200 (CEST) Message-ID: <3F02CF2E.5070803@epita.fr> Date: Wed, 02 Jul 2003 14:25:18 +0200 From: Alexandre Michelot Organization: EPITA User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en, fr, de MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: errata - 5.1R X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 12:25:25 -0000 Hi, I don't exactly where to post, sorry if it's the wrong person... When installing the 5.1R on an old machine (k6-2), I encountered some problems due to a gcc regression producing segfault during compilation and eventually broken code when using : -march=k6-2 -O2 It may be usefull to warn the users in the errata. I don't know if it is a known 'bug'. I hope it will be helpfull. Thanks for the great job ! -- Alexandre. From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 05:35:39 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D85F37B401 for ; Wed, 2 Jul 2003 05:35:39 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEAF43FBD for ; Wed, 2 Jul 2003 05:35:38 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 6A1AC10BF8B; Wed, 2 Jul 2003 14:35:37 +0200 (CEST) Date: Wed, 2 Jul 2003 14:35:37 +0200 From: "Simon L. Nielsen" To: Alexandre Michelot Message-ID: <20030702123537.GB398@nitro.dk> References: <3F02CF2E.5070803@epita.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline In-Reply-To: <3F02CF2E.5070803@epita.fr> User-Agent: Mutt/1.5.4i cc: doc@FreeBSD.org Subject: Re: errata - 5.1R X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 12:35:39 -0000 --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.07.02 14:25:18 +0200, Alexandre Michelot wrote: > Hi, >=20 > I don't exactly where to post, sorry if it's the wrong person... If it was a documentation / errata problem it would be right, but... > When installing the 5.1R on an old machine (k6-2), I encountered some=20 > problems due to a gcc regression producing segfault during compilation=20 > and eventually broken code when using : -march=3Dk6-2 -O2 Using -O2 is unsupported, because gcc is know to generate broken code in some cases with -02 and higher. From the make.conf manual page : CFLAGS (str) Controls the compiler setting when compiling C cod= e. Optimization levels above -O (-O2, ...) are not supporte= d. That said I actually though -O2 should work for i386 with recent versions of gcc. --=20 Simon L. Nielsen --Bn2rw/3z4jIqBvZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/AtGZ8kocFXgPTRwRAtmvAKCOKqBJuYLmjlWNqSPQ6Ciffx6U1gCg2Uew wnICjSysE6TkORsXXWDwbPo= =Fs9U -----END PGP SIGNATURE----- --Bn2rw/3z4jIqBvZU-- From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 07:30:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50BC37B401 for ; Wed, 2 Jul 2003 07:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B74543FE1 for ; Wed, 2 Jul 2003 07:30:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h62EUJUp050929 for ; Wed, 2 Jul 2003 07:30:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h62EUJZH050928; Wed, 2 Jul 2003 07:30:19 -0700 (PDT) Date: Wed, 2 Jul 2003 07:30:19 -0700 (PDT) Message-Id: <200307021430.h62EUJZH050928@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Rhodes Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Rhodes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 14:30:19 -0000 The following reply was made to PR docs/54009; it has been noted by GNATS. From: Tom Rhodes To: Siegbert.Baude@gmx.de Cc: Siegbert.Baude@lilith.wh-wurm.uni-ulm.de, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page Date: Wed, 2 Jul 2003 10:02:29 -0400 On Wed, 2 Jul 2003 14:09:44 +0200 (CEST) Siegbert.Baude@lilith.wh-wurm.uni-ulm.de wrote: > >Description: > The splash.4 man page is not clear, where the actual splash image should be > placed. After having read the man page, I thought it should go to /boot, when > in fact it should go to /boot/kernel. > I added this information to the man page. I have my image in /boot. Perhaps just changing it to read /boot where the image is shown? -- Tom Rhodes From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 14:48:04 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79FE537B401 for ; Wed, 2 Jul 2003 14:48:04 -0700 (PDT) Received: from ml.free.fr (ml1.proxad.net [213.228.0.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id A695043F3F for ; Wed, 2 Jul 2003 14:48:03 -0700 (PDT) (envelope-from cdxc.gazette@free.fr) Received: from ml1 (localhost [127.0.0.1]) by ml.free.fr (Postfix) with ESMTP id 7A0CC72F3C for ; Wed, 2 Jul 2003 23:48:02 +0200 (CEST) Received: from ml1 by ml1 (LISTAR/0.42); Wed, 02 Jul 2003 23:48:02 +0200 (CEST) Date: Wed, 02 Jul 2003 23:48:02 +0200 (CEST) From: Listar To: doc@freebsd.org Message-ID: X-listar-antiloop: ml1 Precedence: list Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Expiry-Date: Thu, 03 Jul 2003 23:48:02 +0200 (CEST) Subject: Listar command results: -- No attachments (even text) are allowed -- X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 21:48:04 -0000 Request received for list 'cdxc.gazette' via request address. >> Please see the attached zip file for details. Unknown command. --- Gestionnaire de liste Listar/0.42 - fin de traitement/job execution complete. From owner-freebsd-doc@FreeBSD.ORG Wed Jul 2 16:35:57 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A362837B401; Wed, 2 Jul 2003 16:35:57 -0700 (PDT) Received: from helium.webfusion.co.uk (helium.webfusion.co.uk [212.67.202.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F3B43FB1; Wed, 2 Jul 2003 16:35:56 -0700 (PDT) (envelope-from jonathan@yourlinux.com) Received: from ayourf577d by helium.webfusion.co.uk with local (Exim 3.36 #1) id 19Xr8l-0005Hq-00; Thu, 03 Jul 2003 00:35:55 +0100 Received: from 82.69.5.95 (SquirrelMail authenticated user pop.jonathan) by yourlinux.com with HTTP; Thu, 3 Jul 2003 00:35:55 +0100 (BST) Message-ID: <1716.82.69.5.95.1057188955.squirrel@yourlinux.com> Date: Thu, 3 Jul 2003 00:35:55 +0100 (BST) From: "Jonathan Woolger" To: www@FreeBSD.org, doc@FreeBSD.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: UK FreeBSD Retailer X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 23:35:58 -0000 Hi, YourLinux.com supply FreeBSD CDs (currently 5.1) to the UK and worldwide. I was just wondering how we go about getting a link on: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html Thanks! Jonathan YourLinux.com -- Linux Worldwide - YourLinux.com From owner-freebsd-doc@FreeBSD.ORG Tue May 20 23:33:55 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D0437B401; Tue, 20 May 2003 23:33:54 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA79B43F85; Tue, 20 May 2003 23:33:53 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h4L6XrG6063797; Tue, 20 May 2003 23:33:53 -0700 (PDT) (envelope-from murray) From: Murray Stokely To: trhodes@FreeBSD.org Message-ID: <20030520233353.E8403@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: freebsd-doc@FreeBSD.org Subject: comments on the new rcNG section. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 21 May 2003 06:33:55 -0000 X-Original-Date: Tue, 20 May 2003 23:33:53 -0700 X-List-Received-Date: Wed, 21 May 2003 06:33:55 -0000 I don't recall if I mentioned this or not, but I don't think we should list all 40 files in /etc/rc.d/ in the rcNG section. It's just going to generate silly PRs when new files are added. It doesn't really matter or add anything to the text. It's just filler. I suggest we invite users to type ls on their own system and maybe list a few files followed by '...'. Attempting to list all, even after qualifying it with something like "at the time of this writing", is I think in general a bad idea unless it is really necessary for clarify. I think this new section could in general do with some more wordsmithing. I'll take another look at it in 24 hours if noone beats me to it. - Murray From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 02:26:12 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBEC37B401; Thu, 3 Jul 2003 02:26:12 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6AD4401E; Thu, 3 Jul 2003 02:26:11 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.20) id 19Y0Lw-0005r7-0w; Thu, 03 Jul 2003 10:26:08 +0100 Date: Thu, 3 Jul 2003 10:26:07 +0100 From: Ceri Davies To: Jonathan Woolger Message-ID: <20030703092607.GB22407@submonkey.net> Mail-Followup-To: Ceri Davies , Jonathan Woolger , www@FreeBSD.org, doc@FreeBSD.org References: <1716.82.69.5.95.1057188955.squirrel@yourlinux.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8GpibOaaTibBMecb" Content-Disposition: inline In-Reply-To: <1716.82.69.5.95.1057188955.squirrel@yourlinux.com> User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: doc@FreeBSD.org cc: www@FreeBSD.org Subject: Re: UK FreeBSD Retailer X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 09:26:12 -0000 --8GpibOaaTibBMecb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 03, 2003 at 12:35:55AM +0100, Jonathan Woolger wrote: > Hi, >=20 > YourLinux.com supply FreeBSD CDs (currently 5.1) to the UK and worldwide. > I was just wondering how we go about getting a link on: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html Hi Jonathan, Could you send me details as per the other entries there? I'll get you added. I don't suppose there's any chance of you creating a "Not Linux" category for us? Thanks, Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --8GpibOaaTibBMecb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/A/avocfcwTS3JF8RAgMXAKCnR/LL+bnR2RT7f+FjjF2QvP4CqwCbBLXe k73UHU+n8PIevfZgVXCItfg= =BxKl -----END PGP SIGNATURE----- --8GpibOaaTibBMecb-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 04:30:20 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA6F37B401 for ; Thu, 3 Jul 2003 04:30:20 -0700 (PDT) Received: from e-mail.dmdata.dk (mail.test.lec.dk [193.162.192.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id A053A43FBD for ; Thu, 3 Jul 2003 04:30:19 -0700 (PDT) (envelope-from cbj@dmdata.dk) To: doc@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: "Claes Buurgaard-Jepsen" Date: Thu, 3 Jul 2003 13:28:47 +0200 X-MIMETrack: Serialize by Router on DMDATAINTER1/DMDATAINTER(Release 5.0.10 |March 22, 2002) at 07/03/2003 01:23:14 PM, Serialize complete at 07/03/2003 01:23:14 PM Content-Type: text/plain; charset="us-ascii" Subject: zip'ed handbook on ftp-servers have problems with the images X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 11:30:21 -0000 Hi, wanting to begin installing FreeBSD I downloaded the Handbook (book.html-split.tar.zip) as I thought the installations guide might be helpful ;-) To my surprise I was unable to view the images. I tried a few mirrors, but still no images. As the file was unzipped on a Windows NT by WinZip, I tried on my Solaris Box: It gunzip'ed fine, but after successfully xtrackting all html-files and the imagelib/callouts/...png's, tar complained "directory checksum error". Back in WinZip I noticed the last files in the tar-ball (the image-files, I guess) had a path description like "local/1/var/tmp/doc-build/build/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/" and they ALL had the SAME filename "hand" Looking on your on-line Handbook I found an image with the following path "http://www.dk.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install/userconfig.png" So I guess the "hand"-filename is really handbook/...something.png cut short. Is it my brain which needs an upgrade or is your zip'd Handbook broken? Please help me. Regards Claes Buurgaard-Jepsen Claes Buurgaard-Jepsen PCC Operation Support / Unix DMdata a/s Email : cbj@dmdata.dk Phone : +45 3637 4029 Mobile : +45 2371 6205 From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 06:08:49 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A022937B401; Thu, 3 Jul 2003 06:08:49 -0700 (PDT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C7C43FE0; Thu, 3 Jul 2003 06:08:48 -0700 (PDT) (envelope-from anderson@centtech.com) Received: from centtech.com (electron.centtech.com [204.177.173.173]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id h63D8l56027017; Thu, 3 Jul 2003 08:08:47 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <3F042AC4.9080804@centtech.com> Date: Thu, 03 Jul 2003 08:08:20 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray Stokely References: <20030520233353.E8403@freebsdmall.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: trhodes@freebsd.org cc: freebsd-doc@freebsd.org Subject: Re: comments on the new rcNG section. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 13:08:49 -0000 Murray Stokely wrote: > I don't recall if I mentioned this or not, but I don't think we should > list all 40 files in /etc/rc.d/ in the rcNG section. It's just going > to generate silly PRs when new files are added. It doesn't really > matter or add anything to the text. It's just filler. I suggest we > invite users to type ls on their own system and maybe list a few files > followed by '...'. Attempting to list all, even after qualifying it > with something like "at the time of this writing", is I think in > general a bad idea unless it is really necessary for clarify. > > I think this new section could in general do with some more > wordsmithing. I'll take another look at it in 24 hours if noone beats > me to it. Wow - this must have gotten jammed up on hub.freebsd.org somehow: Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id CFC545682A; Wed, 2 Jul 2003 20:07:42 -0700 (PDT) (envelope-from owner-freebsd-doc@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0C89F37B425; Wed, 2 Jul 2003 20:07:39 -0700 (PDT) Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D0437B401; Tue, 20 May 2003 23:33:54 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA79B43F85; Tue, 20 May 2003 23:33:53 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h4L6XrG6063797; Tue, 20 May 2003 23:33:53 -0700 (PDT) (envelope-from murray) Date: Tue, 20 May 2003 23:33:53 -0700 From: Murray Stokely Hopefully this wasn't crucial then.. :) Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology Attitudes are contagious, is yours worth catching? ------------------------------------------------------------------ From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 07:11:57 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B4037B401; Thu, 3 Jul 2003 07:11:57 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD74C43FE3; Thu, 3 Jul 2003 07:11:56 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h63EBrkR046089; Thu, 3 Jul 2003 10:11:54 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 3 Jul 2003 09:51:06 -0400 From: Tom Rhodes To: Eric Anderson Message-Id: <20030703095106.11e8dc8e.trhodes@FreeBSD.org> In-Reply-To: <3F042AC4.9080804@centtech.com> References: <20030520233353.E8403@freebsdmall.com> <3F042AC4.9080804@centtech.com> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org cc: murray@FreeBSD.org Subject: Re: comments on the new rcNG section. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 14:11:57 -0000 On Thu, 03 Jul 2003 08:08:20 -0500 Eric Anderson wrote: > Murray Stokely wrote: > > I don't recall if I mentioned this or not, but I don't think we should > > list all 40 files in /etc/rc.d/ in the rcNG section. It's just going > > to generate silly PRs when new files are added. It doesn't really > > matter or add anything to the text. It's just filler. I suggest we > > invite users to type ls on their own system and maybe list a few files > > followed by '...'. Attempting to list all, even after qualifying it > > with something like "at the time of this writing", is I think in > > general a bad idea unless it is really necessary for clarify. > > > > I think this new section could in general do with some more > > wordsmithing. I'll take another look at it in 24 hours if noone beats > > me to it. > > Wow - this must have gotten jammed up on hub.freebsd.org somehow: > [SNIP HEADERS] > > Hopefully this wasn't crucial then.. :) > > Eric > Not really, I did get a copy when it was originally sent. :) -- Tom Rhodes From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 09:20:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EFC37B401 for ; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9453E43FFD for ; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h63GKIUp066019 for ; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63GKIT8066018; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Date: Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Message-Id: <200307031620.h63GKIT8066018@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Siegbert Baude Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Siegbert Baude List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 16:20:19 -0000 The following reply was made to PR docs/54009; it has been noted by GNATS. From: Siegbert Baude To: freebsd-gnats-submit@FreeBSD.org, msmith@FreeBSD.org Cc: trhodes@FreeBSD.org Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page Date: Thu, 3 Jul 2003 18:16:32 +0200 Tom, but you have an absolute path to the image in your loader.conf, right? I checked the docu now once again, and every piece of it including the splash mini-FAQ says, the splash image should go into /boot. I found the solution in /boot/defaults/loader.conf, where it is said that the image must be located somewhere in the module_path. The default for this however is "/boot/kernel;/boot/modules/" so a splash image in /boot isn't found. I think there are two solutions: 1) Add /boot to the module_path in /boot/defaults/loader.conf like "/boot/kernel;/boot/modules/;/boot" 2) Remove all examples of images in the documentation, which use relative paths and substitute the absolute paths. Mike, do you think there might be some problems with solution #1? It would be easier to correct, but maybe #2 is the cleaner way. I would create the diffs for the man pages and conf-files, so you only had to commit them. Ciao Siegbert From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 09:20:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C4837B40E for ; Thu, 3 Jul 2003 09:20:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5468543FEC for ; Thu, 3 Jul 2003 09:20:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h63GKLUp066078 for ; Thu, 3 Jul 2003 09:20:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63GKLmZ066072; Thu, 3 Jul 2003 09:20:21 -0700 (PDT) Date: Thu, 3 Jul 2003 09:20:21 -0700 (PDT) Message-Id: <200307031620.h63GKLmZ066072@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Michael Smith Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Smith List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 16:20:22 -0000 The following reply was made to PR docs/54009; it has been noted by GNATS. From: Michael Smith To: Siegbert Baude Cc: freebsd-gnats-submit@freebsd.org, trhodes@freebsd.org Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page Date: Thu, 3 Jul 2003 09:19:00 -0700 --Apple-Mail-2--514954433 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Don't screw with the module path. Either fix the documentation to reflect reality, or change the code to search for the splash elsewhere. = Mike On Thursday, July 3, 2003, at 9:16 AM, Siegbert Baude wrote: > Tom, but you have an absolute path to the image in your loader.conf, > right? > > I checked the docu now once again, and every piece of it including the > splash > mini-FAQ says, the splash image should go into /boot. I found the > solution in > /boot/defaults/loader.conf, where it is said that the image must be > located > somewhere in the module_path. The default for this however is > "/boot/kernel;/boot/modules/" so a splash image in /boot isn't found. > > I think there are two solutions: > > 1) Add /boot to the module_path in /boot/defaults/loader.conf like > "/boot/kernel;/boot/modules/;/boot" > > 2) Remove all examples of images in the documentation, which use > relative > paths and substitute the absolute paths. > > Mike, do you think there might be some problems with solution #1? It > would be > easier to correct, but maybe #2 is the cleaner way. I would create the > diffs > for the man pages and conf-files, so you only had to commit them. > > Ciao > Siegbert > > > -- Where am I, and what am I doing in this handbasket? --Apple-Mail-2--514954433 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII Don't screw with the module path. Either fix the documentation to reflect reality, or change the code to search for the splash elsewhere. = Mike On Thursday, July 3, 2003, at 9:16 AM, Siegbert Baude wrote: Tom, but you have an absolute path to the image in your loader.conf, right? I checked the docu now once again, and every piece of it including the splash mini-FAQ says, the splash image should go into /boot. I found the solution in /boot/defaults/loader.conf, where it is said that the image must be located somewhere in the module_path. The default for this however is "/boot/kernel;/boot/modules/" so a splash image in /boot isn't found. I think there are two solutions: 1) Add /boot to the module_path in /boot/defaults/loader.conf like "/boot/kernel;/boot/modules/;/boot" 2) Remove all examples of images in the documentation, which use relative paths and substitute the absolute paths. Mike, do you think there might be some problems with solution #1? It would be easier to correct, but maybe #2 is the cleaner way. I would create the diffs for the man pages and conf-files, so you only had to commit them. Ciao Siegbert Arial Narrow-- Where am I, and what am I doing in this handbasket? --Apple-Mail-2--514954433-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 09:40:10 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0899337B401 for ; Thu, 3 Jul 2003 09:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5FB43FBF for ; Thu, 3 Jul 2003 09:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h63Ge9Up067042 for ; Thu, 3 Jul 2003 09:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63Ge9Vk067041; Thu, 3 Jul 2003 09:40:09 -0700 (PDT) Date: Thu, 3 Jul 2003 09:40:09 -0700 (PDT) Message-Id: <200307031640.h63Ge9Vk067041@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Rhodes Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Rhodes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 16:40:10 -0000 The following reply was made to PR docs/54009; it has been noted by GNATS. From: Tom Rhodes To: Michael Smith Cc: siegbert.baude@gmx.de, freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page Date: Thu, 3 Jul 2003 12:10:18 -0400 From the loader.conf(5) manual page: bitmap_load (``NO'') If set to ``YES'', a bitmap will be loaded to be displayed on screen while booting. bitmap_name (``/boot/splash.bmp'') Name of the bitmap to be loaded. Any other name can be used. I think that is quite explicit on using splash images. If we read down a little further, we come across: FILES /boot/defaults/loader.conf default settings -- do not change this file. /boot/loader.4th defines the commands used by loader to read and process loader.conf. /boot/loader.conf user defined settings. /boot/loader.conf.local machine-specific settings for sites with a common loader.conf. /boot/loader.rc contains the instructions to automatically process loader.conf. The one I'm interested in is /boot/loader.conf which is described as 'user defined settings.', which I think is self explainatory. Now, loader.conf works similar to rc.conf and a few other files in FreeBSD where the user defined settings should exist in another file which overrides the default. My personal feeling here is that the proper method would be to: Create the /boot/loader.conf file if it does not exist. Put in the custom splash information with what is defined above. That is how I did it on my system. Now, if you do not define a splash image, then yes I'm sure it would look in the module path (without looking at the code nor any other manual page/documentation besides loader.conf(5)). Try my suggestion above and let me know if that fixes your problem. Thanks. -- Tom Rhodes On Thu, 3 Jul 2003 09:19:00 -0700 Michael Smith wrote: > > Don't screw with the module path. Either fix the documentation to > reflect > reality, or change the code to search for the splash elsewhere. > > = Mike > > On Thursday, July 3, 2003, at 9:16 AM, Siegbert Baude wrote: > > > Tom, but you have an absolute path to the image in your loader.conf, > > right? > > > > I checked the docu now once again, and every piece of it including the > > splash > > mini-FAQ says, the splash image should go into /boot. I found the > > solution in > > /boot/defaults/loader.conf, where it is said that the image must be > > located > > somewhere in the module_path. The default for this however is > > "/boot/kernel;/boot/modules/" so a splash image in /boot isn't found. > > > > I think there are two solutions: > > > > 1) Add /boot to the module_path in /boot/defaults/loader.conf like > > "/boot/kernel;/boot/modules/;/boot" > > > > 2) Remove all examples of images in the documentation, which use > > relative > > paths and substitute the absolute paths. > > > > Mike, do you think there might be some problems with solution #1? It > > would be > > easier to correct, but maybe #2 is the cleaner way. I would create the > > diffs > > for the man pages and conf-files, so you only had to commit them. > > > > Ciao > > Siegbert > > > > > > > -- > Where am I, and what am I doing in this handbasket? > From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 12:18:59 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E6937B401 for ; Thu, 3 Jul 2003 12:18:59 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497EB43FEC for ; Thu, 3 Jul 2003 12:18:51 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h63JIfVU084032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 3 Jul 2003 22:18:41 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h63JIeR2084027 for doc@FreeBSD.org; Thu, 3 Jul 2003 22:18:40 +0300 (EEST) (envelope-from ru) Date: Thu, 3 Jul 2003 22:18:40 +0300 From: Ruslan Ermilov To: doc@FreeBSD.org Message-ID: <20030703191840.GC78376@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hUH5gZbnpyIv7Mn4" Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: HEADS UP: New mdoc(7) features X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 19:18:59 -0000 --hUH5gZbnpyIv7Mn4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Below is the more verbose explanation of the new features and bugs fixed in mdoc(7). ----- Forwarded message from Ruslan Ermilov ----- : ru 2003/07/03 09:46:09 PDT :=20 : FreeBSD src repository :=20 : Modified files: (Branch: FSF) : contrib/groff/tmac doc-common doc.tmac groff_mdoc.man=20 : Log: : Update mdoc(7) to the current version. From ChangeLog: : =20 : 2003-07-01 Ruslan Ermilov : =20 : * tmac/doc.tmac (doc-do-func, doc-do-func-args): Don't print a = comma : after `/*' and `*/'. : Fix spacing. : (Fn, Fo): Reduce indentation in synopsis. : =20 See the recent lib/libc/gen/exec.3 commit. : * tmac/doc-common (doc-check-depth): New macro. : (doc-end-macro, Sh, Ss): Use it. This improves self-diagnostic of mdoc(7); it now checks that paired macros (.Bl/.El, .Bd/.Ed, and .Bf/.Ef) have zero balance, at the beginning of each section/subsection. : (Cd): Fix behaviour in synopsis. The .Cd macro can now be "called" normally in the SYNOPSIS section, e.g., ".Pq Cd options FOO". : (In): Make it parsed and callable. : If not in the synopsis, represent the C header file enclosed in : angle brackets. The .In macro can now be used instead of ugly ".Aq Pa foo.h"; see the updated mdoc(7) manpage for details. : (doc-str-Rv-std-suffix, doc-str-Rv-stds-suffix, doc-str-Rv-std0= ): : Use minus, not hyphen. : =20 These fixes are minor; the changes are only visible in the troff mode. : Revision Changes Path : 1.1.1.15 +25 -3 src/contrib/groff/tmac/doc-common : 1.1.1.11 +69 -17 src/contrib/groff/tmac/doc.tmac : 1.1.1.14 +14 -4 src/contrib/groff/tmac/groff_mdoc.man ----- End forwarded message ----- --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --hUH5gZbnpyIv7Mn4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/BIGQUkv4P6juNwoRAh+iAJ9slo55cBb2oQw9QwtxijT7Th1oqACeIwBf cLZryZMRV/LjD4QLMxV1yjU= =PyZt -----END PGP SIGNATURE----- --hUH5gZbnpyIv7Mn4-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 13:54:44 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC4037B404; Thu, 3 Jul 2003 13:54:44 -0700 (PDT) Received: from cfcl.com (cpe-24-221-172-174.ca.sprintbbd.net [24.221.172.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B9043FE9; Thu, 3 Jul 2003 13:54:43 -0700 (PDT) (envelope-from rdm@cfcl.com) Received: from [192.168.254.205] ([192.168.254.205]) by cfcl.com (8.12.6/8.11.1) with ESMTP id h63KuCj4058070; Thu, 3 Jul 2003 13:56:14 -0700 (PDT) (envelope-from rdm@cfcl.com) Mime-Version: 1.0 Message-Id: X-Mailer: Eudora for Macintosh! Date: Thu, 3 Jul 2003 13:54:36 -0700 To: freebsd-questions@freebsd.org From: Rich Morin Content-Type: text/plain; charset="us-ascii" ; format="flowed" cc: freebsd-doc@freebsd.org Subject: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 20:54:44 -0000 The cron(8) man page (on my FreeBSD 4.7 system) says: Cron searches /var/cron/tabs for crontab files which are named after accounts in /etc/passwd; crontabs found are loaded into memory. Cron also searches for /etc/crontab which is in a different format (see crontab(5)). The crontab(5) man page, however, says nothing about any differences in the file formats. Instead, it appears to describe only the format that is used in /var/cron/tabs/* files. I would like to know precisely how the format of /etc/crontab differs, but I can't find any man page that addresses this. Help? -r -- email: rdm@cfcl.com; phone: +1 650-873-7841 http://www.cfcl.com/rdm - my home page, resume, etc. http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc. http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:06:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE2737B401 for ; Thu, 3 Jul 2003 14:06:35 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C28143FF5 for ; Thu, 3 Jul 2003 14:06:34 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h63L6VkR047432; Thu, 3 Jul 2003 17:06:31 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 3 Jul 2003 16:45:43 -0400 From: Tom Rhodes To: Rich Morin Message-Id: <20030703164543.4bb1b5b3.trhodes@FreeBSD.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:06:35 -0000 [Moved to just -doc] On Thu, 3 Jul 2003 13:54:36 -0700 Rich Morin wrote: > The cron(8) man page (on my FreeBSD 4.7 system) says: > > Cron searches /var/cron/tabs for crontab files which are named after > accounts in /etc/passwd; crontabs found are loaded into memory. Cron > also searches for /etc/crontab which is in a different format (see > crontab(5)). > > The crontab(5) man page, however, says nothing about any differences in > the file formats. Instead, it appears to describe only the format that > is used in /var/cron/tabs/* files. > > I would like to know precisely how the format of /etc/crontab differs, > but I can't find any man page that addresses this. Help? > To my knowledge, the only real difference is the 'who' field which does not exist in user crontab files. This field permits the root user to specify which username the desired command is to run under. Perhaps other people know more differences? -- Tom Rhodes From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:10:48 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0EEF37B401 for ; Thu, 3 Jul 2003 14:10:48 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA1C4401F for ; Thu, 3 Jul 2003 14:10:46 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h63LAiKC047990; Thu, 3 Jul 2003 23:10:44 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h63LAVlV001309; Thu, 3 Jul 2003 23:10:31 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h63LAUIE001308; Thu, 3 Jul 2003 23:10:30 +0200 (CEST) (envelope-from marc) Date: Thu, 3 Jul 2003 23:10:30 +0200 From: Marc Fonvieille To: Alexey Zelkin Message-ID: <20030703211030.GA552@nosferatu.blackend.org> References: <20030624005005.A2665@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030624005005.A2665@phantom.cris.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: doc@freebsd.org Subject: Re: images separation: en_US -> share breakage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:10:49 -0000 On Tue, Jun 24, 2003 at 12:50:05AM +0300, Alexey Zelkin wrote: > Marc, > > back in april you have moved images from en_US.ISO8859-1 directory > to share. This commit caused breakage in ${.CURDIR} != ${.OBJDIR} > environment. > > Please fix > I'm going to fix it as soon as possible. Marc From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:12:33 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F14037B401; Thu, 3 Jul 2003 14:12:33 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBAE43F93; Thu, 3 Jul 2003 14:12:32 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.9/8.12.3) with ESMTP id h63LCSq7025009; Thu, 3 Jul 2003 14:12:28 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.9/8.12.3/Submit) id h63LCR3t025007; Thu, 3 Jul 2003 14:12:27 -0700 Date: Thu, 3 Jul 2003 14:12:27 -0700 From: Brooks Davis To: Rich Morin Message-ID: <20030703211227.GA22445@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-doc@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:12:33 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 03, 2003 at 01:54:36PM -0700, Rich Morin wrote: > The cron(8) man page (on my FreeBSD 4.7 system) says: >=20 > Cron searches /var/cron/tabs for crontab files which are named after > accounts in /etc/passwd; crontabs found are loaded into memory. Cron > also searches for /etc/crontab which is in a different format (see > crontab(5)). >=20 > The crontab(5) man page, however, says nothing about any differences in > the file formats. Instead, it appears to describe only the format that > is used in /var/cron/tabs/* files. >=20 > I would like to know precisely how the format of /etc/crontab differs, > but I can't find any man page that addresses this. Help? Hmm, cron(8) mentions that /etc/crontab is in a difference format and refrences crontab(5), but you seems to be correct that crontab(5) doesn't mention the differences. I'm fairly sure the only difference is the who field between the time and command specifications. A bit of digging in the cron code found this comment: /* this function reads one crontab entry -- the next -- from a file. * it skips any leading blank lines, ignores comments, and returns * EOF if for any reason the entry can't be read and parsed. * * the entry is also parsed here. * * syntax: * user crontab: * minutes hours doms months dows cmd\n * system crontab (/etc/crontab): * minutes hours doms months dows USERNAME cmd\n */ -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/BJw6XY6L6fI4GtQRAlyyAJ9VVIJoa9sIoJkVr8Sz10cS0PKMmQCg14SR Z4BRCMWI4OqfsBoPjIS5UB0= =FK4K -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:18:42 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5372537B401 for ; Thu, 3 Jul 2003 14:18:42 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D156343FDD for ; Thu, 3 Jul 2003 14:18:40 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h63LIcKC048046; Thu, 3 Jul 2003 23:18:38 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h63LIQlV001337; Thu, 3 Jul 2003 23:18:26 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h63LIPp4001336; Thu, 3 Jul 2003 23:18:25 +0200 (CEST) (envelope-from marc) Date: Thu, 3 Jul 2003 23:18:25 +0200 From: Marc Fonvieille To: Claes Buurgaard-Jepsen Message-ID: <20030703211825.GB552@nosferatu.blackend.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: doc@freebsd.org Subject: Re: zip'ed handbook on ftp-servers have problems with the images X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:18:42 -0000 On Thu, Jul 03, 2003 at 01:28:47PM +0200, Claes Buurgaard-Jepsen wrote: > Hi, > > wanting to begin installing FreeBSD I downloaded the Handbook > (book.html-split.tar.zip) as I thought the installations guide might be > helpful ;-) > [...] I have the fix lying around, I'll commit it soon. Marc From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 14:32:24 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD1FF37B401 for ; Thu, 3 Jul 2003 14:32:24 -0700 (PDT) Received: from cfcl.com (cpe-24-221-172-174.ca.sprintbbd.net [24.221.172.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C2743FE9 for ; Thu, 3 Jul 2003 14:32:24 -0700 (PDT) (envelope-from rdm@cfcl.com) Received: from [192.168.254.205] ([192.168.254.205]) by cfcl.com (8.12.6/8.11.1) with ESMTP id h63LXsj6059175 for ; Thu, 3 Jul 2003 14:33:56 -0700 (PDT) (envelope-from rdm@cfcl.com) Mime-Version: 1.0 Message-Id: In-Reply-To: <20030703211227.GA22445@Odin.AC.HMC.Edu> References: <20030703211227.GA22445@Odin.AC.HMC.Edu> X-Mailer: Eudora for Macintosh! Date: Thu, 3 Jul 2003 14:31:45 -0700 To: freebsd-doc@freebsd.org From: Rich Morin Content-Type: text/plain; charset="us-ascii" ; format="flowed" Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:32:25 -0000 At 2:12 PM -0700 7/3/03, Brooks Davis wrote: >Hmm, cron(8) mentions that /etc/crontab is in a difference format and >refrences crontab(5), but you seems to be correct that crontab(5) >doesn't mention the differences. I'm fairly sure the only difference is >the who field between the time and command specifications. ... OK; I'd suggest the following change to crontab(5): The ``sixth'' field (the rest of the line) specifies the command to be ... --- In the case of /etc/crontab, another field (username) follows the time and date fields. This is normally set to root, but other names can be specified; the command will be setuid(2) to the corresponding uid. The ``final'' field (the rest of the line) specifies the command to be ... The man page also discusses the use of "eight special strings" (e.g., "@reboot". I suspect that these be used in /etc/crontab, as: @reboot rdm rm -rf /usr/tmp/rdm I don't know if this needs to be explicated, but it couldn't hurt... -r -- email: rdm@cfcl.com; phone: +1 650-873-7841 http://www.cfcl.com/rdm - my home page, resume, etc. http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc. http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 15:32:09 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F77537B401 for ; Thu, 3 Jul 2003 15:32:09 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEA243FCB for ; Thu, 3 Jul 2003 15:32:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h63MW4E1040843 for ; Thu, 3 Jul 2003 16:32:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 03 Jul 2003 16:31:59 -0600 (MDT) Message-Id: <20030703.163159.48692845.imp@bsdimp.com> To: doc@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: pci changes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 22:32:09 -0000 I just changed the pci chapter a little in the handbook. If I botched it, please accept my appologies. If someone can look at the new markup I added as part of my content, I'd really appreciate it. Be kind if I did botch something. I'm on the road in Japan and committing from the hotel room. Warner From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 19:49:26 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC8737B401 for ; Thu, 3 Jul 2003 19:49:26 -0700 (PDT) Received: from regina.plastikos.com (216-107-106-250.wan.networktel.net [216.107.106.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1911044020 for ; Thu, 3 Jul 2003 19:49:26 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (adsl-156-172-39.jan.bellsouth.net [66.156.172.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by regina.plastikos.com (Postfix) with ESMTP id A103E6EEB9; Thu, 3 Jul 2003 22:49:24 -0400 (EDT) Received: by mortis.over-yonder.net (Postfix, from userid 100) id 51E7320F8D; Thu, 3 Jul 2003 21:49:17 -0500 (CDT) Date: Thu, 3 Jul 2003 21:49:17 -0500 From: "Matthew D. Fuller" To: Rich Morin Message-ID: <20030704024916.GD55494@over-yonder.net> References: <20030703211227.GA22445@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i-fullermd.1 X-Editor: vi X-OS: FreeBSD cc: freebsd-doc@freebsd.org Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 02:49:27 -0000 On Thu, Jul 03, 2003 at 02:31:45PM -0700 I heard the voice of Rich Morin, and lo! it spake thus: > > OK; I'd suggest the following change to crontab(5): > > The ``sixth'' field (the rest of the line) specifies the command to be ... > --- > In the case of /etc/crontab, another field (username) follows the time > and date fields. This is normally set to root, but other names can be > specified; the command will be setuid(2) to the corresponding uid. > > The ``final'' field (the rest of the line) specifies the command to be ... Slightly fiddled with the wording, but you mean something like: Index: crontab.5 =================================================================== RCS file: /usr/cvs/src/usr.sbin/cron/crontab/crontab.5,v retrieving revision 1.22 diff -u -r1.22 crontab.5 --- crontab.5 27 Dec 2002 12:15:36 -0000 1.22 +++ crontab.5 4 Jul 2003 02:47:43 -0000 @@ -166,7 +166,13 @@ day or month (case doesn't matter). Ranges or lists of names are not allowed. .Pp -The ``sixth'' field (the rest of the line) specifies the command to be +In the case of the system crontab +.Pa ( /etc/crontab ) , +another field (``username'') follows the time and date fields. +This field sets the username of the account under which the command is +run. +.Pp +The final field (the rest of the line) specifies the command to be run. The entire command portion of the line, up to a newline or % character, will be executed by ? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 00:20:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C730937B401 for ; Fri, 4 Jul 2003 00:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419E643FE3 for ; Fri, 4 Jul 2003 00:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h647KGUp078948 for ; Fri, 4 Jul 2003 00:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h647KGQc078947; Fri, 4 Jul 2003 00:20:16 -0700 (PDT) Resent-Date: Fri, 4 Jul 2003 00:20:16 -0700 (PDT) Resent-Message-Id: <200307040720.h647KGQc078947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ken Smith Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5583D37B401 for ; Fri, 4 Jul 2003 00:14:01 -0700 (PDT) Received: from hobbes.cse.buffalo.edu (hobbes.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98EED43FA3 for ; Fri, 4 Jul 2003 00:13:59 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from hobbes.cse.buffalo.edu (localhost.cse.buffalo.edu [127.0.0.1]) h647GB9S020219; Fri, 4 Jul 2003 03:16:11 -0400 (EDT) Received: (from kensmith@localhost) by hobbes.cse.buffalo.edu (8.12.9/8.12.9/Submit) id h647GBCK020218; Fri, 4 Jul 2003 03:16:11 -0400 (EDT) Message-Id: <200307040716.h647GBCK020218@hobbes.cse.buffalo.edu> Date: Fri, 4 Jul 2003 03:16:11 -0400 (EDT) From: Ken Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kensmith@cse.Buffalo.EDU Subject: docs/54082: Update to Mirror Site Docs X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ken Smith List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 07:20:20 -0000 >Number: 54082 >Category: docs >Synopsis: Update to Mirror Site Docs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 00:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ken Smith >Release: FreeBSD 5.1-RELEASE i386 >Organization: U. Buffalo CSE Department/FreeBSD.org >Environment: System: FreeBSD hobbes.cse.buffalo.edu 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Thu Jun 5 20:46:57 EDT 2003 root@hobbes.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I was given the position of Mirror Site Coordinator (I'm now one of mirror-admin@freebsd.org). My first task was to update the Mirror Site Docs to reflect some new procedures in place. >How-To-Repeat: Not Applicable >Fix: Apply diffs below to /usr/doc/en_US.ISO8859-1/articles/hubs/article.sgml please. Thanks. --- article.sgml.orig Fri May 30 23:18:28 2003 +++ article.sgml Fri Jul 4 03:05:53 2003 @@ -26,7 +26,7 @@ Valentino Vaschetto -

logo@FreeBSD.org
+
logo@FreeBSD.org
@@ -36,13 +36,28 @@
dl@leo.org
+ + Ken + Smith + +
kensmith@cse.buffalo.edu
+
+
An in-progress article on how to mirror FreeBSD, aimed at - hub administrators + hub administrators. + + Contact Information + + The Mirror System Coordinators can be reached through email + at mirror-admin@FreeBSD.org. There is also + a &a.hubs;. + + Requirements for FreeBSD mirrors @@ -50,22 +65,22 @@ Disk space is one of the most important requirements. Depending on the set of releases, architectures, - and degree of completeness you want to mirror, a huge - amount of disk space may be consumed. Also keep in mind, + and degree of completeness you want to mirror a huge + amount of disk space may be consumed. Also keep in mind that official mirrors are probably required to be complete. The CVS repository and the web pages should - always be mirrored completely. Also note, that the - numbers stated here, are reflecting the current - state (at 4.5-RELEASE). Further development and + always be mirrored completely. Also note that the + numbers stated here are reflecting the current + state (at 4.8-RELEASE/5.1-RELEASE). Further development and releases will only increase the required amount. - Also make sure, to keep some (ca. 10-20%) extra space - around, just to be sure. + Also make sure to keep some (ca. 10-20%) extra space + around just to be sure. Here are some approximate figures: - Full FTP Distribution: 100 GB - CVS repository: 2 GB - CTM deltas: 1.5 GB + Full FTP Distribution: 126 GB + CVS repository: 2.7 GB + CTM deltas: 1.8 GB Webpages: 300 MB @@ -75,28 +90,29 @@ Of course, you need to be connected to the Internet. The required bandwidth depends on your intended use of the mirror. If you just want to mirror some - parts of FreeBSD for local use at your site/intranet, - the demand may be much smaller, than if you want to - make the files publicly available or even if you intend - to become an official mirror. We can only give rough + parts of FreeBSD for local use at your site/intranet + the demand may be much smaller than if you want to + make the files publicly available. If you intend + to become an official mirror the bandwidth required will + be even higher. We can only give rough estimates here: Local site, no public access: basically no minimum, - but < 2 Mbps could make syncing a pain. + but < 2 Mbps could make syncing too slow. Unofficial public site: 34 Mbps is probably a good start. - Official site: > 100 Mbps is recommended, also your host + Official site: > 100 Mbps is recommended, and your host should be connected as close as possible to your border router.
System Requirements, CPU, RAM - This also depends on the expected amount of clients, - which is determined by the servers policy. It is + One thing this depends on the expected number of clients, + which is determined by the server's policy. It is also affected by the types of services you want to offer. Plain FTP or HTTP services may not require a huge - amount of resources. Watch out, if you provide + amount of resources. Watch out if you provide CVSup, rsync or even AnonCVS. This can have a huge impact on CPU and memory requirements. Especially rsync is considered a memory hog, and CVSup does @@ -107,26 +123,26 @@ are just examples to give you a very rough hint. - For a moderately visited site, that offers - rsync, you might + For a moderately visited site that offers + rsync you might consider a current CPU with around 800MHz - 1 GHz, and at least 512MB RAM. This is probably the minimum you want for an official site. - For a frequently used site you need definitely - more RAM (consider 2GB as a good start), - and possibly more CPU, which could also mean, + For a frequently used site you definitely need + more RAM (consider 2GB as a good start) + and possibly more CPU, which could mean that you need to go for a SMP system. You also want to consider a fast disk subsystem. Operations on the CVS repository require a fast - disk subsystem (RAID is greatly advised). A SCSI + disk subsystem (RAID is highly advised). A SCSI controller that has a cache of its own can also - speed up things, since most of these services incur a - very large number of small modifications to the disk. + speed up things since most of these services incur a + large number of small modifications to the disk. You can also experiment with enlarging the portion of system memory which is used for the file system buffer cache. @@ -139,8 +155,8 @@ Services to offer Every mirror site is required to have a set of core services - available. In addition to these basic services, which mirrors are - required to provide, there is a number of optional services that + available. In addition to these required services there are a + number of optional services that server administrators may choose to offer. This section explains which services you can provide and how to go about implementing them. @@ -148,7 +164,7 @@ FTP (required for FTP fileset) This is one of the most basic services, and - it is required for each mirror, offering public + it is required for each mirror offering public FTP distributions. FTP access must be anonymous, and no upload/download ratios are allowed (a ridiculous thing anyway). @@ -194,21 +210,26 @@ FreeBSD's ftpd, proftpd, wu-ftpd and maybe ncftpd are among the most commonly ones. - The others do not have a large userbase among mirror sites. + The others do not have a large userbase among mirror sites. One + thing to consider is that you may need flexibility in limiting + how many simultaneous connections are allowed, thus limiting how + much network bandwidth and system resources are consumed. RSYNC (optional for FTP fileset) - Rsync is often also offered for convenience, for the - contents of the FTP area of FreeBSD. The - protocol is different from FTP in many ways, and - overall, it can be stated, that it is much more + Rsync is often offered for access to the + contents of the FTP area of FreeBSD so other Mirror Sites can use + your system as their source. The + protocol is different from FTP in many ways. + It is much more bandwidth friendly, as only differences between files - are transferred, not whole files. - Rsync does require significant amount of memory for + are transferred instead of whole files when they change. + Rsync does require a significant + amount of memory for each instance. The size depends on the size of - the synced module in terms of number of directories and + the synced module in terms of the number of directories and files. Rsync can use rsh and ssh (now default) as a transport, or use it's own protocol for stand-alone access @@ -242,7 +263,7 @@ www/thttpd: - If you are going to be serving a lot amount of static content + If you are going to be serving a large amount of static content you may find that using an application such as tHttpd is more efficient than Apache. It is optimized for excellent performance on FreeBSD. @@ -263,10 +284,10 @@ CVSup (desired for CVS repository) CVSup is a very efficient way of distributing files. - It works similar as rsync, but was specially designed for - the use with CVS repositories. If you want to offer the - FreeBSD CVS repository, you really want to consider - offering it via CVSup. Still it is possible to offer + It works similar to rsync, but was specially designed for + use with CVS repositories. If you want to offer the + FreeBSD CVS repository you really should consider + offering it via CVSup. It is possible to offer the CVS repository via AnonCVS, FTP, Rsync or HTTP, but people would benefit much more from CVSup access. @@ -274,7 +295,7 @@ It is a bit tricky to install on non-FreeBSD platforms, since it is written in Modula-3 and therefore requires a Modula-3 environment. John Polstra has built a - stripped down version of M3, that is sufficient to + stripped down version of M3 that is sufficient to run CVSup, and can be installed much easier. See Ezm3 for details. Related ports are: @@ -286,8 +307,8 @@ net/cvsup-mirror: The CVSup mirror kit, which requires - net/cvsup, and configures it mirror-ready. Some - site administrators may want a different setup, though. + net/cvsup,and configures it mirror-ready. Some + site administrators may want a different setup though. @@ -296,30 +317,30 @@ net/cvsup-without-gui you might want to have a look at. If you prefer a static binary package, take a look here. - This page still refers to the S1G bug, that was present + This page still refers to the S1G bug that was present in CVSup. Maybe John will setup a generic download-site to get static binaries for various platforms. It is possible to use CVSup to offer - any kind of fileset, not just CVS repositories, - but configuration can be complex. - CVSup is known to eat some CPU on the server as on the + any kind of fileset, not just CVS repositories. + But configuration can be complex. + CVSup is known to eat some CPU on both the server and the client, since it needs to compare lots of files. AnonCVS (optional for CVS repository) - If you have the CVS repository, you may want to offer + If you have the CVS repository you may want to offer anonymous CVS access. A short warning first: - There is not that much demand for it, - and it requires some experience and you need to know, + There is not much demand for it, + it requires some experience, and you need to know what you are doing. - Generally there are two ways, how + Generally there are two ways to access a CVS repository remotely: via pserver or via ssh (we don't consider rsh). @@ -330,7 +351,7 @@ in the CVS repository, to be used as a login-shell for the anonymous ssh account. It does a chroot, and therefore requires the CVS repository to be available under the - anonymous user's home-directory, which may not be possible + anonymous user's home directory. This may not be possible for all sites. If you just offer pserver this restriction does not apply, but you may run with more security risks. You don't need to install any special @@ -341,19 +362,19 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --allow-root=/home/ncvs pserver - See the manpage for details of the options. See also the cvs info - page, about additional ways to make sure, access is read-only. - It is advisable, that you create an unprivileged account, + See the manpage for details of the options. Also see the cvs info + page about additional ways to make sure access is read-only. + It is advised that you create an unprivileged account, preferably called anoncvs. Also you need to create a file passwd in your /home/ncvs/CVSROOT and assign a CVS password (empty or anoncvs) to that user. The directory /anoncvstmp is a special purpose memory based file system. It is not required but - advised, since &man.cvs.1; creates a shadow directory + advised since &man.cvs.1; creates a shadow directory structure in your /tmp which is - not used after the operation, but slows things - dramatically, if real disk operations are required. + not used after the operation but slows things + dramatically if real disk operations are required. Here is an excerpt from /etc/fstab, how to set up such a MFS: @@ -365,9 +386,9 @@ - How to mirror FreeBSD + How To Mirror FreeBSD - Ok now, you know the requirements, and how to offer + Ok, now you know the requirements and how to offer the services, but not how to get it. :-) This section explains how to actually mirror the various parts of FreeBSD, what tools to use, @@ -376,23 +397,22 @@ FTP - The FTP area is the largest amount of data, that - needs to be mirrored. It includes the distributions - sets, required for network installation, the - branches, that are actually snapshots + The FTP area is the largest amount of data that + needs to be mirrored. It includes the distribution + sets required for network installation, the + branches which are actually snapshots of checked-out source trees, the ISO Images to write CD-ROMs with the installation distribution, - a live file system, and lots of packages, the ports tree, - distfiles and a huge amount of packages. All of course - for various FreeBSD versions, and i386 - and alpha architecture. + a live file system, lots of packages, the ports tree, + distfiles, and a huge amount of packages. All of course + for various FreeBSD versions, and various architectures. With FTP mirror You can use a FTP mirror - program, to get the files. There are a lot around, and - widely used, like: + program to get the files. There are a lot around and + widely used, for example: ftp/mirror ftp/ftpmirror @@ -404,40 +424,38 @@ ftp/mirror was very popular, but seemed to have some drawbacks, as it is written in &man.perl.1;, - and did have real problems on mirroring large - directories like a FreeBSD site. There are rumors, that - the current version has fixed this, by allowing - to specify a different algorithm for comparing - the directory structure. + and had real problems with mirroring large + directories like a FreeBSD site. There are rumors that + the current version has fixed this by allowing + a different algorithm for comparing + the directory structure to be specified. - In general FTP is not really good for mirroring, since it transfers - each whole file, if it has changed, and does - not create a single data stream, that will benefit from + In general FTP is not really good for mirroring. It transfers + the whole file if it has changed, and does + not create a single data stream which would benefit from a large TCP congestion window. With RSYNC - A better way, to mirror the FTP area is rsync. + A better way to mirror the FTP area is rsync. You can install the port net/rsync and then use rsync to sync with your upstream host. rsync is already mentioned in . Since rsync access is not - required, your preferred upstream site may not allow it. - Since it is quite common, though, chances are small, that - you cannot use it. You can always consider using an - upstream server, that offers it, just for the benefits - of rsync. + required your preferred upstream site may not allow it. + You may need to hunt around a little bit to find a site + that allows rsync access. Since the number of rsync clients will have a significant impact on the server machine, most admins impose limitations on their - server. For a mirror, you should ask the site maintainer - you are syncing from, about their policy, and maybe + server. For a mirror you should ask the site maintainer + you are syncing from about their policy, and maybe make an exception for your host (since you are a mirror). @@ -452,7 +470,7 @@ be aware that the module-directory (here "FreeBSD") will not be created, so you cannot omit the target directory. Also you might - want to set up a script framework, that calls such a command + want to set up a script framework that calls such a command via &man.cron.8;. @@ -462,9 +480,9 @@ A few sites, including the one-and-only ftp-master.FreeBSD.org even offer CVSup to mirror the contents of the FTP space. You need to install a cvsup - client, preferably from the port: net/cvsup. + client, preferably from the port net/cvsup. (Also reread .) - A sample supfile, suitable for ftp-master.FreeBSD.org + A sample supfile suitable for ftp-master.FreeBSD.org looks like this: # @@ -484,9 +502,8 @@ It seems CVSup would be the best - way to mirror the archive, in terms of efficiency, but - it is only available from few sites. In fact I just know - ftp-master.FreeBSD.org for sure. + way to mirror the archive in terms of efficiency, but + it is only available from a few sites. Please have look at the CVSup documentation @@ -501,8 +518,8 @@ Mirroring the CVS repository - Again you have various possibilities, but the most - recommended one, is to use CVSup. + Again you have various possibilities but the most + recommended one is to use CVSup. Using CVSup @@ -533,7 +550,7 @@ - Please don't forget to consider the hint, + Please don't forget to consider the hint mentioned in this note above. @@ -554,16 +571,16 @@ maybe even HTTP - If you find a site, that supports it, you could use - net/sup, but it is inferior to CVSup + If you find a site that supports it you could use + net/sup. But it is inferior to CVSup and it's deficiencies caused John Polstra to develop - CVSup in the first place, so + CVSup in the first place so it is clearly not recommended. You can NOT use AnonCVS to - mirror the CVS repository, since CVS does not allow + mirror the CVS repository since CVS does not allow you to access the repository itself, but only checked out versions of the modules. @@ -574,13 +591,13 @@ Mirroring the WWW pages - The best way is, to check out the www + The best way is to check out the www distribution from CVS. If you have a local mirror of the - CVS repository, it is probably as easy as: + CVS repository it is probably as easy as: &prompt.user; cvs -d /home/ncvs co www and a cronjob, that calls cvs up -d -P on a regular basis, maybe just after your repository was updated. - Of course, the files need to remain in a directory, available + Of course, the files need to remain in a directory available for public WWW access. The installation and configuration of a webserver is not discussed here. @@ -588,7 +605,7 @@ For the website to be visible, users must execute the &man.make.1; command in the main www directory. This command will create the standard *.html files for web - viewing. For this to work, however, the + viewing. For this to work however, the textproc/docproj port must be installed. @@ -615,16 +632,16 @@ - Using ftp/wget or other web-mirror tools, is + Using ftp/wget or other web-mirror tools is probably not recommended. Mirroring the FreeBSD documentation - As the documentation is referenced a lot from the - webpages, it is recommended, that you mirror the + Since the documentation is referenced a lot from the + webpages it is recommended that you mirror the FreeBSD documentation as well. However, this is not - so trivial as the www-pages alone. + as trivial as the www-pages alone. First of all, you should get the doc sources, @@ -650,27 +667,27 @@ Then you need to install a couple of ports. - You are lucky, that there is a meta-port: + You are lucky, there is a meta-port: textproc/docproj to do the work - for you. You need to setup some + for you. You need to set up some environment variables, like - SGML_CATALOG_FILES, - also have a look at your /etc/make.conf + SGML_CATALOG_FILES. + Also have a look at your /etc/make.conf (copy /etc/defaults/make.conf if - you don't have one), and look at the + you don't have one) and look at the DOC_LANG variable. Now you are probably ready to run make in you doc directory (/usr/share/doc by default) and build the documentation. Again you need to make it accessible for your webserver - and make sure, the links point to the right location. + and make sure the links point to the right location. The building of the documentation, as well as lots of side issues, is documented itself in: fdp-primer. Please read this piece of documentation, especially if you - have problems, building the documentation. + have problems building the documentation. @@ -686,7 +703,7 @@ Every mirror should be updated on a regular basis. You will certainly need some script - framework for it, that will be called by + framework for it that will be called by &man.cron.8;. Since nearly every admin does this his own way, we cannot give specific instructions. It could work @@ -702,19 +719,24 @@ - Add some output redirections, so diagnostic + Add some output redirections so diagnostic messages are logged to a file. - Test, if your script works. Check the logs. + Test if your script works. Check the logs. - Use &man.crontab.1; to add the script the - appropriate user's &man.crontab.5;. + Use &man.crontab.1; to add the script to the + appropriate user's &man.crontab.5;. This should be a + different user than what your FTP daemon runs as so that + if file permissions inside your FTP area are not world-readable + those files can not be accessed by anonymous FTP. This is used + to "stage" releases - making sure all of the Official Mirror + sites have all of the necessary Release files on Release Day. @@ -732,53 +754,61 @@ Where to mirror from This is an important issue. So this section will - spend some effort to explain the backgrounds. + spend some effort to explain the backgrounds. We will say this + several times : Under no circumstances should you mirror from + ftp.FreeBSD.org. A few words about the organization Mirrors are organized by country. All official mirrors have a DNS entry of the form - ftpN.CC.FreeBSD.org. With - CC (i.e. country code) being the - top level domain - of the country, where this mirror is located; - and N is a number, + ftpN.CC.FreeBSD.org. CC + (i.e. country code) is the + top level domain (TLD) + of the country where this mirror is located. + N is a number, telling that the host would be the Nth mirror in that country. (Same applies to cvsupN.CC.FreeBSD.org, wwwN.CC.FreeBSD.org, etc.) There are mirrors with no CC part. - These are usually located in the US, but don't need to. - ftp.FreeBSD.org is currently - located in Denmark and just another mirror - (i.e. it is NO master site). + These are the mirror sites that are very well connected and + allow a large number of concurrent users. + ftp.FreeBSD.org is actually two machines, one currently + located in Denmark and the other in the United States. + It is NOT a master site and should never be + used to mirror from. Lots of online documentation leads "interactive" + users to ftp.FreeBSD.org so automated mirroring + systems should find a different machine to mirror from. Additionally there exists a hierarchy of mirrors, which - is described terms of tiers. - The master sites are not referred to, but can be + is described in terms of tiers. + The master sites are not referred to but can be described as Tier-0. Mirrors that mirror from these sites can be considered Tier-1, mirrors of Tier-1-mirrors, are Tier-2, etc. Official sites are encouraged to be of a low tier, - but the lower the tier, the higher the requirements in + but the lower the tier the higher the requirements in terms as described in . - Also access to low-tier-mirrors may be restricted, and + Also access to low-tier-mirrors may be restricted and access to master sites is definitely restricted. The tier-hierarchy is not reflected - by DNS and generally not documented anywhere, except - for the master sites. However, official mirrors with low numbers, + by DNS and generally not documented anywhere except + for the master sites. However, official mirrors with low numbers like 1-4, are usually Tier-1 - (this is just a rough hint, and there's no rule). + (this is just a rough hint, and there is no rule). Ok, but where should I get the stuff now? + Under no circumstances should you mirror from ftp.FreeBSD.org + . The short answer is: from the - site, that is closest to you in Internet terms, or gives you + site that is closest to you in Internet terms, or gives you the fastest access. @@ -798,7 +828,7 @@ - Check roughly those, which provide fastest access + Check for those which provide fastest access (number of hops, round-trip-times) and offer the services you intend to use (like rsync @@ -807,8 +837,8 @@ - Contact the admins of your chosen site, stating your - request, and asking about their terms and + Contact the admins of your chosen site stating your + request and asking about their terms and policies. @@ -824,28 +854,36 @@ In general the description in still applies. Of course you may want to put some - weight on the fact, that your upstream should be of + weight on the fact that your upstream should be of a low tier. There are some other considerations about official - mirrors, that are described in . + mirrors that are described in . I want to access the master sites! - If you have good reasons, and good prerequisites, + If you have good reasons and good prerequisites you may want and get access to one of the master sites. Access to these sites is generally restricted, and there are special policies for access. If you are already an official - mirror, this certainly helps you getting access. + mirror this certainly helps you getting access. In any other case make sure your country really needs another mirror. - If it already has three or more, ask the &a.hubs; first. + If it already has three or more, ask the Zone Administrator + (hostmaster@CC.freebsd.org) or &a.hubs; first. + + + Whoever helped you become an official should + have helped you gain access to an appropriate upstream host, either + one of the master sites or a suitable Tier-1 site. If not you can + send email to mirror-admin@FreeBSD.org to request + help with that. - There are just two master sites, one for the FTP fileset and + There are three master sites for the FTP fileset and one for the CVS repository (the webpages and docs are - obtained from CVS, so there is no need for it). + obtained from CVS, so there is no need for a master). ftp-master.FreeBSD.org @@ -865,10 +903,6 @@ access for the FTP contents, since they are Tier-1-mirrors. - - To get access to ftp-master.FreeBSD.org, - you need to contact &a.ftp-master;. - cvsup-master.FreeBSD.org @@ -956,13 +990,13 @@ It is very important for a hub administrator, especially Tier-1 hub admins, to check the - release schedule + release schedule for the next FreeBSD release. This is important because it will tell you when the next release is scheduled to come out, and thus giving you time to prepare for the big spike of traffic which follows it. - It is also eminent that hub administrators try to keep their mirrors as up-to-date as + It is also important that hub administrators try to keep their mirrors as up-to-date as possible (again, even more crucial for Tier-1 mirrors). If Mirror1 doesn't update for a while, lower tier mirrors will begin to mirror old data from Mirror1 and thus begins a downward spiral... Keep your mirrors up to date! @@ -974,14 +1008,16 @@ An interesting question, especially, since the state of being official comes with some benefits, like a much - higher bill from your ISP, as more people will be using - your site. Also it may be a key requirement, to get access + higher bill from your ISP as more people will be using + your site. Also it may be a key requirement to get access to a master site. - Before applying, please consider (again) if + Before applying please consider (again) if another official mirror is really needed for - your region. Ask on the &a.hubs;, if in doubt. + your region. Check first with your Zone Administrator + (hostmaster@CC.FreeBSD.org) or, if that + fails, ask on the &a.hubs;. Ok, here is how to do it: @@ -998,32 +1034,32 @@ - If everything works so far, contact the DNS admin, responsible - for your region/country, and ask for a DNS entry for your + If everything works so far, contact the DNS admin responsible + for your region/country and ask for a DNS entry for your site. The admin should able to be contacted via - hostmaster@cc.FreeBSD.org, which - cc being your country code/TLD - again. Your DNS entry will look like described + hostmaster@CC.FreeBSD.org, where + CC is your country code/TLD. + Your DNS entry will be as described in . - If there is no subdomain delegated, yet, for your - country, you probably need to contact - hostmaster@FreeBSD.org, - however, you can try the &a.hubs; first. + If there is no subdomain set up for your + country yet, you should contact + mirror-admin@FreeBSD.org + or you can try the &a.hubs; first. - Then you can ask the &a.doc; or the &a.hubs; - to add your mirror site to the mirror list in the + Whoever helps you get an official name should send email + to mirror-admin@FreeBSD.org so your site will be + added to the mirror list in the FreeBSD - Handbook. Make sure you tell them the email address, - to list as the maintainer of the site. + Handbook. - This is it. + That is it. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 01:45:40 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 729) id 104CA37B401; Fri, 4 Jul 2003 01:45:40 -0700 (PDT) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_10592551940" Message-Id: <20030704084540.104CA37B401@hub.freebsd.org> Date: Fri, 4 Jul 2003 01:45:40 -0700 (PDT) From: jkoshy@FreeBSD.ORG (Joseph Koshy) cc: freebsd-current@freebsd.org Subject: [review request] New config.5 manual page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 08:45:40 -0000 This is a multipart MIME message. --==_Exmh_10592551940 Content-Type: text/plain The attached manual page documents the syntax for the kernel configuration files as understood by the config(8) program in 5-CURRENT. This syntax has diverged from the syntax understood by the original 4.4BSD config(8) program, and it is perhaps time for a new manual page. This manual entry is to be added to section 5 (file formats) of the FreeBSD manual. Could you please review and send in your comments? ---- Joseph Koshy Developer, The FreeBSD Project http://people.freebsd.org/~jkoshy/ --==_Exmh_10592551940 Content-Type: text/plain ; name="config.5" Content-Description: config.5 Content-Disposition: attachment; filename="config.5" .\" Copyright (c) 2003 Joseph Koshy .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/quota.user.5,v 1.3 2002/12/12 17:25:57 ru Exp $ .\" .Dd June 03, 2003 .Dt CONFIG 5 .Os .Sh NAME .Nm config .Nd kernel configuration file format .Sh DESCRIPTION A kernel configuration file specifies the configuration of a .Fx kernel. It is processed by .Xr config 8 to create a build environment where a kernel may be built using .Xr make 1 . .Sh LEXICAL STRUCTURE A kernel configuration file comprises a sequence of specification directives. .Pp A specification directive starts with a keyword at the beginning of the line and is followed by additional parameters. .Pp A specification directive may be terminated by a semicolon .Ql \&; or by a newline. Long input lines may be broken into shorter lines by starting the second and subsequent lines with a white space character. .Pp Case is significant, .Ql machine and .Ql MACHINE are different tokens. .Pp A double quote character .Ql \&\*q starts a quoted string. All characters up to the next quote character form the value of the quoted string. A .Ql \&\*q character may be inserted into a quoted string by using the sequence .Ql \e\*q . .Pp Number are specified using .Li C Ns No -style syntax. .Pp A .Ql # character starts a comment; all characters from the .Ql # character till end of line are ignored. .Pp Whitespace between tokens is ignored, except inside quoted strings. Whitespace following a comment line is ignored. .Sh CONFIGURATION DIRECTIVES Kernel configuration directives may appear in any order in a kernel configuration file. Directives are processed in order of appearance with subsequent directive lines overriding the effect of prior ones. .Pp The list of keywords and their meanings are as follows: .Bl -tag -width "makeoptions" .\" -------- CPU -------- .It Cm cpu Ar cputype Specify the CPU this kernel will run on. There can be more than one .Li cpu directives in a configuration file. The allowed list of cpu names is architecture specific and is defined in the file .Pa "sys/conf/options." Ns Ar arch . .\" -------- DEVICE -------- .It Cm device Ar name Op count Configures device .Ar name for inclusion into the kernel image. If .Ar count is specified, the device is configured for .Ar count instances. The list of valid device names is architecture specific and are defined in the files .Pa "sys/conf/files" and .Pa "sys/conf/files." Ns Ar arch . .\" -------- ENV -------- .It Cm env Ar filename Specifies a filename containing a kernel environment definition. The kernel normally uses an environment prepared for it at boot time by .Xr loader 8 . This directive makes the kernel ignore the boot environment and use the compiled in environment instead. .Pp This directive is useful for setting kernel tunables in embedded environments that do not start from .Xr loader 8 . .\" -------- HINTS -------- .It Cm hints Ar filename Specifies a file to load a static device configuration specification from. From .Fx 5.0 onwards, the kernel picks up the device configuration at boot time (see .Xr device.hints 5 Ns ). This directive configures the kernel to use the static device configuration listed in .Ar filename. .Ar filename must conform to .Xr device.hints 5 syntax. .\" -------- IDENT -------- .It Cm ident Ar name Set the kernel name to .Ar name . At least one .Cm ident directive is required. .\" -------- INCLUDE -------- .It Cm include Ar filename Read subsequent text from file .Ar filename and return to the current file after .Ar filename is successfully processed. .\" -------- MACHINE -------- .It Cm machine Ar arch Specifies the architecture of the machine the kernel is being compiled for. Legal values for .Ar arch include: .Bl -hang -compact .It alpha The DEC Alpha architecture. .It amd64 The AMD x86-64 architecture. .It i386 The IBM PC architecture. .It ia64 The Intel IA64 architecture. .It pc98 The pc96 architecture. .It powerpc The IBM PowerPC architecture. .It sparc64 The Sparc64 architecture. .El .Pp At least one machine architecture must be specified. .\" -------- MAKEOPTION -------- .It Cm makeoptions Ar options Add .Ar options to the generated makefile. .Pp .Ar options is a comma separated list of one or more option specifications. Each option specification has the form .D1 Ar MakeVariableName Op = Ar Value and results in the appropriate .Xr make 1 variable definition being inserted into the generated makefile. If only the name of the .Xr make 1 variable is specified, .Ar value is assumed to be the empty string. .Pp Example: .Bd -unfilled -offset indent -compact .Li makeoptions MYOPTION = \*qfoobar\*q .Li makeoptions MYNULLOPTION .Ed .\" -------- MAXUSERS -------- .It Cm maxusers Ar number This optional directive is used to configure the size of some kernel data structures. .Ar number should be an integer between 2 and 512, or can be 0. From .Fx 4.5 onwards, the kernel will automatically size its tables according to the available physical memory if .Cm maxusers is not specified or is specified to be 0. As explained in .Xr tuning 7 , this tunable can also be set on a running kernel using .Xr sysctl 8 . .\" -------- NOMAKEOPTION -------- .It Cm nomakeoption Ar name Removes previously defined .Xr make 1 option .Ar name from the kernel build. .\" -------- NOOPTION -------- .It Cm nooption Ar kerneloptionname Remove kernel option .Ar kerneloptionname from the list of previously defined options. .\" -------- OPTIONS -------- .It Cm options Ar optionspecs Add compile time kernel options to the kernel build. .Ar optionspecs is a comma separated list of option specifications. Each option specification has the form .D1 Ar KernelOptionName Op = Ar OptionValue If .Ar OptionValue is not specified, it is assumed to be NULL. The list of allowed options is architecture specific and are specified in the files .Pa "sys/conf/options" and .Pa "sys/conf/options." Ns Ar arch . .\" -------- PROFILE -------- .It Cm profile Ar number Enables kernel profiling if .Ar number is non-zero. If .Ar number is 2 or greater, the kernel is configured for high-resolution profiling. Kernels can also be built for profiling using the .Fl -p option to .Xr config 8 . .El .Sh OBSOLETE DIRECTIVES The following kernel configuration directives are obsolete. .Bl -tag -width "makeoptions" -compact .\" -------- CONFIG -------- .It Cm config This directive was used to specify the device to be used for the root filesystem. From .Fx 4.0 onwards, this information is passed to a booting kernel by .Xr loader 8 . .El .Sh FILES .Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXXXXX" -compact .It Pa "sys/compile/" Ns Ar NAME Compile directory created from a kernel configuration. .It Pa "sys/conf/Makefile." Ns Ar arch Architecture specific .Pa Makefile fragments. .It Pa "sys/conf/files" Devices common to all architectures. .It Pa "sys/conf/files." Ns Ar arch Devices for architecture .Ar arch . .It Pa "sys/conf/options" Options common to all architectures. .It Pa "sys/conf/options." Ns Ar arch Options for architecture .Ar arch . .El .Sh SEE ALSO .Xr kenv 1 , .Xr make 1 , .Xr device.hints 5 , .Xr loader.conf 5 , .Xr config 8 , .Xr kldload 8 , .Xr loader 8 .Rs .%T "Building 4.4BSD Kernels with Config" .%A Samuel J. Leffler .%A Michael J. Karels .Re .Sh HISTORY .Xr config 8 first appeared in .Bx 4.1 , and was subsequently revised in .Bx 4.4 . The .Fx the kernel configuration mechanism changed further in .Fx 4.0 and .Fx 5.0 , moving towards an architecture supporting dynamic (boot time and runtime) kernel configuration. --==_Exmh_10592551940-- From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 04:13:12 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E4F37B401 for ; Fri, 4 Jul 2003 04:13:11 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2259D43F93 for ; Fri, 4 Jul 2003 04:13:10 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h64BD6KC062440; Fri, 4 Jul 2003 13:13:06 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h64BCr79000948; Fri, 4 Jul 2003 13:12:54 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h64BCrtq000947; Fri, 4 Jul 2003 13:12:53 +0200 (CEST) (envelope-from marc) Date: Fri, 4 Jul 2003 13:12:53 +0200 From: Marc Fonvieille To: doc@freebsd.org Message-ID: <20030704111253.GA623@nosferatu.blackend.org> References: <20030703211825.GB552@nosferatu.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030703211825.GB552@nosferatu.blackend.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: Claes Buurgaard-Jepsen Subject: Re: zip'ed handbook on ftp-servers have problems with the images X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 11:13:12 -0000 On Thu, Jul 03, 2003 at 11:18:25PM +0200, Marc Fonvieille wrote: > On Thu, Jul 03, 2003 at 01:28:47PM +0200, Claes Buurgaard-Jepsen wrote: > > Hi, > > > > wanting to begin installing FreeBSD I downloaded the Handbook > > (book.html-split.tar.zip) as I thought the installations guide might be > > helpful ;-) > > > [...] > > I have the fix lying around, I'll commit it soon. > Please, could you test one of the files at: http://people.freebsd.org/~blackend/tarballs/en_US.ISO8859-1/books/handbook/ These formats are available: book.html-split.tar book.html-split.tar.zip book.html.tar.gz book.html-split.tar.bz2 book.html.tar book.html.tar.zip book.html-split.tar.gz book.html.tar.bz2 Marc From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 04:38:21 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC44637B401; Fri, 4 Jul 2003 04:38:21 -0700 (PDT) Received: from e-mail.dmdata.dk (mail.dmsave.com [193.162.192.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BBD43FF3; Fri, 4 Jul 2003 04:38:20 -0700 (PDT) (envelope-from cbj@dmdata.dk) To: "Marc Fonvieille MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: "Claes Buurgaard-Jepsen" Date: Fri, 4 Jul 2003 13:26:23 +0200 X-MIMETrack: Serialize by Router on DMDATAINTER1/DMDATAINTER(Release 5.0.10 |March 22, 2002) at 07/04/2003 01:31:13 PM, Serialize complete at 07/04/2003 01:31:13 PM Content-Type: text/plain; charset="us-ascii" cc: doc@freebsd.org Subject: Re: zip'ed handbook on ftp-servers have problems with the images X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 11:38:22 -0000 Wonderfull ! Tested "book.html-split.tar.zip" and the images worked just fine. /Claes Marc Fonvieille 04-07-03 13:12 To: doc@freebsd.org cc: Claes Buurgaard-Jepsen Subject: Re: zip'ed handbook on ftp-servers have problems with the images On Thu, Jul 03, 2003 at 11:18:25PM +0200, Marc Fonvieille wrote: > On Thu, Jul 03, 2003 at 01:28:47PM +0200, Claes Buurgaard-Jepsen wrote: > > Hi, > > > > wanting to begin installing FreeBSD I downloaded the Handbook > > (book.html-split.tar.zip) as I thought the installations guide might be > > helpful ;-) > > > [...] > > I have the fix lying around, I'll commit it soon. > Please, could you test one of the files at: http://people.freebsd.org/~blackend/tarballs/en_US.ISO8859-1/books/handbook/ These formats are available: book.html-split.tar book.html-split.tar.zip book.html.tar.gz book.html-split.tar.bz2 book.html.tar book.html.tar.zip book.html-split.tar.gz book.html.tar.bz2 Marc From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 06:02:53 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B11337B408 for ; Fri, 4 Jul 2003 06:02:53 -0700 (PDT) Received: from www.example.org (ANice-205-1-11-152.w81-248.abo.wanadoo.fr [81.248.122.152]) by mx1.FreeBSD.org (Postfix) with SMTP id 760884401A for ; Fri, 4 Jul 2003 06:02:51 -0700 (PDT) (envelope-from molter@tin.it) Received: (qmail 38506 invoked by uid 1000); 4 Jul 2003 13:02:34 -0000 Date: Fri, 4 Jul 2003 15:02:33 +0200 From: Marco Molteni To: doc@freebsd.org Message-ID: <20030704130233.GE31018@cobweb.example.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: porter's handbook is outdated, section 4.7.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 13:02:53 -0000 Hi, following is from 4.7.1: 4.7.1 LIB_DEPENDS This variable specifies the shared libraries this port depends on. It is a list of lib:dir[:target] tuples where lib is the name of the shared library, dir is the directory in which to find it in case it is not available, and target is the target to call in that directory. For example, LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install will check for a shared jpeg library with major version 9, and descend into the graphics/jpeg subdirectory of your ports tree to build and install it if it is not found. The target part can be omitted if it is equal to DEPENDS_TARGET (which defaults to install). Note: The lib part is an argument given to ldconfig -r | grep -wF. There shall be no regular expressions in this variable. Now, the last paragraph about how the lib part is handled is wrong. By looking at the bsd.port.mk makefile: if ${LDCONFIG} -r | ${GREP} -qwE -e "-l$$pattern"; then \ so actually the variable can be a regex. Please fix the documentation marco From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 07:18:03 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBE237B405; Fri, 4 Jul 2003 07:18:03 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB5843FFB; Fri, 4 Jul 2003 07:17:54 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h64EHnVU094902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 4 Jul 2003 17:17:49 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h64EHnau094897; Fri, 4 Jul 2003 17:17:49 +0300 (EEST) (envelope-from ru) Date: Fri, 4 Jul 2003 17:17:49 +0300 From: Ruslan Ermilov To: Joseph Koshy Message-ID: <20030704141749.GB90405@sunbay.com> References: <20030704084540.104CA37B401@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZoaI/ZTpAVc4A5k6" Content-Disposition: inline In-Reply-To: <20030704084540.104CA37B401@hub.freebsd.org> User-Agent: Mutt/1.5.4i cc: doc@freebsd.org Subject: Re: [review request] New config.5 manual page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 14:18:03 -0000 --ZoaI/ZTpAVc4A5k6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 04, 2003 at 01:45:40AM -0700, Joseph Koshy wrote: > The attached manual page documents the syntax for the kernel configuration > files as understood by the config(8) program in 5-CURRENT. This syntax h= as=20 > diverged from the syntax understood by the original 4.4BSD config(8) prog= ram, > and it is perhaps time for a new manual page. > .\" Copyright (c) 2003 Joseph Koshy ^ that should be a space > .\" $FreeBSD: src/share/man/man5/quota.user.5,v 1.3 2002/12/12 17:25:57 r= u Exp=20 > $ > .\" Wrong cut-n-paste. > .Dd June 03, 2003 "June 3", no leading zeroes in dates please. > .Sh LEXICAL STRUCTURE >=20 Please make these subsections, like this: =2ESs Lexical Structure > Case is significant, > .Ql machine ".Dq Li" is more appropriate here. I usually use .Ql only for short (one-two character sequences). > and > .Ql MACHINE Ditto. > are different tokens. > .Pp > A double quote character > .Ql \&\*q Please use \(dq to represent the double quote. And no \& is necessary here. > Number are specified using Number_s_ > .Li C Ns No -style =2ETn C Ns -style > .Sh CONFIGURATION DIRECTIVES "Subsection" it please. > .Bl -tag -width "makeoptions" The width should either be exact like ".Cm makeoptions ..." or be a simple "indent". > .\" -------- CPU -------- > .It Cm cpu Ar cputype > Specify the CPU this kernel will run on. The appropriate markup for iternal config(8) directives would be the .Ic macro, not .Cm. > There can be more than one > .Li cpu =2EIc cpu > directives in a configuration file. > The allowed list of cpu names is architecture specific and is CPU (acronyms are all uppercase) > defined in the file > .Pa "sys/conf/options." Ns Ar arch . ^ ^ Excessive quotes. > .\" -------- DEVICE -------- Are these comments really necessary? > .It Cm device Ar name Op count ^ "Ar" is missing > (see > .Xr device.hints 5 Ns ). =2EXr device.hints ) . > .Ar filename. ^ missing space > .Ar filename The =2EAr filename argument please, we want this look like a real sentence. > must conform to ^ "the" is missing > .Xr device.hints 5 > syntax. > .\" -------- MACHINE -------- > .It Cm machine Ar arch > Specifies the architecture of the machine the kernel is being > compiled for. > Legal values for > .Ar arch > include: > .Bl -hang -compact Normal -tag list please. > .It alpha =2EIt Cm alpha would be appropriate. > .It pc98 > The pc96 architecture. ^ oops > .It powerpc > The IBM PowerPC architecture. Was it Apple? ;) > .It sparc64 > The Sparc64 architecture. The Sun Sparc64, to be consistent. "IBM PC" for i386 is also bogus. > .El > .Pp > At least one machine architecture must be specified. Er, "exactly one" must be specified. > .\" -------- MAKEOPTION -------- > .It Cm makeoptions Ar options > Add > .Ar options > to the generated makefile. > .Pp > .Ar options The =2EAr options argument > is a comma separated list of one or more option > specifications. > Each option specification has the form > .D1 Ar MakeVariableName Op =3D Ar Value While speces around `=3D' may actually work, we don't use them. Please add the necessary .Ns'es. > Example: > .Bd -unfilled -offset indent -compact > .Li makeoptions MYOPTION =3D \*qfoobar\*q > .Li makeoptions MYNULLOPTION > .Ed Er, =2EBd -literal -offset indent makeoptions MYOPTION=3D"foobar" makeoptions MYNULLOPTION =2EEd > .\" -------- NOMAKEOPTION -------- > .It Cm nomakeoption Ar name > Removes previously defined > .Xr make 1 > option > .Ar name > from the kernel build. I would add: "Useful with the .include directive." > .\" -------- NOOPTION -------- > .It Cm nooption Ar kerneloptionname > Remove kernel option > .Ar kerneloptionname > from the list of previously defined options. Same here. > .\" -------- OPTIONS -------- > .It Cm options Ar optionspecs > Add compile time kernel options to the kernel build. > .Ar optionspecs I haven't looked beyond that point, please apply the same fixes below, and resubmit your patch. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --ZoaI/ZTpAVc4A5k6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/BYyNUkv4P6juNwoRAptLAJ9qvrjL99yB826j1KsvVrjjmBOjvwCfS3xN /5SsfSzHRxiCAd4Ul8+UAZU= =AnF/ -----END PGP SIGNATURE----- --ZoaI/ZTpAVc4A5k6-- From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 08:16:11 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FD237B401; Fri, 4 Jul 2003 08:16:11 -0700 (PDT) Received: from mta4.adelphia.net (mta4.adelphia.net [64.8.50.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4F84400E; Fri, 4 Jul 2003 08:16:10 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([24.53.179.151]) by mta4.adelphia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20030704151610.RKYV1347.mta4.adelphia.net@potentialtech.com>; Fri, 4 Jul 2003 11:16:10 -0400 Message-ID: <3F059A3A.60309@potentialtech.com> Date: Fri, 04 Jul 2003 11:16:10 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan References: <20030704144055.GA31654@teddy.fas.com> In-Reply-To: <20030704144055.GA31654@teddy.fas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: webmaster@freebsd.org cc: doc@freebsd.org cc: Free BSD Questions list Subject: Re: Is the mailing list search system broken? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 15:16:12 -0000 stan wrote: > I can't seem to get any results, no matter what I search for. > > Is this broken? It certainly appears so ... your email is about the fifth complaining of this in the last 48 hours. A few temporary workarounds are: 1) Go to the mailman home page for the particular list you want to search and use that local search. For example: http://lists.freebsd.org/pipermail/freebsd-questions/ 2) Use the advanced search on a search engine (such as google) I've cc'd the webmaster and doc@ as I have yet to see any response that anyone is looking in to this. It's quite possible that the folks responsible for this have yet to be alerted to the breakage. If fixing the general search page will take some time, I'd be willing to generate a patch to redirect users from that page to individual search pages for the lists. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 08:17:51 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA0037B404 for ; Fri, 4 Jul 2003 08:17:51 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A0B4400E for ; Fri, 4 Jul 2003 08:17:48 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by comcast.net (rwcrmhc11) with ESMTP id <20030704151748013007rov2e>; Fri, 4 Jul 2003 15:17:48 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h64FHkro003005; Fri, 4 Jul 2003 11:17:47 -0400 (EDT) (envelope-from lowell@world.std.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h64FHkWZ003002; Fri, 4 Jul 2003 11:17:46 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f Sender: lowell@be-well.no-ip.com To: rdm@cfcl.com (Rich Morin), freebsd-doc@freebsd.org References: From: Lowell Gilbert Date: 04 Jul 2003 11:17:46 -0400 In-Reply-To: Message-ID: <44of0a5nj9.fsf@be-well.ilk.org> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: format of /etc/crontab? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 15:17:52 -0000 rdm@cfcl.com (Rich Morin) writes: > The cron(8) man page (on my FreeBSD 4.7 system) says: > > Cron searches /var/cron/tabs for crontab files which are named after > accounts in /etc/passwd; crontabs found are loaded into memory. Cron > also searches for /etc/crontab which is in a different format (see > crontab(5)). > > The crontab(5) man page, however, says nothing about any differences in > the file formats. Instead, it appears to describe only the format that > is used in /var/cron/tabs/* files. > > I would like to know precisely how the format of /etc/crontab differs, > but I can't find any man page that addresses this. Help? It does, actually: The format of a cron command is very much the V7 standard, with a number of upward-compatible extensions. Each line has five time and date fields, followed by a user name (with optional ``:'' and ``/'' suffixes) if this is the system crontab file, followed by a command. In other words, the difference is whether there is a user name specified just before the command to be executed From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 08:45:06 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CAC37B401; Fri, 4 Jul 2003 08:45:06 -0700 (PDT) Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB8943FE0; Fri, 4 Jul 2003 08:45:05 -0700 (PDT) (envelope-from jwd@bsdwins.com) Received: from bsdone.bsdwins.com (localhost [127.0.0.1]) by bsdone.bsdwins.com (8.12.9/8.12.9) with ESMTP id h64FaMf1094229; Fri, 4 Jul 2003 11:36:22 -0400 (EDT) (envelope-from jwd@www.bsdwins.com) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.12.9/8.12.9/Submit) id h64FaM0F094228; Fri, 4 Jul 2003 11:36:22 -0400 (EDT) Date: Fri, 4 Jul 2003 11:36:22 -0400 From: John To: Joseph Koshy Message-ID: <20030704153622.GA93986@BSDWins.Com> References: <20030704084540.104CA37B401@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030704084540.104CA37B401@hub.freebsd.org> User-Agent: Mutt/1.4.1i cc: freebsd-doc@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: [review request] New config.5 manual page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 15:45:07 -0000 Dealing with maxusers can be a bit confusing depending upon the approach taken. You may want to add a bit of additional information: maxusers number This optional directive is used to configure the size of some kernel data structures. number should be an integer between 2 and 512, or can be 0. From FreeBSD 4.5 onwards, the kernel will automatically size its tables according to the available physical memory if maxusers is not specified or is specified to be 0. As explained in tuning(7), this tunable can also be set on a running kernel using sysctl(8). When maxusers is not specified and thus automatically sized, the default maximum is 384. To increase maxusers beyond 384 requires either a config entry or boot time override. As noted above, the config entry for maxusers is limited to 512. If a maxusers of 1024 is desired, an entry in /boot/loader.conf is required. If the maxusers can be specified in multiple locations, the limits placed on the value should be similar/identical. Any differences in the way the value is treated should be well documented (or fixed). As we move into larger memory systems our current limitations need to be either removed or increased. Hope this helps. -John From owner-freebsd-doc@FreeBSD.ORG Fri Jul 4 14:30:12 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF7137B412 for ; Fri, 4 Jul 2003 14:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8557744015 for ; Fri, 4 Jul 2003 14:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h64LU9Up099917 for ; Fri, 4 Jul 2003 14:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h64LU9ka099916; Fri, 4 Jul 2003 14:30:09 -0700 (PDT) Resent-Date: Fri, 4 Jul 2003 14:30:09 -0700 (PDT) Resent-Message-Id: <200307042130.h64LU9ka099916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukas Ertl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A3537B401 for ; Fri, 4 Jul 2003 14:20:14 -0700 (PDT) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD0243FDF for ; Fri, 4 Jul 2003 14:20:13 -0700 (PDT) (envelope-from le@univie.ac.at) Received: from korben.in.tern (adslle.cc.univie.ac.at [131.130.102.11]) by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h64LJxdS117060 for ; Fri, 4 Jul 2003 23:20:03 +0200 Received: from korben.in.tern (korben.in.tern [127.0.0.1]) by korben.in.tern (8.12.9/8.12.9) with ESMTP id h64LJvRR004986 for ; Fri, 4 Jul 2003 23:19:57 +0200 (CEST) (envelope-from le@korben.in.tern) Received: (from le@localhost) by korben.in.tern (8.12.9/8.12.9/Submit) id h64LJv9Z004985; Fri, 4 Jul 2003 23:19:57 +0200 (CEST) (envelope-from le) Message-Id: <200307042119.h64LJv9Z004985@korben.in.tern> Date: Fri, 4 Jul 2003 23:19:57 +0200 (CEST) From: Lukas Ertl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/54114: [PATCH] add cross references and clarifications to various WLAN manpages X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lukas Ertl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 21:30:12 -0000 >Number: 54114 >Category: docs >Synopsis: [PATCH] add cross references and clarifications to various WLAN manpages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 14:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lukas Ertl >Release: FreeBSD 5.1-CURRENT i386 >Organization: Vienna University Computer Center >Environment: System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #20: Fri Jul 4 18:38:33 CEST 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386 >Description: >How-To-Repeat: >Fix: --- wireless.diff begins here --- Index: share/man/man4/an.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/an.4,v retrieving revision 1.17 diff -u -r1.17 an.4 --- share/man/man4/an.4 24 Feb 2003 02:20:20 -0000 1.17 +++ share/man/man4/an.4 4 Jul 2003 21:09:19 -0000 @@ -104,6 +104,7 @@ .Xr arp 4 , .Xr miibus 4 , .Xr netintro 4 , +.Xr wlan 4 , .Xr ancontrol 8 , .Xr ifconfig 8 .Sh HISTORY Index: share/man/man4/ath.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/ath.4,v retrieving revision 1.3 diff -u -r1.3 ath.4 --- share/man/man4/ath.4 28 Jun 2003 17:59:37 -0000 1.3 +++ share/man/man4/ath.4 4 Jul 2003 21:05:32 -0000 @@ -39,6 +39,8 @@ .Nd "Atheros IEEE 802.11 driver" .Sh SYNOPSIS .Cd "device ath" +.Cd "device ath_hal" +.Cd "device wlan" .Sh DESCRIPTION The .Nm Index: share/man/man4/ath_hal.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/ath_hal.4,v retrieving revision 1.1 diff -u -r1.1 ath_hal.4 --- share/man/man4/ath_hal.4 23 Jun 2003 20:53:44 -0000 1.1 +++ share/man/man4/ath_hal.4 4 Jul 2003 21:13:40 -0000 @@ -42,9 +42,9 @@ .Sh DESCRIPTION The .Nm -modules provides hardware support for wireless network adapters based on +module provides hardware support for wireless network adapters based on the Atheros AR5210, AR5211, and AR5212 chips. -This modules is required by the +This module is required by the .Xr ath 4 driver. .Pp @@ -67,7 +67,7 @@ Netgear WAG511 AR5212 Cardbus .El .Sh SEE ALSO -.Xr ath 4 , +.Xr ath 4 .Re .Sh HISTORY The Index: share/man/man4/wi.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/wi.4,v retrieving revision 1.45 diff -u -r1.45 wi.4 --- share/man/man4/wi.4 20 Jun 2003 04:27:55 -0000 1.45 +++ share/man/man4/wi.4 4 Jul 2003 21:10:56 -0000 @@ -39,6 +39,7 @@ .Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver" .Sh SYNOPSIS .Cd "device wi" +.Cd "device wlan" .Sh DESCRIPTION The .Nm @@ -312,11 +313,13 @@ .Sh SEE ALSO .Xr an 4 , .Xr arp 4 , +.Xr ath 4 , .Xr card 4 , .Xr netintro 4 , .Xr pccard 4 , .Xr pccbb 4 , .Xr pcic 4 , +.Xr wlan 4 , .Xr ifconfig 8 , .Xr wicontrol 8 .Rs Index: share/man/man4/wlan.4 =================================================================== RCS file: /usr/local/bsdcvs/src/share/man/man4/wlan.4,v retrieving revision 1.1 diff -u -r1.1 wlan.4 --- share/man/man4/wlan.4 5 Apr 2003 19:25:44 -0000 1.1 +++ share/man/man4/wlan.4 4 Jul 2003 21:15:41 -0000 @@ -39,9 +39,10 @@ device provides generic code to support 802.11 drivers, including host AP mode. Currently it is required for the -.Xr wi 4 -and +.Xr wi 4 , .Xr an 4 +and +.Xr ath 4 drivers but will eventually be required by all 802.11 drivers. .Sh COMPATIBILITY The module name of @@ -50,6 +51,7 @@ .Nx . .Sh SEE ALSO .Xr an 4 , +.Xr ath 4 , .Xr awi 4 , .Xr netintro 4 , .Xr wi 4 --- wireless.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 00:20:46 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3272137B401 for ; Sat, 5 Jul 2003 00:20:46 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7387843FEA for ; Sat, 5 Jul 2003 00:20:45 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.d.allbsd.org (p57167-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.139.167]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 1D3B04316 for ; Sat, 5 Jul 2003 16:20:44 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h657KESI081669 for ; Sat, 5 Jul 2003 16:20:15 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Sat, 05 Jul 2003 16:13:16 +0900 (JST) Message-Id: <20030705.161316.115933587.hrs@eos.ocn.ne.jp> To: doc@freebsd.org From: Hiroki Sato X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: split up articles/contributors/articles.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 07:20:46 -0000 Hi, I would like to commit a patch (), which splits up articles/contributors/articles.sgml into several files. Although most of the contributors' lists are language-neutral, the translation teams have to merge changes of the original lists now. This change allows them to include the split files for the localized article.sgml and so should reduce their work. Comments? -- | Hiroki SATO / From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 04:09:17 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5393A37B401 for ; Sat, 5 Jul 2003 04:09:17 -0700 (PDT) Received: from sc8-sf-list2.sourceforge.net (lists.sourceforge.net [66.35.250.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B548444031 for ; Sat, 5 Jul 2003 04:09:15 -0700 (PDT) (envelope-from cvsgrab-users-admin@lists.sourceforge.net) Received: from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] helo=sc8-sf-list1.sourceforge.net)(Debian)) id 19YkvF-0001VP-00 for ; Sat, 05 Jul 2003 04:09:41 -0700 Date: Sat, 05 Jul 2003 04:09:15 -0700 From: cvsgrab-users-admin@lists.sourceforge.net To: doc@freebsd.org X-Ack: no Sender: cvsgrab-users-admin@lists.sourceforge.net Errors-To: cvsgrab-users-admin@lists.sourceforge.net X-BeenThere: cvsgrab-users@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Message-Id: Subject: Your message to cvsgrab-users awaits moderator approval X-BeenThere: freebsd-doc@freebsd.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 11:09:17 -0000 Your mail to 'cvsgrab-users' with the subject Re: Application Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 08:40:23 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F16F37B401 for ; Sat, 5 Jul 2003 08:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901B94402B for ; Sat, 5 Jul 2003 08:40:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h65FeJUp002024 for ; Sat, 5 Jul 2003 08:40:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h65FeJVK002023; Sat, 5 Jul 2003 08:40:19 -0700 (PDT) Resent-Date: Sat, 5 Jul 2003 08:40:19 -0700 (PDT) Resent-Message-Id: <200307051540.h65FeJVK002023@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDDD37B401; Sat, 5 Jul 2003 08:37:04 -0700 (PDT) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1905B44005; Sat, 5 Jul 2003 08:37:04 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (host181-49.pool8288.interbusiness.it [82.88.49.181]) by relay.gufi.org (Postfix) with ESMTP id 3B59520F37; Sat, 5 Jul 2003 17:37:03 +0200 (CEST) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h65Fb3k7069615; Sat, 5 Jul 2003 17:37:03 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h65Fb2On069614; Sat, 5 Jul 2003 17:37:02 +0200 (CEST) Message-Id: <200307051537.h65Fb2On069614@vaio.alexdupre.com> Date: Sat, 5 Jul 2003 17:37:02 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: trhodes@FreeBSD.org Subject: docs/54127: [Maintainer Update] Italian Documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 15:40:23 -0000 >Number: 54127 >Category: docs >Synopsis: [Maintainer Update] Italian Documentation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 05 08:40:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update the Italian doc tree. >How-To-Repeat: >Fix: Get the diff at http://www.gufi.org/~alex/doc.diff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 20:28:57 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C0037B401 for ; Sat, 5 Jul 2003 20:28:57 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8AA43FE5 for ; Sat, 5 Jul 2003 20:28:56 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030706032855.WQAP20810.pop015.verizon.net@mac.com> for ; Sat, 5 Jul 2003 22:28:55 -0500 Message-ID: <3F079775.4000907@mac.com> Date: Sat, 05 Jul 2003 23:28:53 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [141.149.47.46] at Sat, 5 Jul 2003 22:28:55 -0500 Subject: Docbook dependencies confused... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 03:28:57 -0000 Hi, all-- About a month ago, I made a fairly serious effort to understand Docbook, and I got to the point where I could mostly run through the FDP, albeit generating vast numbers of warnings whenever I ran jade, sgmlnorm, or whatever. I discovered that doing a "make reinstall" of each of the dependencies, such as textproc/html or textproc/iso8879 had benefical effects. I managed to replicate the process of having the dependencies for docbook become confused by doing the somewhat drastic "pkg_delete -a ; cd /usr/ports/textproc/docbook ; make install". Things like jade, libxml2, docbook-xml-4.2_1 weren't reinstalled, nor was peps, ghostscript, etc. [ Hmm. I'm going to stop here and write a second message. ] -- -Chuck From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 20:34:45 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AED37B401 for ; Sat, 5 Jul 2003 20:34:45 -0700 (PDT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19D443FCB for ; Sat, 5 Jul 2003 20:34:44 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out003.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030706033444.XRUQ4805.out003.verizon.net@mac.com> for ; Sat, 5 Jul 2003 22:34:44 -0500 Message-ID: <3F0798D2.4060504@mac.com> Date: Sat, 05 Jul 2003 23:34:42 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.149.47.46] at Sat, 5 Jul 2003 22:34:44 -0500 Subject: ...but useful results, nonetheless: an article about NFS X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 03:34:46 -0000 A few years ago, I wrote up a two-part document about NFS, the automounter, and so forth. It covers material related to the "handbook/network-nfs.html" section of the handbook, albeit with a different focus. http://www.pkix.net/~chuck/NFS/article.html [ See http://www.pkix.net/~chuck/NFS/ for the text and sgml sources. ] Does anyone know why I get ~250 lines resembling the following: /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: DTDDECL catalog entries are not supported /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/catalog:28:0:W: DTDDECL catalog entries are not supported ...? The area around line 28 of /usr/local/share/sgml/docbook/dsssl/modular/catalog is: PUBLIC "-//Norman Walsh//DTD DocBook HTML 1.0//EN" dtds/html/dbhtml.dtd DTDDECL "-//Norman Walsh//DTD DocBook HTML 1.0//EN" dtds/html/dbhtml.dcl PUBLIC "-//Norman Walsh//DTD Image Library 1.0//EN" dtds/imagelib/imagelib.dtd [ Can I remove the middle section and receive less warnings? Or is my version of jade or whatever else out-of-date due to some local dependency issue? ] Thanks, -- -Chuck From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 23:47:23 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF04637B401 for ; Sat, 5 Jul 2003 23:47:23 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id E506043F75 for ; Sat, 5 Jul 2003 23:47:22 -0700 (PDT) (envelope-from gregoryswain@earthlink.net) Received: from c68.113.192.161.ts46v-11.otn-e1.ftwrth.tx.charter.com ([68.113.192.161] helo=earthlink.net) by heron.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 19Z3Iu-0001Sm-00 for doc@FreeBSD.org; Sat, 05 Jul 2003 23:47:20 -0700 Date: Sun, 6 Jul 2003 01:47:11 -0500 Mime-Version: 1.0 (Apple Message framework v552) From: Gregory Swain To: doc@FreeBSD.org Message-Id: X-Mailer: Apple Mail (2.552) X-ELNK-Trace: b6ae57b20a702fd1e82dd75c5737f93b4d2b10475b5711204618656d0471b8877a9a12c58616f2191ee4b264fab01f9d350badd9bab72f9c350badd9bab72f9c Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: FreeBSD Trademark X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 06:47:24 -0000 I am writing a book on troubleshooting Mac OS X and want to properly attributed the FreeBSD trademark. I note on the following page: http://www.freebsd.org/copyright/trademarks.html It states: "FreeBSD is a registered trademark of Wind River Systems, Inc. This is expected to change soon." How soon? Very soon, i.e. within days or weeks? Please let me know ASAP as I am trying to finish the book. Be seeing you... G. E. Swain From owner-freebsd-doc@FreeBSD.ORG Sat Jul 5 23:56:02 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B95337B40D for ; Sat, 5 Jul 2003 23:56:02 -0700 (PDT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 3E8DE43F3F for ; Sat, 5 Jul 2003 23:56:01 -0700 (PDT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 5655 invoked from network); 6 Jul 2003 15:55:59 +0900 Received: from unknown (HELO localhost) (61.213.0.21) by mx.bl.mmtr.or.jp with SMTP; 6 Jul 2003 15:55:59 +0900 Date: Sun, 06 Jul 2003 15:55:48 +0900 (JST) Message-Id: <20030706.155548.15269418.rushani@bl.mmtr.or.jp> To: hrs@eos.ocn.ne.jp From: Hideyuki KURASHINA In-Reply-To: <20030705.161316.115933587.hrs@eos.ocn.ne.jp> References: <20030705.161316.115933587.hrs@eos.ocn.ne.jp> X-PGP-Public-Key: http://www.bl.mmtr.or.jp/~rushani/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 4.0.54 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: doc@freebsd.org Subject: Re: split up articles/contributors/articles.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 06:56:02 -0000 >>> On Sat, 05 Jul 2003 16:13:16 +0900 (JST), Hiroki Sato said: > Hi, > > I would like to commit a patch ( http://people.freebsd.org/~hrs/contributors.diff.gz >), > which splits up articles/contributors/articles.sgml into several files. > Although most of the contributors' lists are language-neutral, > the translation teams have to merge changes of the original lists now. > This change allows them to include the split files for the localized > article.sgml and so should reduce their work. > > Comments? I agree your idea. :) -- rushani