vrachnis
vrachnis
By the way, maybe I should use `pkill -TERM -f "bhyve: $1"` if that is better. That way the vm script won't be killed either.
Indeed, `pkill -f` is equivalent to `grep | grep -v` as [Wikipedia](http://en.wikipedia.org/wiki/Pgrep#Example_usage) notes. On the other hand, I was also thinking about a completely different approach. Right now, the stop...
I had actually forgotten about this PR. Since vm_pid is now detected by running `ps axwww | grep -v grep | grep "bhyve: $vmname (bhyve)" | awk '{ print $1...
Ah, good catch! I hadn't realized that the package was outdated. I did just rebuild graphics/drm-61-kmod from ports, but unfortunately it has the exact same behaviour - it complains that...
Aha! that's exactly what I'm looking for. I suspected that it's a case of needing a newer version. I'll monitor #332 for updates. Thanks!
Any chance of getting this merged? at the moment the rage4 plugin leaves a bunch of cruft around which creates problems on subsequent issuance runs.
I kicked off a dns test on a new fork off the dev branch with the changes of this PR: https://github.com/vrachnis/acme.sh/actions/runs/17163043357 Unfortunately it failed after almost 4 hours of runtime...
just managed to re-test and the version that's already in the addon store (1.21.0) works without issues on firefox 👍
At the moment, both the DNS record creation and removal are broken in dns_rage4. @aorith has kindly opened https://github.com/acmesh-official/acme.sh/pull/5197 with the fix; is it possible to get it reviewed/merged?
+1 to what @paukstis said. is there anything we can do to help get this merged?