73
top 4 comments
sorted by: hot top controversial new old
[-] sunzu2@thebrainbin.org -1 points 1 day ago

I see this process on start up pinging somewhere but it never does anything lol

[-] masterofn001@lemmy.ca 14 points 1 day ago

Probably because your hardware's firmware is up to date or there's nothing available.

It's rare that it's updated.

Check your journal or

systemctl status fwupd.service

fwupdmgr get-history

[-] sunzu2@thebrainbin.org 2 points 1 day ago
[-] masterofn001@lemmy.ca 1 points 1 day ago* (last edited 1 day ago)

No problem.

The only reason i know this is because systemd throws degraded warnings because fwupd keeps failing. On several machines. (Because DNS, proxies, VPN, etc.)

In xfce there's a panel tool called genmon I use.

I have 2 specifically for monitoring systemd status

First is just the status

systemctl is-system-running

The other lists the failed units using a script

#!/bin/sh
failedd (){ systemctl --failed | grep -o -E "●.{0,35}\<failed" 2>/dev/null }
echo $(failedd)

Mint cinnamon has a similar "spice" (panel plugin) that I also use.

this post was submitted on 25 Sep 2024
73 points (100.0% liked)

Linux

47450 readers
2130 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS