From owner-cvs-all Mon Apr 1 15:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id BF49037B41A; Mon, 1 Apr 2002 15:53:17 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id g31Nqo323061; Mon, 1 Apr 2002 15:52:50 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c In-Reply-To: Message from "David E. O'Brien" of "Mon, 01 Apr 2002 13:35:38 PST." <200204012135.g31LZcS56467@freefall.freebsd.org> Date: Mon, 01 Apr 2002 15:52:50 -0800 Message-ID: <23057.1017705170@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll bet you find out the hard way that such is not the case. More specifically, you'll find that /var/tmp exists but is chosen at too small a size to make all the packages extract properly. Try your fix with some really large packages and you'll find this out. /usr/tmp was chosen specifically as a temporary storage location that's far more likely to have enough free space to do what we need to do for packages even as large as xemacs or XFree86. - Jordan > obrien 2002/04/01 13:35:37 PST > > Modified files: > usr.sbin/sysinstall install.c installUpgrade.c media.c > package.c > Log: > Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. > > Revision Changes Path > 1.320 +1 -1 src/usr.sbin/sysinstall/install.c > 1.80 +2 -2 src/usr.sbin/sysinstall/installUpgrade.c > 1.118 +1 -1 src/usr.sbin/sysinstall/media.c > 1.98 +1 -1 src/usr.sbin/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message