Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 18:59:23 -0500
From:      Andrew Berg <aberg010@my.hennepintech.edu>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: How to have jails checked for out of date applications.
Message-ID:  <5418CEDB.1000001@my.hennepintech.edu>
In-Reply-To: <5418BD41.4020602@icloud.com>
References:  <5418BD41.4020602@icloud.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014.09.16 17:44, Brandon Schneider wrote:
> Hello everyone, a FreeBSD newbie here. I have my server set up with 8 
> jails or so, and I have been trying to figure out how to get an email 
> when there are out of date applications installed in a jail. I currently 
> have jailaudit installed, but it seems like "pkg version -vIL\= would 
> serve the purpose on the host, but I'm not sure. I'm sure this is a 
> common question, but I cannot seem to find an answer on Google. The 
> jails are a mix of packages and ports if that makes much difference. I 
> also use portmaster for the ports.
Jails are their own userlands, so you would check them as you would the host,
but from within their environment. If you set up Poudriere, you can have your
own repo that you update as you see fit, compile with the options you want, and
simply have the jails install everything from it, automatically updating in a
cron job. This is especially useful if you have many jails (or many other real
machines) and not terribly difficult or complicated if they can all use the
same packages (i.e., you don't need different versions of the same package for
different jails).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5418CEDB.1000001>