You are not logged in.
Split from: Index » Basic Help & Support » BL closing programs by itself!
From this post down got me thinking.
10 Apr 17 @ 12:28:48 ~
$ find /var/log/journal
find: `/var/log/journal': No such file or directory
10 Apr 17 @ 12:28:50 ~
$ journalctl --list-boots
No journal files were found.
10 Apr 17 @ 12:28:55 ~
$ grep Storage /etc/systemd/journald.conf
#Storage=auto
Should I be concerned?
Last edited by Sector11 (2017-04-10 19:50:53)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Sector, I think you need to uncomment and change auto to persistent. For whatever reason journaling is hinged on it being persistent. I'm not sure what the auto implies... and you need to uncomment the line, then on reboot I think you'll have your journals listed.
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
I have never touched /etc/systemd/journald.conf
No idea what it even does.
It looks like this ... everything is commented out:
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See journald.conf(5) for details
[Journal]
#Storage=auto
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
#SystemMaxUse=
#SystemKeepFree=
#SystemMaxFileSize=
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#MaxRetentionSec=
#MaxFileSec=1month
#ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
You need to have "Storage=persistent" (and uncommented)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Please read
man journald.conf
Pay particular attention to the Storage= paragraph in the OPTIONS section
Last edited by Head_on_a_Stick (2017-04-10 19:42:55)
Offline
OK, from here, journald.conf.html, it looks like I have the "default setup".
Bold italics mine
Configuration Directories and Precedence
The default configuration is defined during compilation, so a configuration file is only needed when it is necessary to deviate from those defaults. By default, the configuration file in /etc/systemd/ contains commented out entries showing the defaults as a guide to the administrator. This file can be edited to create local overrides.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
OOPS! Two comments as I was typing ... will check it out guys ...
H_B, damo and HoaS: Thank you gentlemen, it is now persistent!
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Guess I'll see tomorrow when I boot-up
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline