Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 197feda60148ebeb907a457c1c6178926b403038)
|
|
With libpam-systemd >= 230-2, ssh-session-cleanup.service is no longer
necessary because when `UsePAM yes` in `/etc/ssh/sshd_config` (which is
the default), SSH sessions are cleaned up automatically when ssh-server
is shutdown or the system is rebooted.
(cherry picked from commit 10b5c5bc93f5d9bb99c5523f41a97d49a833a453)
|
|
(cherry picked from commit e891c1e160b48aae854205bfb42da86bd491e364)
|
|
Without `openssl.cnf` software that uses `libssl` (for example busybox) has
issues with connections to some HTTPS servers.
(cherry picked from commit 5765d670099dfc2bb4758264a84a36fdd9cba5d4)
|
|
(cherry picked from commit a3d29d9110a39107c55794a404f9952ac8fd8687)
|
|
(cherry picked from commit e433bd4f43ba3307a8b9d88ed5beafa9721e794c)
|
|
This is a roundup commit to 0be277647 ("T5511: Cleanup of unused directories
(and files) in order to shrink image-size") that dropy empty/commented out
live-build hook scripts.
(cherry picked from commit 2ca594db0d1fe2ce19e4bd83d5fbd497cc390dc1)
|
|
(cherry picked from commit 0be277647d8d4c5c30e1a5667889803987ce7b7a)
|
|
Daemon configuration is now generated during boot via vyos-1x repo.
See https://github.com/vyos/vyos-1x/pull/2245
(cherry picked from commit a9a1ca3cbb0951a37de286fffb2554103b561846)
|
|
|
|
Add the '/config' directory for live image boot
One of the reasons the DHCP-server uses lease from this directory T2958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 6baed3c064d66b39630ae67e6e40f02c9b11b3c1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23.
Somehow FRR does not like it to be started with no logging daemon present and
Smoketests fail.
|
|
|
|
auditd logs must no be displayed for journalctl
mask it
|
|
|
|
|
|
|
|
T4966: Delay UDEV execution, avoid rename deadlock
|
|
Babeld support has been merged https://github.com/vyos/vyos-1x/pull/1800
however I just noticed `/etc/frr/daemons` came from this file.
|
|
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
|
|
|
|
|
|
* Remove obsolete packages and dependencies
|
|
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
|
|
UDEV will rename interfaces from whatever the kernel called them
to eX before converting them to ethX during init. In current VyOS,
the second renaming operation can run into a lock on the adapter
preventing altering its name. As a result, the adapter will remain
in the eX configuration, preventing proper execution of subsequent
scripts and configuration stanzas.
The initial renaming step has to remain as it is needed to work
around other issues, which leaves the somewhat hacky approach of
delaying the second renaming step slightly in an effort to let the
device lock holders settle, releasing it for rename to ethX. This
is accomplished by a kernel commandline paramter (3s), which can be
tweaked to reduce impact or wait longer as needed on different
devices - udev.exec_delay=3
|
|
This reverts commit 8e6d765be123be9d937970ee96b7d6d0b5053ed5.
This breaks existing configurations:
https://forum.vyos.io/t/yesterday-and-todays-build-causes-network-interface-getting-corrupted-vyos-1-4-rolling-202301280924-amd64-iso
|
|
UDEV contains a default rule triggered early-on which renames all
NICs by their index to eX, systemd-udevd subsequently renames the
eX interface to ethX. Systemd-udevd can fail to rename the iface
if it still has resource locks from the prior renaming which then
fails to apply all manner of configurations resulting in a booted
zombie which cannot handle L3 traffic.
Fix the concern by removing 62-temporary-interface-rename.rules
from /etc/udev/rules.d during the cleanup hook executed in
data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot.
Testing:
Boot-tested in OpenStack under identical infrastructure-as-code
states. Verified DHCP-assigned routes, execution of cloud-init,
and configuration stanzas injected through cloud-init applied to
the FW and system.
|
|
|
|
This reverts commit 0351b37359517dab1a18379d180a01fd5271802e.
|
|
|
|
vyos-utils: T4683: add kitty-terminfo package to build
|