___
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"
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
> > 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
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
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
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,
>> ...
>> /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
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
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
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
>>
>> 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
11 matches
Mail list logo