/etc/rc.d/zfs and /etc/rc.d/zvol no longer in FreeBSD-runtime package?

Ben Woods woodsb02 at gmail.com
Sun May 29 22:14:01 UTC 2016


Hi everyone,


Actually, this was a different issue, but I have worked out the problem. It
relates to r299840.
https://svnweb.freebsd.org/base?view=revision&revision=299840

Basically, r299840 introduced a new FreeBSD-zfs package, which I did not
have installed. So when I did a pkg upgrade, it upgraded FreeBSD-runtime
and removed this files which were now split off into the new FreeBSD-zfs
package. Obviously, since I did not have the new FreeBSD-zfs package
previously installed, the files were not installed under this new package.

The fix is simple: pkg install FreeBSD-zfs

However, it does raise the point that whenever a new base pkg is created,
how should users be informed? Should pkg provide a warning that some files
have been moved to a newer package that isnt being installed, or should it
be a note in UPDATING?

Regards,
Ben


--
From: Benjamin Woods
woodsb02 at gmail.com

On 29 May 2016 at 19:57, Glen Barber <gjb at freebsd.org> wrote:

> On Sun, May 29, 2016 at 11:00:23AM +0200, Ben Woods wrote:
> > On Saturday, 28 May 2016, Ben Woods <woodsb02 at gmail.com> wrote:
> >
> > > On 27 May 2016 at 23:00, Glen Barber <gjb at freebsd.org
> > > <javascript:_e(%7B%7D,'cvml','gjb at freebsd.org');>> wrote:
> > >
> > >> On Fri, May 27, 2016 at 10:54:12PM +0200, Ben Woods wrote:
> > >> > Hi everyone,
> > >> >
> > >> > I have just completed a packaged base upgrade, and for some reason
> the
> > >> > /etc/rc.d/zfs and /etc/rc.d/zvol scripts are no longer in the
> > >> > FreeBSD-runtime package.
> > >> >
> > >> > Any ideas what the cause is for this?
> > >> >
> > >
> > >
> > I suspect this is unrelated to PkgBase, as is instead caused by the
> > freebsd-current issue described here:
> > https://lists.freebsd.org/pipermail/freebsd-current/2016-May/061512.html
> >
> > Doing a test build after the fix now to see if it is now working.
> >
>
> Great.  (Well, you know what I mean.)
>
> Thanks for the follow-up.  :-)
>
> Glen
>
>


More information about the freebsd-pkgbase mailing list