From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 02:43:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139BE16A4B3 for ; Mon, 13 Oct 2003 02:43:57 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E5F43F93 for ; Mon, 13 Oct 2003 02:43:52 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from localhost (localhost [127.0.0.1]) (uid 9999) by perimeter.co.za with local; Mon, 13 Oct 2003 11:43:47 +0200 References: <00ca01c38f21$ce4dbe00$f0df1ec4@perimeter.co.za> <20031011230804.GA356@dds.nl> In-Reply-To: <20031011230804.GA356@dds.nl> From: bsd@perimeter.co.za To: Alex de Kruijff Date: Mon, 13 Oct 2003 11:43:47 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: cc: freebsd-questions@freebsd.org Subject: Re: portupgrade -Fa X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 09:43:57 -0000 Alex de Kruijff writes: > On Fri, Oct 10, 2003 at 01:29:40PM +0200, Patrick O'Reilly wrote: >> The strange part is that on some of the servers the script works just >> fine, and on others it runs, and emails me what looks like a job well >> done, but the distfile has NOT been fetched. When I then go to do the >> actual upgrade, the distfile must first be fetched by portupgrade before >> it proceeds to build. > > There could be any number of problems that may be the cause of this. I > realy can't see that from here. What you need to do is to do a check on > every machine that doesn't work. I find it best to go from where the > process begins and go all the way down to portupgrade. Try to find where > it goes wrong. It could be that the crontab is wrong or that portupgrade > isn't installed. > Alex, thanks for your response. I've tried what you say before I sent the email. What confuses me is that the script runs fine if I log in and run it at the CLI. And it definitely runs from cron, because I get the email I am expecting, which is the output that would normally go to the terminal. So, the crontab is evidently active, and portupgrade is correctly installed and configured. But the actual fetch of the file simply does not happen if it is run from cron... Yet, on other servers it all works fine... ?!?!?!? Still confused. Patrick.