Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 456  / 2 Years ago, sat, march 12, 2022, 5:13:16

My system is constantly crashing because of systemd-journald going into overdrive and bogging down the CPU (and probably the disk as well) when I watch videos with VLC. I notice this behavior getting triggered by hitting the Pause/Play button. At this point I have no clue how to rescue the system, I'm just simply forced to do a hard reset, which is very annoying and time consuming.


I'd like to completely disable VLC from messing with systemd-journald. I have seen a similar question but the provided solution didn't work for me.


This is how I adapted the answer above: I created a file named vlc.service in /etc/systemd/system
with this content:


[Service]
StandardOutput=null

System variables:



  • Ubuntu 22.04 Desktop

  • VLC version 3.0.16 Vetinari (3.0.13-8-g41878ff4f2)

  • systemd 249 (249.11-0ubuntu3.1)


In VLC itself, logging to syslog is not enabled (See screenshot)


enter image description here


More From » systemd

 Answers
5

The root cause of the issue was the half-baked Wayland protocol, and disabling it entirely got rid of the whole problem.


Steps:



  • Edit /etc/gdm3/custom.conf to include the line WaylandEnable=false.

  • Restart GDM3 with sudo systemctl restart gdm3


[#487] Monday, March 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
igeonlothe

Total Points: 370
Total Questions: 121
Total Answers: 114

Location: United States Minor Outlying Island
Member since Fri, Feb 5, 2021
3 Years ago
igeonlothe questions
;