[no subject]

2019-05-11 Thread mj-mailinglist
___ freebsd-pkgbase@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase To unsubscribe, send any mail to "freebsd-pkgbase-unsubscr...@freebsd.org"

Re: Existing passwd and group files overwritten by pkgbase upgrade

2019-05-11 Thread mj-mailinglist
Hi Ashley, I guess this change is the cause: https://reviews.freebsd.org/D20173 It marks the group and the master.passwd file for inclusion in the  FreebSD-runtime package. I tried this change on my 12 system, the files are included in the package. You also see them in the runtime.plist file, but

Aw: Re: Existing passwd and group files overwritten by pkgbase upgrade

2019-05-12 Thread mj-mailinglist
> > Hi Ashley, > > > > I guess this change is the cause: https://reviews.freebsd.org/D20173 > > It marks the group and the master.passwd file for inclusion in the  > > FreebSD-runtime package. > > I tried this change on my 12 system, the files are included in the > > package. You also see them in t

Aw: Re: Existing passwd and group files overwritten by pkgbase upgrade

2019-05-12 Thread mj-mailinglist
Just to add this info: i just upgraded my jail with packages created with the patched Makfile: all the user were still there after the update. So the fix works. -- Martin ___ freebsd-pkgbase@freebsd.org mailing list https://lists.freebsd.org/mailman/list

How is the ${WSTAGEDIR}/METALOG file generated?

2019-05-25 Thread mj-mailinglist
As far as i can see, the METALOG file plays an important role in pkgbase, it is used by the mtree-to-plist.awk script, to generate the per package plist file, e.g runtime.plist, runtime-debug.plist, runtime-manuals.plist, etc. For the assignment of a file to a package the tag package=... seems rel

Contents of package FreeBSD-runtime

2019-06-10 Thread mj-mailinglist
The FeebSD Runtime is split into these 9 files: runtime-debug runtime-development runtime-lib32-debug runtime-lib32-development runtime-lib32-profile runtime-lib32 runtime-manuals runtime-profile runtime But the main runtime package contains some files, which should be in another other packages,

Re: Contents of package FreeBSD-runtime

2019-06-11 Thread mj-mailinglist
>> ... >> /boot/userboot_lua.so >> /boot/version.4th >> /boot/zfsboot >> /boot/zfsloader >> >> shouldn't these be in the FreeBSD-kernel package? > > No it's important that the kernel is in it's own package. Of course, the kernel should be in a package of its own. Im playing around with jails ins

Fw: Unset dependencies in some pkgbase packages

2019-08-12 Thread mj-mailinglist
FYI: I created this bugreport: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239806 Cheers, Martin ___ freebsd-pkgbase@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase To unsubscribe, send any mail to "freebsd-pkg

Re: svn commit: r351858 - in head: bin/uuidgen ...

2019-09-14 Thread mj-mailinglist
Building a jail from pkgbase packages after base r351858 shows this cap_mkdb message: to create the jail this command is used: pkg --rootdir /jails/test01 -o 'ASSUME_ALWAYS_YES=true' -o 'ABI=FreeBSD:13:amd64' install --repository FreeBSD-base FreeBSD-utilities FreeBSD-rc (note: FreeBSD-base is

pkgbase: Missing /etc/master.passwd in FreeBSD-runtime 12-stable pkg

2021-01-31 Thread mj-mailinglist
I noticed that my jails, build from a recent pkg base don't start: ... Starting jails: cannot start jail "j6": 7 jail: j6: getpwnam root: No such file or directory jail: j6: /bin/sh /etc/rc: failed . Looking at the installation process, i see this: ... [2/79] Installing FreeBSD-runtime-stable12-c

Re: pkgbase: Missing /etc/master.passwd in FreeBSD-runtime 12-stable pkg

2021-02-02 Thread mj-mailinglist
>> >> On 1/31/21 12:04 PM, mj-mailingl...@gmx.de wrote: >>> I noticed that my jails, build from a recent pkg base don't start: >>> ... >>> Starting jails: cannot start jail "j6": >>> 7 >>> jail: j6: getpwnam root: No such file or directory >>> jail: j6: /bin/sh /etc/rc: failed >>> . >>> >> >> [sni