-
antranigvHere'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.
-
antranigvAh... it happens when that commit is MERGED. I think
-
andyfYes - that updates the `doc/ReleaseNotes.md` on each branch and then the links like omnios.org/rn/r48 point to the updated release notes.
-
antranigvnice
-
antranigvWell then I guess I got this right
-
antranigv
-
antranigvOh, 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?
-
andyfIt 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
-
andyfOh, 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
-
antranigvyeeeey
-
antranigvbesides, I think OmniOS uses Listmonk for the mailing list
-
nahamuantranigv / teutat3s1 sorry I haven't been on IRC in a while. did you solve the wireguard issue or do you need something from me?
-
antranigvnahamu 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.
-
antranigvnahamu I did and up modifying the wg-quick script, to be specific
-
nahamuThat sounds familiar, but I thought I had fixed wireguard-go. Which version are you running?
-
» antranigv checking now
-
nahamuI may see why I am confused. Let me run a quick diff.
-
nahamuI 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.
-
nahamuantranigv_ / teutat3s1 noted here for now: nshalman/wireguard-go #2
-
antranigv_nahamu the changes are not merged to upstream?
-
antranigv_damn ISP... you broke my IRC
-
antranigvnahamu here, just found it. in wg-quick's function name add_if, it calls wireguard-go, I changed that to wireguard-go -f tun &
-
antranigvDid Node remove DTrace support?
-
ptribbleYep, DTrace was removed in v19
-
antranigvThat's sad to hear