Date: Wed, 26 Jan 2011 23:56:18 -0800 From: Brian DeFreitas <briandef@securityishard.com> To: Konstantin Vasilyev <konstantin.vasiliev@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Problem with freebsd-update on 7.3-RELEASE Message-ID: <20110127075618.GA53094@jackstaff.jumbobrian.com> In-Reply-To: <ihr6af$ku0$1@dough.gmane.org> References: <ihr6af$ku0$1@dough.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110127075618.GA53094>