This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general:troubleshooting [2018/09/05 10:40] – lunetikk | linux:general:troubleshooting [2020/12/03 15:12] (current) – [Linux starts in emergency mode - faulty logical volume (xfs)] lunetikk | ||
|---|---|---|---|
| Line 94: | Line 94: | ||
| Finally restart your system and pray... | Finally restart your system and pray... | ||
| - | Have a look at this website for more xfs_repair related info\\ | ||
| - | [[http:// | ||
| \\ | \\ | ||
| \\ | \\ | ||
| Line 164: | Line 162: | ||
| The connection should work now. | The connection should work now. | ||
| \\ | \\ | ||
| + | \\ | ||
| + | |||
| + | ==== Bug: soft lockup in messages ==== | ||
| + | |||
| + | === Description === | ||
| + | |||
| + | You can find multiple "Bug: soft lockup" | ||
| + | |||
| + | < | ||
| + | May 25 07:23:59 XXXXXXX kernel: [13445315.881356] BUG: soft lockup - CPU#16 stuck for 23s! [yyyyyyy: | ||
| + | </ | ||
| + | |||
| + | === Reason === | ||
| + | |||
| + | >A 'soft lockup' | ||
| + | -SUSE KB [[https:// | ||
| + | |||
| + | === Fix === | ||
| + | |||
| + | __Solution 1:__ | ||
| + | |||
| + | Restart your system and/ or decrease your CPU load. | ||
| + | |||
| + | __Solution 2:__ | ||
| + | |||
| + | Increase the time (default 10) before soft lockups are fired. | ||
| + | |||
| + | <code bash >echo 20 > / | ||
| + | or | ||
| + | <code bash> | ||
| + | echo " | ||
| + | |||
| + | sysctl -p / | ||
| + | </ | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | |||
| + | ==== systemctl runs in timeout ==== | ||
| + | |||
| + | === Description === | ||
| + | |||
| + | In this example, installation of docker-ce with the following command doesnt work | ||
| + | < | ||
| + | curl -sSL https:// | ||
| + | |||
| + | # Executing docker install script, commit: f45d7c11389849ff46a6b4d94e0dd1ffebca32c1 | ||
| + | + sh -c apt-get update -qq >/ | ||
| + | + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/ | ||
| + | + sh -c curl -fsSL " | ||
| + | + sh -c echo "deb [arch=amd64] https:// | ||
| + | + sh -c apt-get update -qq >/ | ||
| + | + [ -n ] | ||
| + | + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/ | ||
| + | |||
| + | Broadcast message from systemd-journald@lunetikk (Wed 2019-10-23 00:22:12 CEST): | ||
| + | |||
| + | systemd[1]: Caught < | ||
| + | |||
| + | |||
| + | Broadcast message from systemd-journald@lunetikk (Wed 2019-10-23 00:22:12 CEST): | ||
| + | |||
| + | systemd[1]: Freezing execution. | ||
| + | |||
| + | E: Sub-process / | ||
| + | </ | ||
| + | |||
| + | Rerun " | ||
| + | < | ||
| + | apt-get install docker-ce | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | docker-ce is already the newest version (5: | ||
| + | After this operation, 0 B of additional disk space will be used. | ||
| + | Do you want to continue? [Y/n] | ||
| + | Setting up docker-ce (5: | ||
| + | Failed to execute operation: Connection timed out | ||
| + | Failed to execute operation: Connection timed out | ||
| + | Failed to retrieve unit state: Connection timed out | ||
| + | Failed to start docker.service: | ||
| + | See system logs and ' | ||
| + | invoke-rc.d: | ||
| + | Failed to get properties: Connection timed out | ||
| + | dpkg: error processing package docker-ce (--configure): | ||
| + | | ||
| + | Errors were encountered while processing: | ||
| + | | ||
| + | E: Sub-process / | ||
| + | </ | ||
| + | |||
| + | You cant reconfigure | ||
| + | < | ||
| + | dpkg-reconfigure docker-ce | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Listing the units for " | ||
| + | < | ||
| + | systemctl status docke< | ||
| + | Failed to list unit files: Connection timed out | ||
| + | Failed to list units: Connection timed out | ||
| + | Failed to list unit files: Connection timed out | ||
| + | </ | ||
| + | |||
| + | === Reason === | ||
| + | \\ | ||
| + | |||
| + | In my case, my disk was " | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === Fix === | ||
| + | \\ | ||
| + | |||
| + | I was able to run " | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Reboot after this got me back onto my system and " | ||
| + | |||
| \\ | \\ | ||