Emanuel Haupt

Results 20 comments of Emanuel Haupt

I've just packaged `bkt` for FreeBSD: https://cgit.freebsd.org/ports/commit/?id=6f16c9c835c7c33e302e5e2b2a559a00d210944d * [x] FreeBSD / `ports` FreeBSD users can now install the port by building: ```sh cd /usr/ports/sysutils/bkt make install ``` or install the...

Maybe we can convince @alexmyczko to create a Homebrew receipe :stuck_out_tongue_winking_eye:

> @ehaupt Since you maintain the liquidctl ports for FreeBSD and DrangonFly BSD, can I ask your opinion on whether it would be ok, or maybe even preferable, to follow...

@austinthresher: this commit solves the issue. Any chance you could tag a new release? It's been a while since the last release :smile:

It stopped working on my M2. I am using https://intelliscapesolutions.com/screensavers/blankscreen instead.

As for FreeBSD I can confirm what @alerque said. Not really an issue for us either. While here, I've tried the [wip-gtk4](https://github.com/FontManager/font-manager/tree/wip-gtk4) branch but ran into some compiler issues but...

Thank you @mrbaseman and @DimitriPapadopoulos for the backgorund information. Changing [L215](https://github.com/adrienverge/openfortivpn/blob/075b2ae/src/io.c#L215) to `break;` will terminate `openfortivpn` properly when the idle timeout disconnect is reached. In my case I'll have to...

Sorry for the confusion. With `break;` and `--persistent` set to `1` it will try to re-connect without prompting for the 2FA code. And therefore fail to authenticate in a loop...

@mrbaseman: > Here I was referring to the socket options, i.e. the defaults, which the operating system or the ssl library sets on tunnel->ssl_socket. When I have tried to enable...

I've tried https://github.com/adrienverge/openfortivpn/commit/56f074bd56241e2faa049f88c189f3d41cca7561 on FreeBSD and saw the same result. I'm afraid, as you said, `SO_KEEPALIVE` didn't help on FreeBSD either.