From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 02:11:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 602F2C62 for ; Wed, 17 Sep 2014 02:11:26 +0000 (UTC) Received: from st11p00mm-asmtp001.mac.com (st11p00mm-asmtp001.mac.com [17.172.81.0]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3138DE2D for ; Wed, 17 Sep 2014 02:11:25 +0000 (UTC) Received: from [192.168.1.10] (66-216-230-25.dhcp.stcd.mn.charter.com [66.216.230.25]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NC000CKITYPA960@st11p00mm-asmtp001.mac.com> for freebsd-questions@freebsd.org; Wed, 17 Sep 2014 01:11:16 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-09-16_06:2014-09-16,2014-09-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1409170009 Message-id: <5418DFDC.6070507@icloud.com> Date: Tue, 16 Sep 2014 20:11:56 -0500 From: Brandon Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How to have jails checked for out of date applications. References: <5418BD41.4020602@icloud.com> <5418CEDB.1000001@my.hennepintech.edu> <5418D37A.4000705@icloud.com> <5418D7DB.1000105@my.hennepintech.edu> In-reply-to: <5418D7DB.1000105@my.hennepintech.edu> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 02:11:26 -0000 Correct, I hit the wrong button, sorry about that :) Thanks for the links, I have one more question. I have been trying to have "pkg updating" sent along with my email so I can properly update things when it comes time, but I'm having difficulty with grep. If I do a "pkg updating | grep 2014" , I only get the date and a link. If I do a "grep -A 20 2014" it obviously includes 20 lines, but that may or may not work for every update entry. I'm not very experienced with grep, so how would I have it match only 2014 entries, or even just have pkg only show recent entries and skip the older ones entirely. It seems counter-intuitive to include every update entry a pkg may have ever had. Thanks! On 9/16/2014 7:37 PM, Andrew Berg wrote: > On 2014.09.16 19:19, Brandon Schneider wrote: >> That's actually a really great idea, I think when I have some time I >> will explore that. Any links to quickly get me up and running with >> documentation? Is the HandBook enough? > The handbook won't cover it in detail since it's not part of base, but there is > a nice tutorial here: http://www.bsdnow.tv/tutorials/poudriere > It also comes with good man pages, of course. > > Learning about periodic(8) (from both the man pages and reading through > /etc/defaults/periodic.conf) would also be a good idea. There is a weekly task > that checks for out-of-date packages. > > > I CC'd the list since I assume you meant to reply to it and not just me directly. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"