Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 794637

Summary: app-backup/timeshift fails to read partition with new util-linux
Product: GURU Reporter: ashtophet-2 <kugelschreiber366>
Component: Package issuesAssignee: Ross Charles C. <rossbridger.cc>
Status: RESOLVED FIXED    
Severity: normal CC: andrewammerlaan, pascal.jaeger
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch
upstream patch

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.