summaryrefslogtreecommitdiff
path: root/debian/patches/01-retry-console-open-on-EIO.patch
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20New upstream bug fix release 0.4.5.Martin Pitt1-61/+0
* New upstream bug fix release. * Drop 01-retry-console-open-on-EIO.patch, included upstream.
2010-11-20Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139, ↵Martin Pitt1-0/+61
ConsoleKit sometimes fails to track the active VT. This particular case was tracked down to a race condition that happens if you try to open /dev/console while the current TTY is currently being closed. This yields an -EIO error, in which case CK should just try again. Thanks Colin Watson for the patch!