Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8042

Raspberry Pi OS • Re: Latest Raspi OS Lite (12.10) updated : no auto mounting of Pico devices

$
0
0
All right, thanks to you both. I wasn't aware that it was a desktop feature.

It is the latest in dmesg, so no need to go through all logs. Which makes me think, there are no system logs as in traditional Linux systems (at least what I'm used to). For that matter there is no logging process running apart from systemd-related.Is this a feature ? I used to do extensive greps with emacs on system logs when debugging problems. Now on raspi OS, no such logs.

Thanks for reminding me about lsblk.

With Bookworm everything that went to /var/log/syslog now goes to the systemd journal.

Code:

sudo journalctl
is roughly equivalent to

Code:

cat /var/log/syslog
See journalctl --help or the man page for more.

IIRC it's possible to install syslog from apt but then you'll get everything logged twice - once in syslog and once in the journal.

Statistics: Posted by thagrol — Thu Apr 10, 2025 9:42 pm



Viewing all articles
Browse latest Browse all 8042

Trending Articles