Complete
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 31 2019
To fix this inconsistancy the output of show int ethernet | json should be:
{
"eth0": {
"address": "10.10.10.10/24"
}
}Oct 30 2019
PR #38
@xrobau WOW! What a bisection and research on that problem! Thanks a lot!
On the old image, the macs are set correctly
OH. MY. GLOB. I just figured it out.
This appears to be a bug in that intel driver - there's people reporting the same issues here: https://sourceforge.net/p/e1000/bugs/649/
This is getting more and more crazy the more time I spend on it, as this is a niggly issue that shouldn't be this hard to figure out.
Oct 29 2019
Oh, just to emphasize that it's a startup-config issue, if I disable and re-enable the ethernet port in the switch, it is still broken. The only way to get it working is to delete the member, commit, and re-add the member inside vyos.
While it was booting, it responded to three pings, and then nothing
It looks like the problem occurs when both interfaces are present when the machine boots. I can remove either one, reboot the machine, and it works.
Working 1.2.0-rolling config (with the different bonding syntax)
1.2.0 complete bond0 output
Oct 28 2019
Oct 26 2019
Oct 25 2019
Oct 24 2019
Oct 23 2019
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
Oct 22 2019
Oct 21 2019
Looks like there is a missing priority statement in the VIF implementation.
Pull request raised for review with effective fix proposed.
https://github.com/vyos/vyos-1x/pull/147
Oct 20 2019
Oct 19 2019
Agree with you, thank you. We need fixed these moments.
Unfortunately it doesn't work without gw-ip-address also in [chap-secrets]. In my early trials I've tried that, and the clients received IP's from the pool instead the static values.
I think better calculate gw-ip-address automatically. outside-nexthop excluded from required for migration reasons.
Not necessary define gw-ip-address in [chap-secrets] section, it works without any issue if defined it in [ip-pool] only.
@Dmitry Thanks for pointing that out, I've looked on the wiki (https://wiki.vyos.net/) and searched for a description for outside-nexthop, and failed to find it, and the in-line help while configuring doesn't help much.
You can set outside-nexthop which fixed this. Also I think we can calculate first ip for gw-ip-address if outside-nexthop is not defined by cli.
This is present in branches crux and current too, so adding tag for crux.
https://github.com/vyos/vyos-1x/commit/5848a4d6095e6d7bc70e34e0b7b7e2c3d8e3303f
https://github.com/vyos/vyos-1x/commit/6f954ab56768af9a07d8a1dc086f54ddefa58da7
https://github.com/vyos/vyos-1x/commit/5848a4d6095e6d7bc70e34e0b7b7e2c3d8e3303f
Via the process of elimination I found the culprit - comments with special characters in them, that at some point in the upgrade cycle got converted into backslash-escped decimal:
description "\197\160" # this was once Š description "\196\140 \196\141" # Č č
\197\160 is C5 A0 which is U+0160, which was the original character.
So old versions allowed these characters in comments and worked fine with them, then at one point an upgrade converted them to backslash decimal UTF-8, which still worked until at some point they started causing the error.
Oct 18 2019
Oct 16 2019
Oct 15 2019
works with:
Version: VyOS 1.2-rolling-201910110117 Built by: autobuild@vyos.net Built on: Fri 11 Oct 2019 01:17 UTC Build UUID: 48a11fa6-8c59-4dbb-94a3-215376c09a02 Build Commit ID: 46f9b2ab60e4fa
Can't create an iso right now to test it.
Okay, after working with this for a while, I believe the whole 'vyatta-webproxy` should be a candidate for deletion in equuleus (see T1732).
Oct 14 2019
To be fair, that’s what prompted this. The logs go to a different file already.
Because the amount of logs from this system could be enormous, Is it possible to move these logs to another syslog file to not overcroud the main syslog file?
This PR should address those concerns
I would rather prefer it to send messages to local syslog and then distribute it to remote hosts. Otherwise we have an async syslog interface.
Oct 13 2019
Okay - just installed the latest rolling and it does not even boot up anymore. Its trapped in a snmp restart loop somehow. Going to revert this commit.
The change now leads to not starting SNMP when I do not use BGP
Oct 12 2019
Found it.
Oct 11 2019
Yes I was running from a live image exactly as hagbard mentioned.
running from the live-cd I think.
@brian.ward no problem. Could you please tell us what was your problem so we could probably reference this in the future for other people?
Sure enough, /config is not mounted.
Not sure how the configuration was being saved.
@brian.ward Please show the output of df-h at your earliest convenience.
@hagbard yea if there's no way to do it, there's no way to do it. Thanks though.
@bertleywjh any other input, or can I close the ticket?
@brian.ward I just tried to reproduce this with a clean VyOS installation and it works as expected.
Absolutely, I was going to paste a screen shot of the running config.
I’m eating lunch let me respond when I get back if that’s alright.