Wolfgang

Results 48 comments of Wolfgang

> Same issue here with KDE Plasma. We seem to need the previous way of handling the overlay as a child. Always on top doesn't seem to work on Linux...

> Maybe RDR2 will start with the working R-Launcher of GTA V? That didn't work. Maybe the problem is the cloud save. This is the log from a launch on...

> BTW - has someone tested it with diasbling the cloud-saves function? The launcher dies before you were asked if you want to enable cloud saves. I tried with the...

I'm experimenting a bit with repositories right now. But I'm not sure if I really want to do that. The step of releasing binary packages already brings more responsibility that...

> Which version? I suspect it should only update the port. Actual git version: Libreswan v5.0rc1-main

``` /* * Only when the local IKE SA isn't behind NAT but the * remote IKE SA is ... */ !LHAS(ike->sa.hidden_variables.st_nat_traversal, NATED_HOST) && LHAS(ike->sa.hidden_variables.st_nat_traversal, NATED_PEER)) { /* * Things...

Could ignoring incoming liveness requests from different ip be a solution. This works for me: ``` diff --git a/programs/pluto/ikev2_informational.c b/programs/pluto/ikev2_informational.c index 9361c7f066..df8fba1b11 100644 --- a/programs/pluto/ikev2_informational.c +++ b/programs/pluto/ikev2_informational.c @@ -220,8 +220,13...

That was my first working attempt, to exclude the liveness packet where the IP change is made. Than mobike will not be touched. But here I'm not sure if the...

> So this would break the above mentioned MOBIKE probes. I have tested both patches with mobike. There seems no problem with that. The mobike part is already done in...

> Try https://github.com/cagney/libreswan/tree/wip/1492 Shouldn't it be: ``` diff --git a/programs/pluto/ikev2.c b/programs/pluto/ikev2.c index 34da062084..d344462c2c 100644 --- a/programs/pluto/ikev2.c +++ b/programs/pluto/ikev2.c @@ -2446,7 +2446,7 @@ static void success_v2_state_transition(struct ike_sa *ike, address_eq_address(endpoint_address(ike->sa.st_remote_endpoint), endpoint_address(md->sender)) &&...