11:40:00 Here's what I don't get... I see a lot of commits with "Preparing for r151048m (r151048)", but I never get WHEN it gets released. 11:50:15 Ah... it happens when that commit is MERGED. I think 12:03:30 Yes - that updates the `doc/ReleaseNotes.md` on each branch and then the links like https://omnios.org/rn/r48 point to the updated release notes. 12:18:49 nice 12:19:00 Well then I guess I got this right 12:19:01 https://news.illumos.am/2024w07/ 12:24:22 Oh, another question came to my mind... I noticed that Listmonk has been updated to 3.0.0, but pkg.omnios.org still gives 2.5.X. I guess it takes time to build the packages or is master only for bloody? 12:30:38 It can take some time, and some packages are not easily built on older releases. I don't know what the situation with this one is. One useful command if you have `omnios-extra` checked out is to run `./tools/audit` in there 12:31:29 Oh, it was only updated a couple of days ago, it will take a little while to be tested on all the releases before it's published 12:35:13 yeeeey 12:35:28 besides, I think OmniOS uses Listmonk for the mailing list 14:03:12 antranigv / teutat3s1 sorry I haven't been on IRC in a while. did you solve the wireguard issue or do you need something from me? 14:04:16 nahamu I was able to solve it, yes. The problem was that I needed to create a service instance... but after that I discovered that wireguard-go was not working properly if it was sent to the background, so I did wireguard-go -f (I think?) and then it all worked fine. 14:04:30 nahamu I did and up modifying the wg-quick script, to be specific 14:04:47 That sounds familiar, but I thought I had fixed wireguard-go. Which version are you running? 14:05:01 * antranigv checking now 14:08:33 I may see why I am confused. Let me run a quick diff. 14:13:11 I have a clear memory of it being broken when using the built-in daemon functionality and only a vague recollection of having fixed it. I'll file a bug in my repo so that at least it's noted. 14:17:20 antranigv_ / teutat3s1 noted here for now: https://github.com/nshalman/wireguard-go/issues/2 14:18:14 nahamu the changes are not merged to upstream? 14:18:25 damn ISP... you broke my IRC 14:23:24 nahamu here, just found it. in wg-quick's function name add_if, it calls wireguard-go, I changed that to wireguard-go -f tun & 18:46:43 Did Node remove DTrace support? 18:51:29 Yep, DTrace was removed in v19 18:55:07 That's sad to hear