{"id":652,"date":"2023-11-16T21:02:26","date_gmt":"2023-11-16T20:02:26","guid":{"rendered":"https:\/\/gilbert.busana.lu\/?p=652"},"modified":"2024-01-19T13:30:02","modified_gmt":"2024-01-19T12:30:02","slug":"error-treatment","status":"publish","type":"post","link":"https:\/\/www.homeserver.lu\/?p=652","title":{"rendered":"Error treatment"},"content":{"rendered":"\n<p>Have the live system log displayed:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>tail -f \/var\/log\/syslog\ntail -f \/var\/log\/kern.log<\/code><\/pre><\/div>\n\n\n\n<p>Get all error messages across log files<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>journalctl -p err -f<\/code><\/pre><\/div>\n\n\n\n<p>or<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>\/cat var\/log\/syslog |grep -iE &quot;error|fail&quot;\ndmesg |grep -iE &quot;error|failed&quot;<\/code><\/pre><\/div>\n\n\n\n<p>Grab the system log from a remote server (and save on your desktop):<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>scp root@10.X.Y.Z:\/\/var\/log\/syslog ~\/Desktop\/syslog<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Have the live system log displayed: Get all error messages across log files or Grab the system log from a remote server (and save on your desktop):<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-652","post","type-post","status-publish","format-standard","hentry","category-cli"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/posts\/652","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=652"}],"version-history":[{"count":3,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/posts\/652\/revisions"}],"predecessor-version":[{"id":707,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=\/wp\/v2\/posts\/652\/revisions\/707"}],"wp:attachment":[{"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=652"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=652"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.homeserver.lu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}