Simone Caronni
Simone Caronni
Can you add a check on the minimum required version of `libva` when building if you think it should require a higher version of `libva`? With `libva` < 2.12 (default...
That's not the point. You're checking for `libva` 1.9 or higher: https://github.com/oneapi-src/oneVPL-intel-gpu/blob/main/builder/FindPackages.cmake#L31-L34 With anything below 1.12 you get the error above. If the minimum required is 1.16, please update the...
> NetworkManager-fortisslvpn is not working on Fedora 39. I have to use openfortivpn to connect to VPN now. Yes, being tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=2246228 Trying to figure out what needs to...
Funny thing is that on a system with `openfortivpn` 1.19.0 (Fedora 38), the two routes are there with the automatic ip address: ``` 169.254.2.1 dev ppp0 proto kernel scope link...
I guess with 1.19.0 it worked because the route 169.254.0.0/24 is never hit. Let me explain. With 1.19.0 (where it works): ``` $ ip route default dev ppp0 proto static...
This seems to be due to this change: https://github.com/adrienverge/openfortivpn/issues/1120#issuecomment-1609123027 Is there any reason why the two routes are being added? They were superfluous but harmless with 169.254.2.1, but they are...
> What I know is that pppd might fail at run-time if: > > * `--pppd-accept-remote=1` and pppd < 2.5.0, > * `--pppd-accept-remote=0` and pppd ≥ 2.5.0. > > By...
Bug still open... Also any number after `block: |` except 2 throws an invalid syntax in the block itself.
Beside the appropriate fix, I would suggest to show errors in the `postinstall`, so you can probably notice it, and not redirect everything to `/dev/null`. Thanks.
Hi @lippserd any update? there is a merge request open to fix the issue. Thanks.