-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openvpn
implementation doesn't seem right
#72
Comments
Let's just drop it if it causes too much trouble. I thought I suggested elsewhere that we do not use openvpnv, so we can remove drop it, or simply keep installed in image, but drop all customizations. |
Then i'll remove all customization so it uses the standard recipe from poky and ensure that the service is disabled by default. If someone needs they'll be able to add their config and start the service. |
Makes perfect sense to me. |
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
Related to #72 Also deleted the `/data` partition that was used for storing config
meta-rte version (if applicable)
v0.7.5
and onwardAffected component(s) or functionality (if applicable)
OpenVPN
Brief summary
1. Misaligned references
The openvpn_%.bbappend recipe specifies that the config for the rte openvpn service should be at
/data/openvpn/
while the
[email protected]
we implement checks for/storage/openvpn/rte.conf
which doesn't exist.We also use
sed
to replaceopenvpn
references to/etc
with/storage
while README.md specifies putting the rte.conf on the/data
partition.2. The service seems broken on version
0.7.5
cat /ets/os-release
systemctl status openvpn@rte
When starting the service with
systemctl start openvpn@rte
:3.
scarthgap
When working on #70 I keep getting an error:
It seems we must implement some default
rte.conf
and ensure that it's disabled by defaultThe text was updated successfully, but these errors were encountered: