New user: A couple of observations

Hello,

Thought I’d give Aurora a whizz and see how I get along with it so I’ve installed it on my laptop. Just spent the last couple of weeks learning about devcontainers because I maintain a small code base so I’m using the developer experience.

I’ve noticed a couple of minor issues:

  1. My battery charge settings are not maintained between boots. In fact, at boot, the stop and start charging levels are both at 100%, so my battery doesn’t charge until I fix these settings and it’s getting a bit tedious.
  2. There is a failed systemd service:

➜ systemctl list-units --state=failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● systemd-remount-fs.service loaded failed failed Remount Root and Kernel File Systems

Legend: LOAD → Reflects whether the unit definition was properly loaded.
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
SUB → The low-level unit activation state, values depend on unit type.

1 loaded units listed.

Just minor stuff but I wanted to check if I’m missing somethong.

The mounting “fails” because of composefs, which was introduced in F42 Root mount options are ignored in Fedora Atomic Desktops 42 - Fedora Discussion

You can’t really do anything about it. It will be fixed at some point™ by upstream.

I am assuming you are talking about the settings page in the first point?

Upstream issue then, https://bugs.kde.org/show_bug.cgi?id=450551

I am also new here. Installed Aurora a couple of days ago.

Here was an error with logrotate. It had permission denied for /var/log/boot.log

I did restorecon -v /var/log/boot.log which showed

Relabeled /var/log/boot.log from system_u:object_r:var_t:s0 to system_u:object_r:plymouthd_var_log_t:s0

Reran the logrotate service and no errors.

Thanks for those links. I don’t know how I missed the KDE bug, but I’ve always found the search function on the KDE bug tracker a little hard to use!

The link for the root mount options is useful because it leads me down a path where I understand this distro a little better.