Backported to crux
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 31 2019
Aug 22 2019
Aug 19 2019
@hagbard can you take a look if that was backported?
Still seeing this bug in 1.2.2. VyOS config has weights configured, but in the FRR config, weight is missing.
Aug 5 2019
Aug 2 2019
Jul 30 2019
https://github.com/vyos/vyatta-op-quagga/pull/3 I hope now it looks better
Did I something wrong with https://phabricator.vyos.net/T1550 and https://github.com/vyos/vyatta-op-quagga/pull/2 that the pull request is not showing in phabricator?
Jul 29 2019
Jul 24 2019
With the new versions of the open-vm-tools you can explicitly disable the pulling of the routing-table. Maybe that's a better way then disabling the whole pulling of information.
Jul 20 2019
Jul 14 2019
After reading the PowerDNS docs this should be correct: forward-zones-recurse=.=1.1.1.1,intern=172.16.10.1 I will take a look.
Jul 12 2019
test config looks like this:
Jul 11 2019
From the slack discussion, we found there should be a single forward-zones-recurse line as the last one takes precedence
Can you share your configuration and the actual /etc/powerdns/recursor.conf file? And an expected /etc/powerdns/recursor.conf?
It worked as it looked like this:
How should the config look like?
recursor.conf looks like this:
The problem is back in 1.2.0-rolling+201907110337 :-(
The line with the forwarders in recursor.conf is missing again.
@c-po
How can I reopen this task here?
Jul 10 2019
Jul 3 2019
Possibly a related problem here in T1497, we're still chasing an issue where disable-dhcp-nameservers isn't working on startup.
Jul 1 2019
Jun 30 2019
@c-po We have plurals everywhere we have more than one option under a subtree. dhcpv6-options, offload-options, "system options"
Since there's also the hostname option, and possibly other options we may want to send, that makes sense I guess.
Jun 27 2019
I have upgraded a couple of clusters to 1.2.0-rolling+201906240337 and systems started successfully, and I also applied the hotfix indicated in thel pull request (https://github.com/vyos/vyatta-cfg-system/pull/102/files) to several productive clusters by just adding "/interfaces" to $VYATTACFG variable with the same successful results, so I can confirm that the fix provided by @mtudosoiu works great.
Jun 24 2019
Provided configuration from the first message was successfully loaded in 1.2.0-rolling+201906240337.
@csalcedo, could you test new rolling to check if the problem is solved for you too?
Jun 23 2019
[ 131.476053] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15 [ 131.476055] Copyright(c) 2013 - 2018 Intel Corporation.
Jun 22 2019
backported into 1.2.2
With https://github.com/vyos/vyos-1x/pull/74 tested working on crux.
Jun 19 2019
Jun 18 2019
this is also the case for ping 127.0.0.1 count 100 flood
Jun 17 2019
Jun 16 2019
@c-po Line 115 and 116 of src/conf_mode/dhcpv6_server.py (that generate /etc/default/isc-dhcpdv6-server) still reference the dhcpd6 name and would need to be changed also.
Are you sure we should change all these filenames and the leases filename without migrating it? I guess if you wanted the naming with "dhcpv6" consistent, but IMO it's unnecessary.
The alternative would be to just fix src/op_mode/show_dhcpv6.py and keep the old lease file naming, thus not breaking the cache on upgrade for all users.
I'll create a PR with the version you decide...
I‘d keep it as it is as it was previously a bug accessibg the wrong file. As DHCP clients usually request their last assigned address not to many systems will break.