Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794637 - app-backup/timeshift fails to read partition with new util-linux
Summary: app-backup/timeshift fails to read partition with new util-linux
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ross Charles C.
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-06 21:46 UTC by ashtophet-2
Modified: 2021-10-04 09:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch (timeshift-20.11.1.ebuild.patch,486 bytes, patch)
2021-06-06 21:48 UTC, ashtophet-2
Details | Diff
upstream patch (timeshift-20.11.1-fix-util-linux-update.patch,1.17 KB, patch)
2021-06-06 21:48 UTC, ashtophet-2
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ashtophet-2 2021-06-06 21:46:33 UTC
Timeshift enters "LiveUSB mode" on graphical interface or gives the error " E: ts: Failed to get partition list."

It is already solved upstream[1] and it's related to new util-linux syntax.

Attached is the patch I am using locally.

Cheers

Reproducible: Always

Steps to Reproduce:
1.Run timeshift --check
2.
3.
Actual Results:  
E: ts: Failed to get partition list.


Read description
Comment 1 ashtophet-2 2021-06-06 21:48:02 UTC
Created attachment 714054 [details, diff]
ebuild patch
Comment 2 ashtophet-2 2021-06-06 21:48:30 UTC
Created attachment 714057 [details, diff]
upstream patch
Comment 3 ashtophet-2 2021-06-06 21:49:19 UTC
[1] https://github.com/teejee2008/timeshift/issues/753
Comment 4 Pascal Jäger 2021-09-30 18:55:23 UTC
fixed it and tested it locally. thanks for your patches.