Attention is currently required from: d12fk, plaisthos.

cron2 has posted comments on this change. ( 
http://gerrit.openvpn.net/c/openvpn/+/838?usp=email )

Change subject: dns: apply settings via script on unixoid systems
......................................................................


Patch Set 21:

(1 comment)

Patchset:

PS21:
Working my way through it, first findings

```
2025-04-16 14:44:56 /usr/local/libexec/openvpn/dns-updown
2025-04-16 14:44:56 dns up command exited with status 127
```

so if trying to test this from a build environment, without it being installed 
ever before, it will not work, with a non very helpful error message ("this 
file does not exist").

Then, trying to run from build directory

```
SU .. openvpn ... --dns-updown ../distro/dns-scripts/dns-updown
Options error: --dns-updown script fails with 
'../distro/dns-scripts/dns-updown': Permission denied (errno=13)
Options error: Please correct this error.
```

does not work because (as I feared) this is built with no x-bit

```
gert@gentoo ~/t_server.git/tests $ ls -l ../distro/dns-scripts/dns-updown
-rw-r--r-- 1 gert gert 5324 Apr 16 05:30 ../distro/dns-scripts/dns-updown
```

can we get this in place with an x bit?  (I could add a precondition to 
t_client.rc but this would really be modifying the build results on "make 
check" which is not something I want)



--
To view, visit http://gerrit.openvpn.net/c/openvpn/+/838?usp=email
To unsubscribe, or for help writing mail filters, visit 
http://gerrit.openvpn.net/settings

Gerrit-Project: openvpn
Gerrit-Branch: master
Gerrit-Change-Id: Ifbe4ffb44d3bfcaa50adb38cacb3436fcdc71b10
Gerrit-Change-Number: 838
Gerrit-PatchSet: 21
Gerrit-Owner: d12fk <he...@openvpn.net>
Gerrit-Reviewer: cron2 <g...@greenie.muc.de>
Gerrit-Reviewer: flichtenheld <fr...@lichtenheld.com>
Gerrit-Reviewer: plaisthos <arne-open...@rfc2549.org>
Gerrit-CC: openvpn-devel <openvpn-devel@lists.sourceforge.net>
Gerrit-Attention: plaisthos <arne-open...@rfc2549.org>
Gerrit-Attention: d12fk <he...@openvpn.net>
Gerrit-Comment-Date: Wed, 16 Apr 2025 12:53:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to