Skip to main content

Questions tagged [systemd-journald]

For questions pertaining to systemd-journald, a system service that collects and stores logging data. Use this tag for questions about systemd-journald itself, using systemd-journald, or questions about issues arising from collecting and storing logging data in systems where this task is performed by systemd-journald.

Filter by
Sorted by
Tagged with
2 votes
1 answer
56 views

I do see the following behaviour on a SUSE SLE 15 VM (VMWare ESXi, location setting is Europe / Germany) and getting confused the more I think about it. I have shortened the journal-log output to the ...
MMAX's user avatar
  • 276
0 votes
2 answers
71 views

Occasionally, my amdgpu driver errors out, freezing the system. I want to trigger a GPU reset (which is likely to solve the problem) when a specific error message appears from the amdgpu module. Is it ...
td211's user avatar
  • 831
7 votes
2 answers
902 views

I have a systemctl service that generates rather high volume of logs, on the order of 20-50 Gb per day. The service runs on a VPS with Ubuntu 24.04 LTS. The service is written in node.js, and simply ...
Petr's user avatar
  • 173
2 votes
2 answers
429 views

A failing mount unit's systemd message somehow ends up on the tuigreet / greetd screen. I suspected the problem stemmed from using VT1 for greetd which is used by systemd to log messages there but the ...
Hermes Hariwald's user avatar
0 votes
1 answer
65 views

I have tried to log into journald using logger. logger test, journalctl |grep test does not show any output. The message does not reach journald even though it listening and logger is writing (I ...
maths soso's user avatar
1 vote
2 answers
220 views

OS: Ubuntu MATE 24.04.2 LTS I added the system monitor to my top panel and noticed much disk activity. At first I thought the main 'culprit' was jbd2 -- Journaling Block Device. But jbd2 ("a ...
AlanQ's user avatar
  • 107
0 votes
0 answers
209 views

im getting this error while booting tails from a usb stick. i tried the same usb with another laptop it works fine. but trying with my asus g14 its not working, the error is shown in the screenshot. ...
joel's user avatar
  • 1
3 votes
0 answers
199 views

With systemctl, I can start and stop the user service units of a different user using: sudo systemctl --user --machine=OTHER_USER@ stop their.service How can I achieve this behaviour with journalctl? ...
mallwright's user avatar
0 votes
1 answer
549 views

I'm encountering strange issue with journald on a custom embedded Linux system built with Yocto. On freshly prepared and booted system, journal works fine: using --list-boots shows only one (0) entry ...
micmys's user avatar
  • 1
0 votes
1 answer
31 views

I am trying to use sd_journal_print_with_location() function. #include <systemd/sd-journal.h> int main() { sd_journal_print_with_location(LOG_INFO, "CODE_FILE=tst_file.c", "...
White Owl's user avatar
  • 5,297
1 vote
0 answers
195 views

I have a process that I've written that logs several lines to stdout on startup: Remote Input Daemon starting... Creating evdev device... done. Filling keys list array... done. Setting up listening ...
SofaKng's user avatar
  • 363
0 votes
1 answer
409 views

I've gotten my systemd-journald-remote.service up and running, with (1) test client connecting successfully via systemd-journald-upload.service. When I normally tail journald logs, I use journalctl -...
ajgringo619's user avatar
  • 3,644
1 vote
1 answer
104 views

I'm having several remote sites (test setups), each having multiple Linux devices, uploading their journal remotely to Raspberry Pis in that remote site. I'm trying to forward these journals via ...
Kalle's user avatar
  • 83
0 votes
1 answer
57 views

when running systemd-run --pty --same-dir --wait --service-type=exec I get all the command output in journal. While nice, it is not something I want/can afford all the time. for example, if I want ...
gcb's user avatar
  • 953
1 vote
0 answers
102 views

I have a process that outputs its logs to standard error, and I'm running it as a systemd service with Type=simple. I have left the StandardError and StandardOutput fields at their default values (...
Guss's user avatar
  • 13.3k
7 votes
2 answers
2k views

I'm using less to view my journalctl logs because it's more convenient. It doesn't clutter the console window with logs after you exit less and you can scroll using your mouse wheel. journalctl --unit ...
fire84392's user avatar
0 votes
0 answers
247 views

I have a standalone debian-based system that -- for the simplicity -- can be taken as not having RTC. The system clock can be set during operation, both forwards and backwards. I thought that ...
Ferenc's user avatar
  • 101
2 votes
1 answer
326 views

I'm trying to periodically backup my /var/log directory, but journald manages the logging on my system. Is the correct way to just tar -cf log.tar /var/log? The way journald saves it's log files in /...
user9503's user avatar
  • 379
0 votes
0 answers
1k views

I've accidentally unplugged my NAS and after plugging back it fails to boot because of the following error: [ 105.556720] systemd[1]: systemd-timesyncd.service: Main process exited, code=killed, ...
Kamil's user avatar
  • 11
0 votes
0 answers
1k views

( First of all, I'm not completely sure what the official terms are. I think it's "suspend"/"resume", with "sleep"/"wake" being synonyms (and I'm not sure if ...
dwawlyn's user avatar
  • 23
3 votes
2 answers
1k views

I am new to systemd. I have read that along with systemd boot system comes it's own logging daemon - journald. But there is also a lot of mention of systemd-journald daemon over the Internet. At first ...
mipo256's user avatar
  • 133
0 votes
1 answer
994 views

I have read this question, but it discusses syslog and my question is about journald. Can I mount /var/log/journal as tmpfs using fstab, or will journald be run (and therefore maybe write to the ...
cnikbesku's user avatar
  • 224
0 votes
1 answer
1k views

I can do the following to get local3 logs: journalctl SYSLOG_FACILITY=19 The magic number 19 is uterly confusing. How can I do the following: journalctl WHAT_TO_PUT_HERE=local3 ? I do not see ...
KamilCuk's user avatar
  • 970
1 vote
2 answers
2k views

I work on yocto based linux distribution. I'm not expert about systemd and neither about systemd-journald. My C program my_c_program is started at boot by the script my_script.sh. Below there is the ...
User051209's user avatar
2 votes
2 answers
8k views

I see this on my systemctl log, the systemd-journal-flush.service fails to start with a timeout error. Server is apparently running fine though. OS is CentOS 8. Logs don't tell much about the error. ...
ariel's user avatar
  • 123

1
2 3 4 5
7