Re: FAI Config in git

2024-06-03 Diskussionsfäden Thomas Lange
> On Mon, 3 Jun 2024 22:30:16 +0200, Paul Berz via linux-fai > said: > My FAI config should be managed by a Git Repo. > But now (after changing the $FAI_CONFIG_SRC) the PXE Environment says "git command not found". It seems like git isn't installed by default. > How can I f

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-06-03 Diskussionsfäden Robert Moulton
indeed, you're right, for noble the scheme is v255: $ diff udevadm-bookworm.txt udevadm-noble.txt 1,3c1,3 < P: /devices/pci:64/:64:02.0/:65:00.0/net/eno1 < M: eno1 < R: 1 --- > P: /devices/pci:64/:64:02.0/:65:00.0/net/eno1np0 > M: eno1np0 > R: 0 6c6 < E: DEVPATH=/devices/pc

FAI Config in git

2024-06-03 Diskussionsfäden Paul Berz via linux-fai
Diese Nachricht wurde eingewickelt um DMARC-kompatibel zu sein. Die eigentliche Nachricht steht dadurch in einem Anhang. This message was wrapped to be DMARC compliant. The actual message text is therefore in an attachment.--- Begin Message --- Good evening, everybody! Thanks again for the good

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-06-03 Diskussionsfäden Thomas Lange
Can you compare the udevadm info output during installation time with the udevadm info of the new system? I guess Ubuntu uses a different systemd version (maybe newer) or some udev rules for renaming the network devices are different than those of Debian. In the output below you can see ID_NET_NAMI

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-06-03 Diskussionsfäden Robert Moulton
Thanks for the troubleshooting guidance. I had forgotten about the createvt flag. 'udevadm info' output during installation (see below) didn't include any 'eno1np0' references. Same deal with 'DEBIAN/30-interfaces' script debug output. On the newly-built ubuntu system, '/sys/class/net/eno1' doesn'