Re: My buildfarm member now giving permission denied

2019-10-01 Thread Larry Rosenman
On 10/01/2019 8:27 pm, Larry Rosenman wrote: FreeBSD SVN rev: r352600 - - 1.69G 2019-09-22 13:13 r352873 NR / 43.1G 2019-09-29 16:36 I went from r352600 to r352873 and now I'm getting PostgreSQL permission denied errors on the check phase of the build. FreeBSD f

My buildfarm member now giving permission denied

2019-10-01 Thread Larry Rosenman
FreeBSD SVN rev: r352600 - - 1.69G 2019-09-22 13:13 r352873 NR / 43.1G 2019-09-29 16:36 I went from r352600 to r352873 and now I'm getting PostgreSQL permission denied errors on the check phase of the build. FreeBSD folks: Any ideas? PostgreSQL folks: FYI. --

Why are `powerd` and `power_profile` starting scripts (which go to `/etc/rc.d`) is protected with `WITHOUT_ACPI` and `WITHOUT_APM`?

2019-10-01 Thread Lev Serebryakov
I'm building very small system image and have `WITHOUT_ACPI` and `WITHOUT_APM` set in `/etc/src.conf`. It has very surprising consequences: powerd(8) is built and installed (which is very good), but its starting script (`/etc/rc.d/powerd`) is not installed because: libexec/rc/Makefile/rc.d:139 .

change to divert socket's sockaddr argument to include FIB

2019-10-01 Thread Nick Hibma
 Folks, I've been bitten several times now by the fact that FIB values do not survive going through a divert socket. This is resolved by giving a divert socket its own type that stores this information (and potentially more in the future). I've attached a patch that would resolve 2 things: a)