From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 08:35:53 2011 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 AF1E91065694 for ; Thu, 27 Jan 2011 08:35:53 +0000 (UTC) (envelope-from briandef@jackstaff.jumbobrian.com) Received: from jackstaff.jumbobrian.com (c-76-102-204-22.hsd1.ca.comcast.net [76.102.204.22]) by mx1.freebsd.org (Postfix) with ESMTP id 35E9E8FC1A for ; Thu, 27 Jan 2011 08:35:52 +0000 (UTC) Received: from jackstaff.jumbobrian.com (localhost [127.0.0.1]) by jackstaff.jumbobrian.com (8.14.4/8.14.4) with ESMTP id p0R7uIrQ053233; Wed, 26 Jan 2011 23:56:18 -0800 (PST) (envelope-from briandef@jackstaff.jumbobrian.com) Received: (from briandef@localhost) by jackstaff.jumbobrian.com (8.14.4/8.14.4/Submit) id p0R7uIGw053232; Wed, 26 Jan 2011 23:56:18 -0800 (PST) (envelope-from briandef) Date: Wed, 26 Jan 2011 23:56:18 -0800 From: Brian DeFreitas To: Konstantin Vasilyev Message-ID: <20110127075618.GA53094@jackstaff.jumbobrian.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: Problem with freebsd-update on 7.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 08:35:53 -0000 Konstantin Vasilyev wrote: > Hi all! > > I have installed > %uname -a > FreeBSD ota2.cellnetrix.com 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #3: > Tue Jan 25 19:19:34 MSK 2011 > kvasilev@ota2.cellnetrix.com:/usr/obj/usr/src/sys/GENERIC i386 > > I have > @daily freebsd-update cron > in root's crontab. > > Why does freebsd-update mail me the following? [...] > Who can give me ideas what's happening? Have you checked the man page for freebsd-update(8) ? cron Sleep a random amount of time between 1 and 3600 seconds, then download updates as if the fetch command was used. If updates are downloaded, an email will be sent (to root or a different address if specified via the -t option or in the configuration file). Sounds exactly like the expected behavior to me. So, the cron subcommand only does the 'fetch' part of freebsd-update. You'll still need to run 'freebsd-update install' to actually install the updates.