Bug Report? Welcome App Package Cleanup Config Error

After installing EOS on a new system, without doing anything else (fresh install), I get the following error when I click on the Package Cleanup Configuration in the Welcome App. Any ideas on where to look for a solution? I’ve not found a solution searching this forum.

screenshot of error - paccache-service-manager error

paccache-service-manager error
Error: invalid line in file
/usr/lib/systemd/system/paccache-service
line:

ExecStart=usr/bin/paccache -r $PACCACHE_ARGS

Everything else in the welcome app appears to be working just fine.

Here are the contents of file /usr/lib/systemd/system/paccache-service

[Unit]
Description=Remove unused cached package files

[Service]
Type=oneshot
EnvironmentFile=/etc/conf.d/pacman-contrib
ExecStart=/usr/bin/paccache -r $PACCACHE_ARGS

Lowering priority

OOMScoreAdjust=1000
Nice=19
CPUSchedulingPolicy=idle
IOSchedulingClass=idle
IOSchedulingPriority=7

Sandboxing and other hardening

ProtectProc=invisible
ProcSubset=pid
NoNewPrivileges=yes
ProtectSystem=full
ProtectHome=yes
PrivateTmp=yes
PrivateDevices=yes
PrivateNetwork=yes
PrivateIPC=yes
ProtectHostname=ye

Looks like some variable substitution didn’t happen when the service was generated perhaps?

Heads up @manuel

1 Like

usr/lib/systemd/system/paccache.service

is from pacman-contrib

so something in /usr/bin/paccache-service-manager (eos-tool) needs a change.

pacman-contrib updated 4 days ago:

Thanks for the report!

A recent change in Arch package pacman-contrib changed the paccache call parameters in the service file.

A new version 25.2-1 of eos-bash-shared should fix this problem, and the package is on its way to mirrors already.

5 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.