Linux

Reactivate old SSH host key types

Problem: ssh rejects connecting to old servers with this error: Discussion: After upgrading your client operating system, the new installed openssh-client disabled some old ssh key types, but you can enable them with command line options or in ssh_config. Solution 1: Add a command line option: Solution 2: Add a line to your config file […]

Reactivate old SSH host key types Read More »

DMAR Kernel Log Errors and RAID Controller Crash

Problem: After upgrading an old HP ProLiant DL320 G6 Server to Linux kernel 6.1 (Devuan 5, Debian12) the system crashes during reboot. You will see the following kernel output: These errors are repeated several times, and the RAID controller driver “hpsa” for the SmartArray Controller P212 gives up, causing /dev/sda vanish. Discussion: While not absolutely

DMAR Kernel Log Errors and RAID Controller Crash Read More »

Interface down on Cisco Nexus switch with “dcxNoACKi”

Problem: After an update of a server to Devuan4/Debian11the switch shuts down the interfaces to the server with status “dcxNoACKi” 48 minutes after the reboot. Discussion: the switch is a Cisco Nexus 5000 switch. It implements “Data Center Bridging Capability Exchange (DCBX)”. The server is a Dell server with X710 Controller 10GbE with i40e drivers.

Interface down on Cisco Nexus switch with “dcxNoACKi” Read More »

Smartd Reports “Reallocated_Sector_Ct” erroneously

Problem: In syslog you find a line like this: But when you check with “smartctl -a” you find a reallocated sector count of zero: Discussion: The harddisk had actually no reallocated sectors, but Smartctrl (Smartmontools) reported a wrong error, because when it was started a different harddisk with errors was found as /dev/sda, but with

Smartd Reports “Reallocated_Sector_Ct” erroneously Read More »