From owner-freebsd-doc Sun Jun 13 8: 0:12 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E6E614F97 for ; Sun, 13 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79282; Sun, 13 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 13 Jun 1999 08:00:03 -0700 (PDT) Message-Id: <199906131500.IAA79282@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Chris Costello Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Reply-To: Chris Costello Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: Chris Costello To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Date: Sun, 13 Jun 1999 09:52:25 -0500 On Sat, Jun 12, 1999, chris@calldei.com wrote: > >Number: 12181 > >Category: docs > >Synopsis: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-doc > >State: open > > $Id: chapter.sgml,v 1.16 1999/05/28 00:31:25 dwhite Exp $ > > >Description: > > Modified kernel config sample lines to remove the quotes. > Fix where I probably put 'i386' instead of arch > Remove warning note about quote characters. Also, change GENERIC to GENERIC around 'GENERIC' where necessary. > > >How-To-Repeat: > > View the relevant section of the handbook. > > >Fix: I missed a couple things. The following fix should be used: Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en/handbook/kernelconfig/chapter.sgml,v retrieving revision 1.16 diff -u -r1.16 chapter.sgml --- chapter.sgml 1999/05/28 00:31:25 1.16 +++ chapter.sgml 1999/06/13 14:49:51 @@ -21,7 +21,7 @@ Building a custom kernel is one of the most important rites of passage every Unix system administrator must endure. This process, while time-consuming, will provide many benefits to your FreeBSD system. - Unlike the GENERIC kernel, which must support every + Unlike the GENERIC kernel, which must support every possible SCSI and network card, along with tons of other rarely used hardware support, a custom kernel only contains support for your PC's hardware. This has a number of @@ -46,7 +46,8 @@ Finally, there are several kernel options which you can tune to fit your needs, and device driver support for things like sound cards which you can include in your kernel but are - not present in the GENERIC kernel. + not present in the GENERIC + kernel. @@ -195,7 +196,7 @@ - machine "i386" + machine arch The first keyword is machine, which, @@ -203,20 +204,12 @@ DEC Alpha processors, will be either i386 or alpha. - - - Any keyword which contains numbers used as text must be - enclosed in quotation marks, otherwise - config gets confused and thinks you mean - the actual number 386 if you enter - machine i386. - cpu - "cpu_type" + cpu_type The next keyword is cpu, which includes @@ -382,7 +375,7 @@ - options "COMPAT_43" + options COMPAT_43 Compatibility with 4.3BSD. Leave this in; some programs @@ -501,7 +494,7 @@ - options "CD9660" + options CD9660 ISO 9660 filesystem for CD-ROMs. Comment it out if you do @@ -557,7 +550,7 @@ - options "EXT2FS" + options EXT2FS Linux's native file system. With ext2fs support you are @@ -656,7 +649,7 @@ - device npx0 at isa? port "IO_NPX" irq 13 + device npx0 at isa? port IO_NPX irq 13 vector npxintr @@ -740,7 +733,7 @@ - controller bt0 at isa? port "IO_BT0" bio irq ? + controller bt0 at isa? port IO_BT0 bio irq ? vector btintr @@ -749,7 +742,7 @@ - controller uha0 at isa? port "IO_UHA0" bio irq + controller uha0 at isa? port IO_UHA0 bio irq ? drq 5 vector uhaintr @@ -775,7 +768,7 @@ - controller aha0 at isa? port "IO_AHA0" bio + controller aha0 at isa? port IO_AHA0 bio irq ? drq 5 vector ahaintr @@ -906,7 +899,7 @@ - device sc0 at isa? port "IO_KBD" tty irq 1 vector + device sc0 at isa? port IO_KBD tty irq 1 vector scintr @@ -936,8 +929,8 @@ options - "KBD_RESETDELAY=X", options - "KBD_MAXWAIT=Y" + KBD_RESETDELAY=X, options + KBD_MAXWAIT=Y The keyboard driver atkbd and the @@ -958,7 +951,7 @@ options - "KBDIO_DEBUG=N" + KBDIO_DEBUG=N Sets the debug level to N. @@ -989,7 +982,7 @@ - device vt0 at isa? port "IO_KBD" tty irq 1 vector + device vt0 at isa? port IO_KBD tty irq 1 vector pcrint @@ -1007,7 +1000,7 @@ - options "PCVT_FREEBSD=210" + options PCVT_FREEBSD=210 Required with the vt0 console @@ -1047,7 +1040,7 @@ - device psm0 at isa? port "IO_KBD" conflicts tty irq + device psm0 at isa? port IO_KBD conflicts tty irq 12 vector psmintr @@ -1069,7 +1062,7 @@ - device sio0 at isa? port "IO_COM1" tty irq 4 vector + device sio0 at isa? port IO_COM1 tty irq 4 vector siointr @@ -1403,9 +1396,10 @@ Sound cards This is the first section containing lines that are not in the - GENERIC kernel. To include sound card support, you will have to copy - the appropriate lines from the LINT kernel (which contains support for - every device) as follows: + GENERIC kernel. To include sound card support, + you will have to copy the appropriate lines from the LINT kernel + (which contains support for every device) as + follows: @@ -1508,7 +1502,7 @@ device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + m6850intr Stand-alone 6850 UART for MIDI. @@ -1516,7 +1510,7 @@ - device pca0 at isa? port "IO_TIMER1" + device pca0 at isa? port IO_TIMER1 tty @@ -1654,7 +1648,7 @@ - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port IO_GAME PC joystick device. -- Chris Costello Revolutionary: Disk drives go round and round. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 8:10: 3 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF9214F97 for ; Sun, 13 Jun 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81028; Sun, 13 Jun 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id 104DF14F97 for ; Sun, 13 Jun 1999 08:06:10 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip122.houston22.tx.pub-ip.psi.net [38.31.97.122]) by leap.innerx.net (Postfix) with ESMTP id 488C637071 for ; Sun, 13 Jun 1999 11:06:08 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id KAA06073; Sun, 13 Jun 1999 10:06:03 -0500 (CDT) (envelope-from chris) Message-Id: <199906131506.KAA06073@holly.dyndns.org> Date: Sun, 13 Jun 1999 10:06:03 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12184: [Patch] doc/en/handbook/backups/chapter.sgml refers to old devices Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12184 >Category: docs >Synopsis: [Patch] doc/en/handbook/backups/chapter.sgml refers to old devices >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 13 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: None >Environment: $Id: chapter.sgml,v 1.7 1999/05/25 18:43:24 dwhite Exp $ >Description: (Note: The priority on this PR is high because people wanting to learn how to backup important data do not want to be confused by old device name references) Changed sd to da Changed st to sa >How-To-Repeat: View the backups section. >Fix: Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en/handbook/backups/chapter.sgml,v retrieving revision 1.7 diff -u -r1.7 chapter.sgml --- chapter.sgml 1999/05/25 18:43:24 1.7 +++ chapter.sgml 1999/06/13 15:02:52 @@ -170,8 +170,8 @@ blank tape, the operation will fail. The console messages should be similar to: - st0(ncr1:4:0): NOT READY asc:4,1 -st0(ncr1:4:0): Logical unit is in process of becoming ready + sa0(ncr1:4:0): NOT READY asc:4,1 +sa0(ncr1:4:0): Logical unit is in process of becoming ready The tape does not contain an Identifier Block (block number 0). All QIC tape drives since the adoption of QIC-525 standard write an @@ -230,7 +230,7 @@ on the remote computer. (e.g. When rdump'ing from a FreeBSD computer to an Exabyte tape drive connected to a Sun called komodo, use: /sbin/rdump 0dsbfu 54000 13000 - 126 komodo:/dev/nrst8 /dev/rsd0a 2>&1) Beware: there + 126 komodo:/dev/nrsa8 /dev/rda0a 2>&1) Beware: there are security implications to allowing rhosts commands. Evaluate your situation carefully. @@ -250,7 +250,7 @@ supports remote devices using the same syntax as &man.rdump.8;. To &man.tar.1; to an Exabyte tape drive connected to a Sun called komodo, use: /usr/bin/tar cf - komodo:/dev/nrst8 . 2>&1. For versions without remote + komodo:/dev/nrsa8 . 2>&1. For versions without remote device support, you can use a pipeline and &man.rsh.1; to send the data to a remote tape drive. (XXX add an example command) @@ -264,7 +264,7 @@ and pipe the data to other programs. This last feature makes &man.cpio.1; and excellent choice for installation media. &man.cpio.1; does not know how to walk the directory tree and a list - of files must be provided thru STDIN. + of files must be provided through stdin. &man.cpio.1; does not support backups across the network. You can use a pipeline and &man.rsh.1; to send the data to a remote tape @@ -360,7 +360,7 @@ preparation for any disaster that may occur. First, print the disklabel from each of your disks - (e.g. disklabel sd0 | lpr), your filesystem table + (e.g. disklabel da0 | lpr), your filesystem table (/etc/fstab) and all boot messages, two copies of each. @@ -389,8 +389,8 @@ procedure. Store these notes with the bootable floppy, the printouts and the backup tapes. You will be so distraught when restoring that the notes may prevent you from destroying your backup - tapes (How? In place of tar xvf /dev/rst0, you - might accidently type tar cvf /dev/rst0 and + tapes (How? In place of tar xvf /dev/rsa0, you + might accidently type tar cvf /dev/rsa0 and over-write your backup tape). For an added measure of security, make bootable floppies and two @@ -468,7 +468,7 @@ options NCONS=2 #1 virtual consoles options USERCONFIG #Allow user configuration with -c XXX -config kernel root on sd0 swap on sd0 and sd1 dumps on sd0 +config kernel root on da0 swap on da0 and da1 dumps on da0 controller isa0 controller pci0 @@ -483,11 +483,11 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr -device sd0 -device sd1 -device sd2 +device da0 +device da1 +device da2 -device st0 +device sa0 pseudo-device loop # required by INET pseudo-device gzip # Exec gzipped a.out's @@ -521,10 +521,10 @@ # cd /mnt/dev ./MAKEDEV std -./MAKEDEV sd0 -./MAKEDEV sd1 -./MAKEDEV sd2 -./MAKEDEV st0 +./MAKEDEV da0 +./MAKEDEV da1 +./MAKEDEV da2 +./MAKEDEV sa0 ./MAKEDEV pty0 cd / @@ -583,7 +583,7 @@ Recover each filesystem separately. - Try to &man.mount.8; (e.g. mount /dev/sd0a + Try to &man.mount.8; (e.g. mount /dev/da0a /mnt) the root partition of your first disk. If the disklabel was damaged, use &man.disklabel.8; to re-partition and label the disk to match the label that your printed and saved. Use @@ -591,7 +591,7 @@ partition of the floppy read-write (mount -u -o rw /mnt). Use your backup program and backup tapes to recover the data for this filesystem (e.g. restore vrf - /dev/st0). Unmount the filesystem (e.g. umount + /dev/sa0). Unmount the filesystem (e.g. umount /mnt) Repeat for each filesystem that was damaged. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 8:20: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A357A14E55 for ; Sun, 13 Jun 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81799; Sun, 13 Jun 1999 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id 70C3014F97 for ; Sun, 13 Jun 1999 08:11:05 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip122.houston22.tx.pub-ip.psi.net [38.31.97.122]) by leap.innerx.net (Postfix) with ESMTP id 889AE37071 for ; Sun, 13 Jun 1999 11:11:04 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id KAA06208; Sun, 13 Jun 1999 10:11:00 -0500 (CDT) (envelope-from chris) Message-Id: <199906131511.KAA06208@holly.dyndns.org> Date: Sun, 13 Jun 1999 10:11:00 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12185: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12185 >Category: docs >Synopsis: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 13 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: $Id: chapter.sgml,v 1.8 1999/03/08 22:04:48 nik Exp $ >Description: Change a couple references of sd to da >How-To-Repeat: View the quotas section. >Fix: Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en/handbook/quotas/chapter.sgml,v retrieving revision 1.8 diff -u -r1.8 chapter.sgml --- chapter.sgml 1999/03/08 22:04:48 1.8 +++ chapter.sgml 1999/06/13 15:07:54 @@ -63,7 +63,7 @@ enable quotas on. For example: -/dev/sd1s2g /home ufs rw,userquota 1 2 +/dev/da1s2g /home ufs rw,userquota 1 2 Similarly, to enable group quotas, use the groupquota option instead of the @@ -71,7 +71,7 @@ quotas, change the entry as follows: -/dev/sd1s2g /home ufs rw,userquota,groupquota 1 2 +/dev/da1s2g /home ufs rw,userquota,groupquota 1 2 By default the quota files are stored in the root directory of the file system with the names quota.user and >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:12: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id E60A214EAC for ; Sun, 13 Jun 1999 09:12:00 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id RAA56055; Sun, 13 Jun 1999 17:08:39 +0100 (BST) (envelope-from nik) Date: Sun, 13 Jun 1999 17:08:38 +0100 From: Nik Clayton To: Andrew Boothman Cc: FreeBSD-Doc@FreeBSD.org Subject: Re: Making Docs problem Message-ID: <19990613170838.E50235@catkin.nothing-going-on.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Andrew Boothman on Thu, Jun 10, 1999 at 11:26:22PM +0100 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 10, 1999 at 11:26:22PM +0100, Andrew Boothman wrote: > /usr/local/bin/jade:E: cannot open "/usr/local/share/sgml/docbook/catalog" (No > such file or directory) You're missing this file. It should contain CATALOG "2.4.1/catalog" CATALOG "3.0/catalog" CATALOG "3.1/catalog" And is generated by the textproc/docbook port. That should fix it. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:12:18 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 141F914EAC for ; Sun, 13 Jun 1999 09:12:00 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id QAA52778; Sun, 13 Jun 1999 16:42:50 +0100 (BST) (envelope-from nik) Date: Sun, 13 Jun 1999 16:42:47 +0100 From: Nik Clayton To: Dewayne Holden Cc: freebsd-doc@FreeBSD.ORG Subject: Re: suggestion Message-ID: <19990613164246.A50235@catkin.nothing-going-on.org> References: <19990612000406.14830.qmail@nwcst287.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990612000406.14830.qmail@nwcst287.netaddress.usa.net>; from Dewayne Holden on Fri, Jun 11, 1999 at 07:04:06PM -0500 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 11, 1999 at 07:04:06PM -0500, Dewayne Holden wrote: > just a suggestion, you have tutorials and pages for people new to unix and > bsd. I suggest something a long the lines for people migrating from linux to > bsd. I know a good bit about linux, but null about bsd. i'm curious to it;s > differences, in terms of hardware support specifically. thanks for > entertaining my thought. Thanks for the suggestion. A couple of people have expressed interest in writing such an article -- not coming from Linux, I'm not qualified to write it myself. If you'd be interested in reviewing any efforts when they're finished, please let me know. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:13:17 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id C483F14EAC; Sun, 13 Jun 1999 09:13:14 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id RAA55618; Sun, 13 Jun 1999 17:05:26 +0100 (BST) (envelope-from nik) Date: Sun, 13 Jun 1999 17:05:25 +0100 From: Nik Clayton To: Jeroen Ruigrok/Asmodai Cc: Nik Clayton , Jeroen Ruigrok van der Werven , FreeBSD Documentation , Nik Clayton Subject: Re: DocProj Message-ID: <19990613170525.D50235@catkin.nothing-going-on.org> References: <19990608185612.A52754@daemon.ninth-circle.org> <19990610232052.A69521@catkin.nothing-going-on.org> <19990612164119.C19595@ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990612164119.C19595@ninth-circle.org>; from Jeroen Ruigrok/Asmodai on Sat, Jun 12, 1999 at 04:41:19PM +0200 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 12, 1999 at 04:41:19PM +0200, Jeroen Ruigrok/Asmodai wrote: > -52- Error: the french package doesn't run in such minimal document class, sorry! > > Did ye even encounter it yerself Nik? Or am I getting all sorts of errors > no-one sees but I always get? *chuckle* =) That's a new one on me. Did you have TeX installed prior to installing JadeTeX? > > > Second, I saw that teTeX 1.0 hit the fan, so we're able to continue > > > the teTeX-story finally using non-beta software? > > > > In theory, yep. It needs testing with the FDP stuff before we replace > > teTeX-beta however. > > True... I am a willing victim ;) I've forwarded you a copy of the proposed port for 1.0.2. Let me know how you get on. Cheers, N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:13:33 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3E01523E; Sun, 13 Jun 1999 09:13:25 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA84573; Sun, 13 Jun 1999 09:13:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:13:24 -0700 (PDT) From: Message-Id: <199906131613.JAA84573@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12164: Update doc: doc/ru/FAQ/applications.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/applications.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:13:09 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:14: 7 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CD7E15270; Sun, 13 Jun 1999 09:13:59 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA84691; Sun, 13 Jun 1999 09:13:59 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:13:59 -0700 (PDT) From: Message-Id: <199906131613.JAA84691@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12165: Update doc: doc/ru/FAQ/commercial.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/commercial.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:13:36 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:14:41 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A2215106; Sun, 13 Jun 1999 09:14:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA84803; Sun, 13 Jun 1999 09:14:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:14:38 -0700 (PDT) From: Message-Id: <199906131614.JAA84803@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12166: Update doc: doc/ru/FAQ/hackers.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/hackers.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:14:14 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:15:34 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 587A015161; Sun, 13 Jun 1999 09:15:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA84927; Sun, 13 Jun 1999 09:15:23 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:15:23 -0700 (PDT) From: Message-Id: <199906131615.JAA84927@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12167: Update doc: doc/ru/FAQ/hardware.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/hardware.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:15:00 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:16: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E6F315106; Sun, 13 Jun 1999 09:16:04 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85044; Sun, 13 Jun 1999 09:16:03 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:16:03 -0700 (PDT) From: Message-Id: <199906131616.JAA85044@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12168: Update doc: doc/ru/FAQ/install.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/install.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:15:38 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:16:56 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F311F150B6; Sun, 13 Jun 1999 09:16:54 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85246; Sun, 13 Jun 1999 09:16:54 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:16:54 -0700 (PDT) From: Message-Id: <199906131616.JAA85246@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12169: Update doc: doc/ru/FAQ/misc.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/misc.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:16:15 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:17:42 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5A4015175; Sun, 13 Jun 1999 09:17:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85394; Sun, 13 Jun 1999 09:17:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:17:32 -0700 (PDT) From: Message-Id: <199906131617.JAA85394@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12170: Update doc: doc/ru/FAQ/preface.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/preface.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:17:07 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:18:11 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41FA8150B6; Sun, 13 Jun 1999 09:18:10 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85649; Sun, 13 Jun 1999 09:18:10 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:18:10 -0700 (PDT) From: Message-Id: <199906131618.JAA85649@freefall.freebsd.org> To: andy@icc.surw.chel.su, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12171: Update doc: doc/ru/FAQ/x.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update doc: doc/ru/FAQ/x.sgml State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:17:48 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:19:10 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE2D15157; Sun, 13 Jun 1999 09:19:00 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85795; Sun, 13 Jun 1999 09:19:00 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:19:00 -0700 (PDT) From: Message-Id: <199906131619.JAA85795@freefall.freebsd.org> To: chris@calldei.com, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12179: [Patch] doc/en/handbook/introduction/chapter.sgml is old. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] doc/en/handbook/introduction/chapter.sgml is old. State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:18:27 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:19:50 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AE53150B6; Sun, 13 Jun 1999 09:19:49 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85887; Sun, 13 Jun 1999 09:19:49 -0700 (PDT) (envelope-from nik@FreeBSD.org) Date: Sun, 13 Jun 1999 09:19:49 -0700 (PDT) From: Message-Id: <199906131619.JAA85887@freefall.freebsd.org> To: chris@calldei.com, nik@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12180: [Patch] doc/en/handbook/install/chapter.sgml is old. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] doc/en/handbook/install/chapter.sgml is old. State-Changed-From-To: open->closed State-Changed-By: nik State-Changed-When: Sun Jun 13 09:19:10 PDT 1999 State-Changed-Why: Committed, Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:20:10 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89CCA1533F for ; Sun, 13 Jun 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85937; Sun, 13 Jun 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 13 Jun 1999 09:20:01 -0700 (PDT) Message-Id: <199906131620.JAA85937@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Nik Clayton Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Reply-To: Nik Clayton Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: Nik Clayton To: chris@calldei.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Date: Sun, 13 Jun 1999 17:04:07 +0100 Chris, On Sat, Jun 12, 1999 at 11:43:41PM -0500, chris@calldei.com wrote: > Modified kernel config sample lines to remove the quotes. It looks like your system is more current than mine, as mine still needs the quotes! Can you redo this patch slightly? Probably leave the examples without the quotes, but include a brief section explaining when the quotes were removed, and what to do if you're building on a system that still requires the quotes. Possibly include the error message you get if you need the quotes included, but haven't included them? Cheers, N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 9:54:49 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 6C9771523C; Sun, 13 Jun 1999 09:54:44 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.116]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3EE7; Sun, 13 Jun 1999 18:54:43 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id SAA29658; Sun, 13 Jun 1999 18:55:13 +0200 (CEST) (envelope-from asmodai) Date: Sun, 13 Jun 1999 18:55:13 +0200 From: Jeroen Ruigrok/Asmodai To: Nik Clayton Cc: FreeBSD Documentation , Nik Clayton Subject: Re: DocProj Message-ID: <19990613185513.A29651@daemon.ninth-circle.org> References: <19990608185612.A52754@daemon.ninth-circle.org> <19990610232052.A69521@catkin.nothing-going-on.org> <19990612164119.C19595@ninth-circle.org> <19990613170525.D50235@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <19990613170525.D50235@catkin.nothing-going-on.org>; from Nik Clayton on Sun, Jun 13, 1999 at 05:05:25PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Nik Clayton (nik@nothing-going-on.demon.co.uk) [990613 18:46]: > On Sat, Jun 12, 1999 at 04:41:19PM +0200, Jeroen Ruigrok/Asmodai wrote: > > -52- Error: the french package doesn't run in such minimal document class, sorry! > > > > Did ye even encounter it yerself Nik? Or am I getting all sorts of errors > > no-one sees but I always get? *chuckle* =) > > That's a new one on me. Did you have TeX installed prior to installing > JadeTeX? Yeah, but that's teTeX-beta 990406, so that should be ok. Were you installing the docproj clean everytime? > I've forwarded you a copy of the proposed port for 1.0.2. Let me know > how you get on. Either it's still on its way or it got lost ;) [ sidenote: I hope my From: now appears as asmodai@wxs.nl again, else my sendmail masquerading is fubared 'gain ] -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The *BSD Programmer's Documentation Project Network/Security Specialist *BSD & (g)VIM : Accept no limitations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 14:20: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 823BD14C1E for ; Sun, 13 Jun 1999 14:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA05815; Sun, 13 Jun 1999 14:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 13 Jun 1999 14:20:03 -0700 (PDT) Message-Id: <199906132120.OAA05815@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Chris Costello Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Reply-To: Chris Costello Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: Chris Costello To: Nik Clayton Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Date: Sun, 13 Jun 1999 16:12:25 -0500 On Sun, Jun 13, 1999, Nik Clayton wrote: > Can you redo this patch slightly? Probably leave the examples without > the quotes, but include a brief section explaining when the quotes were > removed, and what to do if you're building on a system that still > requires the quotes. Possibly include the error message you get if you > need the quotes included, but haven't included them? What does that error message look like? > > Cheers, > > N > -- > [intentional self-reference] can be easily accommodated using a blessed, > non-self-referential dummy head-node whose own object destructor severs > the links. > -- Tom Christiansen in <375143b5@cs.colorado.edu> -- Chris Costello A bad random number generator: 1, 1, 1, 1, 1, 4.33e+67, 1, 1, 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 14:31:48 1999 Delivered-To: freebsd-doc@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id 0258414CD4 for ; Sun, 13 Jun 1999 14:31:43 -0700 (PDT) (envelope-from andrew@cream.org) Received: from [212.126.148.235] (helo=cream.org) by scrabble.freeuk.net with esmtp (Exim 2.11 #1) id 10tHqm-0004cH-00; Sun, 13 Jun 1999 21:31:32 +0000 Content-Length: 658 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990613170838.E50235@catkin.nothing-going-on.org> Date: Sun, 13 Jun 1999 22:28:38 +0100 (BST) From: Andrew Boothman To: Nik Clayton Subject: Re: Making Docs problem Cc: FreeBSD-Doc@FreeBSD.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 13-Jun-99 Nik Clayton wrote: > You're missing this file. It should contain > > CATALOG "2.4.1/catalog" > CATALOG "3.0/catalog" > CATALOG "3.1/catalog" > > And is generated by the textproc/docbook port. Many thanks, but this appears to have half-fixed it. Now Jade reports that it can't find 3.1/catalog, and sure enough it wasn't installed when I installed the docproj port. If Docbook 3.1 was added recently, then do I need to update by ports tree (I'm running 3.1-RELEASE) to install the new Docbook 3.1 DTD? --- Andrew Boothman http://sour.cream.org Unmetered Telecoms. Join the Fight! http://www.unmetered.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jun 13 23:34:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from hotmail.com (law-f249.hotmail.com [209.185.130.214]) by hub.freebsd.org (Postfix) with SMTP id 12CBD14C30 for ; Sun, 13 Jun 1999 23:34:13 -0700 (PDT) (envelope-from power_smith@hotmail.com) Received: (qmail 54254 invoked by uid 0); 14 Jun 1999 06:34:13 -0000 Message-ID: <19990614063413.54253.qmail@hotmail.com> Received: from 202.109.57.103 by www.hotmail.com with HTTP; Sun, 13 Jun 1999 23:34:12 PDT X-Originating-IP: [202.109.57.103] From: power smith To: freebsd-doc@freebsd.org Subject: For domainhosting business Date: Sun, 13 Jun 1999 23:34:12 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear sirs, We're visited the web site of Yahoo,from which we know that you are the ISP. We're one of the domain name registered servicer in China,and we currently accpt orders for .com.cn,.net.cn,.org.cn,and we enjoy the high reputation.But now some of our local clients require domain name such as .com,.net,.org.So we need to find worldwide partners who are the ISP and can help us to register .com domain. Would you please tell us what kind of general services do you supply?And if we can be given an opportunity to be one of your agents in China? We're looking forward to your kindly response and hope it will lead to further business cooperation between us.Thanks a lot. Yours faithfully, J.Chen Maketing Dep. Please contact us by email:sellname@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jun 14 11: 0:23 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAD2F1541B for ; Mon, 14 Jun 1999 11:00:18 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84746 for freebsd-doc@freebsd.org; Mon, 14 Jun 1999 11:00:18 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Jun 1999 11:00:18 -0700 (PDT) Message-Id: <199906141800.LAA84746@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/06/12] docs/12181 doc [Patch] doc/en/handbook/kernelconfig/chap o [1999/06/13] docs/12184 doc [Patch] doc/en/handbook/backups/chapter.s 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready a [1998/07/31] docs/7456 doc dialog(3) man page outdated a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/18] docs/10659 doc Many syscall man pages have an IMPLEMENTA o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/30] docs/10877 doc manpage for objformat incorrectly mention o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] docs/11615 doc Handbook: linux emulation documentation o o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/20] bin/11805 doc [PATCH] argument missing from kzip.1 syno o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/04] docs/12021 doc support.sgml Sydney UG update o [1999/06/04] docs/12023 doc cam_get_device(3) function return-value i o [1999/06/07] docs/12075 doc [PATCH] Ports Changes Page Does not List o [1999/06/09] docs/12108 doc Add new FAQ entry in /doc/en/FAQ/preface. o [1999/06/10] docs/12119 doc [Patch] Cosmetic: Missing space in FAQ/pr o [1999/06/10] docs/12128 doc Cosmetics changes in eresoureses.sgml o [1999/06/11] docs/12132 doc Invalid URL at http://www.freebsd.org/int o [1999/06/11] docs/12148 doc On a sample in the printing section of Th o [1999/06/13] docs/12185 doc [Patch] doc/en/handbook/quotas/chapter.sg 43 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jun 14 11:21:32 1999 Delivered-To: freebsd-doc@freebsd.org Received: from Mail.recorder.ca (Mail.RipNET.com [206.47.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 0B33814D54 for ; Mon, 14 Jun 1999 11:21:29 -0700 (PDT) (envelope-from jedi@brockville.com) Received: from brockville.com (A1-P055.RipNET.com [207.236.51.56]) by Mail.recorder.ca (8.9.3/8.9.3) with ESMTP id OAA18196 for ; Mon, 14 Jun 1999 14:21:26 -0400 Message-ID: <37654841.98231C72@brockville.com> Date: Mon, 14 Jun 1999 14:21:54 -0400 From: Adrian Parker X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: BSD - New OS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was wondering if you might help me out. I hadn't recently decided to once again install a multi user OS. I wasn't quite sure what to get though. It comes down to Debian, FreeBSD, or Solaris7. I haven't any real specific purpose for using it. I will be on a desktop PC. Aside from using IRC, browsing a bit, and maybe getting into a bit of Python and/or C programming I haven't any lofty goals. I was wondering if you'd suggest FreeBSD given this situation? Or perhaps for a desktop PC you might think another is better. Sincerely, Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jun 14 15: 9:13 1999 Delivered-To: freebsd-doc@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 9D17214C92 for ; Mon, 14 Jun 1999 15:09:03 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id SAA36248; Mon, 14 Jun 1999 18:08:49 -0400 (EDT) Date: Mon, 14 Jun 1999 18:08:49 -0400 (EDT) From: Chuck Robey To: Adrian Parker Cc: freebsd-doc@FreeBSD.ORG Subject: Re: BSD - New OS In-Reply-To: <37654841.98231C72@brockville.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Jun 1999, Adrian Parker wrote: > I was wondering if you might help me out. I hadn't recently decided to > once again install a multi user OS. I wasn't quite sure what to get > though. It comes down to Debian, FreeBSD, or Solaris7. I haven't any > real specific purpose for using it. I will be on a desktop PC. Aside > from using IRC, browsing a bit, and maybe getting into a bit of Python > and/or C programming I haven't any lofty goals. I was wondering if > you'd suggest FreeBSD given this situation? Or perhaps for a desktop PC > you might think another is better. Under those loose conditions, they're all equally good. If you don't mind installing your own compiler and packages under Solaris7, that is, because it doesn't come with a compiler. > > Sincerely, > Adrian > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic and jaunt, both FreeBSD-current. (301) 220-2114 | ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 0:11:11 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id A930F14D62 for ; Tue, 15 Jun 1999 00:10:33 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id JAA14992 for ; Tue, 15 Jun 1999 09:08:17 +0200 (MET DST) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.9.1/8.9.0) id JAA11461 for doc@freebsd.org; Tue, 15 Jun 1999 09:08:14 +0200 (MET DST) Message-ID: <19990615090814.B10993@cs.tu-berlin.de> Date: Tue, 15 Jun 1999 09:08:14 +0200 From: Wolfram Schneider To: doc@freebsd.org Subject: [chris@vindaloo.com: Can we get a listing for CFUG (Connecticut Free Unix users Group)?] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone add this group? Thanks, Wolfram ----- Forwarded message from Christopher Sean Hilton ----- Date: Sat, 12 Jun 1999 11:01:31 -0400 (EDT) From: Christopher Sean Hilton To: www@FreeBSD.ORG, rinaldi@cfug.org Subject: Can we get a listing for CFUG (Connecticut Free Unix users Group)? Can we get a listing for CFUG on the FreeBSD User's group page at www.cfug.org? We are are group devoted to Free Unix in specifically but with resources for almost all Unixen. Our area of operation is pretty much Connecticut and Western Massachusetts. Chris -- __o "All I was trying to do was get home from work." _`\<,_ -Rosa Parks ___(*)/_(*)____.___o____..___..o...________ooO..._____________________ Christopher Sean Hilton [chris/at/vindaloo/dot/com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 0:50: 3 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A841A15415 for ; Tue, 15 Jun 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81071; Tue, 15 Jun 1999 00:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C11E814EE4; Tue, 15 Jun 1999 00:47:47 -0700 (PDT) Message-Id: <19990615074747.C11E814EE4@hub.freebsd.org> Date: Tue, 15 Jun 1999 00:47:47 -0700 (PDT) From: jainp@accsoft.com.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/12220: No manual page on system command "getkerninfo" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12220 >Category: docs >Synopsis: No manual page on system command "getkerninfo" >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: Tue Jun 15 00:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pawan Jain >Release: 3.1 >Organization: Commonwealth Bank Of Australia >Environment: >Description: We want to extract routing information by specifying a particular destination IP address. The man page on Route and Rtentry mention that this information can be acquired using getkerninfo command. But there is no such man page. Is it possible to get the information as how to use this command. Or if there is any other method of acquiring this information. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 3:56:57 1999 Delivered-To: freebsd-doc@freebsd.org Received: from accessalex.com.eg (unknown [163.121.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 3EAEE14C3B for ; Tue, 15 Jun 1999 03:56:42 -0700 (PDT) (envelope-from moustafa@accessalex.com.eg) Received: from accessalex.com.eg ([205.161.126.20]) by accessalex.com.eg (8.9.3/8.9.3) with ESMTP id NAA06864 for ; Tue, 15 Jun 1999 13:54:11 +0300 (EEST) (envelope-from moustafa@accessalex.com.eg) Message-ID: <30EA860F.7EB93EDD@accessalex.com.eg> Date: Wed, 03 Jan 1996 15:35:12 +0200 From: Moustafa Reply-To: moustafa@accessalex.com.eg X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: Freeunixe OS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am concern with graphic motion and active display. I would like to get free UNIX operating system for graphics display and other applications Please send me the websites which activated in graphic environment Moustafa Osman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 11:22: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3D6B152CA; Tue, 15 Jun 1999 11:22:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22715; Tue, 15 Jun 1999 11:22:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 15 Jun 1999 11:22:04 -0700 (PDT) From: Message-Id: <199906151822.LAA22715@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-doc@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/11805: [PATCH] argument missing from kzip.1 synopsis Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] argument missing from kzip.1 synopsis Responsible-Changed-From-To: freebsd-doc->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jun 15 11:20:37 PDT 1999 Responsible-Changed-Why: I'll squish my own nit now that I'm a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 12: 8:13 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90EB114CE0; Tue, 15 Jun 1999 12:08:11 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27980; Tue, 15 Jun 1999 12:08:11 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 12:08:11 -0700 (PDT) From: Message-Id: <199906151908.MAA27980@freefall.freebsd.org> To: robert+freebsd@cyrus.watson.org, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/10659: Many syscall man pages have an IMPLEMENTATION NOTES section Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Many syscall man pages have an IMPLEMENTATION NOTES section State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 12:07:36 PDT 1999 State-Changed-Why: Documented the IMPLEMENTATION NOTES section in mdoc(7). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 12:22: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73ED515163; Tue, 15 Jun 1999 12:22:04 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29608; Tue, 15 Jun 1999 12:22:04 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 12:22:04 -0700 (PDT) From: Message-Id: <199906151922.MAA29608@freefall.freebsd.org> To: mark.hannon@stockholm.mail.telia.com, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/10877: manpage for objformat incorrectly mentions a.out Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: manpage for objformat incorrectly mentions a.out State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 12:21:25 PDT 1999 State-Changed-Why: The objformat(1) man page was updated to correctly list the two different object file formats. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 13: 5:41 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A2915549; Tue, 15 Jun 1999 13:05:39 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34793; Tue, 15 Jun 1999 13:05:40 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 13:05:40 -0700 (PDT) From: Message-Id: <199906152005.NAA34793@freefall.freebsd.org> To: alumina@sensyu.ne.jp, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12023: cam_get_device(3) function return-value is different.(man&src) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cam_get_device(3) function return-value is different.(man&src) State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 13:04:50 PDT 1999 State-Changed-Why: The library was updated to return the values specified in the documentntation, since this is what camcontrol(8) is expecting. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 13:13:34 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8110514F3A; Tue, 15 Jun 1999 13:13:33 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36052; Tue, 15 Jun 1999 13:13:33 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 13:13:33 -0700 (PDT) From: Message-Id: <199906152013.NAA36052@freefall.freebsd.org> To: chris@calldei.com, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12119: [Patch] Cosmetic: Missing space in FAQ/preface.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Cosmetic: Missing space in FAQ/preface.sgml State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 13:13:17 PDT 1999 State-Changed-Why: Supplied patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 13:26: 0 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6E2715708; Tue, 15 Jun 1999 13:25:25 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA37896; Tue, 15 Jun 1999 13:25:25 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 13:25:25 -0700 (PDT) From: Message-Id: <199906152025.NAA37896@freefall.freebsd.org> To: chris@calldei.com, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12185: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 13:25:06 PDT 1999 State-Changed-Why: Supplied patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 13:38:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C000D15661; Tue, 15 Jun 1999 13:38:12 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA39123; Tue, 15 Jun 1999 13:38:13 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Date: Tue, 15 Jun 1999 13:38:13 -0700 (PDT) From: Message-Id: <199906152038.NAA39123@freefall.freebsd.org> To: chris@calldei.com, mpp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12184: [Patch] doc/en/handbook/backups/chapter.sgml refers to old devices Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] doc/en/handbook/backups/chapter.sgml refers to old devices State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Tue Jun 15 13:37:50 PDT 1999 State-Changed-Why: Supplied patches applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 15:23:33 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (Postfix) with ESMTP id 856AA14DE4; Tue, 15 Jun 1999 15:23:28 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (207-172-143-110.s47.as1.hgt.md.dialup.rcn.com [207.172.143.110]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id SAA03962; Tue, 15 Jun 1999 18:23:18 -0400 (EDT) Message-Id: <199906152223.SAA03962@smtp3.erols.com> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906132120.OAA05815@freefall.freebsd.org> Date: Tue, 15 Jun 1999 18:23:17 -0400 (EDT) From: John Baldwin To: Chris Costello Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgm Cc: freebsd-doc@freebsd.org, FreeBSD-gnats-submit@freebsd.org, Nik Clayton Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 13-Jun-99 Chris Costello wrote: > The following reply was made to PR docs/12181; it has been noted by GNATS. > > From: Chris Costello > To: Nik Clayton > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml > needs updating. > Date: Sun, 13 Jun 1999 16:12:25 -0500 > > On Sun, Jun 13, 1999, Nik Clayton wrote: > > Can you redo this patch slightly? Probably leave the examples without > > the quotes, but include a brief section explaining when the quotes were > > removed, and what to do if you're building on a system that still > > requires the quotes. Possibly include the error message you get if you > > need the quotes included, but haven't included them? > > What does that error message look like? The update to config(8) that made quotes optional was only applied to -current. Since the handbook is geared towards -stable and -release users, we probably should keep that paragraph in for now, IMHO. --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 15:30: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B8E1539E for ; Tue, 15 Jun 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52742; Tue, 15 Jun 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 15 Jun 1999 15:30:02 -0700 (PDT) Message-Id: <199906152230.PAA52742@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: John Baldwin Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgm Reply-To: John Baldwin Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: John Baldwin To: Chris Costello Cc: freebsd-doc@freebsd.org, FreeBSD-gnats-submit@freebsd.org, Nik Clayton Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgm Date: Tue, 15 Jun 1999 18:23:17 -0400 (EDT) On 13-Jun-99 Chris Costello wrote: > The following reply was made to PR docs/12181; it has been noted by GNATS. > > From: Chris Costello > To: Nik Clayton > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml > needs updating. > Date: Sun, 13 Jun 1999 16:12:25 -0500 > > On Sun, Jun 13, 1999, Nik Clayton wrote: > > Can you redo this patch slightly? Probably leave the examples without > > the quotes, but include a brief section explaining when the quotes were > > removed, and what to do if you're building on a system that still > > requires the quotes. Possibly include the error message you get if you > > need the quotes included, but haven't included them? > > What does that error message look like? The update to config(8) that made quotes optional was only applied to -current. Since the handbook is geared towards -stable and -release users, we probably should keep that paragraph in for now, IMHO. --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jun 15 15:30:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freed.dyn.ez-ip.net (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 3E249153DB for ; Tue, 15 Jun 1999 15:30:39 -0700 (PDT) (envelope-from spidey@freed.dyn.ez-ip.net) Received: (from spidey@localhost) by freed.dyn.ez-ip.net (8.9.3/8.9.3) id SAA50661; Tue, 15 Jun 1999 18:31:00 -0400 (EDT) (envelope-from spidey) To: freebsd-doc@freebsd.org Subject: Problems making the handbook in stable Reply-To: beaupran@jsp.umontreal.ca From: Spidey Date: 15 Jun 1999 18:30:59 -0400 Message-ID: <87u2s9p04c.fsf@freed.dyn.ez-ip.net> Lines: 88 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everybody... I already talked about this with Nik Clayton, but I'm still stuck. I can't make the handbook from the cvsup updates. I hope this is not on the wrong list (-stable maybe?) anyways... here is my supfile: -- *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress doc-all -- The FAQ builds and installs itself correctly. But when I try with DOC_LANG=en, to build the handbook: root@freed [06:20pm] doc# make DOC_LANG=en ===> FAQ ===> en ===> en/handbook /usr/local/bin/jade -V html-manifest -ioutput.html -c /usr/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/share/sgml/freebsd.dsl -t sgml handbook.sgml /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:54:63:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN" /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:55:13:E: reference to entity "orig-docbook" for which no system identifier could be generated /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:54:0: entity was defined here /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:62:24:E: parameter entity "cptr.char.mix" not defined /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:62:38:E: delimiter ")" invalid: only data tag group, model group, element token, "#PCDATA" and token separators are allowed /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:74:17:E: parameter entity "common.attrib" not defined /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:77:26:E: parameter entity "cptr.char.mix" not defined /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:77:40:E: delimiter ")" invalid: only data tag group, model group, element token, "#PCDATA" and token separators are allowed [...] I get _A LOT_ of these: at the end: /usr/local/bin/jade:introduction/chapter.sgml:392:6:E: element "TERM" undefined /usr/local/bin/jade:introduction/chapter.sgml:393:8:E: there is no attribute "ID" /usr/local/bin/jade:I: maximum number of errors (200) reached; change with -E option /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'mirrors-ftp' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'nutshell' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'history' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'relnotes' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'contrib' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'mirrors' /usr/local/bin/jade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:18:3:E: Link to missing ID 'staff' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. root@freed [06:21pm] doc# ARGH. Has _anyone_ built this darn handbook??? here the system is a: FreeBSD freed.dyn.ez-ip.net 3.2-STABLE FreeBSD 3.2-STABLE #10: Wed Jun 2 18:11:35 EDT 1999 spidey@freed.ddns.org:/usr/src/sys/compile/HALL i386 cvsup'd the doc-all and ports-all collections today. I've rebuilded the necessary programs needed for textproc/docproj . And still. I get no damn handbook. How. Why. Sorry if this is out of context for the list, or if I bother some people, but I'm despaired. I use a 3.2-stable system, but I have the handbook for 3.0-release!! AARGH! thanks you for any input. ants. -- Stop the bombings. Stop the murders. Anti-war. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 3:10:51 1999 Delivered-To: freebsd-doc@freebsd.org Received: from firewall1.lehman.com (firewall1.Lehman.COM [192.147.65.82]) by hub.freebsd.org (Postfix) with ESMTP id 1337C14C59 for ; Wed, 16 Jun 1999 03:10:47 -0700 (PDT) (envelope-from nclayton@lehman.com) Received: from relay2.messaging-svcs4.lehman.com by firewall1.lehman.com (8.8.6/8.8.6) id GAA23607; Wed, 16 Jun 1999 06:10:44 -0400 (EDT) Message-ID: <19990616104716.U15628@lehman.com> Date: Wed, 16 Jun 1999 10:47:16 +0100 From: Nik Clayton To: beaupran@jsp.umontreal.ca, freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable References: <199906152359.AAA10668@lonmailhost.lehman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199906152359.AAA10668@lonmailhost.lehman.com>; from Spidey on Tue, Jun 15, 1999 at 06:30:59PM -0400 Organization: Lehman Brothers Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 15, 1999 at 06:30:59PM -0400, Spidey wrote: > I already talked about this with Nik Clayton, but I'm still stuck. Hi again. . . > here is my supfile: > > -- > *default host=cvsup.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > *default compress > doc-all > -- Looks fine. > /usr/local/bin/jade -V html-manifest -ioutput.html -c /usr/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/share/sgml/freebsd.dsl -t sgml handbook.sgml Verify that all the file names in that command line exist. In particular, /usr/local/share/sgml/docbook/catalog. > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:54:63:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN" This is the root of the problem. The handbook starts: Jade has successfully converted that FPI in to the filename /usr/share/doc/sgml/freebsd.dtd (by reading in /usr/share/doc/sgml/catalog). If you look at freebsd.dtd you will see that it is a customisation layer around the DocBook DTD. So it needs to include the entirety of the DocBook DTD within it. In freebsd.dtd you will see the lines %orig-docbook; As before, Jade will need to convert "-//OASIS//DTD DocBook V3.1//EN" in to the name of a file on your system. Jade's term for a filename in this context is a "system identifier", and it looks these up using a catalog file in the same way that it used doc/share/sgml/catalog for the freebsd.dtd file. In this case, the catalog file that Jade should be using is /usr/local/share/sgml/docbook/catalog (it's one of the "-c" options to Jade in the original command line). If you look in this file, it should contain just three entries, all starting with "CATALOG", and pointing at catalog files in the three subdirectories that correspond with the 3 different versions of the DocBook DTD you should have installed (2.4.1, 3.0, and 3.1). This is legal, catalog files are allowed to point to other catalog files like this. If you look in /usr/local/share/sgml/docbook/3.1/catalog you should see a line that looks something like PUBLIC "-//OASIS//DTD DocBook V3.1//EN" docbook.dtd which is what does the mapping between the FPI and the file name (system identifier). This file is created when you install the docbook meta-port. > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:55:13:E: reference to entity "orig-docbook" for which no system identifier could be generated This error message means that something in the above chain of steps has gone wrong. Jade has failed to find the DocBook 3.1 DTD -- this means that most of the element and entity definitions are missing, and Jade is about to get *very* confused. > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:62:24:E: parameter entity "cptr.char.mix" not defined Here, for example -- this entity is defined in DocBook 3.1, Jade can't find it, hence the error. > /usr/local/bin/jade:introduction/chapter.sgml:392:6:E: element "TERM" undefined Likewise -- no DTD found, no elements defined. Jade will print about 200 or so errors before giving up. > Has _anyone_ built this darn handbook??? Yep :-) hub.freebsd.org successfully rebuilds it at 0400 every morning as well. > How. Why. Work through the description above, and see if you can see what's missing. Try de-installing and re-installing the docbook meta-port, # cd /usr/ports/textproc/docbook # make deinstall # make install You might need to add a command line option to "make deinstall" to get it to remove itself completely, because it might complain that other ports depend on it. If so, show no mercy, blow it away completely and reinstall it. Then verify the /usr/local/share/sgml/docbook/catalog file has been created. > Sorry if this is out of context for the list, It's not, don't worry. > I use a 3.2-stable system, So do I, so that shouldn't be a factor at all. Let me know how you get on. N -- --+==[ Systems Administrator, Year 2000 Test Lab, Lehman Brothers, Inc. ]==+-- --+==[ 1 Broadgate, London, EC2M 7HA 0171-601-0011 x5514 ]==+-- --+==[ Year 2000 Testing: It's about time. . . ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 4:34:21 1999 Delivered-To: freebsd-doc@freebsd.org Received: from yu.edu.jo (YUCC.yu.edu.jo [193.188.68.3]) by hub.freebsd.org (Postfix) with ESMTP id B27D314E45 for ; Wed, 16 Jun 1999 04:34:04 -0700 (PDT) (envelope-from train3@YUCC.yu.edu.jo) Received: from yucc.yu.edu.jo (YUCC-Iserv [193.188.68.2]) by yu.edu.jo (8.8.8+Sun/8.8.8) with ESMTP id IAA06942 for ; Wed, 16 Jun 1999 08:32:31 -0300 (GMT) Message-ID: <37677D25.9DE32109@yucc.yu.edu.jo> Date: Wed, 16 Jun 1999 13:32:05 +0300 From: halakhal Reply-To: train3@YUCC.yu.edu.jo Organization: yu X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: more info Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sir: I'm a computer engineer, i saw your site it's ggreat. please send me more info at fmsa@hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 7: 5:50 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AA4C15212; Wed, 16 Jun 1999 07:05:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA22291; Wed, 16 Jun 1999 07:05:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Date: Wed, 16 Jun 1999 07:05:48 -0700 (PDT) From: Message-Id: <199906161405.HAA22291@freefall.freebsd.org> To: jesusr@FreeBSD.org, freebsd-doc@FreeBSD.org, jesusr@FreeBSD.org Subject: Re: docs/12108: Add new FAQ entry in /doc/en/FAQ/preface.html Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add new FAQ entry in /doc/en/FAQ/preface.html Responsible-Changed-From-To: freebsd-doc->jesusr Responsible-Changed-By: jesusr Responsible-Changed-When: Wed Jun 16 07:05:04 PDT 1999 Responsible-Changed-Why: Working To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 7: 6:57 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9842A14DBF; Wed, 16 Jun 1999 07:06:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA22506; Wed, 16 Jun 1999 07:06:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Date: Wed, 16 Jun 1999 07:06:56 -0700 (PDT) From: Message-Id: <199906161406.HAA22506@freefall.freebsd.org> To: jesusr@FreeBSD.org, freebsd-doc@FreeBSD.org, jesusr@FreeBSD.org Subject: Re: docs/12119: [Patch] Cosmetic: Missing space in FAQ/preface.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Cosmetic: Missing space in FAQ/preface.sgml Responsible-Changed-From-To: freebsd-doc->jesusr Responsible-Changed-By: jesusr Responsible-Changed-When: Wed Jun 16 07:06:01 PDT 1999 Responsible-Changed-Why: Working To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 7:46:19 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freed.dyn.ez-ip.net (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 286691523D for ; Wed, 16 Jun 1999 07:46:10 -0700 (PDT) (envelope-from spidey@freed.dyn.ez-ip.net) Received: (from spidey@localhost) by freed.dyn.ez-ip.net (8.9.3/8.9.3) id KAA57822; Wed, 16 Jun 1999 10:46:18 -0400 (EDT) (envelope-from spidey) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14183.47288.83543.419499@freed.dyn.ez-ip.net> Date: Wed, 16 Jun 1999 10:46:16 -0400 (EDT) To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) Reply-To: Spidey Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok.. here we go again... :) --- Big Brother told Nik Clayton to write, at 10:47 of June 16: > On Tue, Jun 15, 1999 at 06:30:59PM -0400, Spidey wrote: [...] > > /usr/local/bin/jade -V html-manifest -ioutput.html -c /usr/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/share/sgml/freebsd.dsl -t sgml handbook.sgml > > Verify that all the file names in that command line exist. In particular, > /usr/local/share/sgml/docbook/catalog. lrwxr-xr-x 1 root wheel 43 Jun 15 17:31 /usr/local/share/sgml/docbook/catalog -> /usr/local/share/sgml/docbook/2.4.1/catalog The file wasn't there before I made the symlink... I tried doing a symlink to the 2.4.1 _and_ to the 3.0 directory.. > > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:54:63:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN" > > This is the root of the problem. if you say so... > The handbook starts: > > ... > ]> > > Jade has successfully converted that FPI in to the filename > /usr/share/doc/sgml/freebsd.dtd (by reading in /usr/share/doc/sgml/catalog). ok. Hum.. There is no /usr/share/doc/sgml directory. Oups. > If you look at freebsd.dtd you will see that it is a customisation layer > around the DocBook DTD. So it needs to include the entirety of the DocBook > DTD within it. Same problem as above. > In freebsd.dtd you will see the lines > > > > %orig-docbook; > > As before, Jade will need to convert "-//OASIS//DTD DocBook V3.1//EN" > in to the name of a file on your system. Jade's term for a filename in this > context is a "system identifier", and it looks these up using a catalog > file in the same way that it used doc/share/sgml/catalog for the freebsd.dtd > file. > > In this case, the catalog file that Jade should be using is > /usr/local/share/sgml/docbook/catalog (it's one of the "-c" options to > Jade in the original command line). Well that is the one used on the command-line.... > If you look in this file, it should contain just three entries, all starting > with "CATALOG", and pointing at catalog files in the three subdirectories > that correspond with the 3 different versions of the DocBook DTD you should > have installed (2.4.1, 3.0, and 3.1). This is legal, catalog files are > allowed to point to other catalog files like this. Ah... There is the problem.. My catalog file is simply a symlink to _one_ catalog (2.4.1 for now). How can I restore the file? What does it look like? And how come I didn't have it on my system??? It should have been installed with the ports... hum... Which port of the meta-port dependencies? > If you look in /usr/local/share/sgml/docbook/3.1/catalog you should see > a line that looks something like I have no /usr/local/share/sgml/docbook/3.1 directory. But in the 3.0 dir, the catalog file looks like this: -- Catalog file for Docbook 3.0 -- -- DTDDECL "-//Davenport//DTD DocBook V3.0//EN" "docbook.dcl" -- PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd" PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" "cals-tbl.dtd" PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod" PUBLIC "-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN" "dbhier.mod" PUBLIC "-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN" "dbgenent.mod" CATALOG "/usr/local/share/sgml/iso8879/catalog" > PUBLIC "-//OASIS//DTD DocBook V3.1//EN" docbook.dtd > > which is what does the mapping between the FPI and the file name (system > identifier). ok. > This file is created when you install the docbook meta-port. Hum.. Seems not. I reinstalled the port yesterday, and updated all the ports I could to the latest version. There is something wrong here. In which (non-meta) port is this file supposed to be? > > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:55:13:E: reference to entity "orig-docbook" for which no system identifier could be generated > > This error message means that something in the above chain of steps has > gone wrong. Jade has failed to find the DocBook 3.1 DTD -- this means > that most of the element and entity definitions are missing, and Jade is > about to get *very* confused. Indeed! The directory isn't even there!!! > > /usr/local/bin/jade:/usr/doc/share/sgml/freebsd.dtd:62:24:E: parameter entity "cptr.char.mix" not defined > > Here, for example -- this entity is defined in DocBook 3.1, Jade can't find > it, hence the error. ok.. I think I got it... > > /usr/local/bin/jade:introduction/chapter.sgml:392:6:E: element "TERM" undefined > > Likewise -- no DTD found, no elements defined. Jade will print about 200 > or so errors before giving up. 200 indeed. > > Has _anyone_ built this darn handbook??? > > Yep :-) hub.freebsd.org successfully rebuilds it at 0400 every morning as > well. That's what I thought. But since I installed FBSD 3.0R, I've never been able to clear this matter. Even if I follow stable now. > > How. Why. > > Work through the description above, and see if you can see what's missing. > Try de-installing and re-installing the docbook meta-port, Ok.. the docbook port... > # cd /usr/ports/textproc/docbook > # make deinstall > # make install I just did this. But I'll do it again. This time with no symlink! > You might need to add a command line option to "make deinstall" to get it > to remove itself completely, because it might complain that other ports > depend on it. If so, show no mercy, blow it away completely and reinstall > it. Nah. Make deinstall uses 'pkg_delete -f', which forces the deletion even if there are dependencies. > Then verify the /usr/local/share/sgml/docbook/catalog file has been created. Ok. > > Sorry if this is out of context for the list, > > It's not, don't worry. Great! I see that I have more info and I feel I'll get through it this time... > > I use a 3.2-stable system, > > So do I, so that shouldn't be a factor at all. ok. Here I go with the ports stuff: # first, I'll remove my stupid symlink... root@freed [10:34am] spidey# rm /usr/local/share/sgml/docbook/catalog root@freed [10:34am] spidey# cd /usr/ports/textproc/docbook docbook docbook-241 docbook-300 docbook-310 docbook-xml # ah? there's more than one docbook? hum.. root@freed [10:34am] spidey# cd /usr/ports/textproc/docbook root@freed [10:34am] docbook# make deinstall ===> Deinstalling for docbook-1.0 pkg_delete: no such package 'docbook-1.0' installed *** Error code 1 Stop. # wouah... Oups. That is rather strange. I made the install in the # meta-port!!! # How come it's not installed?? I must have confused when updating the # ports.. # which docbook do I have installed: root@freed [10:34am] docbook# pkg_find docbook docbook-3.0 dsssl-docbook-modular-1.40 root@freed [10:34am] docbook# make install clean ===> Extracting for docbook-1.0 [... here we go again...] ===> Generating temporary packing list echo 'CATALOG "2.4.1/catalog"' > /usr/local/share/sgml/docbook/catalog echo 'CATALOG "3.0/catalog"' >> /usr/local/share/sgml/docbook/catalog echo 'CATALOG "3.1/catalog"' >> /usr/local/share/sgml/docbook/catalog [... that should do it ...] ===> Registering installation for docbook-1.0 [...] root@freed [10:37am] docbook# Ok! It should work fine now!!! Check if the meta port is OK: root@freed [10:38am] docproj# make JADETEX=no install root@freed [10:39am] docproj# cd /usr/doc [let's do it!] root@freed [10:39am] doc# make DOC_LANG=en ===> FAQ ===> en ===> en/handbook root@freed [10:39am] doc# make DOC_LANG=en install [wweeeeeepeeee!] ===> FAQ install -c -o root -g wheel -m 444 FAQ*.html /usr/share/doc/FAQ if [ -f /usr/doc/FAQ/FAQ.ln ]; then (cd /usr/share/doc/FAQ; sh /usr/doc/FAQ/FAQ.ln); fi install -c -o root -g wheel -m 444 FAQ.latin1 /usr/share/doc/FAQ install -c -o root -g wheel -m 444 FAQ.ascii /usr/share/doc/FAQ ===> en ===> en/handbook install -c -o root -g wheel -m 444 `xargs < HTML.manifest` /usr/share/doc/handbook; if [ -f /usr/doc/en/handbook/handbook.ln ]; then (cd /usr/share/doc/handbook; sh /usr/doc/en/handbook/handbook.ln); fi root@freed [10:39am] doc# It's working dam'it! I just can't believe it! I even thought that your whole cvs tree was wrong... stupid me. Well.. hum... there's something though... root@freed [10:42am] doc# cd /usr/share/doc/handbook/ root@freed [10:42am] handbook# ls development.html history.html introduction.html goals.html index.html p33.html root@freed [10:42am] handbook# wc -l * 184 development.html 170 goals.html 261 history.html 250 index.html 597 introduction.html 147 p33.html 1609 total root@freed [10:42am] handbook# isn't there something missing????? There's only _ONE_ section to the handbook, and it's "getting started". What did I do wrong again... At least I don't get thousands of errors from jade!!! > Let me know how you get on. Well that's about it... that's the most I can do for now... thanks a lot for the prompt answer! ants. -- Stop the bombings. Stop the murders. Anti-war. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 11:55:32 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id A7D1114CBA for ; Wed, 16 Jun 1999 11:55:18 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id TAA16859; Wed, 16 Jun 1999 19:14:00 +0100 (BST) (envelope-from nik) Date: Wed, 16 Jun 1999 19:13:59 +0100 From: Nik Clayton To: Spidey Cc: Nik Clayton , freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable Message-ID: <19990616191359.B14519@catkin.nothing-going-on.org> References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> <14183.47288.83543.419499@freed.dyn.ez-ip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14183.47288.83543.419499@freed.dyn.ez-ip.net>; from Spidey on Wed, Jun 16, 1999 at 10:46:16AM -0400 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 16, 1999 at 10:46:16AM -0400, Spidey wrote: > docbook-3.0 > dsssl-docbook-modular-1.40 > root@freed [10:34am] docbook# make install clean > ===> Extracting for docbook-1.0 > [... here we go again...] > ===> Generating temporary packing list > echo 'CATALOG "2.4.1/catalog"' > /usr/local/share/sgml/docbook/catalog > echo 'CATALOG "3.0/catalog"' >> /usr/local/share/sgml/docbook/catalog > echo 'CATALOG "3.1/catalog"' >> /usr/local/share/sgml/docbook/catalog > [... that should do it ...] > ===> Registering installation for docbook-1.0 > [...] > root@freed [10:37am] docbook# > > Ok! It should work fine now!!! > > Check if the meta port is OK: > > root@freed [10:38am] docproj# make JADETEX=no install > root@freed [10:39am] docproj# cd /usr/doc > [let's do it!] > root@freed [10:39am] doc# make DOC_LANG=en > ===> FAQ > ===> en > ===> en/handbook > root@freed [10:39am] doc# make DOC_LANG=en install > [wweeeeeepeeee!] > ===> FAQ > install -c -o root -g wheel -m 444 FAQ*.html /usr/share/doc/FAQ > if [ -f /usr/doc/FAQ/FAQ.ln ]; then (cd /usr/share/doc/FAQ; sh /usr/doc/FAQ/FAQ.ln); fi > install -c -o root -g wheel -m 444 FAQ.latin1 /usr/share/doc/FAQ > install -c -o root -g wheel -m 444 FAQ.ascii /usr/share/doc/FAQ > ===> en > ===> en/handbook > install -c -o root -g wheel -m 444 `xargs < HTML.manifest` /usr/share/doc/handbook; if [ -f /usr/doc/en/handbook/handbook.ln ]; then (cd /usr/share/doc/handbook; sh /usr/doc/en/handbook/handbook.ln); fi > root@freed [10:39am] doc# > > > It's working dam'it! I just can't believe it! I even thought that your > whole cvs tree was wrong... stupid me. > > Well.. hum... there's something though... > > root@freed [10:42am] doc# cd /usr/share/doc/handbook/ > root@freed [10:42am] handbook# ls > development.html history.html introduction.html > goals.html index.html p33.html > root@freed [10:42am] handbook# wc -l * > 184 development.html > 170 goals.html > 261 history.html > 250 index.html > 597 introduction.html > 147 p33.html > 1609 total > root@freed [10:42am] handbook# > > isn't there something missing????? There's only _ONE_ section to the > handbook, and it's "getting started". I can't reproduce that here. What does the HTML.manifest file contain? It should be a list of all the .html files generated. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 15:49:11 1999 Delivered-To: freebsd-doc@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id 9C73814EDF; Wed, 16 Jun 1999 15:49:06 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id RAA00381; Wed, 16 Jun 1999 17:48:58 -0500 (CDT) Received: from sji-ca42-30.ix.netcom.com(209.111.212.30) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma000284; Wed Jun 16 17:48:18 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA02177; Wed, 16 Jun 1999 15:46:34 -0700 (PDT) Date: Wed, 16 Jun 1999 15:46:34 -0700 (PDT) Message-Id: <199906162246.PAA02177@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nik@nothing-going-on.demon.co.uk Cc: kuriyama@sky.rim.or.jp, doc@freebsd.org, freebsd-translate@ngo.org.uk, doc-jp@jp.freebsd.org, cvs@freebsd.org In-reply-to: <19990607233227.A34938@catkin.nothing-going-on.org> (message from Nik Clayton on Mon, 7 Jun 1999 23:32:28 +0100) Subject: Re: FDP Directory Reorganisation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990513211458.B70767@catkin.nothing-going-on.org> <19990603195027.A31941@catkin.nothing-going-on.org> <37593369.10E2888D@sky.rim.or.jp> <19990607233227.A34938@catkin.nothing-going-on.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Note to doc-jp people -- watch crossposting before replying.) * From: Nik Clayton Sorry for being late to respond, finally caught up with all the mails since Usenix.... * 4. Fixup the Japanese hierarchy. * * 4.1 Move doc/ja/ to doc/ja_JP.EUC/. Note that an old directory with this * name (but with the contents in the attic) already exists. I'm not * sure if this poses a problem or not. * * 4.2 Create a new doc/ja_JP.EUC/books/ directory. * * 4.3 Move the doc/ja_JP.EUC/handbook/ directory under the new books/ * directory, so you now have doc/ja_JP.EUC/books/handbook/. * * Rename "handbook.sgml" to "book.sgml". * * 4.4 Leave the FAQ where it is, as it hasn't been converted to DocBook * yet. * * 4.5 The Japanese directory hierarchy should look like * * doc * `-- ja_JP.EUC * : |-- books * : | `-- handbook * : |-- FAQ * `-- man I'm still not sure why you want to do this. For one thing, the doc people don't seem to be able to make up their mind what the correct directory name is. First it was ja_JP.EUC, then it was ja. (And that was a very painful transition for the ports team, but you're not suggesting changing where ports install documentation so that is not relevant here.) You are now proposing moving it back to ja_JP.EUC. But just a couple of months ago there was a discussion in one of the Japanese lists where someone proposed changing the official locale name of Japanese EUC to ja_JP.eucJP (or something like that -- I don't remember the capitalization). Most people seemed to agree with that (although nothing happened -- what ever came of that discussion?). My point is that everyone seems to have a different idea as to what is the right directory name, and it's fruitless to keep changing the directory structure depending on who's currently at the top, especially since it doesn't serve any real purpose changing it now. (What's wrong with just using symlinks?) Of course, *IF* and when we have different encodings for various Japanese documents, we can always talk about a reorganization. But until then, I can't see this as anything other than a gratuitous change for the sake of change. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 19:10: 7 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E55A0150A4 for ; Wed, 16 Jun 1999 19:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA95784; Wed, 16 Jun 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 179DA14C2B; Wed, 16 Jun 1999 19:06:44 -0700 (PDT) Message-Id: <19990617020644.179DA14C2B@hub.freebsd.org> Date: Wed, 16 Jun 1999 19:06:44 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/12253: [PATCH] New FAQ Entry re: "Help! I forgot my root password." Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12253 >Category: docs >Synopsis: [PATCH] New FAQ Entry re: "Help! I forgot my root password." >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 16 19:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: It's not exactly a patch in that it isn't diff output, but a new FAQ entry follows below. I'm not quite sure which section it should go in (Troubleshooting or Admin, maybe?). Also, I'm not very familiar with LinuxDoc, but the formatting should be close. >How-To-Repeat: Forget your root password. Then consult the FAQ. >Fix: Help, I forgot my root password!

If you have physical access to the machine, reboot it. At the ``After the system boots, it will ask for the pathname of a shell. Just hit fsck -p mount -u / mount -a -t ufs

These will check the disks and mount the root partion read/write so that you can write to it.

You can now run ``This answer was originally from . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 20:19:47 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freed.dyn.ez-ip.net (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 3A775151EC for ; Wed, 16 Jun 1999 20:19:40 -0700 (PDT) (envelope-from spidey@freed.dyn.ez-ip.net) Received: (from spidey@localhost) by freed.dyn.ez-ip.net (8.9.3/8.9.3) id XAA67621; Wed, 16 Jun 1999 23:20:05 -0400 (EDT) (envelope-from spidey) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14184.26980.72039.621126@freed.dyn.ez-ip.net> Date: Wed, 16 Jun 1999 23:20:04 -0400 (EDT) To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> <14183.47288.83543.419499@freed.dyn.ez-ip.net> <19990616191359.B14519@catkin.nothing-going-on.org> X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) Reply-To: Spidey Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --- Big Brother told Nik Clayton to write, at 19:13 of June 16: > On Wed, Jun 16, 1999 at 10:46:16AM -0400, Spidey wrote: > > > > isn't there something missing????? There's only _ONE_ section to the > > handbook, and it's "getting started". > > I can't reproduce that here. What does the HTML.manifest file contain? > It should be a list of all the .html files generated. Ok... HTML.manifest: ============== index.html p33.html introduction.html history.html goals.html development.html This is when I "make DOC_LANG=en" but I get a BIG (2Mb?!) handbook compiled if I do "make DOC_LANG=en FORMATS=html".. and it is the complete handbook... but in one file! I must be missing something about the 'correct' way to compile the handbook. What is the 'correct' way? ants. -- Stop the bombings. Stop the murders. Anti-war. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 20:26:51 1999 Delivered-To: freebsd-doc@freebsd.org Received: from beach.silcom.com (beach.silcom.com [199.201.128.19]) by hub.freebsd.org (Postfix) with ESMTP id 2D56E14EE0 for ; Wed, 16 Jun 1999 20:26:49 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Received: from smarter.than.nu (pm0-17.vpop1.avtel.net [207.71.237.17]) by beach.silcom.com (Postfix) with ESMTP id 3784F6A7; Wed, 16 Jun 1999 20:26:44 -0700 (PDT) Date: Wed, 16 Jun 1999 20:26:43 -0700 (PDT) From: "Brian W. Buchanan" X-Sender: brian@smarter.than.nu To: jobaldwi@vt.edu Cc: freebsd-doc@freebsd.org Subject: Re: docs/12253: [PATCH] New FAQ Entry re: "Help! I forgot my root password." In-Reply-To: <19990617020644.179DA14C2B@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 16 Jun 1999 jobaldwi@vt.edu wrote: > > >Number: 12253 > >Category: docs > >Synopsis: [PATCH] New FAQ Entry re: "Help! I forgot my root password." ... > >Fix: > > Help, I forgot my root password! > >

If you have physical access to the machine, reboot it. At the > ``; Wed, 16 Jun 1999 21:57:07 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id XAA18859; Wed, 16 Jun 1999 23:56:54 -0500 (CDT) Date: Wed, 16 Jun 1999 23:56:54 -0500 From: "Matthew D. Fuller" To: "Brian W. Buchanan" Cc: jobaldwi@vt.edu, freebsd-doc@FreeBSD.ORG Subject: Re: docs/12253: [PATCH] New FAQ Entry re: "Help! I forgot my root password." Message-ID: <19990616235654.A10981@futuresouth.com> References: <19990617020644.179DA14C2B@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Brian W. Buchanan on Wed, Jun 16, 1999 at 08:26:43PM -0700 X-OS: FreeBSD Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 16, 1999 at 08:26:43PM -0700, a little birdie told me that Brian W. Buchanan remarked > > You might want to note that Ctrl-Alt-Del is vastly preferred as a method > of rebooting the machine over, say, the Big Red Button. Someone green > enough to not know how to recover after changing the root password to > 3*h-Q;%wA+ in a drunken stupor might not yet know that ye olde > three-fingered salute will perform a clean shutdown. Blah. Guess I have to change my root password now... Thanks a lot :P -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller MF4839 http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jun 16 23:32:58 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freed.dyn.ez-ip.net (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 4E47314C19 for ; Wed, 16 Jun 1999 23:32:54 -0700 (PDT) (envelope-from spidey@freed.dyn.ez-ip.net) Received: (from spidey@localhost) by freed.dyn.ez-ip.net (8.9.3/8.9.3) id LAA58084; Wed, 16 Jun 1999 11:26:59 -0400 (EDT) (envelope-from spidey) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14183.49727.561283.796188@freed.dyn.ez-ip.net> Date: Wed, 16 Jun 1999 11:26:55 -0400 (EDT) To: FreeBSD Documentation Project Subject: CVSupping only the english handbook X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) Reply-To: Spidey Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I know this must be a question you had a lot of times before, but am I forced to follow the ja/zh/ru/es doc trees? I don't really want the japanese manpages.. They're of no use to me. How can I do this? thanks. -- Stop the bombings. Stop the murders. Anti-war. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 1:58:21 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id D82B1150F5 for ; Thu, 17 Jun 1999 01:58:04 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id KAA16809 for ; Thu, 17 Jun 1999 10:51:04 +0200 (MET DST) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.9.1/8.9.0) id KAA22753 for freebsd-doc@freebsd.org; Thu, 17 Jun 1999 10:51:02 +0200 (MET DST) Message-ID: <19990617105102.A21608@cs.tu-berlin.de> Date: Thu, 17 Jun 1999 10:51:02 +0200 From: Wolfram Schneider To: freebsd-doc@freebsd.org Subject: [Anders.Beckman@midcon.se: Y2K info] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Anders Beckman ----- Date: Thu, 17 Jun 1999 10:28:46 +0200 To: wosch@FreeBSD.org From: Anders Beckman Subject: Y2K info Hi! I read your Y2K page - a readable and informative page, but I disagree strongly with the statement under What you can do: "There are tests that you can perform to see how your system will respond. Set your clock to a few minutes before midnight on New Year's Eve and watch the system time. Your system should display the year as 2000 and not 1900. If the year is displayed incorrectly, then you will have plenty of time to update your hardware. Operating your organizations information systems under their normal daily load with the clock set forward can provide valuable insight into your vulnerablility to year 2000 issues." This test will not reveal BIOS/RTC problems in hardware. And setting the clock forward in systems in daily use may result in a lot of unneccessary problems (such as bad billing dates, file backup confusion etc etc etc). Mail me if you need more detailed comments! Yours / Anders -------------------------------------------------- Anders Beckman tel +4618 - 124200 Midcon AB fax +4618 - 124225 Box 3024 S-750 03 Uppsala, Sweden ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 10:47:19 1999 Delivered-To: freebsd-doc@freebsd.org Received: from pimout4-int.prodigy.net (pimout4-ext.prodigy.net [207.115.58.198]) by hub.freebsd.org (Postfix) with ESMTP id 0811C15413 for ; Thu, 17 Jun 1999 10:47:13 -0700 (PDT) (envelope-from tetsuya1@prodigy.net) Received: from bergen (RENOB103-05.splitrock.net [209.156.128.51]) by pimout4-int.prodigy.net (8.8.5/8.8.5) with SMTP id NAA15312; Thu, 17 Jun 1999 13:47:10 -0400 Message-ID: <000501beb8e9$71a3bf00$33809cd1@bergen> From: "Tetsuya Watanabe" To: Subject: suggestion: faq/faq77.html Date: Thu, 17 Jun 1999 10:47:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, When looking at www.freebsd.org/faq/faq77.html, I found that the pnp card vendor id table is located at line 2777, not at line 1200 as described there. I found it while I myself configuring my system. Tetsuya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 12:36:52 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id EFA9214FAC for ; Thu, 17 Jun 1999 12:36:44 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id TAA27888; Thu, 17 Jun 1999 19:53:28 +0100 (BST) (envelope-from nik) Date: Thu, 17 Jun 1999 19:53:28 +0100 From: Nik Clayton To: Spidey Cc: FreeBSD Documentation Project Subject: Re: CVSupping only the english handbook Message-ID: <19990617195328.C26011@catkin.nothing-going-on.org> References: <14183.49727.561283.796188@freed.dyn.ez-ip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14183.49727.561283.796188@freed.dyn.ez-ip.net>; from Spidey on Wed, Jun 16, 1999 at 11:26:55AM -0400 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 16, 1999 at 11:26:55AM -0400, Spidey wrote: > I know this must be a question you had a lot of times before, but am I > forced to follow the ja/zh/ru/es doc trees? I don't really want the > japanese manpages.. They're of no use to me. Set up a CVSup "refuse" file. Mine (which gets rid of some of the old JA stuff, and everything except the docs GNATS PRs, is # cat /usr/local/etc/cvsup/sup/refuse doc/ja_JP.EUC/* gnats/[a-ce-z]* N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 12:37:11 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 2360C154D2 for ; Thu, 17 Jun 1999 12:36:57 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id TAA27694; Thu, 17 Jun 1999 19:52:01 +0100 (BST) (envelope-from nik) Date: Thu, 17 Jun 1999 19:52:01 +0100 From: Nik Clayton To: Spidey Cc: Nik Clayton , freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable Message-ID: <19990617195200.B26011@catkin.nothing-going-on.org> References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> <14183.47288.83543.419499@freed.dyn.ez-ip.net> <19990616191359.B14519@catkin.nothing-going-on.org> <14184.26980.72039.621126@freed.dyn.ez-ip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14184.26980.72039.621126@freed.dyn.ez-ip.net>; from Spidey on Wed, Jun 16, 1999 at 11:20:04PM -0400 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 16, 1999 at 11:20:04PM -0400, Spidey wrote: > --- Big Brother told Nik Clayton to write, at 19:13 of June 16: > > On Wed, Jun 16, 1999 at 10:46:16AM -0400, Spidey wrote: > > > > > > isn't there something missing????? There's only _ONE_ section to the > > > handbook, and it's "getting started". > > > > I can't reproduce that here. What does the HTML.manifest file contain? > > It should be a list of all the .html files generated. > > Ok... > > HTML.manifest: > ============== > index.html > p33.html > introduction.html > history.html > goals.html > development.html That's far too small. Is that how many .html files were produced as well? Which version of the dsssl stylesheets are you using? I've got v1.40 installed here, which generates ~ 120 .html files from the Handbook. Out of interest (and to save you time) try doing % cd doc/en/tutorials/docproj-primer % make DOC_PREFIX=../../.. and see what happens then. The Primer is much shorter, so will build much faster. > This is when I "make DOC_LANG=en" but I get a BIG (2Mb?!) handbook > compiled if I do "make DOC_LANG=en FORMATS=html".. and it is the > complete handbook... but in one file! As expected. "FORMATS=html" is the "everything in one big file" setting, "FORMATS=html-split" is with things split into multiple files. You can (obviously) combine these, with "FORMATS=html html-split" if you want both. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 12:37:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 0471315507; Thu, 17 Jun 1999 12:36:44 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id TAA27305; Thu, 17 Jun 1999 19:48:58 +0100 (BST) (envelope-from nik) Date: Thu, 17 Jun 1999 19:48:56 +0100 From: Nik Clayton To: Satoshi - Ports Wraith - Asami Cc: nik@nothing-going-on.demon.co.uk, kuriyama@sky.rim.or.jp, doc@freebsd.org, freebsd-translate@ngo.org.uk, doc-jp@jp.freebsd.org, cvs@freebsd.org Subject: Re: FDP Directory Reorganisation Message-ID: <19990617194856.A26011@catkin.nothing-going-on.org> References: <19990513211458.B70767@catkin.nothing-going-on.org> <19990603195027.A31941@catkin.nothing-going-on.org> <37593369.10E2888D@sky.rim.or.jp> <19990607233227.A34938@catkin.nothing-going-on.org> <199906162246.PAA02177@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906162246.PAA02177@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Wed, Jun 16, 1999 at 03:46:34PM -0700 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 16, 1999 at 03:46:34PM -0700, Satoshi - Ports Wraith - Asami wrote: > (Note to doc-jp people -- watch crossposting before replying.) > > * From: Nik Clayton > > Sorry for being late to respond, finally caught up with all the mails > since Usenix.... Not a problem. [on migrating doc/ja] > I'm still not sure why you want to do this. Consistency. Specifically, 1. Consistency with how the rest of the doc/* tree will be organised. 2. Consistency with the settings in /usr/share/locale/* 3. Consistency with the IANA specifications at http://www.isi.edu/in-notes/iana/assignments/character-sets (which is why we just went from zh_TW.BIG5 to zh_TW.Big5). 4. Consistency with KDE, Qt, Xtt, and so on. > You are now proposing moving it back to ja_JP.EUC. But just a couple > of months ago there was a discussion in one of the Japanese lists > where someone proposed changing the official locale name of Japanese > EUC to ja_JP.eucJP (or something like that -- I don't remember the > capitalization). Most people seemed to agree with that (although > nothing happened -- what ever came of that discussion?). That discussion passed me by, and there's been ample time in the discussion on -doc for someone from the JA team to bring this up. > My point is that everyone seems to have a different idea as to what is > the right directory name, Agreed. Which is why I've done the research to find out what the official names are (cf., the IANA link above). > Of course, *IF* and when we have different encodings for various > Japanese documents, we can always talk about a reorganization. But > until then, I can't see this as anything other than a gratuitous > change for the sake of change. It's change now to get it over and done with, while the doc repository is still relatively small (although it's growing every day, thanks to the efforts of the FDP volunteers). N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 15:15:19 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id C54FC150CE for ; Thu, 17 Jun 1999 15:15:04 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id XAA73984 for doc@freebsd.org; Thu, 17 Jun 1999 23:11:39 +0100 (BST) (envelope-from nik) Date: Thu, 17 Jun 1999 23:11:39 +0100 From: Nik Clayton To: doc@freebsd.org Subject: Open Source Writers Group Message-ID: <19990617231139.A73685@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Can I urge any of you with an interest in documentation and some spare time to take a look at the Open Source Writers Group at http://www.linuxchix.org/techwriters/ [1] and maybe get involved? It's early days, but I think we might have the opportunity to work on a large corpus of freely available documentation that can very quickly apply to FreeBSD, and it would be great if some people from the FDP (other than just me) were involved. Cheers, N [1] "linuxchix" yeah, I know. I could well be persuaded to stump up the cash to get "techwriters.org" registered. . . -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 15:20: 6 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0B23154E0 for ; Thu, 17 Jun 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02108; Thu, 17 Jun 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1D8B7150D1; Thu, 17 Jun 1999 15:19:23 -0700 (PDT) Message-Id: <19990617221923.1D8B7150D1@hub.freebsd.org> Date: Thu, 17 Jun 1999 15:19:23 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/12266: [PATCH] Update to /usr/doc/FAQ/hardware.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12266 >Category: docs >Synopsis: [PATCH] Update to /usr/doc/FAQ/hardware.sgml >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: Thu Jun 17 15:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: Noticed by: Tetsuya Watanabe The table of PnP modem ID's in /sys/i386/isa/sio.c has moved ~1500 lines since this entry in the FAQ was written. >How-To-Repeat: Read the FAQ and then try to find the table. >Fix: Apply this simple patch. While you are in there, you may want to reformat the text a little to fit in 80 columns. Index: hardware.sgml =================================================================== RCS file: /usr/cvs/doc/FAQ/hardware.sgml,v retrieving revision 1.18 diff -u -r1.18 hardware.sgml --- hardware.sgml 1999/05/31 01:46:28 1.18 +++ hardware.sgml 1999/06/17 22:10:07 @@ -360,7 +360,7 @@ To enable Plug & Play support, compile a new kernel with /sys/i386/isa/sio.c, at about line 1200. Look for the string "SUP1310" + /sys/i386/isa/sio.c, at about line 2777. Look for the string "SUP1310" in the structure "siopnp_ids[]" to find the table. Build the kernel again, install, reboot, and your modem should be found.

>Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jun 17 15:53: 8 1999 Delivered-To: freebsd-doc@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id D71B114E2D; Thu, 17 Jun 1999 15:52:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.9.3/8.6.9) id PAA11221; Thu, 17 Jun 1999 15:52:47 -0700 (PDT) Date: Thu, 17 Jun 1999 15:52:47 -0700 (PDT) Message-Id: <199906172252.PAA11221@vader.cs.berkeley.edu> X-Authentication-Warning: vader.cs.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nik@nothing-going-on.demon.co.uk Cc: nik@nothing-going-on.demon.co.uk, kuriyama@sky.rim.or.jp, doc@freebsd.org, freebsd-translate@ngo.org.uk, doc-jp@jp.freebsd.org, cvs@freebsd.org In-reply-to: <19990617194856.A26011@catkin.nothing-going-on.org> (message from Nik Clayton on Thu, 17 Jun 1999 19:48:56 +0100) Subject: Re: FDP Directory Reorganisation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990513211458.B70767@catkin.nothing-going-on.org> <19990603195027.A31941@catkin.nothing-going-on.org> <37593369.10E2888D@sky.rim.or.jp> <19990607233227.A34938@catkin.nothing-going-on.org> <199906162246.PAA02177@silvia.hip.berkeley.edu> <19990617194856.A26011@catkin.nothing-going-on.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Nik Clayton * Consistency. Specifically, To what end? * 3. Consistency with the IANA specifications at * http://www.isi.edu/in-notes/iana/assignments/character-sets (which * is why we just went from zh_TW.BIG5 to zh_TW.Big5). And exactly where in it does it says "EUC" is a preferred name for Japanese EUC? * That discussion passed me by, and there's been ample time in the discussion * on -doc for someone from the JA team to bring this up. I'll ask them again. * It's change now to get it over and done with, while the doc repository * is still relatively small (although it's growing every day, thanks to * the efforts of the FDP volunteers). The point is that I don't have any confidence that this is going to be the last change of the sort. (Having witnessed the ja_JP.EUC -> ja change first hand.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 0:57:43 1999 Delivered-To: freebsd-doc@freebsd.org Received: from fep03-svc.tin.it (mta03-acc.tin.it [212.216.176.34]) by hub.freebsd.org (Postfix) with ESMTP id 3942114FF1 for ; Fri, 18 Jun 1999 00:57:38 -0700 (PDT) (envelope-from francesco.difilippo@tin.it) Received: from tin.it ([194.243.154.116]) by fep03-svc.tin.it (InterMail v4.0 201-221-105) with ESMTP id <19990618075737.RERT20919.fep03-svc@tin.it> for ; Fri, 18 Jun 1999 09:57:37 +0200 Message-ID: <3769FBF1.4E7218AA@tin.it> Date: Fri, 18 Jun 1999 09:57:37 +0200 From: Francesco Di Filippo X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.7 sun4m) X-Accept-Language: en, it MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: tutorial Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please add new tutotials at http://www.freebsd.org/tutorials I have read http://www.freebsd.org/tutorials/disklessx/disklessx.html and not in index of tutorials. *bye* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 1:30: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB7D914F6F for ; Fri, 18 Jun 1999 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA62833; Fri, 18 Jun 1999 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 6988914F6F for ; Fri, 18 Jun 1999 01:26:20 -0700 (PDT) (envelope-from joe@pavilion.net) Received: from gandalf.systems.pavilion.net (gandalf.systems.pavilion.net [194.242.128.48]) by florence.pavilion.net (8.9.2/8.8.8) with ESMTP id JAA48831 for ; Fri, 18 Jun 1999 09:26:20 +0100 (BST) (envelope-from joe@pavilion.net) Received: by gandalf.systems.pavilion.net (Postfix, from userid 100) id 11359332A0; Fri, 18 Jun 1999 09:26:20 +0100 (BST) Message-Id: <19990618082620.11359332A0@gandalf.systems.pavilion.net> Date: Fri, 18 Jun 1999 09:26:20 +0100 (BST) From: joe@pavilion.net Reply-To: joe@pavilion.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12270: Documentation bug on web site. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12270 >Category: docs >Synopsis: Documentation bug on web site. >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: Fri Jun 18 01:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Josef Karthauser >Release: FreeBSD 3.2-RELEASE i386 >Organization: Pavilion Internet plc >Environment: >Description: Found a documentation bug on the web page. The availability page doesn't link to the 3.2 release notes, it still links to the 3.1 docs. >How-To-Repeat: >Fix: Here's a patch for availability.html --- /data/apache/pavilion/customers/wwwfreebsd/availability.html Thu Jun 17 00:01:49 1999 +++ /tmp/a.html Fri Jun 18 09:25:36 1999 @@ -37,7 +37,7 @@

FreeBSD supports most popular Ethernet adaptors, SCSI controllers, IDE hard drives, multiport serial cards, CD-ROM drives, tape drives, sound cards, mice, and other hardware. See both the Frequently -Asked Questions list and the release +Asked Questions list and the release notes for complete information on supported hardware.


Where >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 3:48:18 1999 Delivered-To: freebsd-doc@freebsd.org Received: from pallas.veritas.com (pallas.veritas.com [204.177.156.25]) by hub.freebsd.org (Postfix) with ESMTP id 0C42914F19 for ; Fri, 18 Jun 1999 03:48:11 -0700 (PDT) (envelope-from aaron@sigma.veritas.com) Received: from megami.veritas.com (megami.veritas.com [192.203.46.101]) by pallas.veritas.com (8.9.1a/8.9.1) with SMTP id DAA06921 for ; Fri, 18 Jun 1999 03:48:54 -0700 (PDT) Received: from sigma.veritas.com([192.203.46.125]) (840 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Fri, 18 Jun 1999 03:48:10 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #3 built 1999-Jan-25) Received: (from aaron@localhost) by sigma.veritas.com (8.9.2/8.9.1) id DAA84865 for freebsd-doc@freebsd.org; Fri, 18 Jun 1999 03:48:10 -0700 (PDT) (envelope-from aaron) Date: Fri, 18 Jun 1999 03:48:10 -0700 (PDT) From: Aaron Smith Message-Id: <199906181048.DAA84865@sigma.veritas.com> To: freebsd-doc@freebsd.org Subject: hello... Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i'm credited on the page: 19.6. Additional FreeBSD Contributors as Aaron Smith can you please, please change my email address to Aaron Smith tau was decomissioned a while ago, i'm not sure how that address wound up on there in the first place! i appreciate your time, aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 4:52:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 91EE614F6F; Fri, 18 Jun 1999 04:52:40 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id GAA06143; Fri, 18 Jun 1999 06:52:31 -0500 (CDT) Received: from sji-ca42-30.ix.netcom.com(209.111.212.30) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma006133; Fri Jun 18 06:52:21 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA24735; Fri, 18 Jun 1999 04:52:16 -0700 (PDT) Date: Fri, 18 Jun 1999 04:52:16 -0700 (PDT) Message-Id: <199906181152.EAA24735@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nik@nothing-going-on.demon.co.uk, nik@nothing-going-on.demon.co.uk, kuriyama@sky.rim.or.jp, doc@freebsd.org, freebsd-translate@ngo.org.uk, doc-jp@jp.freebsd.org, cvs@freebsd.org In-reply-to: <199906172252.PAA11221@vader.cs.berkeley.edu> (asami@freebsd.org) Subject: Re: FDP Directory Reorganisation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990513211458.B70767@catkin.nothing-going-on.org> <19990603195027.A31941@catkin.nothing-going-on.org> <37593369.10E2888D@sky.rim.or.jp> <19990607233227.A34938@catkin.nothing-going-on.org> <199906162246.PAA02177@silvia.hip.berkeley.edu> <19990617194856.A26011@catkin.nothing-going-on.org> <199906172252.PAA11221@vader.cs.berkeley.edu> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) * I'll ask them again. Just a little note on this. There's a discussion going on in the Japanese lists right now. So far nobody has agreed to ja_JP.EUC, so don't move it just yet. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 6:20: 3 1999 Delivered-To: freebsd-doc@freebsd.org Received: from ccssu.crimea.ua (mordor.ccssu.crimea.ua [62.244.13.130]) by hub.freebsd.org (Postfix) with ESMTP id D632615375 for ; Fri, 18 Jun 1999 06:19:51 -0700 (PDT) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by ccssu.crimea.ua (8.9.3/8.9.0) with UUCP id QAA06951 for doc@freebsd.org; Fri, 18 Jun 1999 16:21:10 +0300 Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id QAA03348 for doc@freebsd.org; Fri, 18 Jun 1999 16:09:18 +0400 (MSD) Message-Id: <199906181209.QAA03348@scorpion.crimea.ua> Subject: Id To: doc@freebsd.org Date: Fri, 18 Jun 1999 16:09:18 +0400 (MSD) From: "Alexey M. Zelkin" X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello folks! I am going with Russian MAN Translation Project and found that a lot of man pages in main source tree (like some gzip staff) not have cvs $Id$. Is it possible to add that ? It's should be very helpful in future updates synchronization. -- Sincerely Yours, | phantom@crimea.edu (primary) Alexey Zelkin | phantom@scorpion.crimea.ua (home) | ICQ: #6196584, FIDO: 2:460/12.26 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 7:44:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freed.dyn.ez-ip.net (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 0413B14CA9 for ; Fri, 18 Jun 1999 07:44:05 -0700 (PDT) (envelope-from spidey@freed.dyn.ez-ip.net) Received: (from spidey@localhost) by freed.dyn.ez-ip.net (8.9.3/8.9.3) id SAA76440; Thu, 17 Jun 1999 18:24:20 -0400 (EDT) (envelope-from spidey) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14185.30099.185492.37652@freed.dyn.ez-ip.net> Date: Thu, 17 Jun 1999 18:24:19 -0400 (EDT) To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> <14183.47288.83543.419499@freed.dyn.ez-ip.net> <19990616191359.B14519@catkin.nothing-going-on.org> <14184.26980.72039.621126@freed.dyn.ez-ip.net> <19990617195200.B26011@catkin.nothing-going-on.org> X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) Reply-To: Spidey Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --- Big Brother told Nik Clayton to write, at 19:52 of June 17: > On Wed, Jun 16, 1999 at 11:20:04PM -0400, Spidey wrote: > > --- Big Brother told Nik Clayton to write, at 19:13 of June 16: > > > On Wed, Jun 16, 1999 at 10:46:16AM -0400, Spidey wrote: > > > > > > > > isn't there something missing????? There's only _ONE_ section to the > > > > handbook, and it's "getting started". > > > > > > I can't reproduce that here. What does the HTML.manifest file contain? > > > It should be a list of all the .html files generated. > > > > Ok... > > > > HTML.manifest: > > ============== > > index.html > > p33.html > > introduction.html > > history.html > > goals.html > > development.html > > That's far too small. Is that how many .html files were produced as > well? Yes. Exactly. > Which version of the dsssl stylesheets are you using? I've got > v1.40 installed here, which generates ~ 120 .html files from the > Handbook. Hum.. How do I know??? > Out of interest (and to save you time) try doing > > % cd doc/en/tutorials/docproj-primer > % make DOC_PREFIX=../../.. > > and see what happens then. The Primer is much shorter, so will build > much faster. root@freed [06:19pm] spidey# cd /usr/doc/en/tutorials/docproj-primer/ root@freed [06:19pm] docproj-primer# make DOC_PREFIX=../../.. /usr/local/bin/jade -V html-manifest -ioutput.html -c ../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d ../../../share/sgml/freebsd.dsl -t sgml book.sgml tidy -i -m -f /dev/null *.html *** Error code 1 (ignored) /usr/local/bin/jade -ioutput.html -V nochunks -c ../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d ../../../share/sgml/freebsd.dsl -t sgml book.sgml > book.html tidy -i -m -f /dev/null book.html *** Error code 1 (ignored) gzip -9 -c book.html > book.html.gz root@freed [06:22pm] docproj-primer# ls HTML.manifest writing-style.html Makefile x100.html book.html x110.html book.html.gz x1184.html book.sgml x1210.html chapter.decl x1910.html chapters.ent x1927.html doctype-declaration.html x1936.html elements.html x1946.html f30.html x1953.html index.html x1972.html overview/ x2015.html overview.html x2041.html psgml-mode/ x2170.html psgml-mode.html x2179.html see-also/ x2188.html see-also.html x219.html sgml-escape.html x2194.html sgml-markup/ x2196.html sgml-markup.html x2205.html sgml-primer/ x2214.html sgml-primer.html x2220.html stylesheets/ x51.html stylesheets.html x517.html the-faq/ x558.html the-faq.html x641.html the-handbook/ x644.html the-handbook-converting.html x685.html the-handbook.html x731.html the-website/ x771.html the-website.html x861.html tools/ x876.html tools.html x913.html writing-style/ x944.html root@freed [06:22pm] docproj-primer# > > This is when I "make DOC_LANG=en" but I get a BIG (2Mb?!) handbook > > compiled if I do "make DOC_LANG=en FORMATS=html".. and it is the > > complete handbook... but in one file! > > As expected. "FORMATS=html" is the "everything in one big file" setting, > "FORMATS=html-split" is with things split into multiple files. Yes, but: root@freed [06:23pm] doc# make DOC_LANG=en FORMATS=html-split ===> FAQ sgmlfmt -f html-split -links /usr/doc/FAQ/FAQ.sgml "html-split" is an unknown output format. Usage: sgmlfmt [-d ] -f [-i ...] [-links] [-e encoding] [-hdr file] [-ftr file] file where is one of: linuxdoc (default), docbook. and is one of: ascii, html, koi8-r, latin1, ps, roff *** Error code 1 Stop. *** Error code 1 Stop. root@freed [06:23pm] doc# ants. > You can (obviously) combine these, with "FORMATS=html html-split" if you > want both. > > N > -- > [intentional self-reference] can be easily accommodated using a blessed, > non-self-referential dummy head-node whose own object destructor severs > the links. > -- Tom Christiansen in <375143b5@cs.colorado.edu> -- Stop the bombings. Stop the murders. Anti-war. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 11:19:55 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2539C14D1E; Fri, 18 Jun 1999 11:19:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA94758; Fri, 18 Jun 1999 11:19:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Date: Fri, 18 Jun 1999 11:19:53 -0700 (PDT) From: Message-Id: <199906181819.LAA94758@freefall.freebsd.org> To: jobaldwi@vt.edu, jesusr@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12253: [PATCH] New FAQ Entry re: "Help! I forgot my root password." Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] New FAQ Entry re: "Help! I forgot my root password." State-Changed-From-To: open->closed State-Changed-By: jesusr State-Changed-When: Fri Jun 18 11:18:08 PDT 1999 State-Changed-Why: This entry already exists on the FAQ: System Administration (8.20) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 11:35:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDA1F15073; Fri, 18 Jun 1999 11:35:13 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96962; Fri, 18 Jun 1999 11:35:12 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Date: Fri, 18 Jun 1999 11:35:12 -0700 (PDT) From: Message-Id: <199906181835.LAA96962@freefall.freebsd.org> To: joe@pavilion.net, jesusr@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12270: Documentation bug on web site. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Documentation bug on web site. State-Changed-From-To: open->closed State-Changed-By: jesusr State-Changed-When: Fri Jun 18 11:33:27 PDT 1999 State-Changed-Why: Updated a.latest.not and a.latest.ann to 3.2R on www/en/includes.sgml Revision Changes Path 1.27 +3 -3 www/en/includes.sgml Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 11:50:44 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4396815166; Fri, 18 Jun 1999 11:50:43 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA98776; Fri, 18 Jun 1999 11:50:42 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Date: Fri, 18 Jun 1999 11:50:42 -0700 (PDT) From: Message-Id: <199906181850.LAA98776@freefall.freebsd.org> To: jobaldwi@vt.edu, jesusr@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/12266: [PATCH] Update to /usr/doc/FAQ/hardware.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update to /usr/doc/FAQ/hardware.sgml State-Changed-From-To: open->closed State-Changed-By: jesusr State-Changed-When: Fri Jun 18 11:49:49 PDT 1999 State-Changed-Why: Commited, thanks! Revision Changes Path 1.19 +2 -2 doc/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 14:49:36 1999 Delivered-To: freebsd-doc@freebsd.org Received: from www.rapidcontent.com (rapidcontent.com [206.251.26.3]) by hub.freebsd.org (Postfix) with SMTP id 6A24215245 for ; Fri, 18 Jun 1999 14:49:22 -0700 (PDT) (envelope-from billy@isyndicate.com) Received: (qmail 14207 invoked from network); 18 Jun 1999 21:49:21 -0000 Received: from ogre.isyndicate.com (HELO localhost) (209.125.177.252) by isyndicate.com with SMTP; 18 Jun 1999 21:49:21 -0000 To: freebsd-doc@freebsd.org, freebsd-stable@freebsd.org Subject: sup(1) in FreeBSD 3.2-STABLE X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990618143616D.billy@isyndicate.com> Date: Fri, 18 Jun 1999 14:36:16 -0700 From: Spiderman X-Dispatcher: imput version 980905(IM100) Lines: 4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In cvsup(1) there is a refrence to sup(1) which doesn't exist. Should it exist? -billy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jun 18 16: 0: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FDFC14FB6 for ; Fri, 18 Jun 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30893; Fri, 18 Jun 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B72811500A; Fri, 18 Jun 1999 15:52:22 -0700 (PDT) Message-Id: <19990618225222.B72811500A@hub.freebsd.org> Date: Fri, 18 Jun 1999 15:52:22 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/12284: [PATCH] Handbook doesn't mention default value of "mx" for /etc/printcap Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12284 >Category: docs >Synopsis: [PATCH] Handbook doesn't mention default value of "mx" for /etc/printcap >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: Fri Jun 18 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: Noticed by: Panagiotis Astithas In its discussion of the "mx" capability for printers listed in /etc/printcap, the Handbook section on Advanced Printing fails to mention the default value for mx (which is mentioned in printcap(5) by the way). The patch below adds a little comment detailing the default value so to not stump newbies. >How-To-Repeat: Be a newbie at configuring printing and wonder why print jobs over 1000K get truncated. Or just be confused. >Fix: Apply this patch to: /usr/doc/en/handbook/printing/chapter.sgml Index: chapter.sgml =================================================================== RCS file: /usr/cvs/doc/en/handbook/printing/chapter.sgml,v retrieving revision 1.15 diff -u -r1.15 chapter.sgml --- chapter.sgml 1999/05/16 13:41:53 1.15 +++ chapter.sgml 1999/06/18 22:26:26 @@ -4068,7 +4068,9 @@ LPD enables you to limit the maximum byte size a file in a job can be with the mx capability. The units are in BUFSIZ blocks, which are 1024 bytes. If you put a zero for this - capability, there will be no limit on file size. + capability, there will be no limit on file size; however, if no + mx capability is specified, then a default limit + of 1000 blocks will be used.
The limit applies to files in a job, and >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jun 19 1:41:30 1999 Delivered-To: freebsd-doc@freebsd.org Received: from hotmail.com (f73.hotmail.com [207.82.250.159]) by hub.freebsd.org (Postfix) with SMTP id EB5E614CB3 for ; Sat, 19 Jun 1999 01:41:28 -0700 (PDT) (envelope-from wind_prowler@hotmail.com) Received: (qmail 79457 invoked by uid 0); 19 Jun 1999 08:41:28 -0000 Message-ID: <19990619084128.79456.qmail@hotmail.com> Received: from 202.188.22.39 by wy1lg.hotmail.com with HTTP; Sat, 19 Jun 1999 01:41:24 PDT X-Originating-IP: [202.188.22.39] From: Nawfal M.Rouyan To: freebsd-doc@FreeBSD.ORG Subject: volunteer to translate doc to malay Date: Sat, 19 Jun 1999 16:41:24 MYT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I'm from Malaysia and currently studying in University Multimedia Telekom Malaysia. Since I'm in the second year of study and has plenty of free time, I and my friends would like to volunteer to translate the docs to malay language. Kindly tell me what I have to do. This is one of the way me and my friends would very much like to do to help our favourite OS. thanx, best regards, Nawfal bin Mohmad Rouyan. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jun 19 21:40: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31DC614D77 for ; Sat, 19 Jun 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA54612; Sat, 19 Jun 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from emerson.gelemna.ft-wayne.in.us (fw-line-187.fwi.com [209.84.172.192]) by hub.freebsd.org (Postfix) with ESMTP id 9912114C84 for ; Sat, 19 Jun 1999 21:36:56 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id XAA34323; Sat, 19 Jun 1999 23:37:56 -0500 (EST) (envelope-from croyle) Message-Id: <199906200437.XAA34323@emerson.gelemna.ft-wayne.in.us> Date: Sat, 19 Jun 1999 23:37:56 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12302: Clarification of the static_routes variable in rc.conf's manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12302 >Category: docs >Synopsis: Clarification of the static_routes variable in rc.conf's manpage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 19 21:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The section on the static_routes variable the rc.conf manpage looks like the author's mind was wandering when he wrote it. I think that the attached patch makes things a bit clearer. Patch is to the version in 3.2-stable (1.27.2.2) but should apply to -current version as well. >How-To-Repeat: >Fix: *** src/share/man/man5/rc.conf.5.old Sun May 2 12:55:26 1999 --- src/share/man/man5/rc.conf.5 Sat Jun 19 23:18:28 1999 *************** *** 524,535 **** (str) Set to the list of static routes you would like to add at system boot time. If not set to .Ar NO ! then for each whitespace separated element in the value, a ! .No route_ Ns em element ! variable is assumed to exist for each instance ! of ! .Em element , ! and will later be passed to a ``route add'' operation. .It Ar gateway_enable (bool) If set to .Ar YES , --- 524,535 ---- (str) Set to the list of static routes you would like to add at system boot time. If not set to .Ar NO ! then for each whitespace separated ! .Em element ! in the value, a ! .No route_ Ns element ! variable is assumed to exist ! whose contents will later be passed to a ``route add'' operation. .It Ar gateway_enable (bool) If set to .Ar YES , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jun 19 21:58:54 1999 Delivered-To: freebsd-doc@freebsd.org Received: from china.globalsite.com.br (china.globalsite.com.br [200.215.192.21]) by hub.freebsd.org (Postfix) with ESMTP id 1564614C9E for ; Sat, 19 Jun 1999 21:58:33 -0700 (PDT) (envelope-from tvidigal@globalsite.com.br) Received: from pm1bh0124.globalsite.com.br (pm1bh0124.globalsite.com.br [200.215.192.124]) by china.globalsite.com.br (8.9.2/8.9.2) with SMTP id BAA08652 for ; Sun, 20 Jun 1999 01:58:26 -0300 (EST) Received: by pm1bh0124.globalsite.com.br with Microsoft Mail id <01BEBAC0.17B249C0@pm1bh0124.globalsite.com.br>; Sun, 20 Jun 1999 01:56:20 -0300 Message-ID: <01BEBAC0.17B249C0@pm1bh0124.globalsite.com.br> From: "tvidigal@globalsite.com.br" To: "'freebsd-doc@freebsd.org'" Subject: www.deathworld.com.br Date: Sun, 20 Jun 1999 01:45:20 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Do you want yo be my backer? I saw your banner in many pages and i'd like to have you as my backer. Ass: Thiago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message