Kernel log tips and tricks: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Created page with " == failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file == Install packages <code>sudo apt-get install libblockdev-crypto2 libblockdev-mdraid2</code> Verify <code>/usr/lib/x86_64-linux-gnu/libbd_mdraid.so.2</code> <nowiki>Category: Tips_Trick</nowiki>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


== failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file ==
== failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory ==
Install required libraries
 
$sudo apt-get install libblockdev-crypto2 libblockdev-mdraid2
 
== nvidia: module verification failed: signature and/or required key missing - tainting kernel ==
Todo
 
== Sub-process /lib/systemd/systemd-networkd-wait-online returned an error code (1) ==
Increase default timeout value
 
sudo systemctl edit --full [[systemd-networkd]]-wait-online.service
 
Change the following line, by adding "--timeout-10":
 
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=10
 
== ERST: Error Record Serialization Table (ERST) support is initialized ==
If system include any watchdog settings in the [[BIOS]]? If such a hardware watchdog is enabled in BIOS, then you must either install the appropriate watchdog driver (which may be proprietary and only available for some distributions) or disable the watchdog
 
== Failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file ==
Install packages
Install packages


Line 8: Line 28:


<code>/usr/lib/x86_64-linux-gnu/libbd_mdraid.so.2</code>
<code>/usr/lib/x86_64-linux-gnu/libbd_mdraid.so.2</code>
== References ==
<references />




<nowiki>[[Category: Tips_Trick]]</nowiki>
<nowiki>[[Category: Tips_Trick]]</nowiki>

Latest revision as of 07:41, 1 November 2024

failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory

Install required libraries

$sudo apt-get install libblockdev-crypto2 libblockdev-mdraid2

nvidia: module verification failed: signature and/or required key missing - tainting kernel

Todo

Sub-process /lib/systemd/systemd-networkd-wait-online returned an error code (1)

Increase default timeout value

sudo systemctl edit --full systemd-networkd-wait-online.service

Change the following line, by adding "--timeout-10":

ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=10

ERST: Error Record Serialization Table (ERST) support is initialized

If system include any watchdog settings in the BIOS? If such a hardware watchdog is enabled in BIOS, then you must either install the appropriate watchdog driver (which may be proprietary and only available for some distributions) or disable the watchdog

Failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file

Install packages

sudo apt-get install libblockdev-crypto2 libblockdev-mdraid2

Verify

/usr/lib/x86_64-linux-gnu/libbd_mdraid.so.2

References


[[Category: Tips_Trick]]