Posts tagged "Devuan"
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: DMAR: DRHD: handling fault status reg 2 DMAR: [DMA Read] Request device [00:1e.0] PASID ffffffff fault addr df63e000 [fault reas...
Devuan Update Fails with Signature Invalid
Problem: (5. September 2022) when fetching Devuan updates you get the following error: Err http://deb.devuan.org/merged beowulf InRelease The following signatures were invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository (Amprolla3 on Nemesis) repository@devuan.org Discussion: The devuan key to sign the repository ...
Smartd Reports "Reallocated_Sector_Ct" erroneously
Problem: In syslog you find a line like this: smartd[1514]: Device: /dev/sda [SAT], Failed SMART usage Attribute: 5 Reallocated_Sector_Ct. But when you check with "smartctl -a" you find a reallocated sector count of zero: # smartctl -a /dev/sda ... ID# ATTRIBUTE_NAME FLAG TYPE UPDATED WHEN_FAILED RAW_VALUE 5...
Devuan4/Debian11 usability annoyances
Problem: When pasting commandos to the shell, the shell no longer executes the command but shows the pasted text highlighted and shows the line feed but does not process it. Discussion: Devuan4 and Debian11 upgraded the readline library with a new default "feature" that should prevent noobs from accidentally pasting...
Devuan / Debian Versions
Admins who prefer a Unix style operation system and don't like the centralized "one tool doing it all" approach of systemd, switch to Devuan. This mostly improves uptime over boot time. Admins of servers don't care about boot time and prefer uptime. This list keeps track of the related versions of Devuan and Debian....
DHCP Relay on Linux
DHCP relaying is used to forward DHCP requests to a DHCP server if the client and the server are not on the same network. One standard implementation of this is isc-dhcp-relay which is part of the isc-dhcp package. Problem: The dhcrelay is forwarding the dhcp request to the dhcp server and the dhcp server is respond...
LS Style After Devuan 3 or Debian 10 Update
After Devuan 3 update ls output showed characters, that are not really in the directory listing. The reason is that "ls" draws quotes around filenames with spaces. This is a bug from my point of view, ls should never change the actual filenames. If a filename has quotes or double quotes it's even weirder . "ls" adds...
Time Format after Devuan 3 and Debian 10 Update
After updating to Devuan 3 the date command shows 12hours am/pm but my days have 24 hours. The locale was always en_US.UTF8 to keep sane command and error output. Debian 10 thinks they had to fix the correct hour display to the complicated one. Therefor all sysadmins like me have to apply the following workaround, t...
Linux Live-boot Fails after Debian/Devuan Update
Problem: after updating from Debian 8 to Devuan 2 the overlay live-boot failes with "no such device" Discussion: I use a bootable USB stick combined with live-boot. In this case the USB stick partition 3 is a normal ext4 file system used as read only "plainroot" filesystem. Live-boot overlays this with an ramfs. As ...