Christian, may be you know, when you fixed OpenVPN issue and add openvpn user, how did you do it? Why regular zabbix-agent and zabbix-proxy installation script broke authorization?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Oct 28 2019
Oct 27 2019
I'd keep it open as a reminder what to add to the validator steps in a possible rewrite.
Hi @c-po and @dmbaturin
This eliminates the redundant interfaces.py and merges the op_mode displaying code into ifconfig.py
With this, will there also be possible to parse the same json into an json import? This to allow for a more programatic way to add things than via set commands
Oct 26 2019
Thanks for the contribution!
Oct 25 2019
Tested on 1.2-rolling-201910250117, the issue is solved.
I think that it's happens because I add zabbix-agent and user zabbix while compile ISO. And possible GID / UID was changed...
Oct 24 2019
Why not single source also the op-mode part into ifconfig.py?
This pull request rewrites all the functionality of ioctl.pm and lays the framework for the rest of Interface.pm
As this is merged into equuleus can we close this?
Let me merge it into equuleus branch
Ok, this is fixed already but I didn't notice because it is not yet merged in the Equuleus branch which I am running.
According to T1030 it is working as expected
Pull request sent to correct manual example.
Pull Request sent to fix the code.
It is currently impossible to update zones on cloudflare dns via ddclient because the generated configs for cloudflare are mising a zone=<domain.tld> directive.
I also note that the comment for each entry also says "DynDNS provider configuration" regardless of the provider used.
Attached
Whats the configuration you got on your side?
VyOS 1.2-rolling-201910210211 boots perfectly.
Oct 23 2019
Thanks for the feedback - will backport to our LTS branch later on!
Just installed the latest rolling.
I tried the old conf, delete them, and reconfigure dns dynamic.
thanks @c-po , it's working fine now
You could check the latest rolling which have it
Whats happening here is that the non-commit-able session is saved to disk. because of this BGP will fail on reload because of illegal configuration on the peer. What needs to be done here is to disallow the save command when there are non-commited work in the session.. or at least give a clear warning about this with a [y/N] answer. is this possible to incorporate into vbash? @dmbaturin