systemctl --failed returns pkgfile.update service failed to load
How to fix it?
Have already tried disabling and enabling it… haven’t worked!
Kernel 5.4 Lts
What’s the output?
UNIT
pkgfile-update.service
LOAD
loaded
ACTIVE SUB
failed failed
Please post the output of the following using Preformatted text </> or between three backticks `
```
like this
```
systemctl status pkgfile-update.service
and
systemctl status pkgfile-update.timer
systemctl status pkgfile-update.service
● pkgfile-update.service - pkgfile database update
Loaded: loaded (/usr/lib/systemd/system/pkgfile-update.service; static)
Active: failed (Result: exit-code) since Sun 2020-12-13 10:08:04 IST; 16min ago
TriggeredBy: ● pkgfile-update.timer
Process: 746 ExecStart=/usr/bin/pkgfile -u (code=exited, status=1/FAILURE)
Main PID: 746 (code=exited, status=1/FAILURE)
Dec 13 10:08:04 King systemd[1]: Starting pkgfile database update...
Dec 13 10:08:04 King pkgfile[746]: warning: download failed: https://manjaro.lucassymons.net/stable/c>
Dec 13 10:08:04 King pkgfile[746]: warning: download failed: https://manjaro.lucassymons.net/stable/e>
Dec 13 10:08:04 King pkgfile[746]: warning: download failed: https://manjaro.lucassymons.net/stable/c>
Dec 13 10:08:04 King pkgfile[746]: warning: download failed: https://manjaro.lucassymons.net/stable/m>
Dec 13 10:08:04 King systemd[1]: pkgfile-update.service: Main process exited, code=exited, status=1/F>
Dec 13 10:08:04 King systemd[1]: pkgfile-update.service: Failed with result 'exit-code'.
Dec 13 10:08:04 King systemd[1]: Failed to start pkgfile database update.
systemctl status pkgfile-update.timer [130]
● pkgfile-update.timer - pkgfile database update timer
Loaded: loaded (/usr/lib/systemd/system/pkgfile-update.timer; enabled; vendor preset: disabled)
Active: active (waiting) since Sun 2020-12-13 10:08:04 IST; 17min ago
Trigger: Mon 2020-12-14 00:00:00 IST; 13h left
Triggers: ● pkgfile-update.service
Dec 13 10:08:04 King systemd[1]: Started pkgfile database update timer.
It appears either there was no internet connection at the time or there was an issue with that mirror. Currently that mirror is showing fully up to date, so maybe it was a temporary issue.
Oohoo …I c…thank you
Today the same problem again…but internet was on and the mirror was also fine…this problem wasn’t present in Manjaro 20.1 series…might b that the pkgfile-update.service is starting very soon during boot or might b some kind of hardware issue on my side…
Does it succeed if you update manually?
sudo pkgfile -u
systemctl start pkgfile-update.service
After this command the service resumes and the error goes away…but comes again 2…3 boots later
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.