From owner-freebsd-stable@FreeBSD.ORG Sun Nov 29 20:55:44 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9EDC1065670 for ; Sun, 29 Nov 2009 20:55:44 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id 780788FC0C for ; Sun, 29 Nov 2009 20:55:44 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id nATKtfoA047852; Sun, 29 Nov 2009 21:55:41 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 8D8D5BAAA; Sun, 29 Nov 2009 21:55:41 +0100 (CET) Date: Sun, 29 Nov 2009 21:55:41 +0100 From: Roland Smith To: Gary Kline Message-ID: <20091129205541.GA37201@slackbox.xs4all.nl> References: <1259283983.92302.23.camel@neo.cse.buffalo.edu> <20091127030601.CAB2C1CC0E@ptavv.es.net> <20091127055757.GA75657@thought.org> <20091127083304.GA8618@slackbox.xs4all.nl> <20091129193018.GA87743@thought.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20091129193018.GA87743@thought.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-stable Subject: Re: 8.0-RELEASE completed... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2009 20:55:45 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 29, 2009 at 11:30:18AM -0800, Gary Kline wrote: > > There are a couple of differences between 7.x and 8.0; > > * The USB stack has been rewritten. I've had to change the following in > > /etc/devfs.rules: replace "add path 'usb*' mode 0660 group usb" with = "add > > path 'usb/*' mode 0660 group usb"=20 >=20 > Roland, would you please update your webpage?=20 Coincidentally, I just did that today. :-) > > * The name of the tty devices has changed in /etc/ttys; ttydN -> ttyuN > > (impacts /etc/ttys) >=20 >=20 > What impact is this likely to have on my server? The more > ttys we've got, the better, for a term/xterm/ like me. Not a lot. If you haven't changed /etc/ttys, mergemaster will take care of = it for you. I always change this file, to mark the console as insecure (meaning you have to give the root password to log into single user mode). Note that this change only affects the dialup lines. On my machines I always disable them. > > * There have been a lot of changes in the kernel configuration. If you = want a > > custom kernel, start anew from the 8.0 GENERIC kernel so you don't mi= ss > > anything.=20 >=20 > Could somebody who's running a 32biter send a GENERIC from > 8.0 so I can diff? Go to the following URI:=20 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC?only_with_t= ag=3DRELENG_8_0_0_RELEASE Click on 'download' to get the file, or select it for a diff between another version. > > * A lot of changes as well in /etc/src.conf (the file that defines whic= h parts > > of the system are built from source) > > * Network cards show up in dmesg and ifconfig, but not as devices in /d= ev (but > > that could be a configuration error on my part.) >=20 > Sorry, you left me in the dust with "/etc/src.conf". I though > the entire system was built from source. Examples, please? This file contains variables that will be used during a system build from source. The main use is to have the system skip building things you don't need. E.g. if you don't have bluetooth devices in your server, you can set WITHOUT_BLUETOOTH=3Dyes in /etc/src.conf, and the system will not build ker= nel modules and programs that relate to bluetooth. See src.conf(5) for a comple= te list of settings (with explanations) you can apply in this file. I tend to disable everything I don't need, because bugs and vulnerabilities= in things that are not built and installed cannot harm me. And it cuts down on build time as well. I tend to build my own kernel for mostly the same reaso= ns. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksS380ACgkQEnfvsMMhpyXcfwCgprDJb8zD8lqr+wRkcdi2UeUe wBEAn3HROU3q6oDpFRfKb+cw3uk6saDL =vb05 -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--