You are not logged in.
Do I just need to disable the journal on diskless clients or something else?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
How did you setup the journal?
Offline
It just does the default behavior through systemd, but it probably squawks because it wants permanent storage for the logs.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Try an alternative journal setup.
Offline
Didn't know there were alternates with systemd.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
I mean edit your journald.conf and change the options.
Offline
Looks like the only feasible option here is to change Storage=volatile. This will store logs in memory, which prevents different stateless clients writing over each other, but might be nice to know what crashed before I could find out.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Why not just mask the service?
# systemctl mask systemd-journald.service
# systemctl mask systemd-journal-flush.service
# systemctl mask systemd-journald-dev-log.socket
# systemctl mask systemd-journald.socket
That's probably overkill -- you may only need to mask the .sockets
EDIT: Ooops! Sorry!
Last edited by Head_on_a_Stick (2015-01-08 20:57:27)
Jin, Jîyan, Azadî
Offline
Why not just mask the service?
# systemctl mask systemd-journald.service # systemctl mask systemd-journal-flush.service # systemctl mask systemd-journald-dev-log.socket # systemctl mask systemd-journald.socket
That's probably overkill -- you may only need to mask the .sockets
Why not? Its unsupported. It will cause logs to be lost. Programs may break in strange ways. Do not do this. Using volatile storage (or none) is a supported option.
Last edited by falconindy (2015-01-08 14:43:40)
Offline
Head_on_a_Stick wrote:Why not just mask the service?
# systemctl mask systemd-journald.service # systemctl mask systemd-journal-flush.service # systemctl mask systemd-journald-dev-log.socket # systemctl mask systemd-journald.socket
That's probably overkill -- you may only need to mask the .sockets
Why not? Its unsupported. It will cause logs to be lost. Programs may break in strange ways. Do not do this. Using volatile storage (or none) is a supported option.
This problem was only starting to show up with a fresh PXE client, but this hasn't been a problem previously. Is there an option that maybe hasn't been considered for the fact that diskless would be on an nfs or sshfs mount instead of "permanent" storage?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline