While doing a reimage for https://phabricator.wikimedia.org/T299480, the installed prompted me with the following message:
Some of your hardware needs non-free firmware files to operate. The firmware can be loaded from removable media, such as a USB stick or floppy. The missing firmware files are: bnx2x/bnx2x-e2-7.13.21.0.fw bnx2x/bnx2x-e2-7.13.21.0.fw
Full output: https://phabricator.wikimedia.org/P24619
dmesg
(output is somewhat garbled, feel free to ssh in to clouddb.mgmt.eqiad.wmnet and choose "Execute a shell" and run dmesg yourself)
https://phabricator.wikimedia.org/P24621
Host information:
~ # uname -a Linux (none) 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux
Other notes
I tried doing a ping and it didn't work, and also printed the network state (though the output is garbled in this paste)
~ # ping 10.64.48.11
PING 10.64.48.11 (10.64.48.11): 56 data bytes
ping: sendto: Network is unreachable
~ # ip a sh
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc mq qlen 1000
link/ether b8:83:03:53:f0:48 brd ff:ff:ff:ff:ff:ff
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc mq qlen 1000
link/ether b8:83:03:53:f0:49 brd ff:ff:ff:ff:ff:ff
4: eno3: <BROADCAST,MULTICAST> mtu 1500 qdisc mq qlen 1000
link/ether b8:83:03:53:f0:4a brd ff:ff:ff:ff:ff:ff
5: eno4: <BROADCAST,MULTICAST> mtu 1500 qdisc mq qlen 1000Fortunately this host is only used at the start of the month to import data from mysql to hdfs, so we have until May 1 for this to be an issue. With that being said, I have no idea how to resolve this, and it might require physical installation media as the prompt suggests.
We could also try reimaging this back to Debian 10 Buster for now.