Page MenuHomeSolus

Fix udisks eopkg check error and patch the test
ClosedPublic

Authored by Girtablulu on Apr 23 2020, 10:18 AM.
Tags
None
Referenced Files
F11054731: D8728.id.diff
Fri, Aug 11, 1:08 AM
F11054730: D8728.id20951.diff
Fri, Aug 11, 1:08 AM
F11054729: D8728.id20933.diff
Fri, Aug 11, 1:08 AM
F11038221: D8728.diff
Wed, Aug 9, 10:21 PM
F11008737: D8728.diff
Wed, Aug 2, 5:47 AM
F10848283: D8728.id20951.diff
Jun 11 2023, 2:15 PM
F10847562: D8728.id20933.diff
Jun 11 2023, 11:05 AM
F10824059: D8728.id20933.diff
Jun 3 2023, 10:23 AM
Tokens
"Cup of Joe" token, awarded by algent."Grey Medal" token, awarded by Staudey.

Details

Summary

Fix udisks eopkg check error and patch the test

Test Plan

eopkg check udisks reports everything fine now and resized the disk size

Diff Detail

Repository
R3072 udisks
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

package.yml
36

I removed this one because it conflicts with the package udisks2.conf inside /usr/lib

This revision is now accepted and ready to land.Apr 23 2020, 5:29 PM

Just ran the update on 4/23, ran eopkg check, still had the error, so did a quick reboot, and then ran

sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall

which reinstalled the udisks package. I ran eopkg check again and everything including udisks passed OK. So this problem is definitely fixed, I just think people need to reinstall the udisks package for it to be fully fixed. If I'm mistaken, my apologies!