You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/systemd-journald-troubleshooting.xml
+19-28Lines changed: 19 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,27 @@ in the assembly -->
30
30
<title>View &systemd; errors</title>
31
31
<step><para>View the list of failed &systemd; units:</para>
32
32
<screen>systemctl --failed</screen>
33
-
<para>The list of all failed services appear.</step>
33
+
<para>The list of all failed services appear.</para></step>
34
34
<step><para>Identify the severity and content of the error.</para>
35
35
<screen>journalctl -p 0..7 -b</screen>
36
-
<para>The list of errors with priority level <literal>0 to 7 appears. The errors are marked with priority level:</para>
37
-
<itemizedlist><listitem><para><guimenu>0-2</guimenu>: <command>emerg, alert, crit</command>: Critical issues, system collapse imminent.</para></listitem>
36
+
<para>The list of errors with priority level <literal>0 to 7</literal> appears. The errors are marked with priority level:
37
+
</para>
38
+
<itemizedlist>
39
+
<listitem><para><guimenu>0-2</guimenu>: <command>emerg, alert, crit</command>: Critical issues, system collapse imminent.</para></listitem>
38
40
<listitem><para><guimenu>3</guimenu>: <command>err (Error)</command>: A service or application failed to complete a requested operation.</para></listitem>
39
-
<listitem><para><guimenu>4</guimenu>: <command>warning </command>: Something undesirable happened but is not an immediate failure.</para></listitem>
40
-
<listitem><para><guimenu>5-7</guimenu>: <command>notice, info, debug</command>: Normal operational information and developer diagnostics.</para></listitem></itemizedlist>
41
+
<listitem><para><guimenu>4</guimenu>: <command>warning </command>: Something undesirable happened but is not an immediate failure.</para></listitem>
42
+
<listitem><para><guimenu>5-7</guimenu>: <command>notice, info, debug</command>: Normal operational information and developer diagnostics.</para></listitem>
43
+
</itemizedlist>
41
44
</step>
42
45
<step><para>View the error log for the failing service using the following command:</para>
<para>The lines preceding the termination message includes information on the error.</para>
45
-
<itemizedlist><listitem><para><guimenu>Exit Status</guimenu>: f a service stops, look for a message like Process xxx exited with status 1/FAILURE. A status of 0 is success. Any non-zero status indicates an error. </para></listitem>
48
+
<itemizedlist>
49
+
<listitem><para><guimenu>Exit Status</guimenu>: f a service stops, look for a message like Process xxx exited with status 1/FAILURE. A status of 0 is success. Any non-zero status indicates an error. </para></listitem>
46
50
<listitem><para><guimenu>Configuration Errors</guimenu>: Messages containing phrases like No such file or directory, Permission denied, or Address already in use usually point to a problem in the service's configuration file</para></listitem>
0 commit comments