Fix udisks eopkg check error and patch the test
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R3072:ecd2c7a9d182: Fix udisks eopkg check error and patch the test
eopkg check udisks reports everything fine now and resized the disk size
Diff Detail
Diff Detail
- Repository
- R3072 udisks
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
package.yml | ||
---|---|---|
36 | I removed this one because it conflicts with the package udisks2.conf inside /usr/lib |
Comment Actions
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!