On 01.03.2023 07:26, Andrei Borzenkov wrote:
On 28.02.2023 22:12, Per Jessen wrote:
Andrei Borzenkov wrote:
On 28.02.2023 04:31, David C. Rankin wrote:
On 15.4, I saw the same behavior,
I just tested and it works here. And as firewalld is active by default and wicked is the default network manager, it is rather hard to believe that it is something fundamentally broken.
That was also my first thought. Hence "A little bit weird" ....
AFAICT, the only thing that might set these systems apart is that they booting from PXE with root on NFS.
Well, normally /etc/resolv.conf is updated by netconfig which is called by wicked when interface is configured. With root on NFS interface must be up in initrd already and in initrd there is no netconfig (and location of /etc/resolv.conf is wrong anyway). And during normal system boot interface is already up so I /think/ there is no event triggering netconfig run.
Can you show
cat /etc/sysconfig/network/ifcfg-XXX (for your interface) journalctl -b --no-pager lsinitrd /boot/initrd-XXX (which modules are there)
and ls -l /etc/resolv.conf