Page MenuHomeVyOS Platform
Feed All Stories

Jan 8 2024

adestis added a comment to T5909: Container registry with authentication prevents config load (section container) after reboot.

The same problem (container config does not get loaded) occurs, when DNS is not available for whatever reason.
This must not prevent the current container settings to be online.

Jan 8 2024, 4:48 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
adestis added a comment to T5909: Container registry with authentication prevents config load (section container) after reboot.

I think I found the problem.

Jan 8 2024, 4:30 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav added a comment to T5909: Container registry with authentication prevents config load (section container) after reboot.

The first thing could be that the container cannot connect to the registry as it happens before static routing (not sure).

vyos@r4# /opt/vyatta/sbin/priority.pl | match "container|static"
450 container
480 protocols/static
481 vrf/name/node.tag/protocols/static
[edit]
vyos@r4#
Jan 8 2024, 4:14 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
adestis created T5909: Container registry with authentication prevents config load (section container) after reboot.
Jan 8 2024, 4:07 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
dniasoff added a comment to T5889: Migration NAT 5-to-6 bug.

Thanks Viacheslav

Jan 8 2024, 11:42 AM · VyOS 1.4 Sagitta
n.fort added a comment to T5896: Config Error on Boot with Podman and Firewall.

PR: https://github.com/vyos/vyos-1x/pull/2771

Jan 8 2024, 11:11 AM · VyOS 1.4 Sagitta
Waester updated the task description for T5908: Unable to reach WAN-IP from LAN with dhcp-interface.
Jan 8 2024, 11:04 AM · Bugs, VyOS 1.3 Equuleus (1.3.9)
Waester updated the task description for T5908: Unable to reach WAN-IP from LAN with dhcp-interface.
Jan 8 2024, 10:53 AM · Bugs, VyOS 1.3 Equuleus (1.3.9)
Waester created T5908: Unable to reach WAN-IP from LAN with dhcp-interface.
Jan 8 2024, 10:42 AM · Bugs, VyOS 1.3 Equuleus (1.3.9)
n.fort changed the status of T5896: Config Error on Boot with Podman and Firewall from Confirmed to In progress.
Jan 8 2024, 10:14 AM · VyOS 1.4 Sagitta
yun added a project to T3681: Stray compiled Python objects break the VMware virtual machine resume script: VyOS 1.4 Sagitta.
Jan 8 2024, 9:17 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling
Viacheslav added a parent task for T5351: VyOS deployed with cloud-init improperly saves config.boot: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a parent task for T4781: cloud-init fails to handle "::" as a netmask for routes: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:13 AM · VyOS Rolling, Bugs
Viacheslav added a parent task for T5901: Cloud-init and DHCP exit hook errors: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:13 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a parent task for T5889: Migration NAT 5-to-6 bug: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:13 AM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T5906: Some cloud-init options may be stale or broken.: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:13 AM · Bugs, VyOS Rolling
Viacheslav added subtasks for T5907: cloud-init root task for 1.5 and 1.4 : T5889: Migration NAT 5-to-6 bug, T5906: Some cloud-init options may be stale or broken., T5901: Cloud-init and DHCP exit hook errors, T5351: VyOS deployed with cloud-init improperly saves config.boot, T4781: cloud-init fails to handle "::" as a netmask for routes.
Jan 8 2024, 9:13 AM · VyOS Rolling
Viacheslav created T5907: cloud-init root task for 1.5 and 1.4 .
Jan 8 2024, 9:12 AM · VyOS Rolling
yun reopened T3681: Stray compiled Python objects break the VMware virtual machine resume script as "Open".

Hi, this bug is introduced again in VyOS 1.4 (tested VyOS-1.4.0-rc1). Due to the following commit: https://github.com/vyos/vyos-1x/commit/64c9fdef02323309e97b2bb682604ada52d651e8

Jan 8 2024, 9:10 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling
Viacheslav added a comment to T5889: Migration NAT 5-to-6 bug.

Ok the file does not have the Release version in config and migration do anyway
https://github.com/vyos/vyos-vm-images/blob/current/roles/install-config/templates/config.boot.j2

vyos@ci-router1# cat /config/config.boot.2024-01-08-083418.pre-migration 
nat {
    source {
        rule 100 {
            translation {
                address "masquerade"
            }
            outbound-interface {
                name "eth0"
            }
        }
    }
}
interfaces {
    ethernet eth0 {
        address "dhcp"
        hw-id "52:54:00:ff:97:48"
        mtu "1500"
    }
    loopback lo {
    }
}
service {
    ssh {
        client-keepalive-interval "180"
        port "22"
    }
}
system {
    config-management {
        commit-revisions "100"
    }
    host-name "ci-router1"
    login {
        user vyos {
            authentication {
                encrypted-password "*"
                plaintext-password "vyos"
            }
        }
    }
    ntp {
        server "time1.vyos.net"
        server "time2.vyos.net"
        server "time3.vyos.net"
    }
    syslog {
        global {
            facility all {
                level "notice"
            }
            facility protocols {
                level "debug"
            }
        }
    }
}
Jan 8 2024, 9:00 AM · VyOS 1.4 Sagitta
Viacheslav created T5906: Some cloud-init options may be stale or broken..
Jan 8 2024, 7:39 AM · Bugs, VyOS Rolling
chenxiaolong added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

The issue with the missing domain name in /etc/hosts with hostfile-update, as mentioned above, seems to trigger another problem. The hostname requested by the client seems to be added to /etc/hosts verbatim and some clients (eg. some Windows machines and printers) request a fully qualified name with a trailing dot. Since pdns-recursor unconditionally appends a dot, there are now two trailing dots, causing pdns-recursor to crash if it restarts.

Jan 8 2024, 12:38 AM · VyOS 1.5 Circinus
mec added a comment to T5898: Replace partprobe with partx due to unable to install VyOS.

I said it in the PR, but I'll say it here too -- I really don't have an idea, nor do I have enough knowledge of the codebase to get debugging data. I suspect that partprobe is either getting an error back from the kernel or is throwing its own error, and partx isn't. if I could step through the process and look at a couple things (like, is some partition actually mounted when partprobe runs, which could trigger this?) I would, assuming I've got the spare cycles. I don't at the immediate moment, and especially not to run through the code to try and figure out debugging on my own. Even being told "set debug here, here, and here, then retry the install" would help.

Jan 8 2024, 12:13 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Jan 7 2024

c-po committed rVYOSONEX2095eb75a232: smoketest: T5905: always delete pki in ipsec test startup.
Jan 7 2024, 9:38 PM
c-po committed rVYOSONEX410458c00e62: ipsec: T5905: use interface_exists() wrapper over raw calls to os.path.exists().
Jan 7 2024, 9:38 PM
c-po committed rVYOSONEX9162631f12ad: pki: T5905: do not use expand_nodes=Diff.ADD|Diff.DELETE) in node_changed().
Jan 7 2024, 9:38 PM
GitHub <noreply@github.com> committed rVYOSONEX864524ba86b0: Merge pull request #2768 from c-po/pki-ipsec-T5905 (authored by c-po).
Jan 7 2024, 9:38 PM
Viacheslav closed T5899: VyOS vm images use bookworm repo as Resolved.
Jan 7 2024, 9:33 PM · VyOS 1.5 Circinus
GitHub <noreply@github.com> committed rVYOSONEX48c09cb91079: Merge pull request #2770 from vyos/mergify/bp/sagitta/pr-2769 (authored by Viacheslav).
Jan 7 2024, 9:07 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX8d16ec73841a: smoketest: T5195: fix BasicInterfaceTest tearDown() timeout penalty (authored by c-po).
Jan 7 2024, 9:00 PM
c-po committed rVYOSONEX041db49533d5: smoketest: T5195: fix BasicInterfaceTest tearDown() timeout penalty.
Jan 7 2024, 8:59 PM
GitHub <noreply@github.com> committed rVYOSONEX44c190dd44f8: Merge pull request #2769 from c-po/T5195-penalty (authored by c-po).
Jan 7 2024, 8:59 PM
sarthurdev added a comment to T5876: Dhcp bug in latest 1.5 rolling releases.

Is this still an issue on newer rolling images? This PR addresses ownership issues in /config on system update: https://github.com/vyos/vyos-1x/pull/2731

Jan 7 2024, 7:21 PM · VyOS 1.5 Circinus
Apachez added a comment to T5898: Replace partprobe with partx due to unable to install VyOS.

How come partprobe fails but not partx?

Jan 7 2024, 5:42 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5900: Improve reliability of the vyos powerdns recursor implementation from Open to Needs testing.
Jan 7 2024, 1:05 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav changed the status of T5898: Replace partprobe with partx due to unable to install VyOS from In progress to Needs testing.
Jan 7 2024, 1:03 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
mec committed rVYOSONEXf883455d9a30: image: T5898: fix kernel-level partition rescan.
Jan 7 2024, 11:43 AM
GitHub <noreply@github.com> committed rVYOSONEX3ee63a4f4cbc: Merge pull request #2760 from bluknight/current (authored by c-po).
Jan 7 2024, 11:43 AM
c-po added a subtask for T5886: Add support for ACME protocol (LetsEncrypt): T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer.
Jan 7 2024, 10:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a parent task for T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer: T5886: Add support for ACME protocol (LetsEncrypt).
Jan 7 2024, 10:41 AM · VyOS 1.5 Circinus
c-po changed the status of T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer from Open to In progress.
Jan 7 2024, 9:33 AM · VyOS 1.5 Circinus
c-po claimed T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer.
Jan 7 2024, 8:46 AM · VyOS 1.5 Circinus
c-po created T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer.
Jan 7 2024, 8:46 AM · VyOS 1.5 Circinus
GitHub <noreply@github.com> committed rVYOSONEXf67c73eed925: Merge pull request #2767 from vyos/mergify/bp/sagitta/pr-2764 (authored by c-po).
Jan 7 2024, 8:02 AM
GitHub <noreply@github.com> committed rVYOSONEX20b77b392105: Merge pull request #2766 from vyos/mergify/bp/sagitta/pr-2765 (authored by Viacheslav).
Jan 7 2024, 7:31 AM
c-po closed T5887: Upgrade Linux Kernel to 6.6.y (2023 LTS edition), a subtask of T4928: Upgrade Linux Kernel to 6.1.y (2022 LTS edition), as Resolved.
Jan 7 2024, 6:27 AM · VyOS 1.4 Sagitta
c-po closed T5887: Upgrade Linux Kernel to 6.6.y (2023 LTS edition) as Resolved.
Jan 7 2024, 6:27 AM · VyOS 1.5 Circinus (2025.11)
c-po moved T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 7 2024, 6:27 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5891: OpenVPN IPv6 config issue with 1.4-rc1, a subtask of T3214: OpenVPN IPv6 fixes, as Resolved.
Jan 7 2024, 6:26 AM · VyOS 1.5 Circinus
c-po closed T5891: OpenVPN IPv6 config issue with 1.4-rc1 as Resolved.
Jan 7 2024, 6:26 AM · openvpn, VyOS 1.4 Sagitta
c-po committed rVYOSONEXb8db1a9d7baf: pki: T5886: add support for ACME protocol (LetsEncrypt).
Jan 7 2024, 6:26 AM
c-po committed rVYOSONEX9d02d32319f9: pki: T5886: add op-mode commands for log and renewal.
Jan 7 2024, 6:26 AM
c-po committed rVYOSONEX9ab6665c80c3: https: T5886: migrate https certbot to new "pki certificate" CLI tree.
Jan 7 2024, 6:26 AM
GitHub <noreply@github.com> committed rVYOSONEXdff740f3cfb5: Merge pull request #2758 from c-po/certbot-T5886 (authored by c-po).
Jan 7 2024, 6:26 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX368ff14787d6: T5195: add timeout argument to process_named_running() (authored by c-po).
Jan 7 2024, 6:13 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX32f8c45b556d: op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" command (authored by c-po).
Jan 7 2024, 6:12 AM
GitHub <noreply@github.com> committed rVYOSONEX31d824d9b6bc: Merge pull request #2765 from c-po/op-mode-ipv6-vrf (authored by c-po).
Jan 7 2024, 6:12 AM
c-po committed rVYOSONEX119d94bdb05d: op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" command.
Jan 7 2024, 6:12 AM
c-po committed rVYOSONEXad9bdfc248cf: T5195: add timeout argument to process_named_running().
Jan 7 2024, 6:12 AM
GitHub <noreply@github.com> committed rVYOSONEX9b7a96d27653: Merge pull request #2764 from c-po/T5195-process (authored by c-po).
Jan 7 2024, 6:12 AM

Jan 6 2024

mec edited a custom field on T5898: Replace partprobe with partx due to unable to install VyOS.
Jan 6 2024, 9:36 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po renamed T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command from op-mode: add "show ipv6 route vrf all <prefix>" command to op-mode: add "show ipv6 route vrf <name> <prefix>" command.
Jan 6 2024, 9:33 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command from Open to Finished on the VyOS 1.5 Circinus board.
Jan 6 2024, 9:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command.

PR https://github.com/vyos/vyos-1x/pull/2765

Jan 6 2024, 9:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command from Open to In progress.
Jan 6 2024, 9:29 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5904: op-mode: add "show ipv6 route vrf <name> <prefix>" command.
Jan 6 2024, 9:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
GitHub <noreply@github.com> committed rVYOSONEXde5ca2100d6b: Merge pull request #2763 from vyos/mergify/bp/sagitta/pr-1637 (authored by c-po).
Jan 6 2024, 9:23 PM
GitHub <noreply@github.com> committed rVYOSONEX4aea0c4c9ef9: Merge pull request #2762 from vyos/mergify/bp/sagitta/pr-2761 (authored by Viacheslav).
Jan 6 2024, 9:22 PM
c-po added a comment to T5891: OpenVPN IPv6 config issue with 1.4-rc1.

PR for VyOS 1.4 https://github.com/vyos/vyos-1x/pull/2763

Jan 6 2024, 8:02 PM · openvpn, VyOS 1.4 Sagitta
c-po committed rVYOSONEX7e4d6896b2e1: smoketests: drop nopool/net30 from testcases.
Jan 6 2024, 8:02 PM
c-po closed T3214: OpenVPN IPv6 fixes as Resolved.
Jan 6 2024, 8:01 PM · VyOS 1.5 Circinus
c-po added a subtask for T3214: OpenVPN IPv6 fixes: T5891: OpenVPN IPv6 config issue with 1.4-rc1.
Jan 6 2024, 8:01 PM · VyOS 1.5 Circinus
c-po added a parent task for T5891: OpenVPN IPv6 config issue with 1.4-rc1: T3214: OpenVPN IPv6 fixes.
Jan 6 2024, 8:01 PM · openvpn, VyOS 1.4 Sagitta
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX49efd22c36ab: openvpn: T3214: specify nopool on --server line only if needed (authored by ordex).
Jan 6 2024, 8:01 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX72fefd8269a5: openvpn: T3214: warn when setting nopool and server-ipv6 is being used (authored by ordex).
Jan 6 2024, 8:01 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXceb1a8d6b614: openvpn: T3214: allow configuring server with v6 only (authored by ordex).
Jan 6 2024, 8:01 PM
c-po changed the status of T5891: OpenVPN IPv6 config issue with 1.4-rc1 from Open to In progress.
Jan 6 2024, 8:00 PM · openvpn, VyOS 1.4 Sagitta
c-po added a comment to T5891: OpenVPN IPv6 config issue with 1.4-rc1.

The fix from 1.5 was actually not backported. Thanks for testing and feedback

Jan 6 2024, 8:00 PM · openvpn, VyOS 1.4 Sagitta
c-po moved T5900: Improve reliability of the vyos powerdns recursor implementation from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 6 2024, 7:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T5902: http: remove virtual-host configuration in webserver from Open to In Progress on the VyOS 1.4 Sagitta board.
Jan 6 2024, 7:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5842: Rewrite PPTP service to get_config_dict from Open to In Progress on the VyOS 1.4 Sagitta board.
Jan 6 2024, 7:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5887: Upgrade Linux Kernel to 6.6.y (2023 LTS edition) from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 6 2024, 7:58 PM · VyOS 1.5 Circinus (2025.11)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX689a26c03a2b: dns: T5900: fix smoketests for serve-stale-extension and exclude-throttle… (authored by c-po).
Jan 6 2024, 7:56 PM
c-po committed rVYOSONEX9baeafa890f7: dns: T5900: fix smoketests for serve-stale-extension and exclude-throttle….
Jan 6 2024, 7:56 PM
GitHub <noreply@github.com> committed rVYOSONEXda65cbfcf8f6: Merge pull request #2761 from c-po/t5900-fixup (authored by c-po).
Jan 6 2024, 7:56 PM
Viacheslav changed the status of T5898: Replace partprobe with partx due to unable to install VyOS from Open to In progress.
Jan 6 2024, 6:00 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
juanra created T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.
Jan 6 2024, 5:22 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
juanra updated juanra.
Jan 6 2024, 5:18 PM
mec added a comment to T5898: Replace partprobe with partx due to unable to install VyOS.

This affected my install. PR submitted with fix above (with very basic testing done successfully) in the link below.

Jan 6 2024, 4:33 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
GitHub <noreply@github.com> committed rVYOSONEX0a2430001e2e: Merge pull request #2759 from vyos/mergify/bp/sagitta/pr-2757 (authored by c-po).
Jan 6 2024, 12:06 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX132087a4b266: dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns… (authored by fvlaicu <19238716+fvlaicu@users.noreply.github.com>).
Jan 6 2024, 12:02 PM
GitHub <noreply@github.com> committed rVYOSONEX199ceb1f0a82: dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns… (authored by fvlaicu <19238716+fvlaicu@users.noreply.github.com>).
Jan 6 2024, 12:02 PM
Apachez added a comment to T5902: http: remove virtual-host configuration in webserver.

Having support for vhost is handy when you dont want just to blindly share a single documentroot but have the ability to use multiple at a single host.

Jan 6 2024, 10:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5902: http: remove virtual-host configuration in webserver, a subtask of T5766: http: rewrite conf-mode script to get_config_dict() , from Open to In progress.
Jan 6 2024, 10:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5902: http: remove virtual-host configuration in webserver from Open to In progress.
Jan 6 2024, 10:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po claimed T5902: http: remove virtual-host configuration in webserver.
Jan 6 2024, 10:02 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5902: http: remove virtual-host configuration in webserver.
Jan 6 2024, 10:02 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po closed T3670: Option to disable HTTP port 80 redirect as Resolved.
Jan 6 2024, 8:16 AM · VyOS 1.4 Sagitta
c-po added a comment to T3670: Option to disable HTTP port 80 redirect.

There is no redirect anymore

Jan 6 2024, 8:16 AM · VyOS 1.4 Sagitta
syncer installed Pholio.
Jan 6 2024, 1:46 AM