From owner-svn-src-all@FreeBSD.ORG Tue Feb 22 21:23:10 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD1E8106566C; Tue, 22 Feb 2011 21:23:10 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 46DB28FC15; Tue, 22 Feb 2011 21:23:10 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p1MLN6tb032443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Feb 2011 23:23:06 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p1MLN6EZ062566; Tue, 22 Feb 2011 23:23:06 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p1MLN6F6062565; Tue, 22 Feb 2011 23:23:06 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 22 Feb 2011 23:23:06 +0200 From: Kostik Belousov To: Josh Paetzel Message-ID: <20110222212306.GF78089@deviant.kiev.zoral.com.ua> References: <201102221937.p1MJbChP019328@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oKa17j5kv2cZTeM9" Content-Disposition: inline In-Reply-To: <201102221937.p1MJbChP019328@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r218960 - head/usr.sbin/pc-sysinstall/backend X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 21:23:11 -0000 --oKa17j5kv2cZTeM9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 22, 2011 at 07:37:12PM +0000, Josh Paetzel wrote: > Author: jpaetzel > Date: Tue Feb 22 19:37:12 2011 > New Revision: 218960 > URL: http://svn.freebsd.org/changeset/base/218960 >=20 > Log: > Added patch-functions-upgrade which should fix some kernel panics > doing upgrades and uninstalling linux compat ports. This is probably wrong way to fix kernel panics. Did you show the panics with backtrace to anybody on emulation@ ? > =20 > Submitted by: Joerg-Christian Boehme > Approved by: kib (mentor, implicit) >=20 > Modified: > head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh >=20 > Modified: head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh Tue Feb 22 1= 9:18:56 2011 (r218959) > +++ head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh Tue Feb 22 1= 9:37:12 2011 (r218960) > @@ -58,7 +58,7 @@ mount_target_slice() > zfs mount -a > =20 > # Mount all the fstab goodies on disk > - chroot ${FSMNT} /sbin/mount -a >>${LOGOUT} 2>>${LOGOUT} > + chroot ${FSMNT} /sbin/mount -a -t nolinprocfs >>${LOGOUT} 2>>${LOGOUT There is a typo/syntax error at the very end of the line. > chroot ${FSMNT} umount /proc >/dev/null 2>/dev/null=20 > chroot ${FSMNT} umount /compat/linux/proc >/dev/null 2>/dev/null > =20 > @@ -79,7 +79,7 @@ mount_target_slice() > if [ "$INSTALLTYPE" !=3D "FreeBSD" ] > then > echo_log "Removing old packages, this may take a while... Please wai= t..." > - echo '#/bin/sh > + echo '#!/bin/sh > for i in `pkg_info -E \*` > do > echo "Uninstalling package: ${i}" --oKa17j5kv2cZTeM9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk1kKToACgkQC3+MBN1Mb4gF4wCfXXyLd9oMprNSwwq26MLZy3sh zQwAoJm4fXNlkro0+BvJebKivUg6qj3x =0fGW -----END PGP SIGNATURE----- --oKa17j5kv2cZTeM9--