Savonarolla

Untitled

Jan 28th, 2021 (edited)
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. // journalctl -xe output
  2.  
  3. Jan 28 20:43:23 myhost kernel: apt-check invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
  4. Jan 28 20:43:23 myhost kernel: CPU: 0 PID: 10849 Comm: apt-check Not tainted 5.4.0-65-generic #73-Ubuntu
  5. Jan 28 20:43:23 myhost kernel: Hardware name: Selectel OpenStack Nova, BIOS 1.10.2-1ubuntu1 04/01/2014
  6. Jan 28 20:43:23 myhost kernel: Call Trace:
  7. Jan 28 20:43:23 myhost kernel: dump_stack+0x6d/0x9a
  8. Jan 28 20:43:23 myhost kernel: dump_header+0x4f/0x1eb
  9. Jan 28 20:43:23 myhost kernel: oom_kill_process.cold+0xb/0x10
  10.  
  11.  
  12. // journalctl -xe output 2
  13.  
  14. root@myhost:~# systemctl restart mysql
  15. Job for mysql.service failed because a fatal signal was delivered to the control process.
  16. See "systemctl status mysql.service" and "journalctl -xe" for details.
  17. root@myhost:~# journalctl -xe
  18. -- Defined-By: systemd
  19. -- Support: http://www.ubuntu.com/support
  20. --
  21. -- Automatic restarting of the unit mysql.service has been scheduled, as the result for
  22. -- the configured Restart= setting for the unit.
  23. Jan 28 20:56:52 myhost systemd[1]: Stopped MySQL Community Server.
  24. -- Subject: A stop job for unit mysql.service has finished
  25. -- Defined-By: systemd
  26. -- Support: http://www.ubuntu.com/support
  27. --
  28. -- A stop job for unit mysql.service has finished.
  29. --
  30. -- The job identifier is 15858 and the job result is done.
  31. Jan 28 20:56:52 myhost systemd[1]: Starting MySQL Community Server...
  32. -- Subject: A start job for unit mysql.service has begun execution
  33. -- Defined-By: systemd
  34. -- Support: http://www.ubuntu.com/support
  35. --
  36. -- A start job for unit mysql.service has begun execution.
  37. --
  38. -- The job identifier is 15858.
  39.  
  40.  
  41. // ldd /usr/sbin/mysqld output
  42. root@myhost:~# ldd /usr/sbin/mysqld
  43. linux-vdso.so.1 (0x00007fff3508a000)
  44. libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8bf0faa000)
  45. libevent_core-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7 (0x00007f8bf0f72000)
  46. libevent_pthreads-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7 (0x00007f8bf0f6d000)
  47. libprotobuf-lite.so.3.11.4 => /usr/lib/mysql/private/libprotobuf-lite.so.3.11.4 (0x00007f8bf0ee1000)
  48. librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8bf0ed6000)
  49. libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f8bf0e43000)
  50. libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f8bf0b6b000)
  51. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8bf0b65000)
  52. libaio.so.1 => /lib/x86_64-linux-gnu/libaio.so.1 (0x00007f8bf0b60000)
  53. libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f8bf0b44000)
  54. liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f8bf0b23000)
  55. libnuma.so.1 => /lib/x86_64-linux-gnu/libnuma.so.1 (0x00007f8bf0b16000)
  56. libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8bf0933000)
  57. libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8bf07e4000)
  58. libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8bf07c9000)
  59. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8bf05d7000)
  60. /lib64/ld-linux-x86-64.so.2 (0x00007f8bf54b2000)
  61.  
Add Comment
Please, Sign In to add comment