From owner-freebsd-doc@FreeBSD.ORG Sun Oct 17 05:08:01 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7481C16A4CE for ; Sun, 17 Oct 2004 05:08:01 +0000 (GMT) Received: from imo-m22.mx.aol.com (imo-m22.mx.aol.com [64.12.137.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3EE743D39 for ; Sun, 17 Oct 2004 05:08:00 +0000 (GMT) (envelope-from IllBlicking1st@aol.com) Received: from IllBlicking1st@aol.com by imo-m22.mx.aol.com (mail_out_v37_r3.8.) id n.196.315db36e (4206) for ; Sun, 17 Oct 2004 01:07:58 -0400 (EDT) From: IllBlicking1st@aol.com Message-ID: <196.315db36e.2ea3582e@aol.com> Date: Sun, 17 Oct 2004 01:07:58 EDT To: freebsd-doc@FreeBSD.org MIME-Version: 1.0 X-Mailer: 8.0 for Windows sub 6800 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Document not found - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/i X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 05:08:01 -0000 look yall manI have been getting booted for to long I want to start booting my damn self, man yall help a brother out. From owner-freebsd-doc@FreeBSD.ORG Sun Oct 17 12:45:17 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667EA16A4CE for ; Sun, 17 Oct 2004 12:45:17 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB4843D31 for ; Sun, 17 Oct 2004 12:45:16 +0000 (GMT) (envelope-from agerber@ncsu.edu) Received: from [127.0.0.1] (rdu57-247-216.nc.rr.com [66.57.247.216] (may be forged))i9HCjB4S003680 for ; Sun, 17 Oct 2004 08:45:12 -0400 (EDT) Message-ID: <417268D4.9060704@ncsu.edu> Date: Sun, 17 Oct 2004 08:43:00 -0400 From: Alan Gerber User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org Content-Type: multipart/mixed; boundary="------------040709010101070403060709" X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Possible error in src/share/man/man5/rc.conf.5 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 12:45:17 -0000 This is a multi-part message in MIME format. --------------040709010101070403060709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Greetings all, I was browsing through the rc.conf(5) page yesterday when I noticed what *could* be an error in the documentation. Basically I have a nitpick with the populate_var tunable - the current documentation says that "a memory file system is created if /tmp is not writable" and I believe it should say "a memory file system is created if /var is not writable". The current text is a direct copy from the tmpmfs tunable, so I think the original author simply forgot to go back and change the value. I could be wrong, however, as I have not actually tested the functionality to see which is the correct statement. In the case that I turn out to be right, however, I'm attaching a copy of the current SGML with my modification for your review. -- Alan Gerber --------------040709010101070403060709 Content-Type: text/plain; name="rc.conf.5" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rc.conf.5" .\" Copyright (c) 1995 .\" Jordan K. Hubbard .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man5/rc.conf.5,v 1.221.2.4 2004/10/16 08:13:19 pjd Exp $ .\" .Dd September 29, 2004 .Dt RC.CONF 5 .Os .Sh NAME .Nm rc.conf .Nd system configuration information .Sh DESCRIPTION The file .Nm contains descriptive information about the local host name, configuration details for any potential network interfaces and which services should be started up at system initial boot time. In new installations, the .Nm file is generally initialized by the system installation utility, .Xr sysinstall 8 . .Pp The purpose of .Nm is not to run commands or perform system startup actions directly. Instead, it is included by the various generic startup scripts in .Pa /etc which conditionalize their internal actions according to the settings found there. .Pp The .Pa /etc/rc.conf file is included from the file .Pa /etc/defaults/rc.conf , which specifies the default settings for all the available options. Options need only be specified in .Pa /etc/rc.conf when the system administrator wishes to override these defaults. The file .Pa /etc/rc.conf.local is used to override settings in .Pa /etc/rc.conf for historical reasons. See the .Va rc_conf_files variable below. .Pp The following list provides a name and short description for each variable that can be set in the .Nm file: .Bl -tag -width indent-two .It Va rc_debug .Pq Vt bool If set to .Dq Li YES , enable output of debug messages from rc scripts. This variable can be helpful in diagnosing mistakes when editing or integrating new scripts. Beware that this produces copious output to the terminal and .Xr syslog 3 . .It Va rc_info .Pq Vt bool If set to .Dq Li NO , disable informational messages from the rc scripts. Informational messages are displayed when a condition that is not serious enough to warrant a warning or an error occurs. .It Va swapfile .Pq Vt str If set to .Dq Li NO , no swapfile is installed, otherwise the value is used as the full pathname to a file to use for additional swap space. .It Va apm_enable .Pq Vt bool If set to .Dq Li YES , enable support for Automatic Power Management with the .Xr apm 8 command. .It Va apmd_enable .Pq Vt bool Run .Xr apmd 8 to handle APM event from userland. This also enables support for APM. .It Va apmd_flags .Pq Vt str If .Va apmd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr apmd 8 daemon. .It Va devd_enable .Pq Vt bool Run .Xr devd 8 to handle device added, removed or unknown events from the kernel. .It Va kldxref_enable .Pq Vt bool Set to .Dq Li NO by default. Set to .Dq Li YES to automatically rebuild .Pa linker.hints files with .Xr kldxref 8 at boot time. .It Va kldxref_clobber .Pq Vt bool Set to .Dq Li NO by default. If .Va kldxref_enable is true, setting to .Dq Li YES will overwrite existing .Pa linker.hints files at boot time. Otherwise, only missing .Pa linker.hints files are generated. .It Va kldxref_module_path .Pq Vt str Empty by default. A semi-colon .Pq Ql \&; delimited list of paths containing .Xr kld 4 modules. If empty, the contents of the .Va kern.module_path .Xr sysctl 8 are used. .It Va pccard_enable .Pq Vt bool If set to .Dq Li YES , enable PCCARD support at boot time. .It Va pccard_mem .Pq Vt str Set to PCCARD controller memory address or .Dq Li DEFAULT for the default value. .It Va pccard_ifconfig .Pq Vt str List of arguments to be passed to .Xr ifconfig 8 at boot time or on insertion of the card (e.g.\& .Dq Cm inet Li 192.168.1.1 Cm netmask Li 255.255.255.0 for a fixed address or .Dq Li DHCP for a DHCP client). .It Va pccard_beep .Pq Vt int If 0, set the PCCARD controller to silent mode. If 1, set it to beep mode. If 2, set it to melody mode. .It Va pccard_conf .Pq Vt str Path to the configuration file for the .Xr pccardd 8 daemon (e.g.\& .Pa /etc/pccard.conf.sample ) . .It Va pccardd_flags .Pq Vt str If .Va pccard_enable is set to .Dq Li YES , these are the flags to pass to the .Xr pccardd 8 daemon. .It Va pccard_ether_delay .Pq Vt str Set the delay before starting .Xr dhclient 8 in the .Pa /etc/pccard_ether script. This defaults to 5 seconds to work around a bug in the .Xr ed 4 driver which can lead to system hangs when using some newer .Xr ed 4 based cards. .It Va removable_interfaces .Pq Vt str List of removable network interfaces to be supported by .Pa /etc/pccard_ether . .It Va tmpmfs Controls the creation of a .Pa /tmp memory file system. Always happens if set to .Dq Li YES and never happens if set to .Dq Li NO . If set to anything else, a memory file system is created if .Pa /tmp is not writable. .It Va tmpsize Controls the size of a created .Pa /tmp memory file system. .It Va varmfs Controls the creation of a .Pa /var memory file system. Always happens if set to .Dq Li YES and never happens if set to .Dq Li NO . If set to anything else, a memory file system is created if .Pa /var is not writable. .It Va varsize Controls the size of a created .Pa /var memory file system. .It Va populate_var Controls the automatic population of the .Pa /var file system. Always happens if set to .Dq Li YES and never happens if set to .Dq Li NO . If set to anything else, a memory file system is created if .Pa /var is not writable. Note that this process requires access to certain commands in .Pa /usr before .Pa /usr is mounted on normal systems. .It Va local_startup .Pq Vt str List of directories to search for startup script files. .It Va script_name_sep .Pq Vt str The field separator to use for breaking down the list of startup script files into individual filenames. The default is a space. It is not necessary to change this unless there are startup scripts with names containing spaces. .It Va hostname .Pq Vt str The fully qualified domain name (FQDN) of this host on the network. This should almost certainly be set to something meaningful, even if there is no network connection. If .Xr dhclient 8 is used to set the hostname via DHCP, this variable should be set to an empty string. .It Va ipv6_enable .Pq Vt bool Enable support for IPv6 networking. Note that this requires that the kernel have been compiled with .Cd "options INET6" . .It Va nisdomainname .Pq Vt str The NIS domain name of this host, or .Dq Li NO if NIS is not used. .It Va dhclient_program .Pq Vt str Path to the DHCP client program .Pa ( /sbin/dhclient , the ISC DHCP client, is the default). .It Va dhclient_flags .Pq Vt str Additional flags to pass to the DHCP client program. For the ISC DHCP client, see the .Xr dhclient 8 manpage for a description of the command line options available. .It Va background_dhclient .Pq Vt bool Set to .Dq Li YES to start the dhcp client in background. This can cause trouble with applications depending on a working network, but it will provide a faster startup in many cases. .It Va firewall_enable .Pq Vt bool Set to .Dq Li YES to load firewall rules at startup. If the kernel was not built with .Cd "options IPFIREWALL" , the .Pa ipfw.ko kernel module will be loaded. See also .Va ipfilter_enable . .It Va ipv6_firewall_enable .Pq Vt bool The IPv6 equivalent of .Va firewall_enable . Set to .Dq Li YES to load IPv6 firewall rules at startup. If the kernel was not built with .Cd "options IPV6FIREWALL" , the .Pa ip6fw.ko kernel module will be loaded. .It Va firewall_script .Pq Vt str This variable specifies the full path to the firewall script to run. The default is .Pa /etc/rc.firewall . .It Va ipv6_firewall_script .Pq Vt str The IPv6 equivalent of .Va firewall_script . .It Va firewall_type .Pq Vt str Names the firewall type from the selection in .Pa /etc/rc.firewall , or the file which contains the local firewall ruleset. Valid selections from .Pa /etc/rc.firewall are: .Pp .Bl -tag -width ".Li simple" -compact .It Li open unrestricted IP access .It Li closed all IP services disabled, except via .Dq Li lo0 .It Li client basic protection for a workstation .It Li simple basic protection for a LAN. .El .Pp If a filename is specified, the full path must be given. .It Va ipv6_firewall_type .Pq Vt str The IPv6 equivalent of .Va firewall_type . .It Va firewall_quiet .Pq Vt bool Set to .Dq Li YES to disable the display of firewall rules on the console during boot. .It Va ipv6_firewall_quiet .Pq Vt bool The IPv6 equivalent of .Va firewall_quiet . .It Va firewall_logging .Pq Vt bool Set to .Dq Li YES to enable firewall event logging. This is equivalent to the .Dv IPFIREWALL_VERBOSE kernel option. .It Va ipv6_firewall_logging .Pq Vt bool The IPv6 equivalent of .Va firewall_logging . .It Va firewall_flags .Pq Vt str Flags passed to .Xr ipfw 8 if .Va firewall_type specifies a filename. .It Va ipv6_firewall_flags .Pq Vt str The IPv6 equivalent of .Va firewall_flags . .It Va natd_program .Pq Vt str Path to .Xr natd 8 . .It Va natd_enable .Pq Vt bool Set to .Dq Li YES to enable .Xr natd 8 . .Va firewall_enable must also be set to .Dq Li YES , and .Xr divert 4 sockets must be enabled in the kernel. .It Va natd_interface .Pq Vt str This is the name of the public interface on which .Xr natd 8 should run. The interface may be given as an interface name or as an IP address. .It Va natd_flags .Pq Vt str Additional .Xr natd 8 flags should be placed here. The .Fl n or .Fl a flag is automatically added with the above .Va natd_interface as an argument. .\" ----- ipfilter_enable setting -------------------------------- .It Va ipfilter_enable .Pq Vt bool Set to .Dq Li NO by default. Setting this to .Dq Li YES enables .Xr ipf 8 packet filtering. .Pp Typical usage will require putting .Bd -literal ipfilter_enable="YES" ipnat_enable="YES" ipmon_enable="YES" ipfs_enable="YES" .Ed .Pp into .Pa /etc/rc.conf and editing .Pa /etc/ipf.rules and .Pa /etc/ipnat.rules appropriately. .Pp Note that .Va ipfilter_enable and .Va ipnat_enable can be enabled independently. .Va ipmon_enable and .Va ipfs_enable both require at least one of .Va ipfilter_enable and .Va ipnat_enable to be enabled. .Pp Having .Bd -literal options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK .Ed .Pp in the kernel configuration file is a good idea, too. .\" ----- ipfilter_program setting ------------------------------ .It Va ipfilter_program .Pq Vt str Path to .Xr ipf 8 (default .Pa /sbin/ipf ) . .\" ----- ipfilter_rules setting -------------------------------- .It Va ipfilter_rules .Pq Vt str Set to .Pa /etc/ipf.rules by default. This variable contains the name of the filter rule definition file. The file is expected to be readable for the .Xr ipf 8 command to execute. .\" ----- ipv6_ipfilter_rules setting --------------------------- .It Va ipv6_ipfilter_rules .Pq Vt str Set to .Pa /etc/ipf6.rules by default. This variable contains the IPv6 filter rule definition file. The file is expected to be readable for the .Xr ipf 8 command to execute. .\" ----- ipfilter_flags setting -------------------------------- .It Va ipfilter_flags .Pq Vt str Empty by default. This variable contains flags passed to the .Xr ipf 8 program. .\" ----- ipnat_enable setting ---------------------------------- .It Va ipnat_enable .Pq Vt bool Set to .Dq Li NO by default. Set it to .Dq Li YES to enable .Xr ipnat 1 network address translation. See .Va ipfilter_enable for a detailed discussion. .\" ----- ipnat_program setting --------------------------------- .It Va ipnat_program .Pq Vt str Path to .Xr ipnat 1 (default .Pa /sbin/ipnat ) . .\" ----- ipnat_rules setting ----------------------------------- .It Va ipnat_rules .Pq Vt str Set to .Pa /etc/ipnat.rules by default. This variable contains the name of the file holding the network address translation definition. This file is expected to be readable for the .Xr ipnat 1 command to execute. .\" ----- ipnat_flags setting ----------------------------------- .It Va ipnat_flags .Pq Vt str Empty by default. This variable contains flags passed to the .Xr ipnat 1 program. .\" ----- ipmon_enable setting ---------------------------------- .It Va ipmon_enable .Pq Vt bool Set to .Dq Li NO by default. Set it to .Dq Li YES to enable .Xr ipmon 8 monitoring (logging .Xr ipf 8 and .Xr ipnat 1 events). Setting this variable needs setting .Va ipfilter_enable or .Va ipnat_enable too. See .Va ipfilter_enable for a detailed discussion. .\" ----- ipmon_program setting --------------------------------- .It Va ipmon_program .Pq Vt str Path to .Xr ipmon 8 (default .Pa /sbin/ipmon ) . .\" ----- ipmon_flags setting ----------------------------------- .It Va ipmon_flags .Pq Vt str Set to .Dq Li -Ds by default. This variable contains flags passed to the .Xr ipmon 8 program. Another typical example would be .Dq Fl D Pa /var/log/ipflog to have .Xr ipmon 8 log directly to a file bypassing .Xr syslogd 8 . Make sure to adjust .Pa /etc/newsyslog.conf in such case like this: .Bd -literal /var/log/ipflog 640 10 100 * Z /var/run/ipmon.pid .Ed .\" ----- ipfs_enable setting ----------------------------------- .It Va ipfs_enable .Pq Vt bool Set to .Dq Li NO by default. Set it to .Dq Li YES to enable .Xr ipfs 8 saving the filter and NAT state tables during shutdown and reloading them during startup again. Setting this variable needs setting .Va ipfilter_enable or .Va ipnat_enable to .Dq Li YES too. See .Va ipfilter_enable for a detailed discussion. Note that if .Va kern_securelevel is set to 3, .Va ipfs_enable cannot be used because the raised securelevel will prevent .Xr ipfs 8 from saving the state tables at shutdown time. .\" ----- ipfs_program setting ---------------------------------- .It Va ipfs_program .Pq Vt str Path to .Xr ipfs 8 (default .Pa /sbin/ipfs ) . .\" ----- ipfs_flags setting ------------------------------------ .It Va ipfs_flags .Pq Vt str Empty by default. This variable contains flags passed to the .Xr ipfs 8 program. .\" ----- end of added ipf hook --------------------------------- .It Va pf_enable .Pq Vt bool Set to .Dq Li NO by default. Setting this to .Dq Li YES enables .Xr pf 4 packet filtering. .Pp Typical usage will require putting .Pp .Dl pf_enable="YES" .Pp into .Pa /etc/rc.conf and editing .Pa /etc/pf.conf appropriately. .Pp .Dl "device pf" .Pp builds pf into the kernel. Otherwise it is loaded from a module. .It Va pf_rules .Pq Vt str Path to .Xr pf 4 ruleset configuration file (default .Pa /etc/pf.conf ) . .It Va pf_program .Pq Vt str Path to .Xr pfctl 8 (default .Pa /sbin/pfctl ) . .It Va pf_flags .Pq Vt str If .Va pf_enable is set to .Dq Li YES , these flags are passed to the .Xr pfctl 8 program when loading the ruleset. .It Va pflog_enable .Pq Vt bool Set to .Dq Li NO by default. Setting this to .Dq Li YES enables .Xr pflogd 8 which logs packtes from the .Xr pf 4 packet filter. .It Va pflog_logfile .Pq Vt str If .Va pflog_enable is set to .Dq Li YES this controls where .Xr pflogd 8 stores the logfile (default .Pa /var/log/pflog ) . Check .Pa /etc/newsyslog.conf to adjust logfile rotation for this. .It Va pflog_program .Pq Vt str Path to .Xr pflogd 8 (default .Pa /sbin/pflogd ) . .It Va pflog_flags .Pq Vt str Empty by default. This variable contains additional flags passed to the .Xr pflogd 8 program. .It Va tcp_extensions .Pq Vt bool Set to .Dq Li YES by default. Setting this to .Dq Li NO disables certain TCP options as described by .Rs .%T "RFC 1323" .Re Setting this to .Dq Li NO might help remedy such problems with connections as randomly hanging or other weird behavior. Some network devices are known to be broken with respect to these options. .It Va log_in_vain .Pq Vt int Set to 0 by default. The .Xr sysctl 8 variables, .Va net.inet.tcp.log_in_vain and .Va net.inet.udp.log_in_vain , as described in .Xr tcp 4 and .Xr udp 4 , are set to the given value. .It Va tcp_keepalive .Pq Vt bool Set to .Dq Li YES by default. Setting to .Dq Li NO will disable probing idle TCP connections to verify that the peer is still up and reachable. .It Va tcp_drop_synfin .Pq Vt bool Set to .Dq Li NO by default. Setting to .Dq Li YES will cause the kernel to ignore TCP frames that have both the SYN and FIN flags set. This prevents OS fingerprinting, but may break some legitimate applications. This option is only available if the kernel was built with the .Dv TCP_DROP_SYNFIN option. .It Va icmp_drop_redirect .Pq Vt bool Set to .Dq Li NO by default. Setting to .Dq Li YES will cause the kernel to ignore ICMP REDIRECT packets. Refer to .Xr icmp 4 for more information. .It Va icmp_log_redirect .Pq Vt bool Set to .Dq Li NO by default. Setting to .Dq Li YES will cause the kernel to log ICMP REDIRECT packets. Note that the log messages are not rate-limited, so this option should only be used for troubleshooting networks. Refer to .Xr icmp 4 for more information. .It Va icmp_bmcastecho .Pq Vt bool Set to .Dq Li YES to respond to broadcast or multicast ICMP ping packets. Refer to .Xr icmp 4 for more information. .It Va ip_portrange_first .Pq Vt int If not set to .Dq Li NO , this is the first port in the default portrange. Refer to .Xr ip 4 for more information. .It Va ip_portrange_last .Pq Vt int If not set to .Dq Li NO , this is the last port in the default portrange. Refer to .Xr ip 4 for more information. .It Va network_interfaces .Pq Vt str Set to the list of network interfaces to configure on this host. For example, if the only network devices in the system are the loopback device .Pq Li lo0 and a NIC using the .Xr ed 4 driver, this could be set to .Dq Li "lo0 ed0" . An .Va ifconfig_ Ns Aq Ar interface variable is also assumed to exist for each value of .Ar interface . It is also possible to add IP alias entries here in cases where multiple IP addresses registered against a single interface are desired. Assuming that the interface in question was .Li ed0 , it might look something like this: .Bd -literal ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff" ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff" .Ed .Pp And so on. For each .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n entry that is found, its contents are passed to .Xr ifconfig 8 . Execution stops at the first unsuccessful access, so if something like this is present: .Bd -literal ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff" ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff" ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff" ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff" .Ed .Pp Then note that alias4 would .Em not be added since the search would stop with the missing alias3 entry. .Pp If the .Pa /etc/start_if. Ns Aq Ar interface file is present, it is read and executed by the .Xr sh 1 interpreter before configuring the interface as specified in the .Va ifconfig_ Ns Aq Ar interface and .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n variables. .Pp It is possible to bring up an interface with DHCP by setting the .Va ifconfig_ Ns Aq Ar interface variable to .Dq Li DHCP . For instance, to initialize the .Li ed0 device via DHCP, it is possible to use something like: .Bd -literal ifconfig_ed0="DHCP" .Ed .It Va ipv6_network_interfaces .Pq Vt str This is the IPv6 equivalent of .Va network_interfaces . Instead of setting the ifconfig variables as .Va ifconfig_ Ns Aq Ar interface they should be set as .Va ipv6_ifconfig_ Ns Aq Ar interface . Aliases should be set as .Va ipv6_ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n . .Va ipv6_prefix_ Ns Aq Ar interface does something. Interfaces that do not have a .Va ipv6_ifconfig_ Ns Aq Ar interface setting will be auto configured by .Xr rtsol 8 if the .Va ipv6_gateway_enable is set to .Dq Li NO . Note that the IPv6 networking code does not support the .Pa /etc/start_if. Ns Aq Ar interface files. .It Va ipv6_default_interface .Pq Vt str If not set to .Dq Li NO , this is the default output interface for scoped addresses. Now this works only for IPv6 link local multicast addresses. .It Va cloned_interfaces .Pq Vt str Set to the list of clonable network interfaces to create on this host. Entries in .Va cloned_interfaces are automatically appended to .Va network_interfaces for configuration. .It Va gif_interfaces .Pq Vt str Set to the list of .Xr gif 4 tunnel interfaces to configure on this host. A .Va gifconfig_ Ns Aq Ar interface variable is assumed to exist for each value of .Ar interface . The value of this variable is used to configure the link layer of the tunnel according to the syntax of the .Cm tunnel option to .Xr ifconfig 8 . Additionally, this option ensures that each listed interface is created via the .Cm create option to .Xr ifconfig 8 before attempting to configure it. .It Va sppp_interfaces .Pq Vt str Set to the list of .Xr sppp 4 interfaces to configure on this host. A .Va spppconfig_ Ns Aq Ar interface variable is assumed to exist for each value of .Ar interface . Each interface should also be configured by a general .Va ifconfig_ Ns Aq Ar interface setting. Refer to .Xr spppcontrol 8 for more information about available options. .It Va ppp_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr ppp 8 daemon. .It Va ppp_mode .Pq Vt str Mode in which to run the .Xr ppp 8 daemon. Accepted modes are .Dq Li auto , .Dq Li ddial , .Dq Li direct and .Dq Li dedicated . See the manual for a full description. .It Va ppp_nat .Pq Vt bool If set to .Dq Li YES , enables network address translation. Used in conjunction with .Va gateway_enable allows hosts on private network addresses access to the Internet using this host as a network address translating router. .It Va ppp_profile .Pq Vt str The name of the profile to use from .Pa /etc/ppp/ppp.conf . .It Va ppp_user .Pq Vt str The name of the user under which .Xr ppp 8 should be started. By default, .Xr ppp 8 is started as .Dq Li root . .It Va rc_conf_files .Pq Vt str This option is used to specify a list of files that will override the settings in .Pa /etc/defaults/rc.conf . The files will be read in the order in which they are specified and should include the full path to the file. By default, the files specified are .Pa /etc/rc.conf and .Pa /etc/rc.conf.local .It Va gbde_autoattach_all .Pq Vt bool If set to .Dq Li YES , .Pa /etc/rc.d/gbde will attempt to automatically initialize your .bde devices in .Pa /etc/fstab . .It Va gbde_devices .Pq Vt str List the devices that the script should try to attach, or .Dq Li AUTO . .It Va gbde_lockdir .Pq Vt str The directory where the .Xr gbde 4 lockfiles are located. The default lockfile directory is .Pa /etc . .Pp The lockfile for each individual .Xr gbde 4 device can be overridden by setting the variable .Va gbde_lock_ Ns Aq Ar device , where .Ar device is the encrypted device without the .Dq Pa /dev/ and .Dq Pa .bde parts. .It Va gbde_attach_attempts .Pq Vt int Number of times to attempt attaching to a .Xr gbde 4 device, i.e. how many times the user is asked for the pass-phrase. Default is 3. .It Va gbde_swap_enable .Pq Vt bool If set to .Dq Li YES , any .bde swap devices listed in .Pa /etc/fstab will be initialized with a random, one-shot key. Note that this makes recovery of kernel dumps impossible. .It Va fsck_y_enable .Pq Vt bool If set to .Dq Li YES , .Xr fsck 8 will be run with the .Fl y flag if the initial preen of the file systems fails. .It Va background_fsck .Pq Vt bool If set to .Dq Li YES , the system will attempt to run .Xr fsck 8 in the background where possible. .It Va background_fsck_delay .Pq Vt int The amount of time in seconds to sleep before starting a background .Xr fsck 8 . It defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by .Xr fsck 8 . .It Va netfs_types .Pq Vt str List of file system types that are network-based. This list should generally not be modified by end users. Use .Va extra_netfs_types instead. .It Va extra_netfs_types .Pq Vt str If set to something other than .Dq Li NO (the default), this variable extends the list of file system types for which automatic mounting at startup by .Xr rc 8 should be delayed until the network is initialized. It should contain a whitespace-separated list of network file system descriptor pairs, each consisting of a file system type as passed to .Xr mount 8 and a human-readable, one-word description, joined with a colon .Pq Ql \&: . Extending the default list in this way is only necessary when third party file system types are used. .It Va syslogd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr syslogd 8 daemon. .It Va syslogd_program .Pq Vt str Path to .Xr syslogd 8 (default .Pa /usr/sbin/syslogd ) . .It Va syslogd_flags .Pq Vt str If .Va syslogd_enable is set to .Dq Li YES , these are the flags to pass to .Xr syslogd 8 . .It Va inetd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr inetd 8 daemon. .It Va inetd_program .Pq Vt str Path to .Xr inetd 8 (default .Pa /usr/sbin/inetd ) . .It Va inetd_flags .Pq Vt str If .Va inetd_enable is set to .Dq Li YES , these are the flags to pass to .Xr inetd 8 . .It Va named_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr named 8 daemon. .It Va named_program .Pq Vt str Path to .Xr named 8 (default .Pa /usr/sbin/named ) . .It Va named_flags .Pq Vt str If .Va named_enable is set to .Dq Li YES , these are the flags to pass to .Xr named 8 . .It Va named_pidfile .Pq Vt str This is the default path to the .Xr named 8 daemon's PID file. Change it if you change the location in .Xr named.conf 5 . .It Va named_chrootdir .Pq Vt str The root directory for a name server run in a .Xr chroot 8 environment (default .Pa /var/named ) . If left empty .Xr named 8 will not be run in a .Xr chroot 8 environment. .It Va named_chroot_autoupdate .Pq Vt bool Set to .Dq Li NO to disable automatic update of the .Xr chroot 8 environment. .It Va named_symlink_enable .Pq Vt bool Set to .Dq Li NO to disable symlinking of daemon's PID file into the .Xr chroot 8 environment. .It Va kerberos5_server_enable .Pq Vt bool Set to .Dq Li YES to start a Kerberos 5 authentication server at boot time. .It Va kerberos5_server .Pq Vt str If .Va kerberos5_server_enable is set to .Dq Li YES this is the path to Kerberos 5 Authentication Server. .It Va kadmind5_server_enable .Pq Vt bool Set to .Dq Li YES to start .Xr kadmind 8 , the Kerberos 5 Administration Daemon; set to .Dq Li NO on a slave server. .It Va kadmind5_server .Pq Vt str If .Va kadmind5_server_enable is set to .Dq Li YES this is the path to Kerberos 5 Administration Daemon. .It Va kpasswdd_server_enable .Pq Vt bool Set to .Dq Li YES to start .Xr kpasswdd 8 , the Kerberos 5 Password-Changing Daemon; set to .Dq Li NO on a slave server. .It Va kpasswdd_server .Pq Vt str If .Va kpasswdd_server_enable is set to .Dq Li YES this is the path to Kerberos 5 Password-Changing Daemon. .It Va rwhod_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rwhod 8 daemon at boot time. .It Va rwhod_flags .Pq Vt str If .Va rwhod_enable is set to .Dq Li YES , these are the flags to pass to it. .It Va amd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr amd 8 daemon at boot time. .It Va amd_flags .Pq Vt str If .Va amd_enable is set to .Dq Li YES , these are the flags to pass to it. See the .Xr amd 8 manpage for more information. .It Va amd_map_program .Pq Vt str If set, the specified program is run to get the list of .Xr amd 8 maps. For example, if the .Xr amd 8 maps are stored in NIS, one can set this to run .Xr ypcat 1 to get a list of .Xr amd 8 maps from the .Pa amd.master NIS map. .It Va update_motd .Pq Vt bool If set to .Dq Li YES , .Pa /etc/motd will be updated at boot time to reflect the kernel release being run. If set to .Dq Li NO , .Pa /etc/motd will not be updated. .It Va nfs_client_enable .Pq Vt bool If set to .Dq Li YES , run the NFS client daemons at boot time. .It Va nfs_access_cache .Pq Vt int If .Va nfs_client_enable is set to .Dq Li YES , this can be set to .Dq Li 0 to disable NFS ACCESS RPC caching, or to the number of seconds for which NFS ACCESS results should be cached. A value of 2-10 seconds will substantially reduce network traffic for many NFS operations. .It Va nfs_server_enable .Pq Vt bool If set to .Dq Li YES , run the NFS server daemons at boot time. .It Va nfs_server_flags .Pq Vt str If .Va nfs_server_enable is set to .Dq Li YES , these are the flags to pass to the .Xr nfsd 8 daemon. .It Va mountd_enable .Pq Vt bool If set to .Dq Li YES , and no .Va nfs_server_enable is set, start .Xr mountd 8 , but not .Xr nfsd 8 daemon. It is commonly needed to run CFS without real NFS used. .It Va mountd_flags .Pq Vt str If .Va mountd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr mountd 8 daemon. .It Va weak_mountd_authentication .Pq Vt bool If set to .Dq Li YES , allow services like PCNFSD to make non-privileged mount requests. .It Va nfs_reserved_port_only .Pq Vt bool If set to .Dq Li YES , provide NFS services only on a secure port. .It Va nfs_bufpackets .Pq Vt int If set to a number, indicates the number of packets worth of socket buffer space to reserve on an NFS client. The kernel default is typically 4. Using a higher number may be useful on gigabit networks to improve performance. The minimum value is 2 and the maximum is 64. .It Va rpc_lockd_enable .Pq Vt bool If set to .Dq Li YES and also an NFS server, run .Xr rpc.lockd 8 at boot time. .It Va rpc_statd_enable .Pq Vt bool If set to .Dq Li YES and also an NFS server, run .Xr rpc.statd 8 at boot time. .It Va rpcbind_program .Pq Vt str Path to .Xr rpcbind 8 (default .Pa /usr/sbin/rpcbind ) . .It Va rpcbind_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rpcbind 8 service at boot time. .It Va rpcbind_flags .Pq Vt str If .Va rpcbind_enable is set to .Dq Li YES , these are the flags to pass to the .Xr rpcbind 8 daemon. .It Va keyserv_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr keyserv 8 daemon on boot for running Secure RPC. .It Va keyserv_flags .Pq Vt str If .Va keyserv_enable is set to .Dq Li YES , these are the flags to pass to .Xr keyserv 8 daemon. .It Va pppoed_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr pppoed 8 daemon at boot time to provide PPP over Ethernet services. .It Va pppoed_ Ns Ar provider .Pq Vt str .Xr pppoed 8 listens to requests to this .Ar provider and ultimately runs .Xr ppp 8 with a .Ar system argument of the same name. .It Va pppoed_flags .Pq Vt str Additional flags to pass to .Xr pppoed 8 . .It Va pppoed_interface .Pq Vt str The network interface to run .Xr pppoed 8 on. This is mandatory when .Va pppoed_enable is set to .Dq Li YES . .It Va timed_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr timed 8 service at boot time. This command is intended for networks of machines where a consistent .Dq "network time" for all hosts must be established. This is often useful in large NFS environments where time stamps on files are expected to be consistent network-wide. .It Va timed_flags .Pq Vt str If .Va timed_enable is set to .Dq Li YES , these are the flags to pass to the .Xr timed 8 service. .It Va ntpdate_enable .Pq Vt bool If set to .Dq Li YES , run .Xr ntpdate 8 at system startup. This command is intended to synchronize the system clock only .Em once from some standard reference. An option to set this up initially (from a list of known servers) is also provided by the .Xr sysinstall 8 program when the system is first installed. .It Va ntpdate_hosts .Pq Vt str A whitespace-separated list of NTP servers to synchronize with at startup. The default is to use the servers listed in .Pa /etc/ntp.conf , if that file exists. .It Va ntpdate_program .Pq Vt str Path to .Xr ntpdate 8 (default .Pa /usr/sbin/ntpdate ) . .It Va ntpdate_flags .Pq Vt str If .Va ntpdate_enable is set to .Dq Li YES , these are the flags to pass to the .Xr ntpdate 8 command (typically a hostname). .It Va ntpd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr ntpd 8 command at boot time. .It Va ntpd_program .Pq Vt str Path to .Xr ntpd 8 (default .Pa /usr/sbin/ntpd ) . .It Va ntpd_flags .Pq Vt str If .Va ntpd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr ntpd 8 daemon. .It Va nis_client_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr ypbind 8 service at system boot time. .It Va nis_client_flags .Pq Vt str If .Va nis_client_enable is set to .Dq Li YES , these are the flags to pass to the .Xr ypbind 8 service. .It Va nis_ypset_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr ypset 8 daemon at system boot time. .It Va nis_ypset_flags .Pq Vt str If .Va nis_ypset_enable is set to .Dq Li YES , these are the flags to pass to the .Xr ypset 8 daemon. .It Va nis_server_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr ypserv 8 daemon at system boot time. .It Va nis_server_flags .Pq Vt str If .Va nis_server_enable is set to .Dq Li YES , these are the flags to pass to the .Xr ypserv 8 daemon. .It Va nis_ypxfrd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rpc.ypxfrd 8 daemon at system boot time. .It Va nis_ypxfrd_flags .Pq Vt str If .Va nis_ypxfrd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr rpc.ypxfrd 8 daemon. .It Va nis_yppasswdd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rpc.yppasswdd 8 daemon at system boot time. .It Va nis_yppasswdd_flags .Pq Vt str If .Va nis_yppasswdd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr rpc.yppasswdd 8 daemon. .It Va rpc_ypupdated_enable .Pq Vt bool If set to .Dq Li YES , run the .Nm rpc.ypupdated daemon at system boot time. .It Va defaultrouter .Pq Vt str If not set to .Dq Li NO , create a default route to this host name or IP address (use an IP address if this router is also required to get to the name server!). .It Va ipv6_defaultrouter .Pq Vt str The IPv6 equivalent of .Va defaultrouter . .It Va static_routes .Pq Vt str Set to the list of static routes that are to be added at system boot time. If not set to .Dq Li NO then for each whitespace separated .Ar element in the value, a .Va route_ Ns Aq Ar element variable is assumed to exist whose contents will later be passed to a .Dq Nm route Cm add operation. For example: .Bd -literal static_routes="mcast gif0local" route_mcast="-net 224.0.0.0/4 -iface gif0" route_gif0local="-host 169.254.1.1 -iface lo0" .Ed .It Va ipv6_static_routes .Pq Vt str The IPv6 equivalent of .Va static_routes . If not set to .Dq Li NO then for each whitespace separated .Ar element in the value, a .Va ipv6_route_ Ns Aq Ar element variable is assumed to exist whose contents will later be passed to a .Dq Nm route Cm add Fl inet6 operation. .It Va natm_static_routes .Pq Vt str The .Xr natmip 4 equivalent of .Va static_routes . If not empty then for each whitespace separated .Ar element in the value, a .Va route_ Ns Aq Ar element variable is assumed to exist whose contents will later be passed to a .Dq Nm atmconfig Cm natm Cm add operation. .It Va gateway_enable .Pq Vt bool If set to .Dq Li YES , configure host to act as an IP router, e.g.\& to forward packets between interfaces. .It Va ipv6_gateway_enable .Pq Vt bool The IPv6 equivalent of .Va gateway_enable . .It Va router_enable .Pq Vt bool If set to .Dq Li YES , run a routing daemon of some sort, based on the settings of .Va router and .Va router_flags . .It Va ipv6_router_enable .Pq Vt bool The IPv6 equivalent of .Va router_enable . If set to .Dq Li YES , run a routing daemon of some sort, based on the settings of .Va ipv6_router and .Va ipv6_router_flags . .It Va router .Pq Vt str If .Va router_enable is set to .Dq Li YES , this is the name of the routing daemon to use. .It Va ipv6_router .Pq Vt str The IPv6 equivalent of .Va router . .It Va router_flags .Pq Vt str If .Va router_enable is set to .Dq Li YES , these are the flags to pass to the routing daemon. .It Va ipv6_router_flags .Pq Vt str The IPv6 equivalent of .Va router_flags . .It Va mrouted_enable .Pq Vt bool If set to .Dq Li YES , run the multicast routing daemon, .Xr mrouted 8 . .It Va mroute6d_enable .Pq Vt bool The IPv6 equivalent of .Va mrouted_enable . If set to .Dq Li YES , run the IPv6 multicast routing daemon. Note that no IPv6 multicast routing daemon is included in the .Fx base system but .Xr pim6dd 8 can be installed from the .Fx Ports Collection. .It Va mrouted_flags .Pq Vt str If .Va mrouted_enable is set to .Dq Li YES , these are the flags to pass to the .Xr mrouted 8 daemon. .It Va mroute6d_flags .Pq Vt str The IPv6 equivalent of .Va mrouted_flags . If .Va mroute6d_enable is set to .Dq Li YES , these are the flags passed to the IPv6 multicast routing daemon. .It Va mroute6d_program .Pq Vt str If .Va mroute6d_enable is set to .Dq Li YES , this is the path to the IPv6 multicast routing daemon. .It Va rtadvd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rtadvd 8 daemon at boot time. .Xr rtadvd 8 will only run if .Va ipv6_gateway_enable is also set to .Dq Li YES . The .Xr rtadvd 8 utility sends router advertisement packets to the interfaces specified in .Va rtadvd_interfaces and should only be enabled with great care. You may want to fine-tune .Xr rtadvd.conf 5 . .It Va rtadvd_interfaces .Pq Vt str If .Va rtadvd_enable is set to .Dq Li YES this is the list of interfaces to use. .It Va ipxgateway_enable .Pq Vt bool If set to .Dq Li YES , enable the routing of IPX traffic. .It Va ipxrouted_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr IPXrouted 8 daemon at system boot time. .It Va ipxrouted_flags .Pq Vt str If .Va ipxrouted_enable is set to .Dq Li YES , these are the flags to pass to the .Xr IPXrouted 8 daemon. .It Va arpproxy_all .Pq Vt bool If set to .Dq Li YES , enable global proxy ARP. .It Va forward_sourceroute .Pq Vt bool If set to .Dq Li YES and .Va gateway_enable is also set to .Dq Li YES , source-routed packets are forwarded. .It Va accept_sourceroute .Pq Vt bool If set to .Dq Li YES , the system will accept source-routed packets directed at it. .It Va rarpd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr rarpd 8 daemon at system boot time. .It Va rarpd_flags .Pq Vt str If .Va rarpd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr rarpd 8 daemon. .It Va bootparamd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr bootparamd 8 daemon at system boot time. .It Va bootparamd_flags .Pq Vt str If .Va bootparamd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr bootparamd 8 daemon. .It Va stf_interface_ipv4addr .Pq Vt str If not set to .Dq Li NO , this is the local IPv4 address for 6to4 (IPv6 over IPv4 tunneling interface). Specify this entry to enable the 6to4 interface. .It Va stf_interface_ipv4plen .Pq Vt int Prefix length for 6to4 IPv4 addresses, to limit peer address range. An effective value is 0-31. .It Va stf_interface_ipv6_ifid .Pq Vt str IPv6 interface ID for .Xr stf 4 . This can be set to .Dq Li AUTO . .It Va stf_interface_ipv6_slaid .Pq Vt str IPv6 Site Level Aggregator for .Xr stf 4 . .It Va ipv6_faith_prefix .Pq Vt str If not set to .Dq Li NO , this is the faith prefix to enable a FAITH IPv6-to-IPv4 TCP translator. You also need .Xr faithd 8 setup. .It Va ipv6_ipv4mapping .Pq Vt bool If set to .Dq Li YES this enables IPv4 mapped IPv6 address communication (like .Li ::ffff:a.b.c.d ) . .It Va atm_enable .Pq Vt bool Set to .Dq Li YES to enable the configuration of ATM interfaces at system boot time. For all of the ATM variables described below, please refer to the .Xr atm 8 man page for further details on the available command parameters. Also refer to the files in .Pa /usr/share/examples/atm for more detailed configuration information. .It Va atm_load .Pq Vt str This is a list of physical ATM interface drivers to load. Typical values are .Dq Li hfa_pci and/or .Dq Li hea_pci . .It Va atm_netif_ Ns Aq Ar intf .Pq Vt str For the ATM physical interface .Ar intf , this variable defines the name prefix and count for the ATM network interfaces to be created. The value will be passed as the parameters of an .Dq Nm atm Cm "set netif" Ar intf command. .It Va atm_sigmgr_ Ns Aq Ar intf .Pq Vt str For the ATM physical interface .Ar intf , this variable defines the ATM signalling manager to be used. The value will be passed as the parameters of an .Dq Nm atm Cm attach Ar intf command. .It Va atm_prefix_ Ns Aq Ar intf .Pq Vt str For the ATM physical interface .Ar intf , this variable defines the NSAP prefix for interfaces using a UNI signalling manager. If set to .Dq Li ILMI , the prefix will automatically be set via the .Xr ilmid 8 daemon. Otherwise, the value will be passed as the parameters of an .Dq Nm atm Cm "set prefix" Ar intf command. .It Va atm_macaddr_ Ns Aq Ar intf .Pq Vt str For the ATM physical interface .Ar intf , this variable defines the MAC address for interfaces using a UNI signalling manager. If set to .Dq Li NO , the hardware MAC address contained in the ATM interface card will be used. Otherwise, the value will be passed as the parameters of an .Dq Nm atm Cm "set mac" Ar intf command. .It Va atm_arpserver_ Ns Aq Ar netif .Pq Vt str For the ATM network interface .Ar netif , this variable defines the ATM address for a host which is to provide ATMARP service. This variable is only applicable to interfaces using a UNI signalling manager. If set to .Dq Li local , this host will become an ATMARP server. The value will be passed as the parameters of an .Dq Nm atm Cm "set arpserver" Ar netif command. .It Va atm_scsparp_ Ns Aq Ar netif .Pq Vt bool If set to .Dq Li YES , SCSP/ATMARP service for the network interface .Ar netif will be initiated using the .Xr scspd 8 and .Xr atmarpd 8 daemons. This variable is only applicable if .Va atm_arpserver_ Ns Aq Ar netif is set to .Dq Li local . .It Va atm_pvcs .Pq Vt str Set to the list of ATM PVCs to be added at system boot time. For each whitespace separated .Ar element in the value, an .Va atm_pvc_ Ns Aq Ar element variable is assumed to exist. The value of each of these variables will be passed as the parameters of an .Dq Nm atm Cm "add pvc" command. .It Va atm_arps .Pq Vt str Set to the list of permanent ATM ARP entries to be added at system boot time. For each whitespace separated .Ar element in the value, an .Va atm_arp_ Ns Aq Ar element variable is assumed to exist. The value of each of these variables will be passed as the parameters of an .Dq Nm atm Cm "add arp" command. .It Va natm_interfaces .Pq Vt str Set to the list of .Xr natm 4 interfaces that will also be used for HARP through .Xr harp 4 . If this list is not empty all interfaces in the list will be brought up with .Xr ifconfig 8 and .Xr harp 4 will be loaded. For this to work the interface drivers must be either compiled into the kernel or must reside on the root partition. .It Va keybell .Pq Vt str The keyboard bell sound. Set to .Dq Li normal , .Dq Li visual , .Dq Li off , or .Dq Li NO if the default behavior is desired. For details, refer to the .Xr kbdcontrol 1 manpage. .It Va keyboard .Pq Vt str If set to a non-null string, the virtual console's keyboard input is set to this device. .It Va keymap .Pq Vt str If set to .Dq Li NO , no keymap is installed, otherwise the value is used to install the keymap file in .Pa /usr/share/syscons/keymaps/ Ns Ao Ar value Ac Ns Pa .kbd . .It Va keyrate .Pq Vt str The keyboard repeat speed. Set to .Dq Li slow , .Dq Li normal , .Dq Li fast , or .Dq Li NO if the default behavior is desired. .It Va keychange .Pq Vt str If not set to .Dq Li NO , attempt to program the function keys with the value. The value should be a single string of the form: .Dq Ar funkey_number new_value Op Ar funkey_number new_value ... . .It Va cursor .Pq Vt str Can be set to the value of .Dq Li normal , .Dq Li blink , .Dq Li destructive , or .Dq Li NO to set the cursor behavior explicitly or choose the default behavior. .It Va scrnmap .Pq Vt str If set to .Dq Li NO , no screen map is installed, otherwise the value is used to install the screen map file in .Pa /usr/share/syscons/scrnmaps/ Ns Aq Ar value . .It Va font8x16 .Pq Vt str If set to .Dq Li NO , the default 8x16 font value is used for screen size requests, otherwise the value in .Pa /usr/share/syscons/fonts/ Ns Aq Ar value is used. .It Va font8x14 .Pq Vt str If set to .Dq Li NO , the default 8x14 font value is used for screen size requests, otherwise the value in .Pa /usr/share/syscons/fonts/ Ns Aq Ar value is used. .It Va font8x8 .Pq Vt str If set to .Dq Li NO , the default 8x8 font value is used for screen size requests, otherwise the value in .Pa /usr/share/syscons/fonts/ Ns Aq Ar value is used. .It Va blanktime .Pq Vt int If set to .Dq Li NO , the default screen blanking interval is used, otherwise it is set to .Ar value seconds. .It Va saver .Pq Vt str If not set to .Dq Li NO , this is the actual screen saver to use .Li ( blank , snake , daemon , etc). .It Va moused_enable .Pq Vt str If set to .Dq Li YES , the .Xr moused 8 daemon is started for doing cut/paste selection on the console. .It Va moused_type .Pq Vt str This is the protocol type of the mouse connected to this host. This variable must be set if .Va moused_enable is set to .Dq Li YES . The .Xr moused 8 daemon is able to detect the appropriate mouse type automatically in many cases. Set this variable to .Dq Li auto to let the daemon detect it, or select one from the following list if the automatic detection fails. .Pp If the mouse is attached to the PS/2 mouse port, choose .Dq Li auto or .Dq Li ps/2 , regardless of the brand and model of the mouse. Likewise, if the mouse is attached to the bus mouse port, choose .Dq Li auto or .Dq Li busmouse . All other protocols are for serial mice and will not work with the PS/2 and bus mice. If this is a USB mouse, .Dq Li auto is the only protocol type which will work. .Pp .Bl -tag -width ".Li x10mouseremote" -compact .It Li microsoft Microsoft mouse (serial) .It Li intellimouse Microsoft IntelliMouse (serial) .It Li mousesystems Mouse systems Corp.\& mouse (serial) .It Li mmseries MM Series mouse (serial) .It Li logitech Logitech mouse (serial) .It Li busmouse A bus mouse .It Li mouseman Logitech MouseMan and TrackMan (serial) .It Li glidepoint ALPS GlidePoint (serial) .It Li thinkingmouse Kensington ThinkingMouse (serial) .It Li ps/2 PS/2 mouse .It Li mmhittab MM HitTablet (serial) .It Li x10mouseremote X10 MouseRemote (serial) .It Li versapad Interlink VersaPad (serial) .El .Pp Even if the mouse is not in the above list, it may be compatible with one in the list. Refer to the man page for .Xr moused 8 for compatibility information. .Pp It should also be noted that while this is enabled, any other client of the mouse (such as an X server) should access the mouse through the virtual mouse device, .Pa /dev/sysmouse , and configure it as a .Dq Li sysmouse type mouse, since all mouse data is converted to this single canonical format when using .Xr moused 8 . If the client program does not support the .Dq Li sysmouse type, specify the .Dq Li mousesystems type. It is the second preferred type. .It Va moused_port .Pq Vt str If .Va moused_enable is set to .Dq Li YES , this is the actual port the mouse is on. It might be .Pa /dev/cuaa0 for a COM1 serial mouse, .Pa /dev/psm0 for a PS/2 mouse or .Pa /dev/mse0 for a bus mouse, for example. .It Va moused_flags .Pq Vt str If .Va moused_type is set, these are the additional flags to pass to the .Xr moused 8 daemon. .It Va mousechar_start .Pq Vt int If set to .Dq Li NO , the default mouse cursor character range .Li 0xd0 Ns - Ns Li 0xd3 is used, otherwise the range start is set to .Ar value character, see .Xr vidcontrol 1 . Use if the default range is occupied in the language code table. .It Va allscreens_flags .Pq Vt str If set, .Xr vidcontrol 1 is run with these options for each of the virtual terminals .Pq Pa /dev/ttyv* . For example, .Dq Fl m Cm on will enable the mouse pointer on all virtual terminals if .Va moused_enable is set to .Dq Li YES . .It Va allscreens_kbdflags .Pq Vt str If set, .Xr kbdcontrol 1 is run with these options for each of the virtual terminals .Pq Pa /dev/ttyv* . For example, .Dq Fl h Li 200 will set the .Xr syscons 4 scrollback (history) buffer to 200 lines. .It Va cron_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr cron 8 daemon at system boot time. .It Va cron_program .Pq Vt str Path to .Xr cron 8 (default .Pa /usr/sbin/cron ) . .It Va cron_flags .Pq Vt str If .Va cron_enable is set to .Dq Li YES , these are the flags to pass to .Xr cron 8 . .It Va cron_dst .Pq Vt bool If set to .Dq Li YES , enable the special handling of transitions to and from the Daylight Saving Time in .Xr cron 8 (equivalent to using the flag .Fl s ) . .It Va lpd_program .Pq Vt str Path to .Xr lpd 8 (default .Pa /usr/sbin/lpd ) . .It Va lpd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr lpd 8 daemon at system boot time. .It Va lpd_flags .Pq Vt str If .Va lpd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr lpd 8 daemon. .It Va mta_start_script .Pq Vt str This variable specifies the full path to the script to run to start a mail transfer agent. The default is .Pa /etc/rc.sendmail . The .Va sendmail_* variables which .Pa /etc/rc.sendmail uses are documented in the .Xr rc.sendmail 8 man page. .It Va dumpdev .Pq Vt str Indicates the device (usually a swap partition) to which a crash dump should be written in the event of a system crash. The value of this variable is passed as the argument to .Xr dumpon 8 . To disable crash dumps, set this variable to .Dq Li NO . .It Va dumpdir .Pq Vt str When the system reboots after a crash and a crash dump is found on the device specified by the .Va dumpdev variable, .Xr savecore 8 will save that crash dump and a copy of the kernel to the directory specified by the .Va dumpdir variable. The default value is .Pa /var/crash . Set to .Dq Li NO to not run .Xr savecore 8 at boot time when .Va dumpdir is set. .It Va savecore_flags .Pq Vt str If crash dumps are enabled, these are the flags to pass to the .Xr savecore 8 utility. .It Va enable_quotas .Pq Vt bool Set to .Dq Li YES to turn on user disk quotas on system startup via the .Xr quotaon 8 command. .It Va check_quotas .Pq Vt bool Set to .Dq Li YES to enable user disk quota checking via the .Xr quotacheck 8 command. .It Va accounting_enable .Pq Vt bool Set to .Dq Li YES to enable system accounting through the .Xr accton 8 facility. .It Va ibcs2_enable .Pq Vt bool Set to .Dq Li YES to enable iBCS2 (SCO) binary emulation at system initial boot time. .It Va ibcs2_loaders .Pq Vt str If not set to .Dq Li NO and if .Va ibcs2_enable is set to .Dq Li YES , this specifies a list of additional iBCS2 loaders to enable. .It Va linux_enable .Pq Vt bool Set to .Dq Li YES to enable Linux/ELF binary emulation at system initial boot time. .It Va osf1_enable .Pq Vt bool Set to .Dq Li YES to enable OSF/1 (Digital UNIX) binary emulation at system initial boot time. (alpha) .It Va svr4_enable .Pq Vt bool If set to .Dq Li YES , enable SysVR4 emulation at boot time. .It Va sysvipc_enable .Pq Vt bool If set to .Dq Li YES , load System V IPC primitives at boot time. .It Va clear_tmp_enable .Pq Vt bool Set to .Dq Li YES to have .Pa /tmp cleaned at startup. .It Va ldconfig_paths .Pq Vt str Set to the list of shared library paths to use with .Xr ldconfig 8 . NOTE: .Pa /usr/lib will always be added first, so it need not appear in this list. .It Va ldconfig_paths_aout .Pq Vt str Set to the list of shared library paths to use with .Xr ldconfig 8 legacy .Xr a.out 5 support. .It Va ldconfig_insecure .Pq Vt bool The .Xr ldconfig 8 utility normally refuses to use directories which are writable by anyone except root. Set this variable to .Dq Li YES to disable that security check during system startup. .It Va kern_securelevel_enable .Pq Vt bool Set to .Dq Li YES to set the kernel security level at system startup. .It Va kern_securelevel .Pq Vt int The kernel security level to set at startup. The allowed range of .Ar value ranges from \-1 (the compile time default) to 3 (the most secure). See .Xr init 8 for the list of possible security levels and their effect on system operation. .It Va lomac_enable .Pq Vt bool Set to .Dq Li YES to enable Low Watermark Mandatory Access Control (LOMAC) at boot time. This security model enforces integrity constraints for system processes; see .Xr lomac 4 for a complete description of the LOMAC model, as well as its impact on system operation. .It Va start_vinum .Pq Vt bool Set to .Dq Li YES to start .Xr vinum 8 at system boot time. .It Va sshd_program .Pq Vt str Path to the SSH server program .Pa ( /usr/sbin/sshd is the default). .It Va sshd_enable .Pq Vt bool Set to .Dq Li YES to start .Xr sshd 8 at system boot time. .It Va sshd_flags .Pq Vt str If .Va sshd_enable is set to .Dq Li YES , these are the flags to pass to the .Xr sshd 8 daemon. .It Va usbd_enable .Pq Vt bool If set to .Dq Li YES , run the .Xr usbd 8 daemon at boot time. .It Va usbd_flags .Pq Vt str If .Va usbd_enable is set to .Dq Li YES , these are the flags passed to the .Xr usbd 8 daemon. .It Va watchdogd_enable .Pq Vt bool If set to .Dq Li YES , start the .Xr watchdogd 8 daemon at boot time. This requires that the kernel have been compiled with a .Xr watchdog 4 compatible device. .It Va watchdogd_flags .Pq Vt str If .Va watchdogd_enable is set to .Dq Li YES , these are the flags passed to the .Xr watchdogd 8 daemon. .It Va jail_enable .Pq Vt bool If set to .Dq Li NO , any configured jails will not be started. .It Va jail_list .Pq Vt str A space separated list of names for jails. This is purely a configuration aid to help identify and configure multiple jails. The names specified in this list will be used to identify settings common to an instance of a jail. Assuming that the jail in question was named .Li vjail , you would have the following dependant variables: .Bd -literal jail_vjail_hostname="jail.example.com" jail_vjail_ip="192.168.1.100" jail_vjail_rootdir="/var/jails/vjail/root" jail_vjail_exec="/bin/sh /etc/rc" .Ed .Pp The last one is optional. It defaults to .Pa /etc/rc if it is not set. .It Va jail_set_hostname_allow .Pq Vt bool If set to .Dq Li NO , do not allow the root user in a jail to set its hostname. .It Va jail_socket_unixiproute_only .Pq Vt bool If set to .Dq Li NO , do not allow any protocol, besides TCP/IP, to be used within a jail. .It Va jail_sysvipc_allow .Pq Vt bool If set to .Dq Li YES , allow applications within a jail to use System V IPC. .It Va unaligned_print .Pq Vt bool If set to .Dq Li NO , unaligned access warnings will not be printed. (alpha) .\" ----- isdn settings --------------------------------- .It Va isdn_enable .Pq Vt bool Set to .Dq Li NO by default. When set to .Dq Li YES , starts the .Xr isdnd 8 daemon at system boot time. .It Va isdn_flags .Pq Vt str Set to .Dq Fl d Ns Cm n Fl d Ns Li 0x1f9 by default. Additional flags to pass to .Xr isdnd 8 (but see .Va isdn_fsdev and .Va isdn_ttype for certain tunable parameters). .It Va isdn_ttype .Pq Vt str Set to .Dq Li cons25 by default. The terminal type of the output device when .Xr isdnd 8 operates in full-screen mode. .It Va isdn_screenflags .Pq Vt str Set to .Dq Li NO by default. The video mode for full-screen mode (only for .Xr syscons 4 console driver, see .Xr vidcontrol 1 for valid modes). .It Va isdn_fsdev .Pq Vt str Set to .Dq Li NO by default. The output device for .Xr isdnd 8 in full-screen mode (or .Dq Li NO for daemon mode). .It Va isdn_trace .Pq Vt bool Set to .Dq Li NO by default. When set to .Dq Li YES , enables the ISDN protocol trace utility .Xr isdntrace 8 at system boot time. .It Va isdn_traceflags .Pq Vt str Set to .Dq Fl f Pa /var/tmp/isdntrace0 by default. Flags for .Xr isdntrace 8 . .\" ----------------------------------------------------- .It Va pcvt_verbose .Pq Vt bool Set to .Dq Li NO by default. When set to .Dq Li YES , verbose messages about the actions done by the start script are displayed. .Em Note : the .Xr pcvt 4 driver must be compiled into the kernel before the .Xr pcvt 4 related options described here take any effect. .It Va pcvt_keymap .Pq Vt str Set to .Dq Li NO by default. Use this to configure a national keyboard mapping found in the .Pa /usr/share/misc/keycap.pcvt file of keyboard mappings. (See also the manual pages .Xr keycap 5 and .Xr keycap 3 for usage of .Xr pcvt 4 Ns 's keycap database and the manual page .Xr kcon 1 option .Fl m for national keyboard mapping configuration.) .It Va pcvt_keydel .Pq Vt int Set to .Dq Li NO by default. Used to set the keyboard key repeat delay value. Valid values are in the range 0..3 for delay values of 250, 500, 750 and 1000 msec. (See also the .Xr kcon 1 manual page.) .It Va pcvt_keyrate .Pq Vt int Set to .Dq Li NO by default. Used to set the keyboard key repetition rate value. Valid values are in the range 0..31 for repetition values of 2..30 characters per second. .It Va pcvt_keyrepeat .Pq Vt bool Set to .Dq Li NO by default. Set to .Dq Li YES to enable automatic keyboard key repeating. .It Va pcvt_force24 .Pq Vt bool Set to .Dq Li NO by default. Set to .Dq Li YES to force .Xr pcvt 4 to use 24 lines only (in 25 lines mode) for compatibility with the original .Tn VT220 terminal. .It Va pcvt_hpext .Pq Vt bool Set to .Dq Li NO by default. Set to .Dq Li YES to enable the display and functionality of function key labels (as found on .Tn Hewlett-Packard terminals such as the .Tn HP2392A and the .Tn HP700/92 in .Tn ANSI mode). .It Va pcvt_lines .Pq Vt int Set to .Dq Li NO by default resulting in a value of 25. Used to set the number of lines on the screen. For VGA displays, valid values are 25, 28, 40 and 50 lines. (See also the .Xr scon 1 manual page.) .It Va pcvt_blanktime .Pq Vt int Set to .Dq Li NO by default. Used to set the screen saver timeout in seconds for values greater than zero. .It Va pcvt_cursorh .Pq Vt int Set to .Dq Li NO by default. Used to set the cursor top scanline. (See also the .Xr cursor 1 manual page.) .It Va pcvt_cursorl .Pq Vt int Set to .Dq Li NO by default. Used to set the cursor bottom scanline. .It Va pcvt_monohigh .Pq Vt bool Set to .Dq Li NO by default. Set to .Dq Li YES to set intensity to high on monochrome monitors. (See also the .Xr scon 1 manual page, option .Fl p , for more information on changing VGA palette values.) .It Va harvest_interrupt .Pq Vt bool Set to .Dq Li YES to use hardware interrupts as an entropy source. Refer to .Xr random 4 for more information. .It Va harvest_ethernet .Pq Vt bool Set to .Dq Li YES to use LAN traffic as an entropy source. Refer to .Xr random 4 for more information. .It Va harvest_p_to_p .Pq Vt bool Set to .Dq Li YES to use serial line traffic as an entropy source. Refer to .Xr random 4 for more information. .It Va entropy_dir .Pq Vt str Set to .Dq Li NO to disable caching entropy via .Xr cron 8 . Otherwise set to the directory used to store entropy files in. .It Va entropy_file .Pq Vt str Set to .Dq Li NO to disable caching entropy through reboots. Otherwise set to the filename used to store cached entropy through reboots. This file should be located on the root file system to seed the .Xr random 4 device as early as possible in the boot process. .It Va entropy_save_sz .Pq Vt int Size of the entropy cache files saved by .Nm save-entropy periodically. .It Va entropy_save_num .Pq Vt int Number of entropy cache files to save by .Nm save-entropy periodically. .It Va ipsec_enable .Pq Vt bool Set to .Dq Li YES to run .Xr setkey 8 on .Va ipsec_file at boot time. .It Va ipsec_file .Pq Vt str Configuration file for .Xr setkey 8 . .It Va dmesg_enable .Pq Vt bool Set to .Dq Li YES to save .Xr dmesg 8 to .Pa /var/run/dmesg.boot on boot. .It Va rcshutdown_timeout .Pq Vt int If set, start a watchdog timer in the background which will terminate .Pa rc.shutdown if .Xr shutdown 8 has not completed within the specified time (in seconds). .It Va virecover_enable .Pq Vt bool Set to .Dq Li NO to prevent the system from trying to recover pre-maturely terminated .Xr vi 1 sessions. .It Va ugidfw_enable .Dq Li NO Load the .Xr mac_bsdextended 4 module upon system initialization and load a default ruleset file. .It Va bsdextended_script .Dq Pa /etc/rc.bsdextended The default .Xr mac_bsdextended 4 ruleset file to load. .It Va swapoff .Pq Vt bool Set to .Dq Li YES to remove swap partitions upon shutdown. .It Va ramdisk_units .Pq Vt str A list of one or more ramdisk units to configure with .Xr mdconfig 8 and .Xr newfs 8 in time to be mounted from .Xr fstab 5 . Each listed unit .Ar X must specify at least a .Ar type in a .Va ramdisk_ Ns Ao Ar X Ac Ns Va _config variable. .It Va ramdisk_ Ns Ao Ar X Ac Ns Va _config .Pq Vt str Arguments to .Xr mdconfig 8 for ramdisk .Ar X . At minimum a .Fl t Ar type must be specified, where .Ar type must be one of .Cm malloc or .Cm swap . .It Va ramdisk_ Ns Ao Ar X Ac Ns Va _newfs .Pq Vt str Optional arguments passed to .Xr newfs 8 to initialize ramdisk .Ar X . .It Va ramdisk_ Ns Ao Ar X Ac Ns Va _owner .Pq Vt str An ownership specification passed to .Xr chown 8 after the specified ramdisk unit .Ar X has been mounted. Both the .Xr md 4 device and the mount point will be changed. .It Va ramdisk_ Ns Ao Ar X Ac Ns Va _perms .Pq Vt str A mode string passed to .Xr chmod 1 after the specified ramdisk unit .Ar X has been mounted. Both the .Xr md 4 device and the mount point will be changed. .El .Sh FILES .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact .It Pa /etc/defaults/rc.conf .It Pa /etc/rc.conf .It Pa /etc/rc.conf.local .El .Sh SEE ALSO .Xr catman 1 , .Xr chmod 1 , .Xr gdb 1 , .Xr info 1 , .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr ip 4 , .Xr kld 4 , .Xr tcp 4 , .Xr udp 4 , .Xr exports 5 , .Xr motd 5 , .Xr newsyslog.conf 5 , .Xr accton 8 , .Xr amd 8 , .Xr apm 8 , .Xr atm 8 , .Xr chown 8 , .Xr cron 8 , .Xr dhclient 8 , .Xr ifconfig 8 , .Xr inetd 8 , .Xr isdnd 8 , .Xr isdntrace 8 , .Xr kldxref 8 , .Xr lpd 8 , .Xr mdconfig 8 , .Xr mountd 8 , .Xr moused 8 , .Xr mrouted 8 , .Xr named 8 , .Xr newfs 8 , .Xr nfsd 8 , .Xr ntpd 8 , .Xr ntpdate 8 , .Xr pcnfsd 8 , .Xr quotacheck 8 , .Xr quotaon 8 , .Xr rc 8 , .Xr rc.sendmail 8 , .Xr route 8 , .Xr routed 8 , .Xr rpcbind 8 , .Xr rpc.lockd 8 , .Xr rpc.statd 8 , .Xr rwhod 8 , .Xr savecore 8 , .Xr sshd 8 , .Xr swapon 8 , .Xr sysctl 8 , .Xr syslogd 8 , .Xr timed 8 , .Xr usbd 8 , .Xr vinum 8 , .Xr yp 8 , .Xr ypbind 8 , .Xr ypserv 8 , .Xr ypset 8 .Sh HISTORY The .Nm file appeared in .Fx 2.2.2 . .Sh AUTHORS .An Jordan K. Hubbard . --------------040709010101070403060709-- From owner-freebsd-doc@FreeBSD.ORG Sun Oct 17 13:17:01 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5787816A4CE for ; Sun, 17 Oct 2004 13:17:01 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFBD43D5D for ; Sun, 17 Oct 2004 13:17:00 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b205.otenet.gr [212.205.244.213]) i9HDGuiT021719; Sun, 17 Oct 2004 16:16:58 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9HDGuwR001463; Sun, 17 Oct 2004 16:16:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9HDGuBb001462; Sun, 17 Oct 2004 16:16:56 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sun, 17 Oct 2004 16:16:56 +0300 From: Giorgos Keramidas To: Alan Gerber Message-ID: <20041017131656.GA1354@gothmog.gr> References: <417268D4.9060704@ncsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <417268D4.9060704@ncsu.edu> cc: freebsd-doc@freebsd.org Subject: Re: Possible error in src/share/man/man5/rc.conf.5 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 13:17:01 -0000 On 2004-10-17 08:43, Alan Gerber wrote: > Greetings all, > > I was browsing through the rc.conf(5) page yesterday when I noticed what > *could* be an error in the documentation. Basically I have a nitpick > with the populate_var tunable - the current documentation says that "a > memory file system is created if /tmp is not writable" and I believe it > should say "a memory file system is created if /var is not writable". The file you sent is a slightly modified version of the RELENG_5 version of `rc.conf.5'. Please do not post the entire file, but send a diff when the changes are small. The extra traffic and bandwidth wasted for copying the entire file to all the members of the list is, well, wasted... Your copy of the rc.conf.5 file has the following changes from the current RELENG_5 version of the same manpage: : --- rc.conf.5 Sun Oct 17 16:08:11 2004 : +++ /tmp/rc.conf.5 Sun Oct 17 16:02:35 2004 : @@ -22,7 +22,7 @@ : .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF : .\" SUCH DAMAGE. : .\" : -.\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.221.2.4 2004/10/16 08:13:19 pjd Exp $ : +.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man5/rc.conf.5,v 1.221.2.4 2004/10/16 08:13:19 pjd Exp $ : .\" : .Dd September 29, 2004 : .Dt RC.CONF 5 We can safely ignore this. It's probably a result of checking out the manpage from a CVS tree. : @@ -264,7 +264,7 @@ : and never happens if set to : .Dq Li NO . : If set to anything else, a memory file system is created if : -.Pa /tmp : +.Pa /var : is not writable. : Note that this process requires access to certain commands in : .Pa /usr This is correct. Good catch! :-) I'll ask the release engineers for an immediate commit to RELENG_5, if it's not too late in the release cycle of 5.3-RELEASE by now. : @@ -3095,4 +3095,4 @@ : file appeared in : .Fx 2.2.2 . : .Sh AUTHORS : -.An Jordan K. Hubbard . : +.An Jordan K. Hubbard . : \ No newline at end of file Bogus change made by an editor that deleted the newline from the last line of the file. This isn't necessary. - Giorgos From owner-freebsd-doc@FreeBSD.ORG Sun Oct 17 16:49:32 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C1016A4CE for ; Sun, 17 Oct 2004 16:49:32 +0000 (GMT) Received: from lnxc-641.srv.mediaways.net (smtp.compuserve.de [62.52.27.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 994BC43D31 for ; Sun, 17 Oct 2004 16:49:31 +0000 (GMT) (envelope-from Hilko.Meyer@gmx.de) Received: (qmail 24337 invoked by uid 501); 17 Oct 2004 16:49:27 -0000 Received: from dialin-145-254-151-249.arcor-ip.net (dialin-145-254-151-249.arcor-ip.net [145.254.151.249]) by compuserve.de ([10.228.3.105]) with ESMTP via TCP; 17 Oct 2004 16:49:27 -0000 From: Hilko Meyer To: Ceri Davies Date: Sun, 17 Oct 2004 18:49:49 +0200 Message-ID: References: <4q0gh05ot2512gvv7hjjm6q6so4bbof3er@smtp.compuserve.de> <20040819180902.GC5433@submonkey.net> <25hai0ph89qviikgejln6uemabm5grca25@smtp.compuserve.de> <20040820083557.GG5433@submonkey.net> <20040820165210.GM5433@submonkey.net> In-Reply-To: <20040820165210.GM5433@submonkey.net> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: freebsd-doc@freebsd.org Subject: Re: Handbook-appearance in Opera X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 16:49:32 -0000 Ceri Davies schrieb: >On Fri, Aug 20, 2004 at 09:35:57AM +0100, Ceri Davies wrote: >> On Fri, Aug 20, 2004 at 02:28:31AM +0200, Hilko Meyer wrote: >> > Ceri Davies schrieb: >> > >On Tue, Aug 10, 2004 at 01:43:50AM +0200, Hilko Meyer wrote: >> > >>=20 >> > >> I've spotted some some problems in >> > >> = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.htm= l >> > >> and the NFS-Chapter. The table under "Terms/Processes You Should = Know" >> > >> is displayed wrong in opera 7.5*. The columns term and = description are >> > >> shown with the same little width. Both columns have the width of = the >> > >> word rpc.yppasswdd. >> > > >> > >IE6 seems to do the same. I've created a diff which corrects this; >> > >could you please check >> > = >http://shrike.submonkey.net/~setantae/data/doc/en_US.ISO8859-1/books/han= dbook/network-nis.html >> > >and see if that fixes it for you? >> >=20 >> > Yes >> > I've tried it now witth Opera 7.54, IE5.5, Netscape 4.8 :-) and = Firefox. >> > Looks ok in each browser. >>=20 >> That's great, thanks for testing. I'll commit the patch this evening. > >Now committed - should be on the website within the next 24 hours. Hi, I'd like to remind you, that there are other occurences of this problem. in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users-modifying= .html 13.6 Modifying Accounts http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-co= nfigfiles.html 11.10.1 /etc Layout 11.10.2.1 /etc/resolv.conf http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routing= .html 24.2.1 An Example Should I file a PR so that doesn't got lost? bye, Hilko From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 11:01:00 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9C516A4CE for ; Mon, 18 Oct 2004 11:01:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EE043D46 for ; Mon, 18 Oct 2004 11:01:00 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9IB10Go047191 for ; Mon, 18 Oct 2004 11:01:00 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IB0x07047182 for freebsd-doc@freebsd.org; Mon, 18 Oct 2004 11:00:59 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 18 Oct 2004 11:00:59 GMT Message-Id: <200410181100.i9IB0x07047182@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 11:01:00 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2001/05/24] docs/27605 doc Cross-document references () s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/09/14] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/03/10] docs/64063 doc Size of block in File System Quota docume o [2004/08/25] docs/70952 doc Handbook section 16.6.2 has bad example o [2004/09/04] docs/71359 doc /usr/share/examples/etc/make.conf contain o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/11] docs/72500 doc Clean up Java and Jakarta Tomcat article o [2004/10/15] docs/72743 doc Porter's Handbook lacks info on using aut 16 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP a [2001/08/23] docs/30008 doc This document should be translated, comme p [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/09] docs/33724 doc [patch] a very minor documentation error o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix p [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/11] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2003/01/06] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/31] docs/47705 doc wc(1) manpage has poor explanations. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/08/03] docs/55207 doc [patch] update acroread section & add loc o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI o [2003/08/17] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/09/15] docs/56903 doc [patch] articles/fonts: add application t o [2003/09/16] docs/56915 doc [patch] articles/fonts: update links o [2003/09/16] docs/56936 doc [patch] articles/java-tomcat: add applica o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in o [2004/02/04] docs/62364 doc Misleading information in the handbook o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/16] docs/62914 doc Reference development(7) in other parts o o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. p [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/05] docs/63808 doc No manpage for devfs.conf o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco f [2004/06/10] docs/67806 doc Let 5.x users know how to boot into singl o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/19] docs/69271 doc Porter's Handbook: hint on proper pkg-mes o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/08/03] docs/69968 doc minor clarification in mac glossary o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/11] docs/70310 doc [PATCH] Add information about DragonFly f [2004/08/16] docs/70506 doc re_format(7) contains many extra '=' o [2004/08/19] docs/70652 doc New man page: portindex(5) o [2004/08/24] docs/70916 doc msync.2 manpage update o [2004/08/25] docs/70943 doc remove -k from gdb.1 manual o [2004/09/10] docs/71555 doc how to run matlab on 5.2 o [2004/09/14] docs/71735 doc Update Road Map for 5-STABLE: ia64 and sc o [2004/09/14] docs/71737 doc [PATCH] FAQ update: Binary drivers from N o [2004/09/14] docs/71739 doc amd.8 points to old web-page o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/18] docs/71862 doc [PATCH] FAQ update: Use entity &xorg; ins o [2004/09/20] docs/71946 doc [PATCH] Reference X.org instead of XFree8 o [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/10/06] docs/72375 doc prototype error in signal(3) o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/07] docs/72434 doc doc/share/examples/vim/accents2sgml.pl fi o [2004/10/07] docs/72435 doc doc/share/examples/vim/sgml2accents.pl fi o [2004/10/09] docs/72462 doc [PATCH] A few minor corrections to the hu o [2004/10/11] docs/72545 doc [patch] [handbook] Update in Wireless Net 163 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 12:46:45 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B99D16A4CE; Mon, 18 Oct 2004 12:46:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF67843D45; Mon, 18 Oct 2004 12:46:44 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i9ICkiDV063005; Mon, 18 Oct 2004 12:46:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ICki64063001; Mon, 18 Oct 2004 12:46:44 GMT (envelope-from edwin) Date: Mon, 18 Oct 2004 12:46:44 GMT From: Edwin Groothuis Message-Id: <200410181246.i9ICki64063001@freefall.freebsd.org> To: edwin@FreeBSD.org, gnats-admin@FreeBSD.org, doc@FreeBSD.org Subject: Re: docs/72600: Re: docs/72545: [patch] [handbook] Update in Wireless Networking section for NDISulator X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 12:46:45 -0000 Synopsis: =?iso-8859-1?Q?Re:_docs/72545:_[patch]_[handbook]_Update_in_Wireless_Networking_section_for_NDISulator?= Responsible-Changed-From-To: gnats-admin->doc Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 18 12:45:42 GMT 2004 Responsible-Changed-Why: over to right category http://www.freebsd.org/cgi/query-pr.cgi?pr=72600 From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 13:41:00 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0D116A4CE; Mon, 18 Oct 2004 13:41:00 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2753B43D53; Mon, 18 Oct 2004 13:41:00 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJXkw-000EvV-QN; Mon, 18 Oct 2004 14:40:58 +0100 Date: Mon, 18 Oct 2004 14:40:58 +0100 From: Ceri Davies To: Edwin Groothuis Message-ID: <20041018134058.GB57641@submonkey.net> Mail-Followup-To: Ceri Davies , Edwin Groothuis , doc@FreeBSD.org References: <200410181246.i9ICki64063001@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Aq6vH1t1JS3Uc7g3" Content-Disposition: inline In-Reply-To: <200410181246.i9ICki64063001@freefall.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc@FreeBSD.org Subject: Re: docs/72600: Re: docs/72545: [patch] [handbook] Update in Wireless Networking section for NDISulator X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 13:41:00 -0000 --Aq6vH1t1JS3Uc7g3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 18, 2004 at 12:46:44PM +0000, Edwin Groothuis wrote: > Synopsis: =3D?iso-8859-1?Q?Re:_docs/72545:_[patch]_[handbook]_Update_in_W= ireless_Networking_section_for_NDISulator?=3D >=20 > Responsible-Changed-From-To: gnats-admin->doc > Responsible-Changed-By: edwin > Responsible-Changed-When: Mon Oct 18 12:45:42 GMT 2004 > Responsible-Changed-Why:=20 > over to right category The correct thing to do with this is to submit the contents as a followup to the correct PR and then close it. Ceri --=20 --Aq6vH1t1JS3Uc7g3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBc8fqocfcwTS3JF8RAjV1AJ9Y8wao3Zx/P+JpTSnXozaluGvougCfVxmN goc8KDE235RZ43O9lYazz5I= =duWY -----END PGP SIGNATURE----- --Aq6vH1t1JS3Uc7g3-- From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 15:14:44 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9084216A4CE for ; Mon, 18 Oct 2004 15:14:44 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B975943D48 for ; Mon, 18 Oct 2004 15:14:42 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id 682F5200F; Mon, 18 Oct 2004 19:14:46 +0400 (MSD) Message-ID: <4173DDDF.200@FreeBSD.org> Date: Mon, 18 Oct 2004 19:14:39 +0400 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "Edward Sanford Sutton, III" References: <40F7EE89.5080903@cox.net> In-Reply-To: <40F7EE89.5080903@cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: invalid link? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:14:44 -0000 Link removed, thanks for report! You can find 'Pronunciation Guide' section in Jargon File Edward Sanford Sutton, III wrote: > http://www.freebsd.org/projects/newbies.html links to > http://manuel.brad.ac.uk/help/.faq/.unix/.pronun.html as the > 'Pronunciation Guide'. It appears to probably have moved or have been > removed because the contacted server returns a 'File Not Found' page. > Thanks, > Ed Sutton > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 16:51:49 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134ED16A4CF for ; Mon, 18 Oct 2004 16:51:49 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D7743D53 for ; Mon, 18 Oct 2004 16:51:48 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9IGpMHN015076; Mon, 18 Oct 2004 19:51:34 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9IGpLTb023305; Mon, 18 Oct 2004 19:51:21 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)i9IGpIab023304; Mon, 18 Oct 2004 19:51:18 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 18 Oct 2004 19:51:18 +0300 From: Giorgos Keramidas To: Simon Barner Message-ID: <20041018165118.GA23223@orion.daedalusnetworks.priv> References: <20041003202704.GB25654@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20041003202704.GB25654@zi025.glhnet.mhn.de> cc: freebsd-doc@freebsd.org Subject: RFC: E-mail documentation (was: Re: Article about mail setup for FreeBSD workstations) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 16:51:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2004-10-03 22:27, Simon Barner wrote: > Hi, > > Approximately one year ago, I wrote an article about how to setup email > properly on a FreeBSD machine without a proper DNS name [...] > > My work is available here (HTML and DocBook version): > http://home.leo.org/~barner/freebsd/articles/mailsetup/ Interesting article. I have threatened that some day I will rewrite the e-mail chapter of the Handbook to include as much information as possible, including (but not limited to) the following: - Alternative MTAs (Postfix, Exim, qmail, etc.). - SASL support. - Hosting of many virtual domains. but, unfortunately, I got myself a job and quickly saw my free time diminishingly approach zero hours per day. I am still interested in what people would like better though: a. a huge email chapter in the Handbook, b. a separate book describing internet mail support on FreeBSD, or c. a collection of many small articles, each one describing a particular e-mail setup. This article of yours would fit nicely either as part of the first two or as an addition to (c). So, which of (a), (b) or (c) would people prefer? It seems I might have relatively frequent periods of spare time from now on. - - Giorgos -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBc/SG1g+UGjGGA7YRAkNdAKCOq8FM0RGMUTuC+TfIf6S2RQ8dWgCeO1DR +LBTrfMjQ4SU3rD1Zh2ujYQ= =yR2K -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Mon Oct 18 17:10:19 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F242516A4CF; Mon, 18 Oct 2004 17:10:18 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77CD43D31; Mon, 18 Oct 2004 17:10:18 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.4] (bgp966574bgs.derbrn01.mi.comcast.net[68.41.108.205]) by comcast.net (rwcrmhc12) with ESMTP id <20041018171018014004p2bne>; Mon, 18 Oct 2004 17:10:18 +0000 From: Len Zettel To: freebsd-doc@freebsd.org Date: Mon, 18 Oct 2004 13:10:11 -0400 User-Agent: KMail/1.6.2 References: <20041003202704.GB25654@zi025.glhnet.mhn.de> <20041018165118.GA23223@orion.daedalusnetworks.priv> In-Reply-To: <20041018165118.GA23223@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410181310.11343.zettel@acm.org> cc: Simon Barner cc: Giorgos Keramidas Subject: Re: RFC: E-mail documentation (was: Re: Article about mail setup for FreeBSD workstations) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:10:19 -0000 On Monday 18 October 2004 12:51 pm, Giorgos Keramidas wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2004-10-03 22:27, Simon Barner wrote: > > Hi, > > > > Approximately one year ago, I wrote an article about how to setup email > > properly on a FreeBSD machine without a proper DNS name [...] > > > > My work is available here (HTML and DocBook version): > > http://home.leo.org/~barner/freebsd/articles/mailsetup/ > > Interesting article. I have threatened that some day I will rewrite the > e-mail chapter of the Handbook to include as much information as possible, > including (but not limited to) the following: > > - Alternative MTAs (Postfix, Exim, qmail, etc.). > - SASL support. > - Hosting of many virtual domains. > > but, unfortunately, I got myself a job and quickly saw my free time > diminishingly approach zero hours per day. I am still interested in what > people would like better though: > > a. a huge email chapter in the Handbook, Yes > > b. a separate book describing internet mail support on FreeBSD, or > > c. a collection of many small articles, each one describing a > particular e-mail setup. > Yes > This article of yours would fit nicely either as part of the first two or > as an addition to (c). So, which of (a), (b) or (c) would people prefer? > It seems I might have relatively frequent periods of spare time from now > on. > In my opinion, the documentation could usefully take better advantage of the capabilities of hypertext. To that end, a) Should have a general description section and a bunch of hyperlinks to c) as appropriate. -LenZ- > - - Giorgos > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (FreeBSD) > > iD8DBQFBc/SG1g+UGjGGA7YRAkNdAKCOq8FM0RGMUTuC+TfIf6S2RQ8dWgCeO1DR > +LBTrfMjQ4SU3rD1Zh2ujYQ= > =yR2K > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 05:00:50 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742E616A4CE for ; Tue, 19 Oct 2004 05:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B0943D2F for ; Tue, 19 Oct 2004 05:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9J50o06075124 for ; Tue, 19 Oct 2004 05:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J50oGC075117; Tue, 19 Oct 2004 05:00:50 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 05:00:50 GMT Message-Id: <200410190500.i9J50oGC075117@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Kevin D. Kinsey, DaleCo, S.P." Subject: [PATCH] Re: docs/71739: amd.8 points to old web-page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Kevin D. Kinsey, DaleCo, S.P." List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:00:50 -0000 The following reply was made to PR docs/71739; it has been noted by GNATS. From: "Kevin D. Kinsey, DaleCo, S.P." To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: [PATCH] Re: docs/71739: amd.8 points to old web-page Date: Mon, 18 Oct 2004 23:54:16 -0500 Mikhail Teterin wrote: Not only is our version (6.0.7) of am-utils several years behind (6.0.9 is available since January 2003) the link to the package's web-page is now broken. The author moved to a different college and the correct URL is now: http://www.fsl.cs.sunysb.edu/project-am-utils.html This may be worth changing in amd.8 even before importing the newer sources (6.1b4 or 6.0.8). Can't comment on the versioning. I do note that in CVS, the 6.0.10 sources are imported in the COLUMBIA branch. Maybe you're running an older system? Thanks for bringing the URL change and other issues to the doc team's attention. Does Mr. Zadok have another email address to add to the man page as well? Doc team: Patch, addressing only URL change, inline below. Maybe we can close this? ------------------- VI ---------------------------------------- --- amd.8 Mon Oct 18 23:40:57 2004 +++ amd.8.edit Mon Oct 18 23:41:54 2004 @@ -330,7 +330,7 @@ .%T Amd \- The 4.4 BSD Automounter .Re .Pp -.Pa http://www.cs.columbia.edu/~ezk/am-utils/ +.Pa http://www.fsl.cs.sunysb.edu/project-am-utils.html .Sh AUTHORS .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. -------------------- DE ---------------------------------- Kevin Kinsey DaleCo, S.P. From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 05:20:27 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAAA16A4D3 for ; Tue, 19 Oct 2004 05:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2AEF43D41 for ; Tue, 19 Oct 2004 05:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9J5KQwD079325 for ; Tue, 19 Oct 2004 05:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J5KQ8h079322; Tue, 19 Oct 2004 05:20:26 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 05:20:26 GMT Message-Id: <200410190520.i9J5KQ8h079322@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Kevin D. Kinsey, DaleCo, S.P." Subject: Re: docs/62364: Misleading information in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Kevin D. Kinsey, DaleCo, S.P." List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:20:27 -0000 The following reply was made to PR docs/62364; it has been noted by GNATS. From: "Kevin D. Kinsey, DaleCo, S.P." To: freebsd-gnats-submit@FreeBSD.org, agley@optusnet.com.au Cc: Subject: Re: docs/62364: Misleading information in the handbook Date: Tue, 19 Oct 2004 00:14:26 -0500 John Duncan wrote: Section 11.4.1.3 of the handbook suggests using /dev/fd/3 to capture Ghostscript output. This device is no longer present on FreeBSD by default and when I tried to install it using fdescfs Ghostscript could not access it. This could put off new users. It could, indeed. However, I don't find any reference to /dev/fd/3 in the handbook. There is no usage other than in the printing chapter, which at the present time is chapter 9. Maybe your doc tree is out of date, or the situation has changed and not been noted in response to your PR? % pwd /usr/doc/en_US.ISO8859-1/books/handbook % ll .. | grep handbook drwxr-xr-x 19 root wheel 3072 Aug 25 16:32 arch-handbook/ drwxr-xr-x 13 root wheel 2560 Aug 25 16:32 developers-handbook/ drwxr-xr-x 33 root wheel 8704 Aug 31 21:26 handbook/ drwxr-xr-x 3 root wheel 3072 Aug 31 21:27 porters-handbook/ % grep /fd/ * pgpkeys-developers.html:W4tUdPq/fd/u54L7tUTo4lK7Os6JVwR3AfBtnyVR41j4QAu0yRW0JokCHAQTAQIA printing-advanced.html:class="FILENAME">.dvi so using /dev/fd/0 for standard printing-advanced.html:class="FILENAME">/dev/fd/0, thereby forcing dvilj2p to read printing-advanced.html:ln -s /dev/fd/0 hpdf$$.dvi || fatal "Cannot symlink /dev/fd/0" Perhaps this can be closed? Kevin Kinsey From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 11:23:52 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAECF16A4CE for ; Tue, 19 Oct 2004 11:23:52 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6242643D45 for ; Tue, 19 Oct 2004 11:23:52 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJs5h-000CB2-BF; Tue, 19 Oct 2004 12:23:45 +0100 Date: Tue, 19 Oct 2004 12:23:45 +0100 From: Ceri Davies To: Hilko Meyer Message-ID: <20041019112345.GN57641@submonkey.net> Mail-Followup-To: Ceri Davies , Hilko Meyer , freebsd-doc@freebsd.org References: <4q0gh05ot2512gvv7hjjm6q6so4bbof3er@smtp.compuserve.de> <20040819180902.GC5433@submonkey.net> <25hai0ph89qviikgejln6uemabm5grca25@smtp.compuserve.de> <20040820083557.GG5433@submonkey.net> <20040820165210.GM5433@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w/cbcIkiD1zHilas" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-doc@freebsd.org Subject: Re: Handbook-appearance in Opera X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 11:23:53 -0000 --w/cbcIkiD1zHilas Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 17, 2004 at 06:49:49PM +0200, Hilko Meyer wrote: > Ceri Davies schrieb: > >On Fri, Aug 20, 2004 at 09:35:57AM +0100, Ceri Davies wrote: > >> On Fri, Aug 20, 2004 at 02:28:31AM +0200, Hilko Meyer wrote: > >> > Ceri Davies schrieb: > >> > >On Tue, Aug 10, 2004 at 01:43:50AM +0200, Hilko Meyer wrote: > >> > >>=20 > >> > >> I've spotted some some problems in > >> > >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network= -nis.html > >> > >> and the NFS-Chapter. The table under "Terms/Processes You Should = Know" > >> > >> is displayed wrong in opera 7.5*. The columns term and descriptio= n are > >> > >> shown with the same little width. Both columns have the width of = the > >> > >> word rpc.yppasswdd. > >> > > > >> > >IE6 seems to do the same. I've created a diff which corrects this; > >> > >could you please check > >> > >http://shrike.submonkey.net/~setantae/data/doc/en_US.ISO8859-1/book= s/handbook/network-nis.html > >> > >and see if that fixes it for you? > >> >=20 > >> > Yes > >> > I've tried it now witth Opera 7.54, IE5.5, Netscape 4.8 :-) and Fire= fox. > >> > Looks ok in each browser. > >>=20 > >> That's great, thanks for testing. I'll commit the patch this evening. > > > >Now committed - should be on the website within the next 24 hours. >=20 > Hi, >=20 > I'd like to remind you, that there are other occurences of this problem. > in the handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users-modifying= =2Ehtml > 13.6 Modifying Accounts > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-co= nfigfiles.html > 11.10.1 /etc Layout > 11.10.2.1 /etc/resolv.conf > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routing= =2Ehtml > 24.2.1 An Example Hi Hilko, I haven't forgotten about this, just been making the most of the doc freeze ;-) > Should I file a PR so that doesn't got lost? Good idea, please do. Ceri --=20 --w/cbcIkiD1zHilas Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdPlBocfcwTS3JF8RApEIAJ9aXPYs3Cz2hClm2JzVHyN/ncaD5ACeLbSQ KnsWQy7ZQGX95wVgNht/4f0= =gjPu -----END PGP SIGNATURE----- --w/cbcIkiD1zHilas-- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 11:30:29 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907F716A514 for ; Tue, 19 Oct 2004 11:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557B343D48 for ; Tue, 19 Oct 2004 11:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JBUTmr042321 for ; Tue, 19 Oct 2004 11:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JBUSXJ042320; Tue, 19 Oct 2004 11:30:29 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 11:30:29 GMT Message-Id: <200410191130.i9JBUSXJ042320@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Subject: Re: docs/62364: Misleading information in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 11:30:29 -0000 The following reply was made to PR docs/62364; it has been noted by GNATS. From: Ceri Davies To: "Kevin D. Kinsey, DaleCo, S.P." Cc: FreeBSD Gnats Submit Subject: Re: docs/62364: Misleading information in the handbook Date: Tue, 19 Oct 2004 12:27:08 +0100 On Tue, Oct 19, 2004 at 05:20:26AM +0000, Kevin D. Kinsey, DaleCo, S.P. wrote: > The following reply was made to PR docs/62364; it has been noted by GNATS. > > From: "Kevin D. Kinsey, DaleCo, S.P." > To: freebsd-gnats-submit@FreeBSD.org, agley@optusnet.com.au > Cc: > Subject: Re: docs/62364: Misleading information in the handbook > Date: Tue, 19 Oct 2004 00:14:26 -0500 > > John Duncan wrote: > > Section 11.4.1.3 of the handbook suggests using /dev/fd/3 to capture Ghostscript output. This device is no longer > present on FreeBSD by default and when I tried to install it using fdescfs Ghostscript could not access it. This > could put off new users. > % grep /fd/ * > pgpkeys-developers.html:W4tUdPq/fd/u54L7tUTo4lK7Os6JVwR3AfBtnyVR41j4QAu0yRW0JokCHAQTAQIA > printing-advanced.html:class="FILENAME">.dvi so using class="FILENAME">/dev/fd/0 for standard > printing-advanced.html:class="FILENAME">/dev/fd/0, thereby forcing > dvilj2p to read > printing-advanced.html:ln -s /dev/fd/0 hpdf$$.dvi || fatal "Cannot > symlink /dev/fd/0" > > Perhaps this can be closed? Well there's a /dev/fd/0 there which suffers from the same problem. Ceri -- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 14:40:32 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D84116A4CF for ; Tue, 19 Oct 2004 14:40:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903A943D60 for ; Tue, 19 Oct 2004 14:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JEeWNa067068 for ; Tue, 19 Oct 2004 14:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEeWRg067067; Tue, 19 Oct 2004 14:40:32 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 14:40:32 GMT Message-Id: <200410191440.i9JEeWRg067067@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Mikhail Teterin Subject: Re: [PATCH] Re: docs/71739: amd.8 points to old web-page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:40:32 -0000 The following reply was made to PR docs/71739; it has been noted by GNATS. From: Mikhail Teterin To: "Kevin D. Kinsey, DaleCo, S.P." Cc: freebsd-gnats-submit@freebsd.org, ezk@CS.SUNYSB.EDU Subject: Re: [PATCH] Re: docs/71739: amd.8 points to old web-page Date: Tue, 19 Oct 2004 10:38:04 -0400 =3DCan't comment on the versioning. I do note that =3Din CVS, the 6.0.10 sources are imported in the COLUMBIA =3Dbranch. Maybe you're running an older system? No, the PR is old :-) =3DThanks for bringing the URL change and other issues to the doc team's =3Dattention. Actually, the safest (against future changes) URL is, probably,=20 http://www.am-utils.org/ =3DDoes Mr. Zadok have another email address to add =3Dto the man page as well? =46rom the domain's whois-record, the address is ezk@CS.SUNYSB.EDU (CC-ed).= Not=20 sure, if the author wants it be wider published though. The URL has=20 references to mailing lists. Yours, -mi From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:05:32 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B0216A4CE for ; Tue, 19 Oct 2004 17:05:32 +0000 (GMT) Received: from mgic.com (nexus1.mgic.com [199.244.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828A343D31 for ; Tue, 19 Oct 2004 17:05:31 +0000 (GMT) (envelope-from Todd_Ross@mgic.com) Received: from WLNSMAIL1.mgic.com (wlnsmail1.mgic.com [144.122.202.114]) by mgic.com with ESMTP id i9JH5UD24959 for ; Tue, 19 Oct 2004 12:05:31 -0500 (CDT) X-MGIC-Received-Date: Tue, 19 Oct 2004 12:05:31 -0500 (CDT) To: freebsd-doc@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Todd Ross Date: Tue, 19 Oct 2004 12:05:28 -0500 X-MIMETrack: Serialize by Router on MGIC-MailSrv01/MGIC(Release 6.5.1|January 21, 2004) at 10/19/2004 12:05:31 PM, Serialize complete at 10/19/2004 12:05:31 PM Content-Type: text/plain; charset="US-ASCII" Subject: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:05:32 -0000 Hello FreeBSD-doc, Please consider modifying your website to allow browsers to auto-discover RSS feeds. Mozilla Firefox has a feature called Live Bookmarks where RSS feed functionality is actually built right into the bookmark manager. Opera, and I believe Safari are implementing RSS auto-discovery as well. It's really simple to do. The tag goes in the head section with your other 'link's and will end up looking something like this: I look forward to being able to syndicate FreeBSD.org from right within Firefox. Todd Ross MGIC Systems Development Phone: (414) 347-2404, (800) 558-9900 x2404 E-Mail: Todd_Ross@mgic.com From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:11:25 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3F516A4CF for ; Tue, 19 Oct 2004 17:11:25 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026BC43D58 for ; Tue, 19 Oct 2004 17:11:25 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJxW8-000Kzp-BS; Tue, 19 Oct 2004 18:11:24 +0100 Date: Tue, 19 Oct 2004 18:11:24 +0100 From: Ceri Davies To: Todd Ross Message-ID: <20041019171124.GW57641@submonkey.net> Mail-Followup-To: Ceri Davies , Todd Ross , freebsd-doc@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DQyH/uhjXcCb0idi" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-doc@freebsd.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:11:25 -0000 --DQyH/uhjXcCb0idi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 12:05:28PM -0500, Todd Ross wrote: > Hello FreeBSD-doc, >=20 > Please consider modifying your website to allow browsers to auto-discover= =20 > RSS feeds. Mozilla Firefox has a feature called Live Bookmarks where RSS= =20 > feed functionality is actually built right into the bookmark manager.=20 > Opera, and I believe Safari are implementing RSS auto-discovery as well. >=20 > It's really simple to do. The tag goes in the head section with your=20 > other 'link's and will end up looking something like this: >=20 > News" href=3D"/news/news.rdf" /> > Advisories" href=3D"/security/advisories.rdf" /> >=20 > I look forward to being able to syndicate FreeBSD.org from right within= =20 > Firefox. Let me test this this evening and if/when it works then I can't see any reason why it shouldn't go in Real Soon Now (tm). Ceri --=20 --DQyH/uhjXcCb0idi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdUq8ocfcwTS3JF8RAl5xAKC9LkHBrpSJ1oBrE2DTd5Kk6Z+LnwCfUiDk sJ2N4cAmTQXd+GpIgd3HH0c= =3Xt6 -----END PGP SIGNATURE----- --DQyH/uhjXcCb0idi-- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:14:32 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7E216A4CF for ; Tue, 19 Oct 2004 17:14:32 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFAD43D6D for ; Tue, 19 Oct 2004 17:14:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i9JHESIS043328; Tue, 19 Oct 2004 19:14:29 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <41754B74.1020303@FreeBSD.org> Date: Tue, 19 Oct 2004 19:14:28 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Todd Ross References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:14:32 -0000 Todd Ross wrote: > Please consider modifying your website to allow browsers to auto-discover > RSS feeds. This is a good idea. I'll take care to implement it into the FreeBSD website. -- Alex Dupre From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:20:16 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BB616A4CE for ; Tue, 19 Oct 2004 17:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2174543D58 for ; Tue, 19 Oct 2004 17:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JHKGQd086844 for ; Tue, 19 Oct 2004 17:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JHKFJt086843; Tue, 19 Oct 2004 17:20:15 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 17:20:15 GMT Message-Id: <200410191720.i9JHKFJt086843@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Erez Zadok Subject: Re: [PATCH] Re: docs/71739: amd.8 points to old web-page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erez Zadok List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:20:16 -0000 The following reply was made to PR docs/71739; it has been noted by GNATS. From: Erez Zadok To: Mikhail Teterin Cc: "Kevin D. Kinsey, DaleCo, S.P." , freebsd-gnats-submit@freebsd.org, ezk@cs.sunysb.edu Subject: Re: [PATCH] Re: docs/71739: amd.8 points to old web-page Date: Tue, 19 Oct 2004 13:19:12 -0400 In message <200410191038.05208@misha-mx.virtual-estates.net>, Mikhail Teterin writes: > =Can't comment on the versioning. I do note that > =in CVS, the 6.0.10 sources are imported in the COLUMBIA > =branch. Maybe you're running an older system? > > No, the PR is old :-) > > =Thanks for bringing the URL change and other issues to the doc team's > =attention. > > Actually, the safest (against future changes) URL is, probably, > http://www.am-utils.org/ > > =Does Mr. Zadok have another email address to add > =to the man page as well? > > From the domain's whois-record, the address is ezk@CS.SUNYSB.EDU (CC-ed). Not > sure, if the author wants it be wider published though. The URL has > references to mailing lists. > > Yours, > > -mi You can use my cs.sunysb.edu address. Although, for official am-utils stuff, I'd prefer "ezk@am-utils.org" as that will always be valid wrt Amd. Cheers, Erez. From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:25:38 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D307716A4FD for ; Tue, 19 Oct 2004 17:25:38 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D5443D2F for ; Tue, 19 Oct 2004 17:25:36 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJxjr-000Mzl-Gy; Tue, 19 Oct 2004 18:25:35 +0100 Date: Tue, 19 Oct 2004 18:25:35 +0100 From: Ceri Davies To: Todd Ross , freebsd-doc@freebsd.org Message-ID: <20041019172535.GX57641@submonkey.net> Mail-Followup-To: Ceri Davies , Todd Ross , freebsd-doc@freebsd.org References: <20041019171124.GW57641@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S1dYL6sY+prtcMLk" Content-Disposition: inline In-Reply-To: <20041019171124.GW57641@submonkey.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:25:39 -0000 --S1dYL6sY+prtcMLk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 06:11:24PM +0100, Ceri Davies wrote: > On Tue, Oct 19, 2004 at 12:05:28PM -0500, Todd Ross wrote: > > Hello FreeBSD-doc, > >=20 > > Please consider modifying your website to allow browsers to auto-discov= er=20 > > RSS feeds. Mozilla Firefox has a feature called Live Bookmarks where R= SS=20 > > feed functionality is actually built right into the bookmark manager.= =20 > > Opera, and I believe Safari are implementing RSS auto-discovery as well. > >=20 > > It's really simple to do. The tag goes in the head section with your= =20 > > other 'link's and will end up looking something like this: > >=20 > > > News" href=3D"/news/news.rdf" /> > > > Advisories" href=3D"/security/advisories.rdf" /> > >=20 > > I look forward to being able to syndicate FreeBSD.org from right within= =20 > > Firefox. >=20 > Let me test this this evening and if/when it works then I can't see any > reason why it shouldn't go in Real Soon Now (tm). Ok, done. Thanks for the suggestion and for supplying the relevant incantations. Ceri --=20 --S1dYL6sY+prtcMLk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdU4PocfcwTS3JF8RArapAJ0UhKRo3DTNdfu2cukEEIkSIQJ1SwCffk9m /4bPhpl13ykUGKuMKO3fow4= =Id9K -----END PGP SIGNATURE----- --S1dYL6sY+prtcMLk-- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:30:24 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051F916A4D1; Tue, 19 Oct 2004 17:30:24 +0000 (GMT) Received: from mgic.com (nexus1.mgic.com [199.244.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCC843D1D; Tue, 19 Oct 2004 17:30:23 +0000 (GMT) (envelope-from Todd_Ross@mgic.com) Received: from WLNSMAIL1.mgic.com (wlnsmail1.mgic.com [144.122.202.114]) by mgic.com with ESMTP id i9JHUJD27287 ; Tue, 19 Oct 2004 12:30:19 -0500 (CDT) X-MGIC-Received-Date: Tue, 19 Oct 2004 12:30:19 -0500 (CDT) In-Reply-To: <20041019172535.GX57641@submonkey.net> To: Ceri Davies MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Todd Ross Date: Tue, 19 Oct 2004 12:30:17 -0500 X-MIMETrack: Serialize by Router on MGIC-MailSrv01/MGIC(Release 6.5.1|January 21, 2004) at 10/19/2004 12:30:20 PM, Serialize complete at 10/19/2004 12:30:20 PM Content-Type: text/plain; charset="US-ASCII" cc: freebsd-doc@FreeBSD.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:30:24 -0000 Ceri Davies wrote on 10/19/2004 12:25:35 PM: > On Tue, Oct 19, 2004 at 06:11:24PM +0100, Ceri Davies wrote: > > On Tue, Oct 19, 2004 at 12:05:28PM -0500, Todd Ross wrote: > > > Hello FreeBSD-doc, > > > > > > Please consider modifying your website to allow browsers to auto-discover > > > RSS feeds. Mozilla Firefox has a feature called Live Bookmarks where RSS > > > feed functionality is actually built right into the bookmark manager. > > > Opera, and I believe Safari are implementing RSS auto-discovery as well. > > > > > > It's really simple to do. The tag goes in the head section with your > > > other 'link's and will end up looking something like this: > > > > > > > > > title="FreeBSD Security > > > Advisories" href="/security/advisories.rdf" /> > > > > > > I look forward to being able to syndicate FreeBSD.org from right within > > > Firefox. > > > > Let me test this this evening and if/when it works then I can't see any > > reason why it shouldn't go in Real Soon Now (tm). > > Ok, done. > > Thanks for the suggestion and for supplying the relevant incantations. I'm unable to verify the changes on my end. A refresh of the page (the index at http://www.freebsd.org/) and a view source doesn't show the new 'link's. Does the HTML have to be rebuilt before it will make it to the HTTPd? Thanks to both Ceri and Alex for the amazing response times. Todd Ross MGIC Systems Development Phone: (414) 347-2404, (800) 558-9900 x2404 E-Mail: Todd_Ross@mgic.com From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:32:06 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F8E16A4CE for ; Tue, 19 Oct 2004 17:32:06 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F24243D53 for ; Tue, 19 Oct 2004 17:32:06 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJxq9-000N3s-JR; Tue, 19 Oct 2004 18:32:05 +0100 Date: Tue, 19 Oct 2004 18:32:05 +0100 From: Ceri Davies To: Todd Ross Message-ID: <20041019173205.GA57641@submonkey.net> Mail-Followup-To: Ceri Davies , Todd Ross , freebsd-doc@FreeBSD.org References: <20041019172535.GX57641@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Io5+l5/qWLIGd1Gn" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-doc@FreeBSD.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:32:06 -0000 --Io5+l5/qWLIGd1Gn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 12:30:17PM -0500, Todd Ross wrote: > I'm unable to verify the changes on my end. A refresh of the page (the= =20 > index at http://www.freebsd.org/) and a view source doesn't show the new= =20 > 'link's. Does the HTML have to be rebuilt before it will make it to the= =20 > HTTPd? Sorry, I should have said. *That* bit could take up to 24 hours ;-) Ceri --=20 --Io5+l5/qWLIGd1Gn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdU+VocfcwTS3JF8RAjPnAKClD8QC0TCWzvT31exTLZtVWd0LLACguQCE l1m0FuqrvOqjCdXSznGENDs= =MgQh -----END PGP SIGNATURE----- --Io5+l5/qWLIGd1Gn-- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 17:26:36 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE6D16A4CF; Tue, 19 Oct 2004 17:26:36 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9B543D53; Tue, 19 Oct 2004 17:26:36 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CJxkp-000N0n-Hz; Tue, 19 Oct 2004 18:26:35 +0100 Date: Tue, 19 Oct 2004 18:26:35 +0100 From: Ceri Davies To: Alex Dupre Message-ID: <20041019172635.GY57641@submonkey.net> Mail-Followup-To: Ceri Davies , Alex Dupre References: <41754B74.1020303@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PnL8HyO6hCYZ2Glf" Content-Disposition: inline In-Reply-To: <41754B74.1020303@FreeBSD.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies X-Mailman-Approved-At: Tue, 19 Oct 2004 17:50:33 +0000 Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:26:36 -0000 --PnL8HyO6hCYZ2Glf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 07:14:28PM +0200, Alex Dupre wrote: > Todd Ross wrote: >=20 > >Please consider modifying your website to allow browsers to auto-discove= r=20 > >RSS feeds. >=20 > This is a good idea. I'll take care to implement it into the FreeBSD=20 > website. Sorry Alex, I already committed this before I saw your message. Apologies for any toe-stamping! Ceri --=20 --PnL8HyO6hCYZ2Glf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdU5LocfcwTS3JF8RAr3sAJ0VwUKXluSAc2hxqVKuOAHCLmLMpwCdEo+r nsofLRWV8ovSGUqc4wYL3UA= =ctrF -----END PGP SIGNATURE----- --PnL8HyO6hCYZ2Glf-- From owner-freebsd-doc@FreeBSD.ORG Tue Oct 19 20:40:19 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA26016A4D0 for ; Tue, 19 Oct 2004 20:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE26743D49 for ; Tue, 19 Oct 2004 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JKeJKY007926 for ; Tue, 19 Oct 2004 20:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JKeJqL007922; Tue, 19 Oct 2004 20:40:19 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 20:40:19 GMT Resent-Message-Id: <200410192040.i9JKeJqL007922@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harald Schmalzbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1273916A4CE for ; Tue, 19 Oct 2004 20:36:39 +0000 (GMT) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4111A43D53 for ; Tue, 19 Oct 2004 20:36:38 +0000 (GMT) (envelope-from test2root@schmalzbauer.de) Received: from korso.flintsbach.schmalzbauer.de ([172.21.2.3]) by flb.schmalzbauer.de (8.12.11/8.12.11) with ESMTP id i9JKaYn9092659 for ; Tue, 19 Oct 2004 22:36:34 +0200 (CEST) (envelope-from test2root@test2.flintsbach.schmalzbauer.de) Received: from test2.flintsbach.schmalzbauer.de (test2.flintsbach.schmalzbauer.de [172.21.3.2]) by korso.flintsbach.schmalzbauer.de (Postfix) with ESMTP id 6E06E16B for ; Tue, 19 Oct 2004 22:36:34 +0200 (CEST) Received: from test2.flintsbach.schmalzbauer.de (localhost.flintsbach.schmalzbauer.de [127.0.0.1])i9JKaYxE002554 for ; Tue, 19 Oct 2004 22:36:34 +0200 (CEST) (envelope-from test2root@test2.flintsbach.schmalzbauer.de) Received: (from test2root@localhost)i9JKaX7T002553; Tue, 19 Oct 2004 22:36:33 +0200 (CEST) (envelope-from test2root) Message-Id: <200410192036.i9JKaX7T002553@test2.flintsbach.schmalzbauer.de> Date: Tue, 19 Oct 2004 22:36:33 +0200 (CEST) From: Harald Schmalzbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/72897: ERRATA and RELNOTES are missing warnings about sil0680 arrays X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 20:40:20 -0000 >Number: 72897 >Category: docs >Synopsis: ERRATA and RELNOTES are missing warnings about sil0680 arrays >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 20:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 5.3-RC1 i386 >Organization: >Environment: System: FreeBSD test2.flintsbach.schmalzbauer.de 5.3-RC1 FreeBSD 5.3-RC1 #0: Sun Oct 17 01:25:37 UTC 2004 root@wv1u.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Since Soren's LSI commiti (on 07/25, rev 1.79), metadata detection and evaluation on many sil0680 and cmd649 based RAID controllers is broken, so one cannot upgrade from FreeBSD 5.2.1 to FreeBSD 5.3 without loosing data and RAID support. >How-To-Repeat: Take a sil0680 based 5.2.1 system, installed on ar0 and build world and kernel with sources before 7/25 and after 7/25. Everything will be fine with kernel before 7/25 and you'll loose ar0 with the code after 7/25. >Fix: According to Soren there's metadata-code redesign needed but he has no idea yet and no time to do that, so remove cmd649 and sil0680 support from at least "ataraid", but that's too late I think. Urgently there must be some notice about the possibillity of data loss when upgrading from 5.2.1 to 5.3, and of course of the loss of RAID functionality. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 04:03:54 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B4116A4CE for ; Wed, 20 Oct 2004 04:03:54 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F10A43D49 for ; Wed, 20 Oct 2004 04:03:54 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 1B01A148DB; Tue, 19 Oct 2004 23:03:54 -0500 (CDT) Date: Tue, 19 Oct 2004 23:03:54 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: freebsd-doc@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: CFD: changes to the FAQ to reflect creation of 5-STABLE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 04:03:54 -0000 It was with a complete lack of delight that I noticed earlier tonight that the FAQ had not yet been modified for the creation of 5-STABLE, leading to my creation of a set of patches. In a couple of places I have left notes about what has to change exactly when 5.3-RELEASE is made (one existed already), but IMHO we should go ahead and commit something based on the following changes ASAP, even if it means fiddling with the tags. (You may now all groan in chorus. After making these patches, I have already done my share tonight). I made my best effort to get the facts and the wording right but I doubt it's 100%. Please provide feedback. And no, I do not wish to open the can of worms about deleting all the pre-4.X information. I will have to go get more cans of paint to create that patch ... mcl Index: book.sgml =================================================================== RCS file: /home/FreeBSD/dcvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.644 diff -u -r1.644 book.sgml --- book.sgml 4 Sep 2004 18:13:26 -0000 1.644 +++ book.sgml 20 Oct 2004 03:51:29 -0000 @@ -6,7 +6,7 @@ - Frequently Asked Questions for FreeBSD 2.X, 3.X, 4.X and 5.X + Frequently Asked Questions for FreeBSD 2.X, 3.X, 4.X, 5.X, and 6.X The FreeBSD Documentation Project @@ -53,7 +53,7 @@ - This is the FAQ for FreeBSD versions 2.X, 3.X, 4.X and 5.X. + This is the FAQ for FreeBSD versions 2.X, 3.X, 4.X, 5.X, and 6.X. All entries are assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted. If you are interested in helping with this project, send email to the &a.doc;. The @@ -73,7 +73,7 @@ Introduction - Welcome to the FreeBSD 2.X-5.X FAQ! + Welcome to the FreeBSD 2.X-6.X FAQ! As is usual with Usenet FAQs, this document aims to cover the most frequently asked questions concerning the FreeBSD operating @@ -277,17 +277,29 @@ - At this point in FreeBSD's development, there are two + At this point in FreeBSD's development, there are three parallel development branches; releases are being made from - both branches. The 4.X series of releases - is being made from the -STABLE branch + two of the three branches. The 4.X series of releases + is being made from the 4-STABLE branch and the 5.X series of releases is being made from - -CURRENT. + 5-STABLE. It will be some time yet + before any releases are made from the + 6-CURRENT branch. + + + Up until the release of 5.3, the 4.X series was the + one known as -STABLE. However, + as of 5.3, 5.X will be designated the new + -STABLE and 4.X will no longer see + much new development. Instead, it will be designated + for an "extended support" status and receive + only fixes for major problems (such as security-related + fixes.) Version &rel.current; @@ -420,9 +432,9 @@ only well-tested bug fixes and other small incremental enhancements. FreeBSD-CURRENT, on the other hand, has been one unbroken line since 2.0 was released, leading - towards 5.2.1-RELEASE (and beyond). At 5.3-RELEASE, the - 5-STABLE branch is expected to be created, and - &os.current; will become 6-CURRENT. More detail information, + towards 5.3-RELEASE (and beyond). Just before 5.3-RELEASE, the + 5-STABLE branch was created, and + &os.current; became 6-CURRENT. More detail information, see FreeBSD Release Engineering: 2.2.1 Creating the Release Branch. @@ -431,7 +443,9 @@ The 3-STABLE branch has ended with the release of 3.5.1, the final 3.X release. The only changes made to either of these branches will be, for the most part, security-related bug - fixes. + fixes. Support for the 4-STABLE branch will continue + for some time but focus primarily on security-related bug + fixes and other serious issues. - The latest 4-STABLE release, &rel2.current;-RELEASE can be + The latest 5-CURRENT release, &rel2.current;-RELEASE can be found in the &rel2.current;-RELEASE directory. 4.X + url="ftp://current.FreeBSD.org/pub/FreeBSD/snapshots/">5.X snapshots are usually made daily. @@ -4393,7 +4408,7 @@ 2003 These warnings are generated by Witness, a run-time lock - diagnostic system found in FreeBSD 5-CURRENT kernels (but + diagnostic system found in FreeBSD -CURRENT kernels (but removed in releases). You can read more about Witness in the &man.witness.4; man page, which talks about its capabilities. Among other things, Witness performs run-time lock order verification @@ -4803,7 +4818,7 @@ linkend="mailing">mailing list for periodic updates on new entries. - Most ports should work on the 4.X and 5.X branches. + Most ports should work on the 4.X, 5.X, and 6.X branches. Each time a FreeBSD release is made, a snapshot of the ports tree at the time of release in also included in the ports/ directory. @@ -4840,13 +4855,22 @@ - for 5.X-CURRENT + for 5.X-RELEASE/5-STABLE ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-current + + + for 6-CURRENT + + + ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-current + + or your nearest local mirror site. @@ -6746,7 +6770,7 @@ - FreeBSD 5.X uses the &man.devfs.8; device-on-demand + FreeBSD 5.X and beyond use the &man.devfs.8; device-on-demand system. Device drivers automatically create new device nodes as they are needed, obsoleting /dev/MAKEDEV. @@ -6860,7 +6884,7 @@ I tried to update my system to the latest -STABLE, but - got -RC or -PRERELEASE! What is going on? + got -BETAx, -RC or -PRERELEASE! What is going on? @@ -7771,7 +7795,7 @@ &prompt.root; sh MAKEDEV vty12 - On FreeBSD 5.X you do not have to create devices + On FreeBSD 5.X and beyond you do not have to create devices manually if you are using DEVFS, since the proper device nodes will be automatically created under - RELENG_3 AKA - 3.X-STABLE + RELENG_4 AKA + 4-STABLE - RELENG_4 AKA - 4-STABLE + RELENG_5 AKA + 5-STABLE HEAD AKA -CURRENT AKA - 5.X-CURRENT + 6.X-CURRENT @@ -11806,10 +11830,13 @@ stream which we simply refer to as -CURRENT. - Right now, -CURRENT is the 5.X development - stream and the 4-STABLE branch, + Right now, -CURRENT is the 6.X development + stream; the 4-STABLE branch, RELENG_4, forked off from - -CURRENT in Mar 2000. + -CURRENT in March 2000, and + the 5-STABLE branch, + RELENG_5, forked off from + -CURRENT in October 2004. From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 08:58:31 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B524316A4CE for ; Wed, 20 Oct 2004 08:58:31 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CB743D3F for ; Wed, 20 Oct 2004 08:58:31 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CKCIf-000NNh-2e; Wed, 20 Oct 2004 09:58:29 +0100 Date: Wed, 20 Oct 2004 09:58:29 +0100 From: Ceri Davies To: Mark Linimon Message-ID: <20041020085828.GE57641@submonkey.net> Mail-Followup-To: Ceri Davies , Mark Linimon , freebsd-doc@FreeBSD.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9KMRXrBaLD3S8C0H" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-doc@FreeBSD.org Subject: Re: CFD: changes to the FAQ to reflect creation of 5-STABLE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 08:58:31 -0000 --9KMRXrBaLD3S8C0H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 11:03:54PM -0500, Mark Linimon wrote: > It was with a complete lack of delight that I noticed earlier tonight > that the FAQ had not yet been modified for the creation of 5-STABLE, > leading to my creation of a set of patches. In a couple of places > I have left notes about what has to change exactly when 5.3-RELEASE > is made (one existed already), but IMHO we should go ahead and commit > something based on the following changes ASAP, even if it means > fiddling with the tags. (You may now all groan in chorus. After > making these patches, I have already done my share tonight). >=20 > I made my best effort to get the facts and the wording right but I > doubt it's 100%. Please provide feedback. Some of this stuff is already on re@ list, but I'll leave it to one of them to confirm exactly which bits. > And no, I do not wish to open the can of worms about deleting all > the pre-4.X information. I will have to go get more cans of paint > to create that patch ... I already have some locked in a dark place that get rid of 2.x. The hinges on that door don't look like they'll hold too much longer ;) Ceri --=20 --9KMRXrBaLD3S8C0H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdii0ocfcwTS3JF8RAqCjAJsHZ5eYJqd+hBtuLOB0fKR/xTorWgCgxu8+ vC4mrGcHOCaU+QEIZGgVQDM= =QpHL -----END PGP SIGNATURE----- --9KMRXrBaLD3S8C0H-- From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 10:00:46 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C72C16A4D0 for ; Wed, 20 Oct 2004 10:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4871C43D49 for ; Wed, 20 Oct 2004 10:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KA0k70028170 for ; Wed, 20 Oct 2004 10:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KA0koP028165; Wed, 20 Oct 2004 10:00:46 GMT (envelope-from gnats) Resent-Date: Wed, 20 Oct 2004 10:00:46 GMT Resent-Message-Id: <200410201000.i9KA0koP028165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Oonk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416DF16A4CE for ; Wed, 20 Oct 2004 09:57:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211BF43D2F for ; Wed, 20 Oct 2004 09:57:22 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9K9vLYX065688 for ; Wed, 20 Oct 2004 09:57:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9K9vL8N065687; Wed, 20 Oct 2004 09:57:21 GMT (envelope-from nobody) Message-Id: <200410200957.i9K9vL8N065687@www.freebsd.org> Date: Wed, 20 Oct 2004 09:57:21 GMT From: Patrick Oonk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/72912: speling mistake in ntpdate docs X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 10:00:46 -0000 >Number: 72912 >Category: docs >Synopsis: speling mistake in ntpdate docs >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: Wed Oct 20 10:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Patrick Oonk >Release: 4-10-RELEASE-p3 >Organization: >Environment: n/a >Description: The doc says: "-o version Specify the NTP version for outgoint packets as the integer version, which can be 1 or 2. The default is 3. This allows ntpdate to be used with older NTP versions." "outgoint" should be "outgoing" >How-To-Repeat: man ntpdate >Fix: change the spelling >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 10:12:35 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DDF16A4CE; Wed, 20 Oct 2004 10:12:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464043D45; Wed, 20 Oct 2004 10:12:35 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i9KACZUa032406; Wed, 20 Oct 2004 10:12:35 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KACYSO032402; Wed, 20 Oct 2004 10:12:34 GMT (envelope-from simon) Date: Wed, 20 Oct 2004 10:12:34 GMT From: "Simon L. Nielsen" Message-Id: <200410201012.i9KACYSO032402@freefall.freebsd.org> To: patrick@cookie.monster.org, simon@FreeBSD.org, freebsd-doc@FreeBSD.org, simon@FreeBSD.org Subject: Re: docs/72912: speling mistake in ntpdate docs X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 10:12:35 -0000 Synopsis: speling mistake in ntpdate docs State-Changed-From-To: open->patched State-Changed-By: simon State-Changed-When: Wed Oct 20 10:11:34 GMT 2004 State-Changed-Why: Fixed in -CURRENT. I will MFC later. Thanks for the submission. Responsible-Changed-From-To: freebsd-doc->simon Responsible-Changed-By: simon Responsible-Changed-When: Wed Oct 20 10:11:34 GMT 2004 Responsible-Changed-Why: Fixed in -CURRENT. I will MFC later. Thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=72912 From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 10:50:22 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B26516A4CE for ; Wed, 20 Oct 2004 10:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691DA43D55 for ; Wed, 20 Oct 2004 10:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KAoMci034156 for ; Wed, 20 Oct 2004 10:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KAoMMU034155; Wed, 20 Oct 2004 10:50:22 GMT (envelope-from gnats) Resent-Date: Wed, 20 Oct 2004 10:50:22 GMT Resent-Message-Id: <200410201050.i9KAoMMU034155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pablo Marti Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25FB16A4CE for ; Wed, 20 Oct 2004 10:44:31 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9026843D2D for ; Wed, 20 Oct 2004 10:44:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KAiVWu015843 for ; Wed, 20 Oct 2004 10:44:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9KAiTFC015769; Wed, 20 Oct 2004 10:44:29 GMT (envelope-from nobody) Message-Id: <200410201044.i9KAiTFC015769@www.freebsd.org> Date: Wed, 20 Oct 2004 10:44:29 GMT From: Pablo Marti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/72917: releng/article.html slightly outdated X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 10:50:22 -0000 >Number: 72917 >Category: docs >Synopsis: releng/article.html slightly outdated >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 20 10:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pablo Marti >Release: - >Organization: >Environment: - >Description: The webpage http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html: has some bits slightly outdated, i.e.(XFree86 has been replaced by X.org) and libh development is frozen. Hopefully in less than one week the http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html#VERSIONBUMP graphic should be updated as well. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 12:43:40 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D62116A4CE for ; Wed, 20 Oct 2004 12:43:40 +0000 (GMT) Received: from mgic.com (nexus1.mgic.com [199.244.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C44A143D4C for ; Wed, 20 Oct 2004 12:43:39 +0000 (GMT) (envelope-from Todd_Ross@mgic.com) Received: from WLNSMAIL1.mgic.com (wlnsmail1.mgic.com [144.122.202.114]) by mgic.com with ESMTP id i9KCgxD19526 ; Wed, 20 Oct 2004 07:42:59 -0500 (CDT) X-MGIC-Received-Date: Wed, 20 Oct 2004 07:42:59 -0500 (CDT) In-Reply-To: <20041019173205.GA57641@submonkey.net> To: Ceri Davies MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Todd Ross Date: Wed, 20 Oct 2004 07:42:58 -0500 X-MIMETrack: Serialize by Router on MGIC-MailSrv01/MGIC(Release 6.5.1|January 21, 2004) at 10/20/2004 07:42:59 AM, Serialize complete at 10/20/2004 07:42:59 AM Content-Type: text/plain; charset="US-ASCII" cc: freebsd-doc@FreeBSD.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 12:43:40 -0000 Ceri Davies wrote on 10/19/2004 12:32:05 PM: > On Tue, Oct 19, 2004 at 12:30:17PM -0500, Todd Ross wrote: > > > I'm unable to verify the changes on my end. A refresh of the page (the > > index at http://www.freebsd.org/) and a view source doesn't show the new > > 'link's. Does the HTML have to be rebuilt before it will make it to the > > HTTPd? > > Sorry, I should have said. *That* bit could take up to 24 hours ;-) I have now been able to verify that the auto-detection is working. Thanks for taking care of this. I also found another RSS feed on www.freebsd.org which should probably be added to both of these pages: http://www.freebsd.org/gnome/newsflash.html http://www.freebsd.org/index.html How do these 'link's get added to other translations of the website? Is that a different team of people? I know, I know -- you give an inch, I take a mile. Keep up the good work! Todd Ross MGIC Systems Development Phone: (414) 347-2404, (800) 558-9900 x2404 E-Mail: Todd_Ross@mgic.com From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 13:01:38 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B5E16A4CE for ; Wed, 20 Oct 2004 13:01:38 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F7443D2F for ; Wed, 20 Oct 2004 13:01:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i9KD1ZIS047787; Wed, 20 Oct 2004 15:01:36 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <417661AF.6050403@FreeBSD.org> Date: Wed, 20 Oct 2004 15:01:35 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Todd Ross References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: Automatic RSS Detection X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 13:01:39 -0000 Todd Ross wrote: > How do these 'link's get added to other translations of the website? Is > that a different team of people? Yes, every translation team has to add these headers, if it creates translated RSS feeds. -- Alex Dupre From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 14:50:34 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C070C16A4D6 for ; Wed, 20 Oct 2004 14:50:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB19D43D58 for ; Wed, 20 Oct 2004 14:50:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KEoYUc067009 for ; Wed, 20 Oct 2004 14:50:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KEoYTT067004; Wed, 20 Oct 2004 14:50:34 GMT (envelope-from gnats) Resent-Date: Wed, 20 Oct 2004 14:50:34 GMT Resent-Message-Id: <200410201450.i9KEoYTT067004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sebastian Schulze Struchtrup Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954B516A4CE for ; Wed, 20 Oct 2004 14:42:44 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7227F43D2D for ; Wed, 20 Oct 2004 14:42:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KEgihu006569 for ; Wed, 20 Oct 2004 14:42:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9KEgilW006568; Wed, 20 Oct 2004 14:42:44 GMT (envelope-from nobody) Message-Id: <200410201442.i9KEgilW006568@www.freebsd.org> Date: Wed, 20 Oct 2004 14:42:44 GMT From: Sebastian Schulze Struchtrup To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/72925: Developer's Handbook Ch. 11: replace gdb -k with kgdb X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 14:50:34 -0000 >Number: 72925 >Category: docs >Synopsis: Developer's Handbook Ch. 11: replace gdb -k with kgdb >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: Wed Oct 20 14:50:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sebastian Schulze Struchtrup >Release: FreeBSD 5.3RC1 >Organization: >Environment: >Description: With FreeBSD 5.3, ``gdb -k'' has been substituted by ``kgdb''. The Chapter 11 in the Developer's Handbook must be modified to reflect the changes. >How-To-Repeat: #gdb -k gdb: unrecognized option `-k' Use `gdb --help' for a complete list of options. >Fix: Modify doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml I will prepare a patch in the next days... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 22:44:17 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A778C16A4CE; Wed, 20 Oct 2004 22:44:17 +0000 (GMT) Received: from artax.karlin.mff.cuni.cz (artax.karlin.mff.cuni.cz [195.113.31.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D66343D4C; Wed, 20 Oct 2004 22:44:17 +0000 (GMT) (envelope-from cernm0bm@artax.karlin.mff.cuni.cz) Received: by artax.karlin.mff.cuni.cz (Postfix, from userid 10663) id 29816789B; Thu, 21 Oct 2004 00:38:58 +0200 (CEST) Date: Thu, 21 Oct 2004 00:38:58 +0200 From: Marian Cerny To: Giorgos Keramidas Message-ID: <20041020223858.GA16999@artax.karlin.mff.cuni.cz> References: <200410121459.i9CExRxH021929@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410121459.i9CExRxH021929@freefall.freebsd.org> User-Agent: Mutt/1.5.6i cc: freebsd-doc@FreeBSD.org Subject: Re: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 22:44:17 -0000 I think the '=' sign is quite ok. It was my mistake I did not read the first paragraph carrefully. From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 22:49:55 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E6C16A4CE; Wed, 20 Oct 2004 22:49:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46F443D58; Wed, 20 Oct 2004 22:49:54 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) i9KMn9bb024679; Wed, 20 Oct 2004 22:49:09 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KMn8s9024675; Wed, 20 Oct 2004 22:49:08 GMT (envelope-from keramida) Date: Wed, 20 Oct 2004 22:49:08 GMT From: Giorgos Keramidas Message-Id: <200410202249.i9KMn8s9024675@freefall.freebsd.org> To: jojo@matfyz.cz, keramida@FreeBSD.org, freebsd-doc@FreeBSD.org, keramida@FreeBSD.org Subject: Re: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 22:49:55 -0000 Synopsis: re_format(7) contains many extra '=' State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Wed Oct 20 22:47:54 GMT 2004 State-Changed-Why: Submitter says this is not really a bug. Responsible-Changed-From-To: freebsd-doc->keramida Responsible-Changed-By: keramida Responsible-Changed-When: Wed Oct 20 22:47:54 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=70506 From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 22:52:07 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE2316A4CE for ; Wed, 20 Oct 2004 22:52:07 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AB243D5E for ; Wed, 20 Oct 2004 22:52:06 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b161.otenet.gr [212.205.244.169]) i9KMq3u9016343; Thu, 21 Oct 2004 01:52:04 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9KMq1Pe093909; Thu, 21 Oct 2004 01:52:01 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9KMq1WU093908; Thu, 21 Oct 2004 01:52:01 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 21 Oct 2004 01:52:01 +0300 From: Giorgos Keramidas To: Marian Cerny Message-ID: <20041020225201.GA87578@gothmog.gr> References: <200410121459.i9CExRxH021929@freefall.freebsd.org> <20041020223858.GA16999@artax.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041020223858.GA16999@artax.karlin.mff.cuni.cz> cc: freebsd-doc@freebsd.org Subject: Re: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 22:52:07 -0000 On 2004-10-21 00:38, Marian Cerny wrote: > I think the '=' sign is quite ok. It was my mistake I did not read the > first paragraph carrefully. OK, I just closed the problem report. Thank you for your willingless to help us improve FreeBSD, the effort you have made to submit this PR and the time spent to follow up :-) - Giorgos From owner-freebsd-doc@FreeBSD.ORG Wed Oct 20 22:55:07 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E586116A4CE; Wed, 20 Oct 2004 22:55:07 +0000 (GMT) Received: from artax.karlin.mff.cuni.cz (artax.karlin.mff.cuni.cz [195.113.31.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC8643D31; Wed, 20 Oct 2004 22:55:07 +0000 (GMT) (envelope-from cernm0bm@artax.karlin.mff.cuni.cz) Received: by artax.karlin.mff.cuni.cz (Postfix, from userid 10663) id A5269ADE5; Thu, 21 Oct 2004 00:55:06 +0200 (CEST) Date: Thu, 21 Oct 2004 00:55:06 +0200 From: Marian Cerny To: Giorgos Keramidas Message-ID: <20041020225506.GA22433@artax.karlin.mff.cuni.cz> References: <200410121459.i9CExRxH021929@freefall.freebsd.org> <20041020223858.GA16999@artax.karlin.mff.cuni.cz> <20041020225201.GA87578@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041020225201.GA87578@gothmog.gr> User-Agent: Mutt/1.5.6i cc: freebsd-doc@freebsd.org Subject: Re: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 22:55:08 -0000 On 2004-10-21 01:52 +0300, Giorgos Keramidas wrote: > Thank you for your willingless to help us improve FreeBSD, the effort > you have made to submit this PR and the time spent to follow up :-) You are most wellcome :-). -- Marian Cerny Jabber: jojo@njs.netlab.cz [ UNIX is user friendly. It's just selective about who its friends are. ] From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 05:00:52 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027C216A4CF for ; Thu, 21 Oct 2004 05:00:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E1143D49 for ; Thu, 21 Oct 2004 05:00:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9L50pE5068544 for ; Thu, 21 Oct 2004 05:00:51 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L50pkO068543; Thu, 21 Oct 2004 05:00:51 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 05:00:51 GMT Resent-Message-Id: <200410210500.i9L50pkO068543@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332FE16A4CE for ; Thu, 21 Oct 2004 04:51:32 +0000 (GMT) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6181043D55 for ; Thu, 21 Oct 2004 04:51:29 +0000 (GMT) (envelope-from bdavis@house.so14k.com) Received: from localhost (localhost [127.0.0.1]) by valentine.liquidneon.com (Postfix) with ESMTP id 61D48E0 for ; Wed, 20 Oct 2004 22:51:28 -0600 (MDT) Received: from valentine.liquidneon.com ([216.38.206.180]) by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75749-08 for ; Wed, 20 Oct 2004 22:51:28 -0600 (MDT) Received: from mccaffrey.house.so14k.com (freebsd.so14k.com [216.87.87.128]) by valentine.liquidneon.com (Postfix) with ESMTP id 0674EDF for ; Wed, 20 Oct 2004 22:51:28 -0600 (MDT) Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id B700268A; Wed, 20 Oct 2004 22:51:27 -0600 (MDT) Message-Id: <20041021045127.B700268A@mccaffrey.house.so14k.com> Date: Wed, 20 Oct 2004 22:51:27 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/72951: Add anoncvs1.freebsd.org.. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brad Davis List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 05:00:52 -0000 >Number: 72951 >Category: docs >Synopsis: Add anoncvs1.freebsd.org.. >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: Thu Oct 21 05:00:51 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386 >Description: Add anoncvs1.freebsd.org My anoncvs server! >How-To-Repeat: >Fix: --- doc-ori/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Oct 20 20:53:23 2004 +++ doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Oct 20 20:56:01 2004 @@ -389,6 +389,11 @@ freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs (ssh only - no password) + + USA: + anoncvs@anoncvs1.FreeBSD.org:/home/ncvs (ssh only - no + password) + Since CVS allows one to check out virtually >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 08:40:13 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4496816A4CE; Thu, 21 Oct 2004 08:40:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CCD43D3F; Thu, 21 Oct 2004 08:40:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) i9L8eDAu017625; Thu, 21 Oct 2004 08:40:13 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L8eCCO017621; Thu, 21 Oct 2004 08:40:12 GMT (envelope-from ceri) Date: Thu, 21 Oct 2004 08:40:12 GMT From: Ceri Davies Message-Id: <200410210840.i9L8eCCO017621@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-doc@FreeBSD.org, kensmith@FreeBSD.org Subject: Re: docs/72951: Add anoncvs1.freebsd.org.. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 08:40:13 -0000 Synopsis: Add anoncvs1.freebsd.org.. Responsible-Changed-From-To: freebsd-doc->kensmith Responsible-Changed-By: ceri Responsible-Changed-When: Thu Oct 21 08:39:52 GMT 2004 Responsible-Changed-Why: Ken is the man for this. http://www.freebsd.org/cgi/query-pr.cgi?pr=72951 From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 09:55:49 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0092416A4CE for ; Thu, 21 Oct 2004 09:55:49 +0000 (GMT) Received: from smtp14.wxs.nl (smtp14.wxs.nl [195.121.6.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265E443D1F for ; Thu, 21 Oct 2004 09:55:48 +0000 (GMT) (envelope-from knoppers@astent.nl) Received: from Desktop (ipd50a9808.speed.planet.nl [213.10.152.8]) by smtp14.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I5X00AEUI8JEC@smtp14.wxs.nl> for freebsd-doc@freebsd.org; Thu, 21 Oct 2004 11:55:32 +0200 (CEST) Date: Thu, 21 Oct 2004 11:55:29 +0200 From: Jan Knoppers To: freebsd-doc@freebsd.org Message-id: <000201c4b754$19110c20$9600000a@Desktop> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Handbook 5.3 modifications: prepare floppies & advanced X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 09:55:49 -0000 On Friday 08 October 2004 02:54 am, spam maps wrote: > Hi, > > Some more differences between for 4.X and from > 5.3, needs to be clarified in the handbook. > Below are two such cases. The "-" lines need to > be removed, the "+" newly added instead. > > ------------------------------------------------ > > 2.2.7 Prepare the Boot Media > > -In most cases you will just need two files, > -kern.flp and mfsroot.flp. > > +In case of 4.X, you will just need two files, > +kern.flp and mfsroot.flp; since 5.3, you will > +need three files, boot.flp, kern1.flp and > +kern2.flp. Would it be possible you also describe how to restore the kernX.flp files? Apparently they produce a couple of kernel.gz.XX files (kernel.gz.aa, kernel.gz.ab, etc.) Somehow I can't get these restored to a normal kernel. Gunzip does not recognize them as valid files. Best regards, Jan Knoppers From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 11:03:15 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0217D16A4CE for ; Thu, 21 Oct 2004 11:03:15 +0000 (GMT) Received: from freedom.gmsociety.org (freedom2.gmsociety.org [205.241.45.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B9043D5D for ; Thu, 21 Oct 2004 11:03:14 +0000 (GMT) (envelope-from anmetet@freedom.gmsociety.org) Received: from freedom.gmsociety.org (localhost.localdomain [127.0.0.1]) by freedom.gmsociety.org (8.12.10/0.0.0) with ESMTP id i9LB3BIw019313 for ; Thu, 21 Oct 2004 07:03:12 -0400 Received: (from mixmaster@localhost) by freedom.gmsociety.org (8.12.10/8.12.1/Submit) id i9LB0U7Y022531; Thu, 21 Oct 2004 07:00:30 -0400 Date: Thu, 21 Oct 2004 07:00:30 -0400 Message-Id: <200410211100.i9LB0U7Y022531@freedom.gmsociety.org> From: George Mason Society Anonymous Remailer To: doc@freebsd.org Subject: your message to remailer@freedom.gmsociety.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 11:03:15 -0000 You have contacted an anonymous remailing service. If you are trying to send anonymous mail, please send a message with subject "remailer-help" to for more information. Problems or inappropriate use of the service should be reported to the administrator at . -- remailer@freedom.gmsociety.org From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:03:08 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85CE16A4CE for ; Thu, 21 Oct 2004 12:03:08 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF1943D39 for ; Thu, 21 Oct 2004 12:03:08 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB3LYl002589 for ; Thu, 21 Oct 2004 09:03:21 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB3LUs002588; Thu, 21 Oct 2004 09:03:21 -0200 (BRST) Date: Thu, 21 Oct 2004 09:03:21 -0200 (BRST) Message-Id: <200410211103.i9LB3LUs002588@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: aamresil@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:03:09 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:03:18 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:03:36 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4903916A4CE for ; Thu, 21 Oct 2004 12:03:36 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C8C43D3F for ; Thu, 21 Oct 2004 12:03:31 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB3iYl002922 for ; Thu, 21 Oct 2004 09:03:44 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB3iMT002921; Thu, 21 Oct 2004 09:03:44 -0200 (BRST) Date: Thu, 21 Oct 2004 09:03:44 -0200 (BRST) Message-Id: <200410211103.i9LB3iMT002921@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: adcampos@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:03:36 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:03:42 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:04:33 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF22216A4CE for ; Thu, 21 Oct 2004 12:04:33 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB29143D49 for ; Thu, 21 Oct 2004 12:04:28 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB4gYl003883 for ; Thu, 21 Oct 2004 09:04:42 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB4gn8003882; Thu, 21 Oct 2004 09:04:42 -0200 (BRST) Date: Thu, 21 Oct 2004 09:04:42 -0200 (BRST) Message-Id: <200410211104.i9LB4gn8003882@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: fmduarte@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:04:34 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:04:40 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:05:40 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAA516A4CE for ; Thu, 21 Oct 2004 12:05:40 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C1F43D1D for ; Thu, 21 Oct 2004 12:05:39 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB5rYl005136 for ; Thu, 21 Oct 2004 09:05:53 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB5r88005135; Thu, 21 Oct 2004 09:05:53 -0200 (BRST) Date: Thu, 21 Oct 2004 09:05:53 -0200 (BRST) Message-Id: <200410211105.i9LB5r88005135@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: jcdanelu@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:05:40 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:05:50 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:06:21 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CAF16A4D0 for ; Thu, 21 Oct 2004 12:06:21 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC7643D48 for ; Thu, 21 Oct 2004 12:06:20 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB6YYl006033 for ; Thu, 21 Oct 2004 09:06:34 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB6YZh006031; Thu, 21 Oct 2004 09:06:34 -0200 (BRST) Date: Thu, 21 Oct 2004 09:06:34 -0200 (BRST) Message-Id: <200410211106.i9LB6YZh006031@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: nmdsouza@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:06:21 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:06:32 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:06:53 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4A716A4CE for ; Thu, 21 Oct 2004 12:06:53 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A56443D45 for ; Thu, 21 Oct 2004 12:06:52 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB76Yl006634 for ; Thu, 21 Oct 2004 09:07:06 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB76QZ006633; Thu, 21 Oct 2004 09:07:06 -0200 (BRST) Date: Thu, 21 Oct 2004 09:07:06 -0200 (BRST) Message-Id: <200410211107.i9LB76QZ006633@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: sbighett@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:06:53 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:07:03 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:07:06 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5074F16A4D4 for ; Thu, 21 Oct 2004 12:07:06 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DDD43D46 for ; Thu, 21 Oct 2004 12:07:05 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB7JYl006834 for ; Thu, 21 Oct 2004 09:07:19 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB7JmH006833; Thu, 21 Oct 2004 09:07:19 -0200 (BRST) Date: Thu, 21 Oct 2004 09:07:19 -0200 (BRST) Message-Id: <200410211107.i9LB7JmH006833@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: tkimachi@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:07:06 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:07:16 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 12:07:13 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC9916A4ED for ; Thu, 21 Oct 2004 12:07:13 +0000 (GMT) Received: from picard.fmrp.usp.br (picard.fmrp.usp.br [143.107.199.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5D443D41 for ; Thu, 21 Oct 2004 12:07:13 +0000 (GMT) (envelope-from MAILER-DAEMON@fmrp.usp.br) Received: from picard.fmrp.usp.br (localhost [127.0.0.1]) i9LB7QYl006983 for ; Thu, 21 Oct 2004 09:07:26 -0200 (BRST) Received: (from root@localhost) by picard.fmrp.usp.br (8.12.10+Sun/8.12.3/Submit) id i9LB7Q0e006982; Thu, 21 Oct 2004 09:07:26 -0200 (BRST) Date: Thu, 21 Oct 2004 09:07:26 -0200 (BRST) Message-Id: <200410211107.i9LB7Q0e006982@picard.fmrp.usp.br> To: doc@freebsd.org References: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> In-Reply-To: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> X-Bounced-Reason: Mailbox quota exceeded 30000000 bytes X-Loop: X-BOUNCE-FILE-SIZE From: sti@fmrp.usp.br Subject: Returned Mail: wgmarche@fmrp.usp.br - massas! X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:07:14 -0000 E-mail gerado automaticamente. Nao foi possivel entregar a sua mensagem. A caixa postal do destinatario excedeu o limite de capacidade de armazenamento e por isso nao pode receber mensagens. The user mailfolder is over the allowed quota (size). >>From doc@freebsd.org Thu Oct 21 09:07:24 2004 >Return-Path: >Received: from picard.fmrp.usp.br ([143.107.201.165]) > by picard.fmrp.usp.br (8.12.10+Sun/8.11.2) with SMTP id i9LB0WYl001924 > for ; Thu, 21 Oct 2004 09:00:33 -0200 (BRST) >Message-Id: <200410211100.i9LB0WYl001924@picard.fmrp.usp.br> >From: doc@freebsd.org >To: cpq-oi@picard.fmrp.usp.br >Subject: massas! >Date: Thu, 21 Oct 2004 08:58:46 -0200 >MIME-Version: 1.0 >Content-Type: multipart/mixed; boundary="11367136" From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 20:58:32 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDF716A4CE for ; Thu, 21 Oct 2004 20:58:32 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9685C43D48 for ; Thu, 21 Oct 2004 20:58:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 19041 invoked from network); 21 Oct 2004 20:58:32 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 21 Oct 2004 20:58:31 -0000 Received: from [10.50.41.228] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9LKwQnG068720; Thu, 21 Oct 2004 16:58:28 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-doc@FreeBSD.org Date: Thu, 21 Oct 2004 12:09:52 -0400 User-Agent: KMail/1.6.2 References: <000201c4b754$19110c20$9600000a@Desktop> In-Reply-To: <000201c4b754$19110c20$9600000a@Desktop> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410211209.52598.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Jan Knoppers Subject: Re: Handbook 5.3 modifications: prepare floppies & advanced X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 20:58:32 -0000 On Thursday 21 October 2004 05:55 am, Jan Knoppers wrote: > On Friday 08 October 2004 02:54 am, spam maps wrote: > > Hi, > > > > Some more differences between for 4.X and from > > 5.3, needs to be clarified in the handbook. > > Below are two such cases. The "-" lines need to > > be removed, the "+" newly added instead. > > > > ------------------------------------------------ > > > > 2.2.7 Prepare the Boot Media > > > > -In most cases you will just need two files, > > -kern.flp and mfsroot.flp. > > > > +In case of 4.X, you will just need two files, > > +kern.flp and mfsroot.flp; since 5.3, you will > > +need three files, boot.flp, kern1.flp and > > +kern2.flp. > > Would it be possible you also describe how to restore the kernX.flp files? > Apparently they produce a couple of kernel.gz.XX files (kernel.gz.aa, > kernel.gz.ab, etc.) Somehow I can't get these restored to a normal kernel. > Gunzip does not recognize them as valid files. You have to cat them all together and then gunzip: cat kernel.gz.aa kernel.gz.ab ... | gunzip > kernel -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 21:28:21 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCC916A4CE; Thu, 21 Oct 2004 21:28:21 +0000 (GMT) Received: from smtp19.wxs.nl (smtp19.wxs.nl [195.121.6.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E7343D4C; Thu, 21 Oct 2004 21:28:21 +0000 (GMT) (envelope-from knoppers@astent.nl) Received: from Desktop (ipd50a9808.speed.planet.nl [213.10.152.8]) by smtp19.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0I5Y006FYEB6TW@smtp19.wxs.nl>; Thu, 21 Oct 2004 23:28:20 +0200 (CEST) Date: Thu, 21 Oct 2004 23:28:15 +0200 From: Jan Knoppers In-reply-to: <200410211209.52598.jhb@FreeBSD.org> To: 'John Baldwin' , freebsd-doc@FreeBSD.org Message-id: <002501c4b7b4$e10a9560$9600000a@Desktop> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.6626 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: RE: Handbook 5.3 modifications: prepare floppies & advanced X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:28:21 -0000 >> You have to cat them all together and then gunzip: >> >> cat kernel.gz.aa kernel.gz.ab ... | gunzip > kernel That didn't work. You have to start with the file kernel.gz.boot I found in the mean time. I.e.: # cat kernel.gz.boot kernel.gz.aa kernel.gz.ab ... | gunzip > kernel Still you may consider adding this to the handbook. Jan Knoppers >> -----Oorspronkelijk bericht----- >> Van: John Baldwin [mailto:jhb@FreeBSD.org] >> Verzonden: donderdag 21 oktober 2004 18:10 >> Aan: freebsd-doc@FreeBSD.org >> CC: Jan Knoppers >> Onderwerp: Re: Handbook 5.3 modifications: prepare floppies & advanced >> >> On Thursday 21 October 2004 05:55 am, Jan Knoppers wrote: >> > On Friday 08 October 2004 02:54 am, spam maps wrote: >> > > Hi, >> > > >> > > Some more differences between for 4.X and from >> > > 5.3, needs to be clarified in the handbook. >> > > Below are two such cases. The "-" lines need to >> > > be removed, the "+" newly added instead. >> > > >> > > ------------------------------------------------ >> > > >> > > 2.2.7 Prepare the Boot Media >> > > >> > > -In most cases you will just need two files, >> > > -kern.flp and mfsroot.flp. >> > > >> > > +In case of 4.X, you will just need two files, >> > > +kern.flp and mfsroot.flp; since 5.3, you will >> > > +need three files, boot.flp, kern1.flp and >> > > +kern2.flp. >> > >> > Would it be possible you also describe how to restore the kernX.flp >> files? >> > Apparently they produce a couple of kernel.gz.XX files (kernel.gz.aa, >> > kernel.gz.ab, etc.) Somehow I can't get these restored to a normal >> kernel. >> > Gunzip does not recognize them as valid files. >> >> You have to cat them all together and then gunzip: >> >> cat kernel.gz.aa kernel.gz.ab ... | gunzip > kernel >> >> -- >> John Baldwin <>< http://www.FreeBSD.org/~jhb/ >> "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 21:44:02 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FEF16A4CE; Thu, 21 Oct 2004 21:44:02 +0000 (GMT) Received: from mail2.cult.cu (mail2.cult.cu [200.55.155.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177EB43D41; Thu, 21 Oct 2004 21:43:59 +0000 (GMT) (envelope-from rcamilo@cubarte.cult.cu) Received: from [200.55.155.5] (helo=perfilo.cult.cu) by mail2.cult.cu with esmtp (Exim 4.34) id 1CKkpN-000KcP-J9; Thu, 21 Oct 2004 17:50:33 -0400 Received: from [192.168.100.121] (helo=camilo) by perfilo.cult.cu with smtp (Exim 4.34) id 1CKkgx-0008YH-SD; Thu, 21 Oct 2004 17:41:52 -0400 Message-ID: <007401c4b7c7$edb73bc0$0100007f@camilo> From: "rcamilo" To: Date: Thu, 21 Oct 2004 17:44:37 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: questions@FreeBSD.org Subject: From Cuba X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:44:02 -0000 Hello I want to know if i can help to FreeBSD Project here in Cuba, i can help = in enything you want, in translation and distribution, i can send my = adreeses Oscar Castillo Coll 14 #9 apto 32 /Linea y Calzada Vedado, Plaza de la Revolucion Ciudad Habana. Cuba CP.10400 From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 22:02:30 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF9C216A53F; Thu, 21 Oct 2004 22:02:28 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE31243D55; Thu, 21 Oct 2004 22:02:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i9LM2Kw07544; Thu, 21 Oct 2004 18:02:20 -0400 (EDT) From: Jerry McAllister Message-Id: <200410212202.i9LM2Kw07544@clunix.cl.msu.edu> To: rcamilo@cubarte.cult.cu (rcamilo) Date: Thu, 21 Oct 2004 18:02:19 -0400 (EDT) In-Reply-To: <007401c4b7c7$edb73bc0$0100007f@camilo> from "rcamilo" at Oct 21, 2004 05:44:37 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: doc@freebsd.org Subject: Re: From Cuba X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 22:02:30 -0000 > > Hello > > I want to know if i can help to FreeBSD Project here in Cuba, i can help > in enything you want, in translation and distribution, i can send my adreeses The best thing to do is to start running FreeBSD - if you haven't already done so, download and install a recent version, probably 4.10 and gain experience in it. Then, just start doing things. There is a Spanish translation project now. Look at it and see what you can add and submit your additions and corrections. If it is appropriate to have a separate language track for Cuban Spanish, then you have a big project ahead of you. Go to: http://www.freebsd.org/docproj/index.html Click on the Translation link near the bottom of the page and then on the 'Spanish Documentation Project' link in the list. I think you will be surprised how much is done and get an idea of what you can do. In general, you can submit a PR to make additions or corrections for documentation just as you can for program source code. Good luck and welcome, ////jerry > > Oscar Castillo Coll > 14 #9 apto 32 > /Linea y Calzada > Vedado, Plaza de la Revolucion > Ciudad Habana. Cuba > CP.10400 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-doc@FreeBSD.ORG Thu Oct 21 23:50:29 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACFE16A4CE for ; Thu, 21 Oct 2004 23:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9087A43D48 for ; Thu, 21 Oct 2004 23:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9LNoT4V015181 for ; Thu, 21 Oct 2004 23:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LNoTCN015180; Thu, 21 Oct 2004 23:50:29 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 23:50:29 GMT Resent-Message-Id: <200410212350.i9LNoTCN015180@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Engelhart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA9516A4CE for ; Thu, 21 Oct 2004 23:46:45 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24E843D41 for ; Thu, 21 Oct 2004 23:46:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9LNkjow081235 for ; Thu, 21 Oct 2004 23:46:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9LNkjZs081234; Thu, 21 Oct 2004 23:46:45 GMT (envelope-from nobody) Message-Id: <200410212346.i9LNkjZs081234@www.freebsd.org> Date: Thu, 21 Oct 2004 23:46:45 GMT From: John Engelhart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/72985: `grep` man page typo/error for --line-buffering / --line-buffered option X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 23:50:29 -0000 >Number: 72985 >Category: docs >Synopsis: `grep` man page typo/error for --line-buffering / --line-buffered option >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: Thu Oct 21 23:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: John Engelhart >Release: 5.3BETA7 >Organization: >Environment: FreeBSD new.zang.com 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Sun Oct 17 00:32:33 EDT 2004 johne@new.zang.com:/usr/src/sys/i386/compile/new i386 >Description: The man page for the command grep has a typo/error in it. The option syntax for "line-buffered" output is specified in the man page as: --line-buffering Whereas the command itself takes (from grep --help, and checked by running) --line-buffered flush output on every line >How-To-Repeat: Check "man grep" and "grep --help", also trying passing both to grep to verify. >Fix: Update man page to reflect actual syntax with " --line-buffered" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 04:29:39 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB0116A4CE; Fri, 22 Oct 2004 04:29:39 +0000 (GMT) Received: from trinity.icrt.cu (trinity.icrt.cu [200.55.140.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680D843D31; Fri, 22 Oct 2004 04:29:37 +0000 (GMT) (envelope-from texel@trinity.icrt.cu) Received: from PAVILLION ([10.20.0.36]) by trinity.icrt.cu (8.12.10/8.12.10) with SMTP id i9M4TSmY055517; Fri, 22 Oct 2004 00:29:28 -0400 (CDT) (envelope-from texel@trinity.icrt.cu) Message-ID: <005a01c4b7ef$b4e94630$2400140a@mshome.net> From: "Carlos A. Carnero Delgado" To: "rcamilo" , References: <007401c4b7c7$edb73bc0$0100007f@camilo> Date: Fri, 22 Oct 2004 00:26:38 -0400 Organization: Instituto Cubano de Radio y Television MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: questions@freebsd.org Subject: Re: From Cuba X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 04:29:39 -0000 Hi, > I want to know if i can help to FreeBSD Project here in Cuba, i can help > in enything you want, in translation and distribution, i can send my > adreeses Also, you're not the only one sitting there! Best regards, Carlos. From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 08:50:33 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE3216A4D2 for ; Fri, 22 Oct 2004 08:50:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB3943D46 for ; Fri, 22 Oct 2004 08:50:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9M8oXd7007612 for ; Fri, 22 Oct 2004 08:50:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M8oXkO007611; Fri, 22 Oct 2004 08:50:33 GMT (envelope-from gnats) Date: Fri, 22 Oct 2004 08:50:33 GMT Message-Id: <200410220850.i9M8oXkO007611@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Subject: Re: docs/72985: `grep` man page typo/error for --line-buffering / --line-buffered option X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 08:50:33 -0000 The following reply was made to PR docs/72985; it has been noted by GNATS. From: Giorgos Keramidas To: John Engelhart Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/72985: `grep` man page typo/error for --line-buffering / --line-buffered option Date: Fri, 22 Oct 2004 11:49:29 +0300 On 2004-10-21 23:46, John Engelhart wrote: > >Environment: > FreeBSD new.zang.com 5.3-BETA7 FreeBSD 5.3-BETA7 #0:\ > Sun Oct 17 00:32:33 EDT 2004 \ > johne@new.zang.com:/usr/src/sys/i386/compile/new i386 > > >Description: > The man page for the command grep has a typo/error in it. > > The option syntax for "line-buffered" output is specified in the man page as: > > --line-buffering > > Whereas the command itself takes (from grep --help, and checked by running) > > --line-buffered flush output on every line You are right. Does the following change look ok? %%% Index: grep.1 =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/grep/grep.1,v retrieving revision 1.25 diff -u -u -r1.25 grep.1 --- grep.1 4 Jul 2004 10:02:03 -0000 1.25 +++ grep.1 22 Oct 2004 08:47:28 -0000 @@ -312,8 +312,9 @@ This is especially useful for tools like zgrep, e.g. .B "gzip -cd foo.gz |grep --label=foo something" .TP -.BR \-\^\-line-buffering -Use line buffering, it can be a performance penality. +.BR \-\^\-line-buffered +Flush output on every line. +Note that this incurs a performance penalty. .TP .BR \-q ", " \-\^\-quiet ", " \-\^\-silent Quiet; do not write anything to standard output. %%% From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 13:04:59 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B71516A4CE for ; Fri, 22 Oct 2004 13:04:59 +0000 (GMT) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BCB43D49 for ; Fri, 22 Oct 2004 13:04:58 +0000 (GMT) (envelope-from lewiz@compsoc.man.ac.uk) Received: from compsoc.umu.man.ac.uk ([130.88.22.5] helo=mrtall.compsoc.man.ac.uk) by probity.mcc.ac.uk with esmtp (Exim 4.20) id 1CKz6H-0004EX-So for doc@freebsd.org; Fri, 22 Oct 2004 14:04:57 +0100 Received: from lewiz by mrtall.compsoc.man.ac.uk with local (Exim 3.36 #1) id 1CKz6G-000N1p-00 for doc@freebsd.org; Fri, 22 Oct 2004 14:04:56 +0100 Date: Fri, 22 Oct 2004 14:04:56 +0100 From: Lewis Thompson To: doc@freebsd.org Message-ID: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.lewiz.org/~lewiz/pgpkey / horowitz.surfnet.nl X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1CKz6H-0004EX-So*aTS0TCBtu3M* Subject: Chapter 14, Security, Kerberos V (admin_server). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 13:04:59 -0000 Hi, I just got bitten by not having admin_server in my krb5.conf file. This is not mentioned at all in the handbook and is surprisingly hard to track down (maybe I was looking at the wrong logs ;). An addition explaining what admin_server does would be very welcome. If you guys are all busy now I am willing to provide a line or two myself. Just let me know. Thanks very much, -lewiz. -- ``I was so much older then, I'm younger than that now'' -Bob Dylan, 1964 From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 13:48:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E712716A4CE for ; Fri, 22 Oct 2004 13:48:58 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5C343D3F for ; Fri, 22 Oct 2004 13:48:58 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id 6E11D200E; Fri, 22 Oct 2004 17:49:01 +0400 (MSD) Message-ID: <41790FC9.7070006@FreeBSD.org> Date: Fri, 22 Oct 2004 17:48:57 +0400 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: oleg.it@ariel.ru References: <1689804859.20041013164538@ariel.ru> In-Reply-To: <1689804859.20041013164538@ariel.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: quoted-printable cc: freebsd-doc@FreeBSD.org Subject: Re: Error 404 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 13:48:59 -0000 Hello! Broken link removed. Thanks for reporting! =F4=C5=C8=CE=C9=DE=C5=D3=CB=C9=CA =D3=D0=C5=C3=C9=C1=CC=C9=D3=D4. =E1=D2=C9= =DC=CC=D8. wrote: > Hello freebsd-doc, >=20 > URL > http://manuel.brad.ac.uk/help/.faq/.unix/.pronun.html >=20 > on your page (from below) - > http://www.freebsd.org/ru/projects/newbies.html >=20 > not found. >=20 >=20 From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 19:04:15 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9351516A4CE for ; Fri, 22 Oct 2004 19:04:15 +0000 (GMT) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBA943D48 for ; Fri, 22 Oct 2004 19:04:13 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: by mail.seekingfire.com (Postfix, from userid 500) id 707B6DF; Fri, 22 Oct 2004 13:04:13 -0600 (CST) Date: Fri, 22 Oct 2004 13:04:13 -0600 From: Tillman Hodgson To: doc@freebsd.org Message-ID: <20041022190413.GD53845@seekingfire.com> References: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-GPG-Key-ID: 828AFC7B X-GPG-Fingerprint: 5584 14BA C9EB 1524 0E68 F543 0F0A 7FBC 828A FC7B X-GPG-Key: http://www.seekingfire.com/gpg_key.asc X-Urban-Legend: There is lots of hidden information in headers User-Agent: Mutt/1.5.6i Subject: Re: Chapter 14, Security, Kerberos V (admin_server). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 19:04:15 -0000 On Fri, Oct 22, 2004 at 02:04:56PM +0100, Lewis Thompson wrote: > Hi, > > I just got bitten by not having admin_server in my krb5.conf file. Oh, hey, another Kerberos user. Hi! > This is not mentioned at all in the handbook and is surprisingly hard > to track down (maybe I was looking at the wrong logs ;). An addition > explaining what admin_server does would be very welcome. I've been thinking about updating that section recently. I haven't been keeping it up-to-date with the rcNG changes and so forth, made especially difficult because my KDC is MIT and not the base Heimdal and so my /etc/rc.conf issues are different than default. I'd also like to provide more rc.conf info in general, PAM info, more security info, disconnecteed network scenario info, sample setups, stuff like that ... > If you guys are all busy now I am willing to provide a line or two > myself. Just let me know. ... not that should stop you. First man to the post and all that *grin*. A docbook and "process" mentor (best way to work on the doc private privately, etc) would be great ... I'd like to contribute more to the handbook (and other guides), but my brain has LaTeX stamped onto it and so I could use a hand ;-) I have some older public documents generated for various user group presentations and technical college classes I've taught up at http://www.seekingfire.com/documents/, if anyone is interested in taking a peek. I love writing, I love FreeBSD, and I'd love to contribute more. I'm short of copious spare time and docbook knowledge. I've read the stuff at http://www.freebsd.org/docproj/index.html before, but that's not the same as seeing how other people who do this daily go about it -- they've already worn the sharp edges off. On a different topic, a minor pet peeve: try a `man -a ftpd` on a Kerberized (with MIT) system some day. There's three ftpds, each with slightly different options available (`-a otp` is notable) ... and it's *not* easy to distinguish which man page corresponds to which ftpd. Gah. This has been me too many times to count. Any suggestions on a clean way to handle situations like this? -T -- I think it only makes sense to seek out and identify structures of authority, hierarchy, and domination in every aspect of life, and to challenge them; unless a justification for them can be given, they are illegitimate, and should be dismantled, to increase the scope of human freedom. -- Noam Chomsky (Red and Black Revolution, 1996) From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 19:37:54 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BE116A4CE for ; Fri, 22 Oct 2004 19:37:54 +0000 (GMT) Received: from pistuk.bezeqint.net (pistuk.bezeqint.net [192.115.104.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B725043D1F for ; Fri, 22 Oct 2004 19:37:53 +0000 (GMT) (envelope-from myra1@ruderfinn.co.il) Received: from mas7.bezeqint.net (mas7.bezeqint.net [192.115.104.137]) with ESMTP id 13A4E7C7 for ; Fri, 22 Oct 2004 20:25:33 +0200 (IST) Received: (from localhost [127.0.0.1]) by mas7.bezeqint.net (MOS 3.4.7-GR) id BXG62652; Fri, 22 Oct 2004 21:37:48 +0200 (IST) Auto-Submitted: auto-replied To: doc@freebsd.org From: Message-Id: <20041022213748.BXG62652@mas7.bezeqint.net> Date: Fri, 22 Oct 2004 21:37:48 +0200 (IST) Subject: Message Rejected X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 19:37:54 -0000 Your message was bounced by the recipient's mail server The Recipient account on this server is Temporary CLOSED. From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 21:35:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 558D616A4CE for ; Fri, 22 Oct 2004 21:35:12 +0000 (GMT) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299EE43D3F for ; Fri, 22 Oct 2004 21:35:11 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 18047 invoked by uid 207); 22 Oct 2004 21:35:09 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.26):. Processed in 0.501017 secs); 22 Oct 2004 21:35:09 -0000 Received: from dialup26.ach.sch.gr (HELO gothmog.gr) ([81.186.70.26]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Oct 2004 21:35:08 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9MLZ206070795; Sat, 23 Oct 2004 00:35:02 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9MLZ2li070794; Sat, 23 Oct 2004 00:35:02 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sat, 23 Oct 2004 00:35:02 +0300 From: Giorgos Keramidas To: Tillman Hodgson Message-ID: <20041022213502.GA64864@gothmog.gr> References: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> <20041022190413.GD53845@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041022190413.GD53845@seekingfire.com> cc: doc@freebsd.org Subject: Re: Chapter 14, Security, Kerberos V (admin_server). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 21:35:12 -0000 On 2004-10-22 13:04, Tillman Hodgson wrote: > > If you guys are all busy now I am willing to provide a line or two > > myself. Just let me know. > > ... not that should stop you. First man to the post and all that *grin*. > > A docbook and "process" mentor (best way to work on the doc private > privately, etc) would be great ... I'd like to contribute more to the > handbook (and other guides), but my brain has LaTeX stamped onto it and > so I could use a hand ;-) I can fill that role nicely, since the time I can spend working for FreeBSD is a bit on the rise these days. From owner-freebsd-doc@FreeBSD.ORG Fri Oct 22 21:59:38 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FD616A4CF for ; Fri, 22 Oct 2004 21:59:38 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF83143D1F for ; Fri, 22 Oct 2004 21:59:37 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id DC08C119B9; Fri, 22 Oct 2004 23:59:36 +0200 (CEST) Date: Fri, 22 Oct 2004 23:59:36 +0200 From: "Simon L. Nielsen" To: Lewis Thompson Message-ID: <20041022215936.GF785@zaphod.nitro.dk> References: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FEz7ebHBGB6b2e8X" Content-Disposition: inline In-Reply-To: <20041022130456.GA88051@mrtall.compsoc.man.ac.uk> User-Agent: Mutt/1.5.6i cc: doc@freebsd.org Subject: Re: Chapter 14, Security, Kerberos V (admin_server). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 21:59:38 -0000 --FEz7ebHBGB6b2e8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.10.22 14:04:56 +0100, Lewis Thompson wrote: > I just got bitten by not having admin_server in my krb5.conf file. This > is not mentioned at all in the handbook and is surprisingly hard to > track down (maybe I was looking at the wrong logs ;). An addition > explaining what admin_server does would be very welcome. While improvments to the documentation is of course always welcome, I set up Kerberos (Heimdal from base) on 4.X and 5.X and it works fine with no admin_server setting... > If you guys are all busy now I am willing to provide a line or two > myself. Just let me know. As others have also said, this will improve the likeliness of this getting improved a lot :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --FEz7ebHBGB6b2e8X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBeYLIh9pcDSc1mlERAr9lAKCc0XocjXgq12I13WecMckZFWzfEQCZAfv3 WtT57t+FraQaC+ExtXn+xuQ= =MhUS -----END PGP SIGNATURE----- --FEz7ebHBGB6b2e8X-- From owner-freebsd-doc@FreeBSD.ORG Sat Oct 23 21:06:01 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A9516A4CE for ; Sat, 23 Oct 2004 21:06:01 +0000 (GMT) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C2D43D4C for ; Sat, 23 Oct 2004 21:05:58 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 2664 invoked by uid 207); 23 Oct 2004 21:05:57 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.215):. Processed in 0.501468 secs); 23 Oct 2004 21:05:57 -0000 Received: from dialup215.ach.sch.gr (HELO gothmog.gr) ([81.186.70.215]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Oct 2004 21:05:56 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9NL5m3e067681 for ; Sun, 24 Oct 2004 00:05:48 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9NL5mqx067677 for freebsd-doc@freebsd.org; Sun, 24 Oct 2004 00:05:48 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sun, 24 Oct 2004 00:05:48 +0300 From: Giorgos Keramidas To: freebsd-doc@freebsd.org Message-ID: <20041023210548.GA48606@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: does this require a manpage date bump? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 21:06:01 -0000 Does a minor change like the following require a manpage date bump? %%% --- du.1.orig 2 Jul 2004 22:22:23 -0000 1.28 +++ du.1 23 Oct 2004 21:02:35 -0000 @@ -74,7 +74,7 @@ .It Fl h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, -Gigabyte, Terabyte and Petabyte +Gigabyte, Terabyte and Petabyte. .It Fl r Generate messages about directories that cannot be read, files that cannot be opened, and so on. %%% From owner-freebsd-doc@FreeBSD.ORG Sat Oct 23 22:57:33 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF11A16A4CF for ; Sat, 23 Oct 2004 22:57:33 +0000 (GMT) Received: from mail2.cult.cu (mail2.cult.cu [200.55.155.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59E443D2D for ; Sat, 23 Oct 2004 22:57:32 +0000 (GMT) (envelope-from rcamilo@cubarte.cult.cu) Received: from [200.55.155.5] (helo=perfilo.cult.cu) by mail2.cult.cu with esmtp (Exim 4.34) id 1CKmVc-00004b-Ep; Thu, 21 Oct 2004 19:38:16 -0400 Received: from [192.168.100.121] (helo=camilo) by perfilo.cult.cu with smtp (Exim 4.34) id 1CKmNB-000GSc-7L; Thu, 21 Oct 2004 19:29:33 -0400 Message-ID: <00c901c4b7d6$f8f38610$0100007f@camilo> From: "rcamilo" To: Date: Thu, 21 Oct 2004 19:32:18 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: bod@FreeBSDFoundation.org Subject: From Cuba X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 22:57:34 -0000 The problem is that i can't download the latest version of FreeBSD from Internet, i want to know if i can get the latest version direct from = you by postal affairs . Thank you Oscar Oscar Castillo Coll 14 #9 apto 32 /Linea y Calzada Vedado, Plaza de la Revolucion Ciudad Habana. Cuba CP.10400 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 23 23:02:21 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2786116A4CE; Sat, 23 Oct 2004 23:02:21 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A2343D1D; Sat, 23 Oct 2004 23:02:20 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 0FB8C119B9; Sun, 24 Oct 2004 01:02:19 +0200 (CEST) Date: Sun, 24 Oct 2004 01:02:18 +0200 From: "Simon L. Nielsen" To: Giorgos Keramidas Message-ID: <20041023230218.GB771@zaphod.nitro.dk> References: <20041023210548.GA48606@gothmog.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <20041023210548.GA48606@gothmog.gr> User-Agent: Mutt/1.5.6i cc: freebsd-doc@freebsd.org Subject: Re: does this require a manpage date bump? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 23:02:21 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.10.24 00:05:48 +0300, Giorgos Keramidas wrote: > Does a minor change like the following require a manpage date bump? > > %%% > --- du.1.orig 2 Jul 2004 22:22:23 -0000 1.28 > +++ du.1 23 Oct 2004 21:02:35 -0000 > @@ -74,7 +74,7 @@ > .It Fl h > "Human-readable" output. > Use unit suffixes: Byte, Kilobyte, Megabyte, > -Gigabyte, Terabyte and Petabyte > +Gigabyte, Terabyte and Petabyte. > .It Fl r > Generate messages about directories that cannot be read, files > that cannot be opened, and so on. > %%% No, according to Ruslan it should only be done if there is actual content change. Of course it comes down to a judgment call, but in this case I think you can safely skip the bump. If not, Ruslan will probably tell you post-commit :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBeuL6h9pcDSc1mlERAjMPAJ0T3RvqKFHAu+ncrvlcE2gnKtf/+gCgkFNZ xwoLrxt5aeAdoC9w3TWTm5M= =0RgT -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--