Results 48 comments of Lexi

`pkg -r /pkgtest upgrade`, no flags. (i don't think the `-r` is relevant here though.)

also: while this obviously shouldn't crash, i feel like pkg shouldn't agree to remove itself at all, at least not without `-f`, as this would have left the affected users...

> Could you try debugging `pkg_jobs_add`? It seems it never appends to `j->patterns` there? it seems like i will need to step through this for ~1,000 jobs, so it might...

i spent a while looking at `pkg_jobs_add()` but i can't see how to usefully add debugging info here. there's no way (that i can see) to get the package name...

i would like to land this but i'm not clear what is still required. it looks like `tests/atf_python/atf-python.3` was already committed, is it only the Xr in `atf.7` which is...

although while you're here, the documentation for the `FreeBSD-kmods` repository is out of date; we now define this in `/etc/pkg/FreeBSD.conf` as `FreeBSD-ports-kmods`, and it's enabled by default, so it only...

alright. i suppose this can be closed too then if no one wants to merge it, although i still think the default behaviour is wrong (and potentially a security issue,...

i think `ENFILE` is correct; `ENOFILE` doesn't seem to be a thing.