From owner-freebsd-doc@FreeBSD.ORG Sun Mar 6 03:00:34 2005 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 C4C6916A4E2 for ; Sun, 6 Mar 2005 03:00:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5827543D1F for ; Sun, 6 Mar 2005 03:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j2630YDg075754 for ; Sun, 6 Mar 2005 03:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j2630Ytk075753; Sun, 6 Mar 2005 03:00:34 GMT (envelope-from gnats) Resent-Date: Sun, 6 Mar 2005 03:00:34 GMT Resent-Message-Id: <200503060300.j2630Ytk075753@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, =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE4C16A4CE for ; Sun, 6 Mar 2005 02:50:55 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B2F43D3F for ; Sun, 6 Mar 2005 02:50:55 +0000 (GMT) (envelope-from mbsd@pacbell.net) Received: from antec.home (adsl-64-168-24-254.dsl.snfc21.pacbell.net [64.168.24.254])j262kkEN029846 for ; Sat, 5 Mar 2005 21:46:47 -0500 Message-Id: <20050305185017.C693@antec.home> Date: Sat, 5 Mar 2005 18:50:54 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/78479: SO_NOSIGPIPE socket option undocumented 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 Mar 2005 03:00:34 -0000 >Number: 78479 >Category: docs >Synopsis: SO_NOSIGPIPE socket option undocumented >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: Sun Mar 06 03:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mikko Tyolajarvi >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD sotec.home 6.0-CURRENT FreeBSD 6.0-CURRENT #28: Sat Mar 5 16:58:15 PST 2005 mikko@sotec.home:/usr/obj/usr/src/sys/SOTEC i386 >Description: The SO_NOSIGPIPE socket option that can be used to disable SIGPIPE generation on a per-socket basis is not mentioned in getsockopt(2). >How-To-Repeat: man getsockopt >Fix: Somehting like this: Index: getsockopt.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/getsockopt.2,v retrieving revision 1.32 diff -b -u -r1.32 getsockopt.2 --- getsockopt.2 20 Jan 2005 09:17:05 -0000 1.32 +++ getsockopt.2 6 Mar 2005 02:05:26 -0000 @@ -163,6 +163,7 @@ .It Dv SO_SNDTIMEO Ta "set timeout value for output" .It Dv SO_RCVTIMEO Ta "set timeout value for input" .It Dv SO_ACCEPTFILTER Ta "set accept filter on listening socket" +.It Dv SO_NOSIGPIPE Ta "disable generation of SIGPIPE for the socket" .It Dv SO_TYPE Ta "get the type of the socket (get only)" .It Dv SO_ERROR Ta "get and clear error on the socket (get only)" .El @@ -355,6 +356,13 @@ Passing in an .Fa optval of NULL will remove the filter. +.Pp +The +.Dv SO_NOSIGPIPE +option disables the SIGPIPE signal normally sent when writing to a +connected socket where the other end has been closed returns with +the error +.Er EPIPE . .Pp Finally, .Dv SO_TYPE >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Mar 6 04:00:37 2005 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 264EC16A4D0 for ; Sun, 6 Mar 2005 04:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19A643D2F for ; Sun, 6 Mar 2005 04:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j2640ak9084074 for ; Sun, 6 Mar 2005 04:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j2640aS6084064; Sun, 6 Mar 2005 04:00:36 GMT (envelope-from gnats) Resent-Date: Sun, 6 Mar 2005 04:00:36 GMT Resent-Message-Id: <200503060400.j2640aS6084064@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, =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332AD16A4D0 for ; Sun, 6 Mar 2005 04:00:03 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C5743D2F for ; Sun, 6 Mar 2005 04:00:01 +0000 (GMT) (envelope-from mbsd@pacbell.net) Received: from antec.home (adsl-64-168-24-254.dsl.snfc21.pacbell.net [64.168.24.254])j263xdRt010021 for ; Sat, 5 Mar 2005 22:59:39 -0500 Message-Id: <20050305195819.A693@antec.home> Date: Sat, 5 Mar 2005 20:00:00 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/78480: Networked printer setup unnecessarily complex in handbook 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 Mar 2005 04:00:37 -0000 >Number: 78480 >Category: docs >Synopsis: Networked printer setup unnecessarily complex in handbook >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: Sun Mar 06 04:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mikko Tyolajarvi >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD sotec.home 6.0-CURRENT FreeBSD 6.0-CURRENT #28: Sat Mar 5 16:58:15 PST 2005 mikko@sotec.home:/usr/obj/usr/src/sys/SOTEC i386 >Description: Handbook section 9.4.3.2 "Printers with Networked Data Stream Interfaces" describes how to send data to a printer that listens to a TCP/IP port by using a filter script. A much simpler way is to specify :lp=@: in /etc/printcap, which will Just Work(tm), although the handbook claims there is no way to do this :-) The only gotcha is that the port has to be specified numerically; a service name (e.g. "jetdirect") will not work. This functionality has been around for at least five years, and is even mentioned in printcap(5). >How-To-Repeat: Read handbook. Read printcap(5). Note discrepancy. >Fix: Replace or augment the section with some text explaining that lp=port@host is sufficient in most cases, and that printers with a "JetDirect" interface tend to listen to port 9100. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Mar 6 06:32:03 2005 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 1913E16A4CE for ; Sun, 6 Mar 2005 06:32:03 +0000 (GMT) Received: from priv-edtnes28.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EA443D1F for ; Sun, 6 Mar 2005 06:32:02 +0000 (GMT) (envelope-from wgm@telus.net) Received: from telus.net ([209.53.103.5]) by priv-edtnes28.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050306063201.YUPO18749.priv-edtnes28.telusplanet.net@telus.net> for ; Sat, 5 Mar 2005 23:32:01 -0700 Message-ID: <422AA2C7.8070709@telus.net> Date: Sat, 05 Mar 2005 22:27:19 -0800 From: Bill User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Pentium Pro -- Yes and No ?? 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 Mar 2005 06:32:03 -0000 Hi, Trivial point. Do you support the Pentium Pro Architecture in SMP? Pages on the website are confusing. http://www.freebsd.org/platforms/i386.html --->> Hardware List omits this CPU. It's i386/i686 but....? http://www.freebsd.org/releases/5.3R/hardware-i386.html -->> paragraph 2 lists it. Trivial but vague. My guess would be yes, but I doubt there's any reason for contradiction. hth, bill From owner-freebsd-doc@FreeBSD.ORG Sun Mar 6 07:24:08 2005 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 F1F5816A4CE for ; Sun, 6 Mar 2005 07:24:08 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7358543D39 for ; Sun, 6 Mar 2005 07:24:08 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 419CB12020; Sun, 6 Mar 2005 08:00:22 +0100 (CET) Date: Sun, 6 Mar 2005 08:00:22 +0100 From: "Simon L. Nielsen" To: Bill Message-ID: <20050306070021.GA792@zaphod.nitro.dk> References: <422AA2C7.8070709@telus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <422AA2C7.8070709@telus.net> User-Agent: Mutt/1.5.6i cc: freebsd-doc@FreeBSD.org Subject: Re: Pentium Pro -- Yes and No ?? 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 Mar 2005 07:24:09 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.03.05 22:27:19 -0800, Bill wrote: > Trivial point. Do you support the Pentium Pro Architecture in SMP? If the appropriate support exist on the motherboard (an APIC) I think it should work, but since some older systems did not really comply with the specifications it could be it won't work on your particular system. Really the best way to find out is to try :-). > Pages on the website are confusing. >=20 > http://www.freebsd.org/platforms/i386.html --->> Hardware List > omits this CPU. It's i386/i686 but....? >=20 > http://www.freebsd.org/releases/5.3R/hardware-i386.html -->> paragraph 2 > lists it. >=20 > Trivial but vague. My guess would be yes, but I doubt there's any reason= =20 > for contradiction. No, I will look at fixing it. Thanks for letting us know about it. --=20 Simon L. Nielsen --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCKqqFh9pcDSc1mlERAgSqAKCDNEKgCLRUzKrJ42mzqf28chqq9ACgi/6D +4+Fk3GnlL2CZLNqLSNQHEc= =Jqsg -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-doc@FreeBSD.ORG Sun Mar 6 12:10:03 2005 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 0EE4416A4CE for ; Sun, 6 Mar 2005 12:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA79443D55 for ; Sun, 6 Mar 2005 12:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j26CA2fC021185 for ; Sun, 6 Mar 2005 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j26CA2p1021184; Sun, 6 Mar 2005 12:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 6 Mar 2005 12:10:02 GMT Resent-Message-Id: <200503061210.j26CA2p1021184@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, Joel Dahl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E4AB16A4CE for ; Sun, 6 Mar 2005 12:00:39 +0000 (GMT) Received: from av10-2-sn2.hy.skanova.net (av10-2-sn2.hy.skanova.net [81.228.8.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CBB743D53 for ; Sun, 6 Mar 2005 12:00:38 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 04AAB38F2A; Sun, 6 Mar 2005 13:00:37 +0100 (CET) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id EACE938E9F for ; Sun, 6 Mar 2005 13:00:36 +0100 (CET) Received: from dude.automatvapen.se (t12o955p26.telia.com [213.66.34.146]) by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id 702A537E42 for ; Sun, 6 Mar 2005 13:00:35 +0100 (CET) Received: by dude.automatvapen.se (sSMTP sendmail emulation); Sun, 6 Mar 2005 13:00:47 +0100 Message-Id: <20050306120035.702A537E42@smtp4-2-sn2.hy.skanova.net> Date: Sun, 6 Mar 2005 13:00:47 +0100 From: "Joel Dahl" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/78486: [patch] Handbook: Update kernel configuration section (8.4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 12:10:03 -0000 >Number: 78486 >Category: docs >Synopsis: [patch] Handbook: Update kernel configuration section (8.4) >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 Mar 06 12:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joel Dahl >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dude.automatvapen.se 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sat Mar 5 10:23:17 CET 2005 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/GENERIC i386 >Description: The kernel configuration should reflect 5.4, check the attached patch. Two small notes: 1. I'm not sure what to do with "maxusers n". It's not part of GENERIC in 5.4. 2. I really hate the current structure of section 8.4. It's confusing, since it mentions mandatory options first, followed by "optional" things. I would like to restructure it and sort all options in proper order, as they appear in GENERIC. A new user should be able to compare his version of GENERIC, line by line, with the examples in the kernel configuration chapter, without jumping up and down in the text. >How-To-Repeat: >Fix: --- kernconf.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v retrieving revision 1.154 diff -u -r1.154 chapter.sgml --- chapter.sgml 13 Feb 2005 10:24:08 -0000 1.154 +++ chapter.sgml 6 Mar 2005 11:25:17 -0000 @@ -724,6 +724,18 @@ This is the basic hard drive file system. Leave it in if you boot from the hard disk. + options SOFTUPDATES # Enable FFS Soft Updates support + + This option enables Soft Updates in the kernel, this will + help speed up write access on the disks. Even when this + functionality is provided by the kernel, it must be turned on + for specific disks. Review the output from &man.mount.8; to see + if Soft Updates is enabled for your system disks. If you do not + see the soft-updates option then you will + need to activate it using the &man.tunefs.8; (for existing + file systems) or &man.newfs.8; (for new file systems) + commands. + options UFS_ACL # Support for access control lists This option, present only in &os; 5.X, enables kernel support @@ -744,18 +756,6 @@ using &os; on a smaller system where memory is at a premium and disk access speed is less important, such as a firewall. - options SOFTUPDATES # Enable FFS Soft Updates support - - This option enables Soft Updates in the kernel, this will - help speed up write access on the disks. Even when this - functionality is provided by the kernel, it must be turned on - for specific disks. Review the output from &man.mount.8; to see - if Soft Updates is enabled for your system disks. If you do not - see the soft-updates option then you will - need to activate it using the &man.tunefs.8; (for existing - file systems) or &man.newfs.8; (for new file systems) - commands. - options MD_ROOT # MD is a potential root device This option enables support for a memory backed virtual disk @@ -1229,12 +1229,12 @@ including a generic one for PHYs that are not specifically handled by an individual driver. - device dc # DEC/Intel 21143 and various workalikes -device miibus # MII bus support -device bfe # Broadcom BCM440x 10/100 Ethernet + device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) +device lge # Level 1 LXT1001 gigabit ethernet +device nge # NatSemi DP83820 gigabit ethernet device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 @@ -1245,6 +1245,7 @@ device ti # Alteon Networks Tigon I/II gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 EPIC) +device vge # VIA VT612x gigabit ethernet device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (Boomerang, Cyclone) --- kernconf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 03:50:02 2005 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 E7C0D16A4CF for ; Mon, 7 Mar 2005 03:50:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AD543D2F for ; Mon, 7 Mar 2005 03:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j273o2qY048080 for ; Mon, 7 Mar 2005 03:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j273o2P6048079; Mon, 7 Mar 2005 03:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Mar 2005 03:50:02 GMT Resent-Message-Id: <200503070350.j273o2P6048079@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, stheg olloydson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8807616A4CE for ; Mon, 7 Mar 2005 03:44:27 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5825C43D1F for ; Mon, 7 Mar 2005 03:44:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j273iRfb075159 for ; Mon, 7 Mar 2005 03:44:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j273iRBA075156; Mon, 7 Mar 2005 03:44:27 GMT (envelope-from nobody) Message-Id: <200503070344.j273iRBA075156@www.freebsd.org> Date: Mon, 7 Mar 2005 03:44:27 GMT From: stheg olloydson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/78520: error in man(5) lpd.conf, lpd.perms pages, and man(8) checkpc 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, 07 Mar 2005 03:50:03 -0000 >Number: 78520 >Category: docs >Synopsis: error in man(5) lpd.conf, lpd.perms pages, and man(8) checkpc >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: Mon Mar 07 03:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: stheg olloydson >Release: 5.3-RELEASE-p5 >Organization: N/A >Environment: >Description: Under FILES, the man pages say the default location of lpd.conf and lpd.perms is /usr/local/etc/. It is actually /etc/lpd/. >How-To-Repeat: read "man 5 lpd.conf", "man 5 lpd.perms", and "man 8 checkpc" pages. >Fix: Change /usr/local/etc/ to /usr/lpd/ in the appropriate places. (Sorry, no docbook here, or I would have included a patch.) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 07:31:57 2005 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 C4E6316A4CF for ; Mon, 7 Mar 2005 07:31:57 +0000 (GMT) Received: from mailhost.tao.org.uk (transwarp.tao.org.uk [212.135.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9737F43D1F for ; Mon, 7 Mar 2005 07:31:56 +0000 (GMT) (envelope-from joe@tao.org.uk) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mailhost.tao.org.uk (Postfix) with ESMTP id 38823757F for ; Mon, 7 Mar 2005 07:31:54 +0000 (GMT) Received: by genius.tao.org.uk (Postfix, from userid 100) id 86D5C40BA; Mon, 7 Mar 2005 07:31:49 +0000 (GMT) Date: Mon, 7 Mar 2005 07:31:49 +0000 From: Josef Karthauser To: doc@FreeBSD.org Message-ID: <20050307073149.GA14389@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline User-Agent: Mutt/1.5.8i Subject: Docbook and table of contents page (in html). 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, 07 Mar 2005 07:31:57 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear doc folk, I used the FreeBSD doc project framework a few year ago to write a book with great success. More recently I tried to use this framework to write another document, but for some reason the table of contents page in the HTML version isn't being rendered (although it is in the .pdf output). Have there been some changes that I'm not aware of in this area? Joe --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkIsA2QACgkQXVIcjOaxUBaH/ACfU/+Jy3+FphPW9DpaBvvGiRxY VSUAoJ/a7wMX524SnqeVsNMLvadMJNOZ =h58N -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 07:34:42 2005 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 C392F16A4CE for ; Mon, 7 Mar 2005 07:34:42 +0000 (GMT) Received: from mailhost.tao.org.uk (transwarp.tao.org.uk [212.135.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4F343D39 for ; Mon, 7 Mar 2005 07:34:42 +0000 (GMT) (envelope-from joe@tao.org.uk) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mailhost.tao.org.uk (Postfix) with ESMTP id 997867509 for ; Mon, 7 Mar 2005 07:34:41 +0000 (GMT) Received: by genius.tao.org.uk (Postfix, from userid 100) id F036A40B7; Mon, 7 Mar 2005 07:34:36 +0000 (GMT) Date: Mon, 7 Mar 2005 07:34:36 +0000 From: Josef Karthauser To: doc@FreeBSD.org Message-ID: <20050307073436.GB14389@genius.tao.org.uk> References: <20050307073149.GA14389@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <20050307073149.GA14389@genius.tao.org.uk> User-Agent: Mutt/1.5.8i Subject: Re: Docbook and table of contents page (in html). 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, 07 Mar 2005 07:34:42 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 07, 2005 at 07:31:49AM +0000, Josef Karthauser wrote: > Dear doc folk, >=20 > I used the FreeBSD doc project framework a few year ago to write a book > with great success. More recently I tried to use this framework to > write another document, but for some reason the table of contents page > in the HTML version isn't being rendered (although it is in the .pdf > output). Have there been some changes that I'm not aware of in this > area? >=20 Oh, yes, btw I'm using this in my makefile: DOC?=3D book SRCS?=3D *sgml *ent FORMATS?=3D html html-split pdf EXTRA_CATALOGS+=3D${COMMON_DIR}/catalog DSLHTML=3D${COMMON_DIR}/ostberger.dsl DSLPRINT=3D${COMMON_DIR}/ostberger.dsl TEX_POSTPROCESS=3D${COMMON_DIR}/dbtexmath/unescape_math.pl OPENJADE=3Dyes SGMLFLAGS+=3D -D ${.CURDIR} NICE_HEADERS=3Dyes SRCS+=3D..... DOC_PREFIX=3D/usr/doc .include "${DOC_PREFIX}/share/mk/doc.project.mk" Joe --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkIsBAwACgkQXVIcjOaxUBZQ8gCgmjaTI1dsbmHpnDW7ZVfhrbnf BVkAoKBXxwZGA1hJ0WZARyTgNQ3I9f8Q =LvIp -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 09:08:37 2005 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 0030316A4CE; Mon, 7 Mar 2005 09:08:36 +0000 (GMT) Received: from mailhost.tao.org.uk (transwarp.tao.org.uk [212.135.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC9143D55; Mon, 7 Mar 2005 09:08:35 +0000 (GMT) (envelope-from joe@tao.org.uk) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mailhost.tao.org.uk (Postfix) with ESMTP id F3AE37594; Mon, 7 Mar 2005 09:08:30 +0000 (GMT) Received: by genius.tao.org.uk (Postfix, from userid 100) id 418C140B7; Mon, 7 Mar 2005 09:08:26 +0000 (GMT) Date: Mon, 7 Mar 2005 09:08:26 +0000 From: Josef Karthauser To: Josef Karthauser Message-ID: <20050307090826.GA18621@genius.tao.org.uk> References: <20050307073149.GA14389@genius.tao.org.uk> <20050307073436.GB14389@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <20050307073436.GB14389@genius.tao.org.uk> User-Agent: Mutt/1.5.8i cc: doc@FreeBSD.org Subject: Re: Docbook and table of contents page (in html). 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, 07 Mar 2005 09:08:37 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 07, 2005 at 07:34:36AM +0000, Josef Karthauser wrote: > On Mon, Mar 07, 2005 at 07:31:49AM +0000, Josef Karthauser wrote: > > Dear doc folk, > >=20 > > I used the FreeBSD doc project framework a few year ago to write a book > > with great success. More recently I tried to use this framework to > > write another document, but for some reason the table of contents page > > in the HTML version isn't being rendered (although it is in the .pdf > > output). Have there been some changes that I'm not aware of in this > > area? > >=20 >=20 > Oh, yes, btw I'm using this in my makefile: >=20 > DOC?=3D book > SRCS?=3D *sgml *ent > FORMATS?=3D html html-split pdf > > etc... To further clarify, I am getting table of contents added to the subpages in the split-html version, so what I am missing is the master table of contents in the main 'index.html'. Joe --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkIsGgkACgkQXVIcjOaxUBY/rwCfdxKIO5RHU3sBJ7Annj753zj9 fE0AoIzqhXkwzTg8eNtQoosYvThQ5vru =LS/o -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 10:29:29 2005 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 A799D16A4CE; Mon, 7 Mar 2005 10:29:29 +0000 (GMT) Received: from galileo.fis.unipr.it (galileo.fis.unipr.it [192.135.11.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8526B43D53; Mon, 7 Mar 2005 10:29:26 +0000 (GMT) (envelope-from gunaza@fis.unipr.it) Received: from pc67.fis.unipr.it (pc67.fis.unipr.it [160.78.33.67]) by galileo.fis.unipr.it (8.11.6/8.11.6) with ESMTP id j27ATOx20697; Mon, 7 Mar 2005 11:29:24 +0100 Date: Mon, 7 Mar 2005 11:32:02 +0100 From: gunaza@fis.unipr.it X-Mailer: The Bat! (v3.0.2.10) Professional Organization: design X-Priority: 3 (Normal) Message-ID: <251043284.20050307113202@fis.unipr.it> To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------2F17E2042A84F5F" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-doc@FreeBSD.org Subject: LogoFreeBSD_for... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gunaza@fis.unipr.it List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 10:29:29 -0000 ------------2F17E2042A84F5F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Trade mark FreeBSD for competition. Yours faithfully, Yury Gunaza. Excuse, that has for the first time sent the big files. Now has made archive of the same investments. -- Best regards, gunaza mailto:gunaza@fis.unipr.it ------------2F17E2042A84F5F-- From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 11:00:25 2005 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 5AE9016A4CF for ; Mon, 7 Mar 2005 11:00:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA25C43D1F for ; Mon, 7 Mar 2005 11:00:24 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27B0O4w036250 for ; Mon, 7 Mar 2005 11:00:24 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27B0NZF036244 for freebsd-doc@freebsd.org; Mon, 7 Mar 2005 11:00:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 7 Mar 2005 11:00:23 GMT Message-Id: <200503071100.j27B0NZF036244@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, 07 Mar 2005 11:00:25 -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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/24] docs/27605 doc Cross-document references () 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/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/15] docs/72743 doc Porter's Handbook lacks info on using aut o [2004/10/19] docs/72897 doc ERRATA and RELNOTES are missing warnings o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more 12 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't 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 p [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 [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/09] docs/33724 doc [patch] fix Handbook error about Advanced o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documented behaviour of SF_flags for non- 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/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/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/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong 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 p [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/13] 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/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to 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/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto 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/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format 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/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ 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/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI o [2003/09/15] docs/56903 doc [patch] articles/fonts: add application t o [2003/09/16] docs/56915 doc [patch] articles/fonts: update links o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/16] docs/62914 doc Reference development(7) in other parts o o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/03/05] docs/63808 doc No manpage for devfs.conf o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/19] docs/69271 doc Porter's Handbook: hint on proper pkg-mes o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/11] docs/70310 doc [PATCH] Add information about DragonFly t o [2004/08/16] docs/70507 doc RE in BUG section of re_format(7) in obso o [2004/09/10] docs/71555 doc how to run matlab on 5.2 o [2004/09/14] docs/71739 doc amd.8 points to old web-page o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/20] docs/71946 doc [PATCH] Reference X.org instead of XFree8 o [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/07] docs/72434 doc doc/share/examples/vim/accents2sgml.pl fi o [2004/10/07] docs/72435 doc doc/share/examples/vim/sgml2accents.pl fi o [2004/10/09] docs/72462 doc [PATCH] A few minor corrections to the hu f [2004/10/11] docs/72545 doc [patch] [handbook] Update in Wireless Net o [2004/11/03] docs/73479 doc Handbook gives incomplete suggestion on i o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/12/02] docs/74612 doc Updates to the glossary o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab f [2004/12/16] docs/75138 doc Typo in libexslt(4) o [2004/12/23] docs/75433 doc No manual pages for devfs.conf and devfs. o [2004/12/28] docs/75577 doc typos in man3 manual pages, login_class.3 o [2004/12/29] docs/75610 doc Advanced Networking Wireless section clea o [2005/01/05] docs/75864 doc FreeBSD 5.3 kern-developer install does n o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/09] docs/75997 doc Handbook section on DNS needs updating o [2005/01/11] docs/76094 doc Incorrect statement about partition d o [2005/01/17] docs/76333 doc EOF indicator can be cleared by not only o [2005/01/20] docs/76515 doc missleading use of make -j flag in handbo o [2005/02/01] docs/76942 doc [PATCH] FAQ: Mounting as users: Cleanup a o [2005/02/04] docs/77087 doc The bootvinum script given in the handboo o [2005/02/17] docs/77652 doc add subversion mirror to http://www.freeb o [2005/02/19] docs/77736 doc [patch] FAQ X11 section updates o [2005/02/24] docs/78041 doc docs for md need further explanation of t o [2005/02/27] docs/78138 doc Error in pre-installation section of inst o [2005/02/28] docs/78172 doc make_dev.9 says DEVFS functions use dev_t o [2005/03/01] docs/78240 doc Replace with around a # o [2005/03/02] docs/78275 doc Keyword size needs to be changed to lengt o [2005/03/02] docs/78322 doc [patch] Manual page for snd_via8233(4) o [2005/03/05] docs/78440 doc POSIX semaphores don't work by default in o [2005/03/06] docs/78479 doc SO_NOSIGPIPE socket option undocumented o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] docs/78486 doc [patch] Handbook: Update kernel configura o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages 170 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Mar 7 21:19:43 2005 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 1E5DD16A4CE; Mon, 7 Mar 2005 21:19:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF2EB43D49; Mon, 7 Mar 2005 21:19:42 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27LJgbf021168; Mon, 7 Mar 2005 21:19:42 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27LJg28021164; Mon, 7 Mar 2005 21:19:42 GMT (envelope-from remko) Date: Mon, 7 Mar 2005 21:19:42 GMT From: Remko Lodder Message-Id: <200503072119.j27LJg28021164@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-doc@FreeBSD.org, remko@FreeBSD.org Subject: Re: docs/72462: [PATCH] A few minor corrections to the hubs 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, 07 Mar 2005 21:19:43 -0000 Synopsis: [PATCH] A few minor corrections to the hubs article Responsible-Changed-From-To: freebsd-doc->remko Responsible-Changed-By: remko Responsible-Changed-When: Mon Mar 7 21:19:30 GMT 2005 Responsible-Changed-Why: Grab this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72462 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 00:19:09 2005 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 B3F5B16A4CE; Tue, 8 Mar 2005 00:19:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D96843D46; Tue, 8 Mar 2005 00:19:09 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from freefall.freebsd.org (jcamou@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j280J93d056286; Tue, 8 Mar 2005 00:19:09 GMT (envelope-from jcamou@freefall.freebsd.org) Received: (from jcamou@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j280J9Uo056282; Tue, 8 Mar 2005 00:19:09 GMT (envelope-from jcamou) Date: Tue, 8 Mar 2005 00:19:09 GMT From: "Jesus R. Camou" Message-Id: <200503080019.j280J9Uo056282@freefall.freebsd.org> To: jcamou@FreeBSD.org, freebsd-doc@FreeBSD.org, jcamou@FreeBSD.org Subject: Re: docs/77736: [patch] FAQ X11 section updates 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, 08 Mar 2005 00:19:09 -0000 Synopsis: [patch] FAQ X11 section updates Responsible-Changed-From-To: freebsd-doc->jcamou Responsible-Changed-By: jcamou Responsible-Changed-When: Tue Mar 8 00:18:40 GMT 2005 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=77736 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 08:32:41 2005 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 ACD7D16A4CE; Tue, 8 Mar 2005 08:32:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8236443D69; Tue, 8 Mar 2005 08:32:41 +0000 (GMT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j288WfPW057149; Tue, 8 Mar 2005 08:32:41 GMT (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j288WfeX057145; Tue, 8 Mar 2005 08:32:41 GMT (envelope-from phantom) Date: Tue, 8 Mar 2005 08:32:41 GMT From: Alexey Zelkin Message-Id: <200503080832.j288WfeX057145@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-doc@FreeBSD.org, phantom@FreeBSD.org Subject: Re: docs/78440: POSIX semaphores don't work by default in 5.3-STABLE 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, 08 Mar 2005 08:32:41 -0000 Synopsis: POSIX semaphores don't work by default in 5.3-STABLE Responsible-Changed-From-To: freebsd-doc->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Tue Mar 8 08:32:19 GMT 2005 Responsible-Changed-Why: In progress http://www.freebsd.org/cgi/query-pr.cgi?pr=78440 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 09:20:03 2005 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 6A7A816A4CE for ; Tue, 8 Mar 2005 09:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2FE43D48 for ; Tue, 8 Mar 2005 09:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j289K2q6062355 for ; Tue, 8 Mar 2005 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j289K2W0062354; Tue, 8 Mar 2005 09:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 8 Mar 2005 09:20:02 GMT Resent-Message-Id: <200503080920.j289K2W0062354@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, Joel Dahl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6CF16A4CE for ; Tue, 8 Mar 2005 09:10:35 +0000 (GMT) Received: from av11-1-sn2.hy.skanova.net (av11-1-sn2.hy.skanova.net [81.228.8.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F7A43D5F for ; Tue, 8 Mar 2005 09:10:34 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id AAD18382E5; Tue, 8 Mar 2005 10:10:33 +0100 (CET) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id 9C997381C1 for ; Tue, 8 Mar 2005 10:10:33 +0100 (CET) Received: from dude.automatvapen.se (t1o955p64.telia.com [195.252.52.64]) by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id 71EB737E48 for ; Tue, 8 Mar 2005 10:10:30 +0100 (CET) Received: by dude.automatvapen.se (sSMTP sendmail emulation); Mon, 28 Feb 2005 10:10:46 +0100 Message-Id: <20050308091030.71EB737E48@smtp4-2-sn2.hy.skanova.net> Date: Mon, 28 Feb 2005 10:10:46 +0100 From: "Joel Dahl" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/78580: [patch] Manual page for snd_vibes(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 09:20:03 -0000 >Number: 78580 >Category: docs >Synopsis: [patch] Manual page for snd_vibes(4) >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: Tue Mar 08 09:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joel Dahl >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dude.automatvapen.se 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sat Mar 5 10:23:17 CET 2005 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/GENERIC i386 >Description: New manual page for snd_vibes.4. Only one revision and no known bugs. Extremely rare card. >How-To-Repeat: >Fix: --- snd_vibes.4 begins here --- .\" Copyright (c) 2005 Joel Dahl .\" All rights reserved. .\" .\" 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$ .\" .Dd March 8, 2005 .Dt SND_VIBES 4 .Os .Sh NAME .Nm snd_vibes .Nd "S3 SonicVibes bridge device driver" .Sh SYNOPSIS .Cd "device sound" .Cd "device snd_vibes" .Sh DESCRIPTION The .Nm bridge driver allows the generic audio driver, .Xr sound 4 , to attach audio devices based on the S3 SonicVibes chipset. .Sh HARDWARE The .Nm driver supports audio devices based on the following chipset: .Pp .Bl -bullet -compact .It S3 SonicVibes .El .Sh SEE ALSO .Xr sound 4 .Sh HISTORY The .Nm device driver first appeared in .Fx 4.4 . --- snd_vibes.4 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 09:27:31 2005 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 4855916A4CE for ; Tue, 8 Mar 2005 09:27:31 +0000 (GMT) Received: from ns21.jronline.nl (ns21.jronline.nl [82.192.77.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535CB43D1F for ; Tue, 8 Mar 2005 09:27:30 +0000 (GMT) (envelope-from mailinglists@mindrules.net) Received: from www.mindrules.net (localhost.localdomain [127.0.0.1]) by ns21.jronline.nl (8.12.10/8.12.10) with ESMTP id j289RSoN005580 for ; Tue, 8 Mar 2005 10:27:28 +0100 Received: from 82.173.4.101 (SquirrelMail authenticated user mailinglists@mindrules.net); by www.mindrules.net with HTTP; Tue, 8 Mar 2005 10:27:28 +0100 (CET) Message-ID: <7724.82.173.4.101.1110274048.squirrel@82.173.4.101> Date: Tue, 8 Mar 2005 10:27:28 +0100 (CET) From: mailinglists@mindrules.net To: freebsd-doc@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: kernel compiling possible error 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, 08 Mar 2005 09:27:31 -0000 Hello, I'm a bit new, so maybe I'm wrong. Anyway, yesterday I recompiled my kernel, I did that before, but as always I kept the handbook open to check that I wouldn't forget some important part. After making the altered kernel configuration file I had to do some other things on the machine, something happened. Then I continued, using "Procedure 1. Building a Kernel the ``Traditional'' Way". When I issued # /usr/sbin/config MYKERNEL I received an error, but after I navigated to the directory MYKERNEL was in, everything worked. So, maybe there should be a sidenote that you either have to be in the right directory or give the full path. Lucas From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 09:50:04 2005 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 5269416A4CE for ; Tue, 8 Mar 2005 09:50:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DE643D1F for ; Tue, 8 Mar 2005 09:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j289o2gH067240 for ; Tue, 8 Mar 2005 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j289o2xr067239; Tue, 8 Mar 2005 09:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 8 Mar 2005 09:50:02 GMT Resent-Message-Id: <200503080950.j289o2xr067239@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, Joel Dahl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B7C16A4CE for ; Tue, 8 Mar 2005 09:40:25 +0000 (GMT) Received: from av9-2-sn2.hy.skanova.net (av9-2-sn2.hy.skanova.net [81.228.8.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E8B43D54 for ; Tue, 8 Mar 2005 09:40:24 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: by av9-2-sn2.hy.skanova.net (Postfix, from userid 502) id B26B8387D0; Tue, 8 Mar 2005 10:40:23 +0100 (CET) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-2-sn2.hy.skanova.net (Postfix) with ESMTP id A1F83380A3 for ; Tue, 8 Mar 2005 10:40:23 +0100 (CET) Received: from dude.automatvapen.se (t8o955p35.telia.com [213.66.32.155]) by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id 7BE7B37E47 for ; Tue, 8 Mar 2005 10:40:22 +0100 (CET) Received: by dude.automatvapen.se (sSMTP sendmail emulation); Tue, 8 Mar 2005 10:40:38 +0100 Message-Id: <20050308094022.7BE7B37E47@smtp4-2-sn2.hy.skanova.net> Date: Tue, 8 Mar 2005 10:40:38 +0100 From: "Joel Dahl" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/78586: [patch] Manual page for snd_via82c686(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 09:50:04 -0000 >Number: 78586 >Category: docs >Synopsis: [patch] Manual page for snd_via82c686(4) >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: Tue Mar 08 09:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joel Dahl >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dude.automatvapen.se 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sat Mar 5 10:23:17 CET 2005 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/GENERIC i386 >Description: New manual page for snd_via82c686.4. Only one revision and no known bugs. >How-To-Repeat: >Fix: --- snd_via82c686.4 begins here --- .\" Copyright (c) 2005 Joel Dahl .\" All rights reserved. .\" .\" 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$ .\" .Dd March 8, 2005 .Dt SND_VIA82C686 4 .Os .Sh NAME .Nm snd_via82c686 .Nd "VIA Technologies 82c686 bridge device driver" .Sh SYNOPSIS .Cd "device sound" .Cd "device snd_via82c686" .Sh DESCRIPTION The .Nm bridge driver allows the generic audio driver, .Xr sound 4 , to attach audio devices based on the VIA 82c686 chipset. .Sh HARDWARE The .Nm driver supports audio devices based on the following chipset: .Pp .Bl -bullet -compact .It VIA 82c686 .El .Sh SEE ALSO .Xr sound 4 .Sh HISTORY The .Nm device driver first appeared in .Fx 4.2 . --- snd_via82c686.4 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 17:26:27 2005 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 758E416A4CE; Tue, 8 Mar 2005 17:26:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAF043D1D; Tue, 8 Mar 2005 17:26:27 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28HQRJh031663; Tue, 8 Mar 2005 17:26:27 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28HQRuT031659; Tue, 8 Mar 2005 17:26:27 GMT (envelope-from remko) Date: Tue, 8 Mar 2005 17:26:27 GMT From: Remko Lodder Message-Id: <200503081726.j28HQRuT031659@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-doc@FreeBSD.org, remko@FreeBSD.org Subject: Re: docs/71946: [PATCH] Reference X.org instead of XFree86 in "FreeBSD on Laptops" 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: Tue, 08 Mar 2005 17:26:27 -0000 Synopsis: [PATCH] Reference X.org instead of XFree86 in "FreeBSD on Laptops" article Responsible-Changed-From-To: freebsd-doc->remko Responsible-Changed-By: remko Responsible-Changed-When: Tue Mar 8 17:26:16 GMT 2005 Responsible-Changed-Why: Grab this PR http://www.freebsd.org/cgi/query-pr.cgi?pr=71946 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 17:26:49 2005 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 91A5B16A4CE; Tue, 8 Mar 2005 17:26:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2B143D48; Tue, 8 Mar 2005 17:26:49 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28HQnLp031729; Tue, 8 Mar 2005 17:26:49 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28HQnQs031725; Tue, 8 Mar 2005 17:26:49 GMT (envelope-from remko) Date: Tue, 8 Mar 2005 17:26:49 GMT From: Remko Lodder Message-Id: <200503081726.j28HQnQs031725@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-doc@FreeBSD.org, remko@FreeBSD.org Subject: Re: docs/70310: [PATCH] Add information about DragonFly to explaining-bsd 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, 08 Mar 2005 17:26:49 -0000 Synopsis: [PATCH] Add information about DragonFly to explaining-bsd Responsible-Changed-From-To: freebsd-doc->remko Responsible-Changed-By: remko Responsible-Changed-When: Tue Mar 8 17:26:34 GMT 2005 Responsible-Changed-Why: Grab this PR http://www.freebsd.org/cgi/query-pr.cgi?pr=70310 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 17:27:10 2005 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 E11FD16A4CE; Tue, 8 Mar 2005 17:27:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98DB43D55; Tue, 8 Mar 2005 17:27:09 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28HR9te031784; Tue, 8 Mar 2005 17:27:09 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28HR996031780; Tue, 8 Mar 2005 17:27:09 GMT (envelope-from remko) Date: Tue, 8 Mar 2005 17:27:09 GMT From: Remko Lodder Message-Id: <200503081727.j28HR996031780@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-doc@FreeBSD.org, remko@FreeBSD.org Subject: Re: docs/78486: [patch] Handbook: Update kernel configuration section (8.4) 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, 08 Mar 2005 17:27:10 -0000 Synopsis: [patch] Handbook: Update kernel configuration section (8.4) Responsible-Changed-From-To: freebsd-doc->remko Responsible-Changed-By: remko Responsible-Changed-When: Tue Mar 8 17:26:59 GMT 2005 Responsible-Changed-Why: Grab this PR http://www.freebsd.org/cgi/query-pr.cgi?pr=78486 From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 19:49:48 2005 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 32D2216A4CE for ; Tue, 8 Mar 2005 19:49:48 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 31C4143D39 for ; Tue, 8 Mar 2005 19:49:47 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 11263 invoked from network); 8 Mar 2005 19:44:17 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 8 Mar 2005 19:44:17 -0000 Received: (qmail 23519 invoked by uid 89); 8 Mar 2005 19:55:59 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 8 Mar 2005 19:55:59 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 6BB4C114E0; Tue, 8 Mar 2005 21:49:38 +0200 (EET) Date: Tue, 8 Mar 2005 21:49:38 +0200 From: Ion-Mihai Tetcu To: freebsd-doc@freebsd.org, www@FreeBSD.org Message-ID: <20050308214938.5f7a0971@it.buh.tecnik93.com> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: listing books order rule ? 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, 08 Mar 2005 19:49:48 -0000 Hi, I want to submit a patch for a Romanian book and looking in the sgmls I couldn't find any rule on how this entries are sorted. Is there any such rule ? Thanks, -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 22:40:03 2005 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 0F6D616A4CE for ; Tue, 8 Mar 2005 22:40:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1BB43D46 for ; Tue, 8 Mar 2005 22:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28Me2Q8075825 for ; Tue, 8 Mar 2005 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28Me2KB075824; Tue, 8 Mar 2005 22:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 8 Mar 2005 22:40:02 GMT Resent-Message-Id: <200503082240.j28Me2KB075824@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, "John E. Hein" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C9016A4CE for ; Tue, 8 Mar 2005 22:32:53 +0000 (GMT) Received: from Daffy.timing.com (mx1.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C55843D39 for ; Tue, 8 Mar 2005 22:32:52 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.12.8p2/8.12.8) with ESMTP id j28MWp5i045991 for ; Tue, 8 Mar 2005 15:32:51 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.1/8.13.1) with ESMTP id j28MWp6D053074 for ; Tue, 8 Mar 2005 15:32:51 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.1/8.13.1/Submit) id j28MWp4I053073; Tue, 8 Mar 2005 15:32:51 -0700 (MST) (envelope-from jhein) Message-Id: <200503082232.j28MWp4I053073@gromit.timing.com> Date: Tue, 8 Mar 2005 15:32:51 -0700 (MST) From: "John E. Hein" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/78605: ppp man page errors X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "John E. Hein" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 22:40:03 -0000 >Number: 78605 >Category: docs >Synopsis: ppp man page errors >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: Tue Mar 08 22:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: John E. Hein >Release: FreeBSD -current, 5.x, 4.x >Organization: Timing Solutions >Environment: System: FreeBSD >Description: The ppp man page refers to 'pseudo-device tun N'. The 'N' is not supported in 4.x and causes config errors in 5.x It also refers the using MAKEDEV for tun devices. This still applies to 4.x, but not 5.x >How-To-Repeat: >Fix: For 6.x & 5.x (4.x still can have the MAKEDEV info): Index: ppp.8.m4 =================================================================== RCS file: /base/FreeBSD-CVS/src/usr.sbin/ppp/ppp.8.m4,v retrieving revision 1.320 diff -u -r1.320 ppp.8.m4 --- ppp.8.m4 13 Feb 2005 23:45:52 -0000 1.320 +++ ppp.8.m4 8 Mar 2005 22:29:42 -0000 @@ -446,28 +446,11 @@ .It Your kernel must {include} a tunnel device (the GENERIC kernel includes one by default). -If it does not, or if you require more than one tun -interface, you will need to rebuild your kernel with the following line in -your kernel configuration file: +If it does not you will need to rebuild your kernel with the +following line in your kernel configuration file: .Pp -.Dl pseudo-device tun N +.Dl pseudo-device tun .Pp -where -.Ar N -is the maximum number of -.Em PPP -connections you wish to support. -.It -Check your -.Pa /dev -directory for the tunnel device entries -.Pa /dev/tunN , -where -.Sq N -represents the number of the tun device, starting at zero. -If they do not exist, you can create them by running "sh ./MAKEDEV tunN". -This will create tun devices 0 through -.Ar N . .It Make sure that your system has a group named .Dq network >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Mar 8 23:51:10 2005 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 0AAD416A4DB for ; Tue, 8 Mar 2005 23:51:07 +0000 (GMT) Received: from mail.tpgi.com.au (mail4.tpgi.com.au [203.12.160.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5EB43D3F for ; Tue, 8 Mar 2005 23:51:05 +0000 (GMT) (envelope-from kal@dclabs.com.au) Received: from hero.office.dclabs.com.au (203-219-203-198-vic.tpgi.com.au [203.219.203.198]) by mail.tpgi.com.au (8.12.10/8.12.10) with ESMTP id j28Np3ok006655 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 9 Mar 2005 10:51:03 +1100 Received: from eden-int.office.dclabs.com.au ([192.168.1.253]) ESMTP id j28Np2lq007999; Wed, 9 Mar 2005 10:51:02 +1100 Received: from [192.168.1.241] ([192.168.1.241])id j28NnZQ5020986; Wed, 9 Mar 2005 10:49:35 +1100 Message-ID: <422E3A0F.30209@dclabs.com.au> Date: Wed, 09 Mar 2005 10:49:35 +1100 From: "Kahlil (Kal) Hodgson" User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on hero.office.dclabs.com.au X-Virus-Status: Clean X-TPG-Antivirus: Passed Subject: Notes on http://www.linuxinfor.com/english/FreeBSD/ipsec.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: support@dclabs.com.au List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 23:51:11 -0000 Hi Guys, After much mucking around I've just managed to set up a IPSEC VPN between a BSD gateway and a Debian Linux gateway (running a 2.6 kernel) and using racoon. I'm comming from the Linux side of this and the guys at the BSD end where kind enough to give me access to their router so could figure out why it was not working as expected. I've never been on a BSD box before so your FreeBSD documentation was *very* helpful -- thanks guys:-) The racoon configuration was pretty straightforward, but I had a lot of trouble with routing and tunneling, which led to a lot of racoon tail chasing:-) In the end I could not get the gif tunnel on the BSD box to be demangled by either a gre or sit tunnel on the linux box (probably a long shot anyway). I did find that (after dropping tunnels and routes) the following policy worked: At one end I had spdadd 192.168.1.0/24 192.168.2.0/24 any -P out ipsec esp/tunnel/A.B.C.D-W.X.Y.Z/require; spdadd 192.168.2.0/24 192.168.1.0/24 any -P in ipsec esp/tunnel/W.X.Y.Z-A.B.C.D/require; in combination with the strange route route add 192.168.2.0/24 A.B.C.D and the other end spdadd 192.168.1.0/24 192.168.2.0/24 any -P in ipsec esp/tunnel/A.B.C.D-W.X.Y.Z/require; spdadd 192.168.2.0/24 192.168.1.0/24 any -P out ipsec esp/tunnel/W.X.Y.Z-A.B.C.D/require; in combination with route add 192.168.1.0/24 W.X.Y.Z This was more in line with the documentation at http://www.ipsec-howto.org/x282.html (except that they don't mention the routes:-) With this aproach we only encapsulte the non-routable packet once with the ESP wrapper, but our security policy does have to look at all packets rather than just encapsulated ones. Any thoughts on the security/efficiency implications of this? Kind Regards, Kal -- Kahlil (Kal) Hodgson DCLABS Pty Ltd Advanced Linux Servers and Technology http://www.dclabs.com.au Phone: +61 3 9807 8600 Fax: +61 3 9807 9300 All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer. -- IBM maintenance manual, 1925 From owner-freebsd-doc@FreeBSD.ORG Wed Mar 9 14:11:01 2005 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 8271116A4CE; Wed, 9 Mar 2005 14:11:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F7D43D1D; Wed, 9 Mar 2005 14:11:01 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from freefall.freebsd.org (jcamou@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29EB13k033222; Wed, 9 Mar 2005 14:11:01 GMT (envelope-from jcamou@freefall.freebsd.org) Received: (from jcamou@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29EB1EG033218; Wed, 9 Mar 2005 14:11:01 GMT (envelope-from jcamou) Date: Wed, 9 Mar 2005 14:11:01 GMT From: "Jesus R. Camou" Message-Id: <200503091411.j29EB1EG033218@freefall.freebsd.org> To: jcamou@FreeBSD.org, freebsd-doc@FreeBSD.org, jcamou@FreeBSD.org Subject: Re: docs/76942: [PATCH] FAQ: Mounting as users: Cleanup and move to 5.X 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, 09 Mar 2005 14:11:01 -0000 Synopsis: [PATCH] FAQ: Mounting as users: Cleanup and move to 5.X Responsible-Changed-From-To: freebsd-doc->jcamou Responsible-Changed-By: jcamou Responsible-Changed-When: Wed Mar 9 14:10:34 GMT 2005 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=76942 From owner-freebsd-doc@FreeBSD.ORG Wed Mar 9 19:48:22 2005 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 03A9E16A4CE for ; Wed, 9 Mar 2005 19:48:22 +0000 (GMT) Received: from raptor.cigb.edu.cu (ns.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBC743D48 for ; Wed, 9 Mar 2005 19:48:13 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Wed, 9 Mar 2005 15:47:58 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Wednesday, 09 March 2005, 15:47:37 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Wed, 9 Mar 2005 15:47:36 -0400 Message-ID: <422F1B4D.2010106@cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-doc@FreeBSD.org, osmany.guirola@cigb.edu.cu Date: Wed, 09 Mar 2005 15:50:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Accept-Language: en-us, en X-OriginalArrivalTime: 09 Mar 2005 19:47:36.0428 (UTC) FILETIME=[D7F3CAC0:01C524E0] User-Agent: Mozilla Thunderbird 1.0 (X11/20050125) Subject: rss news 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, 09 Mar 2005 19:48:22 -0000 Hi people i don't know where to post this message because this is not a problem of the FreeBSD OS but it's a problem of his web site . i am using thunderbird to read rss news from freebsd website but there is a problem with the news.rdf file because links in this file are in this format http://www.FreeBSD.org/news/newsflash.html#event200537:0 but in the real page(in the source code) has this format name="event20050307:0" have two digit for month and day and for the number of news too and the link does not work correctly i don't want think that i am the only one that use the rss news from freebsd :-) Thanks Osmany From owner-freebsd-doc@FreeBSD.ORG Wed Mar 9 22:17:31 2005 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 B6B9A16A4CE; Wed, 9 Mar 2005 22:17:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E3D43D48; Wed, 9 Mar 2005 22:17:31 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29MHV8K000250; Wed, 9 Mar 2005 22:17:31 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29MHVuA000246; Wed, 9 Mar 2005 22:17:31 GMT (envelope-from simon) Date: Wed, 9 Mar 2005 22:17:31 GMT From: "Simon L. Nielsen" Message-Id: <200503092217.j29MHVuA000246@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-doc@FreeBSD.org, simon@FreeBSD.org Subject: Re: docs/78580: [patch] Manual page for snd_vibes(4) 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, 09 Mar 2005 22:17:31 -0000 Synopsis: [patch] Manual page for snd_vibes(4) Responsible-Changed-From-To: freebsd-doc->simon Responsible-Changed-By: simon Responsible-Changed-When: Wed Mar 9 22:17:26 GMT 2005 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=78580 From owner-freebsd-doc@FreeBSD.ORG Wed Mar 9 22:18:02 2005 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 69BBC16A4CE; Wed, 9 Mar 2005 22:18:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4265B43D1D; Wed, 9 Mar 2005 22:18:02 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29MI2lN000312; Wed, 9 Mar 2005 22:18:02 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29MI29a000308; Wed, 9 Mar 2005 22:18:02 GMT (envelope-from simon) Date: Wed, 9 Mar 2005 22:18:02 GMT From: "Simon L. Nielsen" Message-Id: <200503092218.j29MI29a000308@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-doc@FreeBSD.org, simon@FreeBSD.org Subject: Re: docs/78586: [patch] Manual page for snd_via82c686(4) 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, 09 Mar 2005 22:18:02 -0000 Synopsis: [patch] Manual page for snd_via82c686(4) Responsible-Changed-From-To: freebsd-doc->simon Responsible-Changed-By: simon Responsible-Changed-When: Wed Mar 9 22:17:59 GMT 2005 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=78586 From owner-freebsd-doc@FreeBSD.ORG Thu Mar 10 09:38:52 2005 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 BA48416A4CE for ; Thu, 10 Mar 2005 09:38:52 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8DB43D54 for ; Thu, 10 Mar 2005 09:38:52 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 6F19422856; Thu, 10 Mar 2005 10:38:50 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id BE8132284E; Thu, 10 Mar 2005 10:38:49 +0100 (CET) Date: Thu, 10 Mar 2005 10:38:49 +0100 From: Erwin Lansing To: Pavel Novikov Message-ID: <20050310093849.GO86185@droso.net> Mail-Followup-To: Pavel Novikov , beastie@tdk.net, freebsd-doc@FreeBSD.org References: <000301c52552$b6611990$06e0c954@unknown> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ggEtdcIX3XIOBw6T" Content-Disposition: inline In-Reply-To: <000301c52552$b6611990$06e0c954@unknown> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.8i X-Virus-Scanned: by amavisd 0.1 cc: freebsd-doc@FreeBSD.org cc: beastie@tdk.net Subject: Re: FreeBSD FTP archive message error (typo) 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, 10 Mar 2005 09:38:52 -0000 --ggEtdcIX3XIOBw6T Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 10, 2005 at 11:22:26AM +0200, Pavel Novikov wrote: > Hi! Hi Pavel, >=20 > There is an error in welcome message on FTP. > " > 250-If you're looking for one of the FreeBSD releases, please look in the > 250-releases/${ARCH}/${RELNAME} directory, where ARCH =3D "i386" or "alph= a" > 250-for Intel and DEC Alpha architecture machines and RELNAME =3D the rel= ease > 250-you're interested in, e.g. "3.5.1-RELEASE" or "4.2-RELEASE". > " >=20 > Shouldn't "3.5.1-RELEASE" be "5.3.1-RELEASE"? >=20 This is not a typo, just outdated as the message if from 2000. It's also a general message, not specifik to this server, so let's see what our doc-people think about this. Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --ggEtdcIX3XIOBw6T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCMBWpqy9aWxUlaZARAjnfAJ9BKg/kz3uiYAyDBciaJm8mDNpQqgCeOVk5 TSovVvpU940G17FuLzx+Plg= =j9J0 -----END PGP SIGNATURE----- --ggEtdcIX3XIOBw6T-- From owner-freebsd-doc@FreeBSD.ORG Thu Mar 10 09:45:52 2005 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 8991916A4CE for ; Thu, 10 Mar 2005 09:45:52 +0000 (GMT) Received: from eddie.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE0B43D49 for ; Thu, 10 Mar 2005 09:45:52 +0000 (GMT) (envelope-from simon@eddie.nitro.dk) Received: by eddie.nitro.dk (Postfix, from userid 1000) id E663811A142; Thu, 10 Mar 2005 10:45:50 +0100 (CET) Date: Thu, 10 Mar 2005 10:45:50 +0100 From: "Simon L. Nielsen" To: Pavel Novikov , beastie@tdk.net, freebsd-doc@FreeBSD.org Message-ID: <20050310094550.GD4908@eddie.nitro.dk> References: <000301c52552$b6611990$06e0c954@unknown> <20050310093849.GO86185@droso.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tNQTSEo8WG/FKZ8E" Content-Disposition: inline In-Reply-To: <20050310093849.GO86185@droso.net> User-Agent: Mutt/1.5.6i Subject: Re: FreeBSD FTP archive message error (typo) 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, 10 Mar 2005 09:45:52 -0000 --tNQTSEo8WG/FKZ8E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.03.10 10:38:49 +0100, Erwin Lansing wrote: > On Thu, Mar 10, 2005 at 11:22:26AM +0200, Pavel Novikov wrote: > > Hi! >=20 > Hi Pavel, > >=20 > > There is an error in welcome message on FTP. > > " > > 250-If you're looking for one of the FreeBSD releases, please look in t= he > > 250-releases/${ARCH}/${RELNAME} directory, where ARCH =3D "i386" or "al= pha" > > 250-for Intel and DEC Alpha architecture machines and RELNAME =3D the r= elease > > 250-you're interested in, e.g. "3.5.1-RELEASE" or "4.2-RELEASE". > > " > >=20 > > Shouldn't "3.5.1-RELEASE" be "5.3.1-RELEASE"? > >=20 > This is not a typo, just outdated as the message if from 2000. It's also > a general message, not specifik to this server, so let's see what our > doc-people think about this. This is actually still maintained by the ftp-master operators, since they are the only ones that can actually change the text. That said I'm sure that if someone makes an updated version of the text that better mach the current reality, and post it here, we can poke the correct people to put it online. --=20 Simon L. Nielsen --tNQTSEo8WG/FKZ8E Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCMBdOh9pcDSc1mlERApcZAJ9nBFVe2HJrZOO1zEFwcyvzvCeZnACgoRFw mi65W+4ucaebEs4UWImpHrk= =6fQ7 -----END PGP SIGNATURE----- --tNQTSEo8WG/FKZ8E-- From owner-freebsd-doc@FreeBSD.ORG Thu Mar 10 10:29:34 2005 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 56FE016A4CE; Thu, 10 Mar 2005 10:29:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F38943D46; Thu, 10 Mar 2005 10:29:34 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from freefall.freebsd.org (jcamou@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2AATYco018704; Thu, 10 Mar 2005 10:29:34 GMT (envelope-from jcamou@freefall.freebsd.org) Received: (from jcamou@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2AATXGu018700; Thu, 10 Mar 2005 10:29:33 GMT (envelope-from jcamou) Date: Thu, 10 Mar 2005 10:29:33 GMT From: "Jesus R. Camou" Message-Id: <200503101029.j2AATXGu018700@freefall.freebsd.org> To: jcamou@FreeBSD.org, freebsd-doc@FreeBSD.org, jcamou@FreeBSD.org Subject: Re: docs/78322: [patch] Manual page for snd_via8233(4) 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, 10 Mar 2005 10:29:34 -0000 Synopsis: [patch] Manual page for snd_via8233(4) Responsible-Changed-From-To: freebsd-doc->jcamou Responsible-Changed-By: jcamou Responsible-Changed-When: Thu Mar 10 10:28:58 GMT 2005 Responsible-Changed-Why: Grab this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=78322 From owner-freebsd-doc@FreeBSD.ORG Thu Mar 10 15:15:16 2005 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 C736216A4CE for ; Thu, 10 Mar 2005 15:15:16 +0000 (GMT) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227E143D53 for ; Thu, 10 Mar 2005 15:15:16 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p11207-adsau14honb8-acca.tokyo.ocn.ne.jp [220.106.47.207]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j2AFF0UZ066640; Fri, 11 Mar 2005 00:15:02 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j2AFDnD7080688; Fri, 11 Mar 2005 00:13:57 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 11 Mar 2005 00:12:57 +0900 (JST) Message-Id: <20050311.001257.07553690.hrs@allbsd.org> To: osmany.guirola@cigb.edu.cu From: Hiroki Sato In-Reply-To: <422F1B4D.2010106@cigb.edu.cu> References: <422F1B4D.2010106@cigb.edu.cu> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Mar_11_00_12_57_2005_768)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/760/Thu Mar 10 02:12:01 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean cc: freebsd-doc@FreeBSD.org Subject: Re: rss news 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, 10 Mar 2005 15:15:16 -0000 ----Security_Multipart(Fri_Mar_11_00_12_57_2005_768)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Osmany Guirola Cruz wrote in <422F1B4D.2010106@cigb.edu.cu>: o> have two digit for month and day and for the number of news too and the o> link does not work correctly o> i don't want think that i am the only one that use the rss news from o> freebsd :-) Thanks for the report. This problem should be fixed now, so please try to reload news.rdf. -- | Hiroki SATO ----Security_Multipart(Fri_Mar_11_00_12_57_2005_768)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCMGP7TyzT2CeTzy0RAoLDAKCZBiVLZA6nAg3PpCBKBYqrLu6e3wCfYk3N yEsrv6lJpQuDB59UqoLNqo4= =GmKx -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Mar_11_00_12_57_2005_768)---- From owner-freebsd-doc@FreeBSD.ORG Fri Mar 11 01:19:36 2005 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 A01AA16A4CE for ; Fri, 11 Mar 2005 01:19:36 +0000 (GMT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C02343D46 for ; Fri, 11 Mar 2005 01:19:35 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: (qmail 27344 invoked by uid 0); 11 Mar 2005 01:19:34 -0000 Received: from r4bf152.chello.upc.cz (HELO ?84.42.185.152?) (84.42.185.152) by smtp.dkm.cz with SMTP; 11 Mar 2005 01:19:34 -0000 Message-ID: <4230F227.7070108@pobox.sk> Date: Fri, 11 Mar 2005 02:19:35 +0100 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050220 X-Accept-Language: sk, cs, en-gb, en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: unclear relation : kbdmap/keymap vs LANG var 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, 11 Mar 2005 01:19:36 -0000 hello, i've just been through chapter 18 localization and i've experienced difficulty with making keymap work. the thing is that keymap does not do anything without LANG env.var. being set (fully). first, i don't understand why this is so. second, there's no clearly stated this dependency in handbook. yeah, the handbook says about setting LANG up but as i do not want to set all the LCs i didn't set any of them and decided to try scrnmap (which worked) and keymap (which didn't) first. only after that i wanted to start adding LC_COLLATE and some others. therefore i reckon it would be better to clearly state this dependency (which i still don't understand). thanks for the handbook anyway! regards, martin From owner-freebsd-doc@FreeBSD.ORG Fri Mar 11 07:13:24 2005 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 E7D9716A4CE for ; Fri, 11 Mar 2005 07:13:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7136843D5C for ; Fri, 11 Mar 2005 07:13:24 +0000 (GMT) (envelope-from brijeshb@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so922903wri for ; Thu, 10 Mar 2005 23:13:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Ck8zmYXuX5RAKTaKVz1XUP4fr9778wDWvrYeM4BOAIfSOeLDyZwWTKPKxqCJUPHMCYcJuvLB1KX1qhu7LG8DiReV412QUIQADty3ZsmU9QhVLei9NS0O9iqPoVUVzPFO5RLwU/G+1YHpCbrZTYlQ0uK0h/xNqNqCZdNfquQOKQI= Received: by 10.54.10.39 with SMTP id 39mr2378106wrj; Thu, 10 Mar 2005 23:13:23 -0800 (PST) Received: by 10.54.24.12 with HTTP; Thu, 10 Mar 2005 23:13:23 -0800 (PST) Message-ID: Date: Fri, 11 Mar 2005 12:43:23 +0530 From: Brijesh Bhaskaran To: FreeBSD-doc@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brijesh Bhaskaran List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 07:13:25 -0000 From owner-freebsd-doc@FreeBSD.ORG Fri Mar 11 11:14:27 2005 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 E968016A4CE; Fri, 11 Mar 2005 11:14:27 +0000 (GMT) Received: from shrike.submonkey.net (cpc4-cdif3-6-1-cust116.cdif.cable.ntl.com [82.23.41.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92BBB43D39; Fri, 11 Mar 2005 11:14:27 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.44 (FreeBSD)) id 1D9i66-0008iy-LC; Fri, 11 Mar 2005 11:14:26 +0000 Date: Fri, 11 Mar 2005 11:14:26 +0000 From: Ceri Davies To: Ion-Mihai Tetcu Message-ID: <20050311111426.GA92763@submonkey.net> Mail-Followup-To: Ceri Davies , Ion-Mihai Tetcu , freebsd-doc@freebsd.org, www@FreeBSD.org References: <20050308214938.5f7a0971@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <20050308214938.5f7a0971@it.buh.tecnik93.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.8i Sender: Ceri Davies cc: freebsd-doc@freebsd.org cc: www@FreeBSD.org Subject: Re: listing books order rule ? 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, 11 Mar 2005 11:14:28 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 08, 2005 at 09:49:38PM +0200, Ion-Mihai Tetcu wrote: > Hi, >=20 > I want to submit a patch for a Romanian book and looking in the sgmls I > couldn't find any rule on how this entries are sorted. Is there any such > rule ? I don't believe that they are currently sorted, but they should be. I'll check my CMS this evening and get back to you. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCMX2SocfcwTS3JF8RAlTYAJ9ltLFro+4PwdONg3vmFeJ9xvLcdgCeLs1F kdg7U6gegZuL53NWB8GXdjM= =iGye -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--