From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 21:25:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E42401065670 for ; Mon, 9 Mar 2009 21:25:41 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9B48FC08 for ; Mon, 9 Mar 2009 21:25:41 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090309212539.UIY2989.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Mon, 9 Mar 2009 21:25:39 +0000 Received: from catflap.slightlystrange.org ([82.21.101.171]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090309212539.ZKF21638.aamtaout02-winn.ispmail.ntl.com@catflap.slightlystrange.org> for ; Mon, 9 Mar 2009 21:25:39 +0000 Received: by catflap.slightlystrange.org (Postfix, from userid 106) id 6794466EC; Mon, 9 Mar 2009 21:25:37 +0000 (GMT) Received: from torus.slightlystrange.org (torus.slightlystrange.org [10.1.3.50]) by catflap.slightlystrange.org (Postfix) with SMTP id D63066131 for ; Mon, 9 Mar 2009 21:25:36 +0000 (GMT) Received: by torus.slightlystrange.org (sSMTP sendmail emulation); Mon, 9 Mar 2009 21:25:36 +0000 From: "Daniel Bye" Date: Mon, 9 Mar 2009 21:25:36 +0000 To: freebsd general questions Message-ID: <20090309212536.GA1555@torus.slightlystrange.org> Mail-Followup-To: freebsd general questions References: <330137.44455.qm@web52112.mail.re2.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <330137.44455.qm@web52112.mail.re2.yahoo.com> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A X-Operating-System: FreeBSD 7.1-STABLE i386 X-Cloudmark-Analysis: v=1.0 c=1 a=ehNlctqhnw0A:10 a=AGphHyYOzrfJLps56MMA:9 a=LtkCK3aXj1NsBguBuZNOZXie50IA:4 a=LY0hPdMaydYA:10 a=AHbpHQM92WfnIvkJWgoA:9 a=ZA1PI0-H1xWMbHLj_4Erp08DU48A:4 a=rPt6xJ-oxjAA:10 Subject: Re: portupgrade, afterwards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 21:25:42 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 09, 2009 at 02:03:59PM -0700, gahn wrote: >=20 > Hi all: >=20 > Where is the result of "portupgrade -fa" stored at? it showed a bunch fil= es didn't go through or failed. just wondering whether I can take look at t= he results after I rebooted the server. >=20 If that's exactly how you ran portupgrade, then I'm afraid you won't have any log info anywhere. You need the -L flag to portupgrade, which takes a printf(3) style format string (see man portupgrade for an example of how to use it),=20 or you can run portupgrade in a script(1) session, something like this: # script /var/log/portupgrade.log portupgrade -fa Note that this approach will log ALL output generated by portupgrade,=20 stderr and stdout, so the log file will get large. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkm1iVAACgkQixf5fBYiFmqnzACgxfoHz1rewkSoGXA4MyHcOuCH 3f0AniwZDGSAvEQPWDz6/deNTqK8tE9w =lw/C -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--