In T5876#170430, @indrajitr wrote:Can you please paste the output of ls -ld /config/dhcp and ls -l /config/dhcp. It is possible you might have installed a version _before_ 1.5-rolling-202401030023 and the instance is carrying forward the misconfigured directory/file persmissions.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Jan 9 2024
Jan 9 2024
dmbaturin triaged T5787: dhcp-server allows duplicate static-mapping for the same IP address as High priority.
dmbaturin triaged T5640: Missing compression algorithms in kernel config regarding initrd as Wishlist priority.
dmbaturin triaged T4624: Move some op mode commands to "execute" and "produce" command families as Low priority.
dmbaturin triaged T4528: 'Confirm' functionailty for remote system image changes as Wishlist priority.
dmbaturin triaged T3022: Allow to provide custom TLS certificates for the HTTP virtual hosts as Low priority.
dmbaturin edited projects for T2511: Migrate vyatta-op-quagga to new XML format, added: VyOS 1.5 Circinus, VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.6).
dmbaturin triaged T3191: PAM RADIUS freezing when accounting does not configured on RADIUS server as High priority.
dmbaturin triaged T2218: Add support for the peeringdb module in salt (upgrade salt-minion to 2019.2) as High priority.
dmbaturin triaged T2231: commit(-confirm) with illegal config does not stop the commit as Normal priority.
The new interface infrastructure largely solves the original issues.
dmbaturin triaged T2130: XML schema: add valueHelp support in op-mode definitions. as Wishlist priority.
dmbaturin added a parent task for T3340: Add dhcp-helper package to replace ISC DHCP Relay: T377: DHCP-relay agent package replacement.
Since ISC DHCP relay is EOLd and unmaintained, we may need to get back to this idea.
I think we should include lshw indeed — it offers JSON and XML outputs.
dmbaturin triaged T1848: Rework the handling of special characters inside node values as Wishlist priority.
dmbaturin triaged T1641: VRRP conntrack-sync dropping packets passing through the router as High priority.
Let's give it some thought for 1.5/Circinus.
dmbaturin triaged T1499: Move nic to mac mapping out of the configuration file as Wishlist priority.
Hi, If it helps
Viacheslav changed the status of T5909: Container registry with authentication prevents config load (section container) after reboot from Open to In progress.
c-po moved T5911: pki: service update ignored if certificate name contains a hyphen (-) from Open to Finished on the VyOS 1.5 Circinus board.
c-po moved T5902: http: remove virtual-host configuration in webserver from Open to Finished on the VyOS 1.5 Circinus board.
c-po moved T5886: Add support for ACME protocol (LetsEncrypt) from Open to Finished on the VyOS 1.5 Circinus board.
c-po moved T5886: Add support for ACME protocol (LetsEncrypt) from Open to Finished on the VyOS 1.4 Sagitta board.
c-po moved T5766: http: rewrite conf-mode script to get_config_dict() from Open to Finished on the VyOS 1.4 Sagitta board.
c-po moved T5766: http: rewrite conf-mode script to get_config_dict() from Open to Finished on the VyOS 1.5 Circinus board.
c-po added a comment to T5905: pki: IPsec and VTI interface priority inversion when using x509 site-to-site peer.
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2768
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2774
Can you please paste the output of ls -ld /config/dhcp and ls -l /config/dhcp. It is possible you might have installed a version _before_ 1.5-rolling-202401030023 and the instance is carrying forward the misconfigured directory/file persmissions.
Jan 8 2024
Jan 8 2024
Well, the webserver is for an API - if you wan't to server files you can either use the default document root, or spawn a container. We should focus on packet pushing and administration.
c-po added a parent task for T5911: pki: service update ignored if certificate name contains a hyphen (-): T3642: PKI configuration.
c-po added a comment to T5911: pki: service update ignored if certificate name contains a hyphen (-).
dmbaturin triaged T3450: Make libvyosconfig avoid quoting values that don't need quoting as Low priority.
dmbaturin renamed T985: New cluster implementation with corosync+pacemaker from Migrated clustering from heartbeat to corosync+pacemaker to New cluster implementation with corosync+pacemaker.
Now that 1.4 is about to be released and 1.3 going into maintenance mode, we definitely will not include it in 1.3.6.
Yes I tested again upgrading with today's latest rolling release no ip address is served to clients so issue persists no changes
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 .
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.
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.
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 7 2024
Jan 7 2024
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