[gnome-user-docs/wip/system-admin-guide: 3/9] a procedure added to session-debug.page
- From: Jana Svarova <jsvarova src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs/wip/system-admin-guide: 3/9] a procedure added to session-debug.page
- Date: Tue, 2 Jul 2013 15:02:03 +0000 (UTC)
commit 08e62babd9716a82280a5b4fb32ed279385bbd47
Author: Jana Svarova <jsvarova redhat com>
Date: Tue Jul 2 16:49:10 2013 +0200
a procedure added to session-debug.page
system-admin-guide/C/session-debug.page | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/system-admin-guide/C/session-debug.page b/system-admin-guide/C/session-debug.page
index 362415e..3bb41dc 100644
--- a/system-admin-guide/C/session-debug.page
+++ b/system-admin-guide/C/session-debug.page
@@ -35,10 +35,26 @@
<section id="session-log">
<title>Session.log no longer exists</title>
- <p>Previously, the debugging information was stored in the session.log file.
+ <p>Previously, the debugging information was stored in the
+ <file>$HOME/.cache/gdm/session.log</file> file.
This file no longer exists on <app>systemd</app>-using systems. The content
- is now stored directly to the <app>systemd</app> journal. To get the logs
- back, you can use the <cmd>journalctl _UID=<your-uid></cmd> command.</p>
+ is now stored directly to the <app>systemd</app> journal.</p>
+
+<steps>
+<title>To view your user session log, follow the steps below:</title>
+ <item><p>Open the terminal.</p></item>
+ <item><p>Run the <cmd>journalctl _UID=<your-uid></cmd> command.</p></item>
+ <item><p>View the displayed journal.</p></item>
+</steps>
+
+<!--3.1.2.1. Session logs moved into journal
+User session logs, previously stored in $HOME/.cache/gdm/session.log, have moved into the journal.
+To view your user session log, identify your user ID and view the journal for that UID :
+
+ $ id
+ uid=1000(username) gid=1000(username) groups=1000(username)
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
+ $ journalctl _UID=1000-->
+
<p>You can find more information on the <app>journalctl</app> man page:
run <link xref="man:journalctl"><cmd>man journalctl</cmd></link>
in the terminal or
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]