Page MenuHomeVyOS Platform
Feed Search

Jun 17 2019

c-po moved T1390: Extend bgp config for bestpath as-path multipath-relax from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 17 2019, 8:18 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added projects to T1390: Extend bgp config for bestpath as-path multipath-relax: VyOS 1.2 Crux (VyOS 1.2.2), VyOS 1.3 Equuleus.
Jun 17 2019, 8:18 PM · VyOS 1.2 Crux (VyOS 1.2.2)
hagbard added a comment to T942: L2TPv3 interface configuration is not loaded after reboot with a configuration error.

@commo That's an issue I can't solve. l2tp needs an uplink and needs to be able to reach the destination to exchange protocol information such as the tunnel id.

Jun 17 2019, 7:57 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard added a comment to T1299: Allow SNMPd to be extended with custom scripts.

so I suppose something like: "set service snmp script1 [name path]" would do it?

Jun 17 2019, 7:34 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard changed the status of T1299: Allow SNMPd to be extended with custom scripts from Open to In progress.
Jun 17 2019, 7:12 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard closed T1394: syslog systemd and host_name.py race condition as Resolved.

https://github.com/vyos/vyos-1x/commit/0f354688d7bd63b63fb91faf17a38c77fb05f660

Jun 17 2019, 6:12 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard renamed T1394: syslog systemd and host_name.py race condition from syslog is being started via systemd and should not to syslog systemd and host_name.py race condition.
Jun 17 2019, 6:06 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard added a comment to T1394: syslog systemd and host_name.py race condition.

host_name.py has "os.system("systemctl restart rsyslog.service")" which causes the race condition at boot time.

Jun 17 2019, 5:05 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard added a comment to T1394: syslog systemd and host_name.py race condition.

Jun 17 16:57:53 vyos sudo[1417]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/libexec/vyos/conf_mode/host_name.py
Jun 17 16:57:53 vyos sudo[1417]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jun 17 16:57:53 vyos systemd[1]: Stopping System Logging Service...

Jun 17 16:57:53 vyos systemd[1]: Starting System Logging Service...

Jun 17 16:57:53 vyos systemd[1]: rsyslog.service start request repeated too quickly, refusing to start.
Jun 17 16:57:53 vyos systemd[1]: Failed to start System Logging Service.

Jun 17 16:57:53 vyos systemd[1]: Unit syslog.socket entered failed state.
Jun 17 16:57:53 vyos systemd[1]: Unit rsyslog.service entered failed state.

Jun 17 2019, 5:02 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard added a comment to T1394: syslog systemd and host_name.py race condition.

start via systemd is required, otherwise if disabled systemd dependency craps out.

Jun 17 2019, 4:54 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard closed T1408: pppoe-server - implement local-ipv6 for pure IPv6 based deployments as Resolved.

https://github.com/vyos/vyos-1x/commit/9b4447f039655b9e24187302b9c4d9bb2116aa99

Jun 17 2019, 3:45 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin updated the task description for T1443: New "service https" implementation.
Jun 17 2019, 3:45 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po added a comment to T1443: New "service https" implementation.

I'd propose adding letsencrypt support for the certificates, too

Jun 17 2019, 3:43 PM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin updated subscribers of T1443: New "service https" implementation.
Jun 17 2019, 3:42 PM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin triaged T1443: New "service https" implementation as High priority.
Jun 17 2019, 3:38 PM · VyOS 1.2 Crux (VyOS 1.2.3)
hagbard changed the status of T1408: pppoe-server - implement local-ipv6 for pure IPv6 based deployments from Open to In progress.
Jun 17 2019, 2:54 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard triaged T1408: pppoe-server - implement local-ipv6 for pure IPv6 based deployments as Normal priority.
Jun 17 2019, 2:54 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T1327: Set the serial console speed to 115200 by default.

Thanks @c-po --- to clarify, I had pointed out this issue with https://github.com/vyos/vyatta-config-migrate/blob/current/migrate/system/3-to-4 earlier in the task, which will be a non-issue once T805: Drop config compatibility with Vyatta Core older than 6.5 is completed. However, since we are not quite ready for that, I will find a current solution.

Jun 17 2019, 12:28 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 16 2019

jjakob added a comment to T1433: "show dhcpv6 server leases" shows leases from wrong file.

@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...

Jun 16 2019, 7:50 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1433: "show dhcpv6 server leases" shows leases from wrong file.

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.

Jun 16 2019, 7:15 PM · VyOS 1.2 Crux (VyOS 1.2.2)
jjakob claimed T1433: "show dhcpv6 server leases" shows leases from wrong file.
Jun 16 2019, 6:56 PM · VyOS 1.2 Crux (VyOS 1.2.2)
jjakob added a comment to T1433: "show dhcpv6 server leases" shows leases from wrong file.

@c-po The commits only fix the generated config filename, not the one used by dhcpd (set in /etc/default/isc-dhcpdv6-server) so it would probably break the dhcpv6-server. Even if both were updated, that would cause the server to forget all the cached leases on upgrade that are stored in the old leases file as there is no migration script to copy the old filename to new.

Jun 16 2019, 6:55 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po updated subscribers of T1183: BFD Support via FRR.

A preliminary CLI interface has been created:

Jun 16 2019, 6:29 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1327: Set the serial console speed to 115200 by default from Finished to In Progress on the VyOS 1.3 Equuleus board.
Jun 16 2019, 11:01 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1327: Set the serial console speed to 115200 by default.

@jestabro the root cause looks like this line: https://github.com/vyos/vyatta-config-migrate/blob/current/migrate/system/3-to-4#L33-L37

Jun 16 2019, 11:01 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1327: Set the serial console speed to 115200 by default.

In addition, latest rolling release when beeted from ISO show this behavior in /opt/vyatta/etc/config/config.boot

Jun 16 2019, 10:06 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1438: DMI board/product serial can't be read as Resolved.
Jun 16 2019, 8:54 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1438: DMI board/product serial can't be read from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 16 2019, 8:54 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1438: DMI board/product serial can't be read from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 16 2019, 8:54 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1438: DMI board/product serial can't be read: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 16 2019, 8:49 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po renamed T1438: DMI board/product serial can't be read from APU4 board serial number not shown to DMI board/product serial can't be read.
Jun 16 2019, 8:48 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po reopened T1327: Set the serial console speed to 115200 by default as "In progress".
Jun 16 2019, 12:13 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1327: Set the serial console speed to 115200 by default.

Using an APU4 board this does not work. ISOLINUX has no serial console set, and the kernel command line seems to have no serial interface either.

Jun 16 2019, 12:13 AM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1431: Implement an HTTP API for config reading and modification from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jun 16 2019, 12:10 AM · VyOS 1.2 Crux (VyOS 1.2.3)
syncer edited projects for T1438: DMI board/product serial can't be read, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
Jun 16 2019, 12:09 AM · VyOS 1.2 Crux (VyOS 1.2.2)
syncer moved T1433: "show dhcpv6 server leases" shows leases from wrong file from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 16 2019, 12:08 AM · VyOS 1.2 Crux (VyOS 1.2.2)
syncer moved T1433: "show dhcpv6 server leases" shows leases from wrong file from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 16 2019, 12:07 AM · VyOS 1.2 Crux (VyOS 1.2.2)
syncer edited projects for T1433: "show dhcpv6 server leases" shows leases from wrong file, added: VyOS 1.3 Equuleus, VyOS 1.2 Crux (VyOS 1.2.2); removed VyOS 1.2 Crux.
Jun 16 2019, 12:07 AM · VyOS 1.2 Crux (VyOS 1.2.2)

Jun 15 2019

c-po claimed T1183: BFD Support via FRR.
Jun 15 2019, 11:05 AM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po added a comment to T1183: BFD Support via FRR.

Also supported in EdgeOS

Jun 15 2019, 11:04 AM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po merged T1182: BFD Support via FRR into T1183: BFD Support via FRR.
Jun 15 2019, 11:04 AM · VyOS 1.2 Crux (VyOS 1.2.4)

Jun 14 2019

jpsutton added a comment to T1437: First boot configuration support.

Pull request: https://github.com/vyos/vyos-build/pull/48

Jun 14 2019, 7:11 PM · VyOS 1.4 Sagitta
jpsutton updated the task description for T1437: First boot configuration support.
Jun 14 2019, 7:02 PM · VyOS 1.4 Sagitta
jpsutton created T1437: First boot configuration support.
Jun 14 2019, 6:56 PM · VyOS 1.4 Sagitta
krassle triaged T1435: Make ip-address [OPTIONAL] (in dhcp-server -> static-mapping) to cope with "unfriendly" client-hostnames of IoT-Devices as Normal priority.
Jun 14 2019, 12:54 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 13 2019

thinkl33t added a comment to T1076: SSH: make configuration (sshd_config) volatile and store it to /run.

Could we work around this by implementing an overlay for every commit, with the entire stack of overlays being combined with the root overlay when a save is issued?

Jun 13 2019, 4:36 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 12 2019

jestabro closed T1397: Rewrite the config merge script as Resolved.
Jun 12 2019, 6:02 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin added a subtask for T1431: Implement an HTTP API for config reading and modification: T1432: Implement config write API for Python.
Jun 12 2019, 8:02 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin added a parent task for T1432: Implement config write API for Python: T1431: Implement an HTTP API for config reading and modification.
Jun 12 2019, 8:02 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin triaged T1432: Implement config write API for Python as High priority.
Jun 12 2019, 8:01 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin claimed T1431: Implement an HTTP API for config reading and modification.
Jun 12 2019, 7:58 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin merged Restricted Maniphest Task into T1431: Implement an HTTP API for config reading and modification.
Jun 12 2019, 7:57 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin created T1431: Implement an HTTP API for config reading and modification.
Jun 12 2019, 7:57 AM · VyOS 1.2 Crux (VyOS 1.2.3)

Jun 11 2019

dmbaturin created T1429: [DONT FIX] most functions in Interface.pm are broken.
Jun 11 2019, 3:27 AM · VyOS 1.4 Sagitta

Jun 10 2019

jestabro changed the status of T1424: Rewrite the config load script from Open to In progress.

https://github.com/jestabro/vyos-1x/tree/load-config

Jun 10 2019, 7:54 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 6 2019

UnicronNL added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

@etfeet you also get

mdadm: WARNING /dev/sda3 and /dev/sda appear to have very similar superblocks.
      If they are really different, please --zero the superblock on one
      If they are the same or overlap, please remove one from the
      DEVICE list in mdadm.conf.

maybe you can try my post above also then?

Jun 6 2019, 1:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
UnicronNL added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

@jmlccdmd Strange is the superblock on /dev/sda, without uefi we use sda1 for raid and with uefi sda3.
Could you clear the superblock from sda and sdb and maybe try again?

Jun 6 2019, 1:26 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test

Jun 5 2019

UnicronNL added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

It looks like the check that determines if 'mdadm --zero-superblock' is needed does not work.
Also ill try to get the config in with update-initramfs so that it does not go to md127.

Jun 5 2019, 5:54 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
jestabro closed T1426: Update the script that checks conntrack hash-size on reboot as Resolved.
Jun 5 2019, 4:03 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T1426: Update the script that checks conntrack hash-size on reboot from Open to In progress.
Jun 5 2019, 2:06 PM · VyOS 1.3 Equuleus (1.3.0)
albeu added a comment to T973: Create Prometheus Exporter for VyOS .

SNMP can be used as a workaround, but it is not suitable for much more than a couple metrics because is it very inefficient. Moreover the prometheus node exporter provide many more metrics out of the box.

Jun 5 2019, 7:00 AM · VyOS Rolling, VyOS 1.5 Circinus
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
In T1416#37376, @c-po wrote:

Unfortunately this was a miss understanding between @zsdc and me, but the provided fix targeted the same direction.

Jun 5 2019, 3:48 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 4 2019

altmind added a comment to T973: Create Prometheus Exporter for VyOS .

You can scrap SNMP to prometheus. Not sure if you want any gauges not covered by snmp

Jun 4 2019, 10:05 PM · VyOS Rolling, VyOS 1.5 Circinus
altmind added a comment to T1062: Cannot connect to a newly created Amazon EC2 instance via SSH.

All you need for ssh keys to work for AMI is to add cloud-init package in configure step:

Jun 4 2019, 10:00 PM · Invalid, build-ami, Amazon AWS Support
syncer changed the status of T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config from Needs testing to In progress.
Jun 4 2019, 9:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
syncer changed the edit policy for T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.
Jun 4 2019, 9:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
syncer assigned T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config to UnicronNL.
Jun 4 2019, 9:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test

Jun 3 2019

c-po added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

Unfortunately this was a miss understanding between @zsdc and me, but the provided fix targeted the same direction.

Jun 3 2019, 6:49 PM · VyOS 1.2 Crux (VyOS 1.2.5)
jestabro updated the task description for T1424: Rewrite the config load script.
Jun 3 2019, 5:51 PM · VyOS 1.3 Equuleus (1.3.0)
commo added a comment to T942: L2TPv3 interface configuration is not loaded after reboot with a configuration error.

I have ran into this as well where we have a router plugged into a juniper switch, the router loads faster then the juniper so at the moment the router comes up all the interfaces are down, then the switch comes up.

Jun 3 2019, 5:44 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jestabro created T1424: Rewrite the config load script in the S1 VyOS Public space.
Jun 3 2019, 4:29 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T1423: When merging remote config files, create known_hosts file if not present. as Resolved.

Fix pushed.

Jun 3 2019, 3:48 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T1423: When merging remote config files, create known_hosts file if not present. from Open to In progress.
Jun 3 2019, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
fvbrasileiro added a comment to T1400: iBGP: remote-as and router AS can't be the same value.

It was resolved with https://github.com/vyos/vyatta-cfg-quagga/pull/27/files#diff-2d07759ce6afdf217934849f11a824f6

Jun 3 2019, 2:37 PM · VyOS 1.2 Crux (VyOS 1.2.2)
jestabro added a watcher for VyOS 1.3 Equuleus: jestabro.
Jun 3 2019, 1:46 PM
fetzerms added a comment to T439: local PBR support.

Is there any chance to get this feature back into 1.2.x? I could heavily use this for management traffic and for pinning tunnels to specific interfaces.

Jun 3 2019, 8:45 AM · VyOS 1.4 Sagitta
mtudosoiu added a comment to T1392: Large firewall rulesets cause the system to lose configuration and crash at startup.

I was looking on this issue. Please find below a description of what I think is the root cause for this issue:

Jun 3 2019, 8:12 AM · VyOS 1.2 Crux (VyOS 1.2.5)
Maetthi added a comment to T942: L2TPv3 interface configuration is not loaded after reboot with a configuration error.

@hagbard
Yes, it is still an issue. I just did some test with my hardware. If all interfaces are disconnected, I can't create the l2tpv3 interface. If I have the interface up and a default route set, I can create a l2tpv3 interface on the system.

Jun 3 2019, 7:17 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
SteveP added a comment to T1066: Missing NICs.

It didn't fix my problem. I don't think it is caused by the igb driver.

Jun 3 2019, 5:08 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Jun 2 2019

pvelati added a comment to T1030: Upgrade ddclient from 3.8.2 to 3.9.0 (support Cloudflare API v4).

I've tried upgrade version from 3.8.2 to 3.9.0 by replacing the ddclient executable (downloadable from the official site) in /usr/sbin/ddclient
This version needs also the libdata-validate-ip-perl package installed.
After that, reload the configuration and it works.

Jun 2 2019, 11:13 PM · VyOS 1.2 Crux (VyOS 1.2.4)
syncer lowered the priority of T1381: Enable DHCP option 121 processing from High to Normal.
Jun 2 2019, 4:06 PM · VyOS 1.3 Equuleus (1.3.0)
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
In T1416#37304, @c-po wrote:

Please test and verify with latest rolling

Jun 2 2019, 2:47 PM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer triaged T1400: iBGP: remote-as and router AS can't be the same value as Normal priority.
Jun 2 2019, 2:28 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1066: Missing NICs.
[   44.984873] igb: loading out-of-tree module taints kernel.
[   44.988636] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22s
[   44.988638] Copyright(c) 2007 - 2019 Intel Corporation.
Jun 2 2019, 5:55 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Jun 1 2019

c-po added a comment to T1066: Missing NICs.

@SteveP latest ISO has the driver updates, please test.

Jun 1 2019, 11:05 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1416: 2 dhcp server run in failover mode can't sync hostname with each other from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:47 AM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po added a project to T1416: 2 dhcp server run in failover mode can't sync hostname with each other: VyOS 1.3 Equuleus.
Jun 1 2019, 7:47 AM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po moved T1236: Update Linux Kernel from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:46 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1309: allow duplicate ip adresses on different interfaces from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:46 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1327: Set the serial console speed to 115200 by default from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:46 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1409: Verify if vyatta-iproute package can be replaced by upstream iproute2 package from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:45 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1410: Upgrade Linux Kernel to 4.19.46 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 1 2019, 7:45 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1309: allow duplicate ip adresses on different interfaces from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 1 2019, 7:45 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1309: allow duplicate ip adresses on different interfaces from Unknown Status to Resolved.
Jun 1 2019, 7:45 AM · VyOS 1.2 Crux (VyOS 1.2.2)

May 31 2019

runar removed a subtask for T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build: T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build.
May 31 2019, 7:23 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a subtask for T476: Update the base system to Debian 10 (Buster): T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build.
May 31 2019, 7:23 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
runar edited parent tasks for T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build, added: T476: Update the base system to Debian 10 (Buster); removed: T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build.
May 31 2019, 7:23 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T1334: Migration script runner rewrite.

Added pull requests:
https://github.com/vyos/vyos-1x/pull/69
https://github.com/vyos/libvyosconfig/pull/2
https://github.com/vyos/vyatta-cfg/pull/18
https://github.com/vyos/vyatta-conntrack/pull/1

May 31 2019, 12:48 PM · VyOS 1.3 Equuleus (1.3.0)

May 30 2019

spectre3500 added a comment to T1062: Cannot connect to a newly created Amazon EC2 instance via SSH.

build-ami is working for me if I remove disable-password-authentication from the config template and add in a password into the config template. I have come across another issue though. I was able to get it to work in us-east-1 and us-east-2, but I can't deploy into us-gov-west-1. First problem was it couldn't find a debian-jessie image but that was solved by changing the owner from 379101102735 to 256493402735. Now it's throwing an 401 when attempting to list all subnets. I'm guessing that the python code pulled from ansible is configured for a specific region or the cli command used in GovCloud is slightly different. Either way it's not working.

May 30 2019, 10:22 PM · Invalid, build-ami, Amazon AWS Support
rherold added a comment to T1309: allow duplicate ip adresses on different interfaces.

I have added the Documentation:

May 30 2019, 9:51 PM · VyOS 1.2 Crux (VyOS 1.2.2)