ecryptfs error after resume from hibernation
Bug #1714919 reported by
Harish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I get the following message in dmesg sometimes when I try to resume from hibernation. Hibernation does not work reliably for me and I suspect this to be a possible culprit.
[ 226.790152] ecryptfs_
[ 226.790156] ecryptfs_readpage: Error decrypting page; rc = [-4]
I have a seperate /home partition and I have encrypted it according to the arch wiki on ecryptfs. Everything works except when I try to resume from hibernation.
To post a comment you must log in.
Hello and thanks for the bug report!
If an interrupted (-4 is the EINTR errno) read() syscall was the reason hibernation is broken, it would likely be the fault of the application calling read(). See the read man page and how EINTR is a valid return code. The application should retry or at least emit a helpful error message.
Do you have any ideas about which application triggers this warning?