Re: install: wdatwd.4.gz: No such file or directory

2023-01-16 Thread UEMURA Tetsuya
> Thanks. Result: , and I'm now rebuilding world. Weird. On my 14-CURRENT, make all shows a lot of gzip related lines such as: gzip -cn /usr/src/share/man/man4/aac.4 > aac.4.gz ... gzip -cn /usr/src/share/man/man4/wdatwd.4 > wdatwd.4.gz ... Would like to see your rebuild

Re: netlink socket does not accept SOCK_DGRAM

2023-01-16 Thread Alexander V. Chernikov
> On 16 Jan 2023, at 18:00, User Ngor wrote: > > > On 1/15/23 12:43, Alexander V. Chernikov wrote: >> The snl(3) manpage itself includes some examples, including the complete >> working program in the end >> > man snl > No manual entry for snl > > > Looks like not connected to the

Re: netlink socket does not accept SOCK_DGRAM

2023-01-16 Thread User Ngor
On 1/15/23 12:43, Alexander V. Chernikov wrote: The snl(3) manpage itself includes some examples, including the complete working program in the end     man snl     No manual entry for snl Looks like not connected to the buildworld.. -- Ihor Antonov

Re: netlink socket does not accept SOCK_DGRAM

2023-01-16 Thread Alexander V. Chernikov
> On 15 Jan 2023, at 13:09, Alexander V. Chernikov wrote: > >> >> On 15 Jan 2023, at 02:26, User Ngor wrote: >> >> man 4 rtnetlink says: >> >>int socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE); >> >> >> >> The following snippet fails >> >> int fd = socket(AF_NETLINK, SOCK_DGRAM, N

Re: install: wdatwd.4.gz: No such file or directory

2023-01-16 Thread Graham Perrin
On 16/01/2023 12:59, UEMURA Tetsuya wrote: I do have the manual page for wdatwd(4), and /usr/obj/usr/src/amd64.amd64/share/man/man4/ exists but wdatwd.4.gz (required during an update to the jail) does not exist at this path. % man 4 wdatwd % file /usr/obj/usr/src/amd64.amd64/share/man/man4/wd

Re: install: wdatwd.4.gz: No such file or directory

2023-01-16 Thread UEMURA Tetsuya
> I do have the manual page for wdatwd(4), and > /usr/obj/usr/src/amd64.amd64/share/man/man4/ exists but wdatwd.4.gz (required > during an update to the jail) does not exist at this path. > > % man 4 wdatwd > % file /usr/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz > /usr/obj/usr/src/amd64

Re: install: wdatwd.4.gz: No such file or directory

2023-01-16 Thread Graham Perrin
On 14/01/2023 09:20, Graham Perrin wrote: After each update to the OS, I routinely update the main jail that I use for poudriere: poudriere jail -u -j main Today's update of the jail failed, as outlined below. install: wdatwd.4.gz: No such file or directory It seems that the 'copperbowl'

Re: close(2) on a PF_ROUTE socket returns -1 and sets errno to EOPNOTSUPP

2023-01-16 Thread Alexander V. Chernikov
> On 15 Jan 2023, at 13:50, Alexander V. Chernikov wrote: > > > >> On 14 Jan 2023, at 20:46, Guy Yur wrote: >> >> Hi, >> >> close(2) on a PF_ROUTE socket returns -1 and sets errno to EOPNOTSUPP. >> I am testing 14.0-CURRENT (main branch) built today. >> On 13.1-RELEASE-p5 close returns 0.