[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2021-02-03 Thread Dimitri John Ledkov
Request for truely flicker free boot is in https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1914409 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1880250 Title:

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2021-02-03 Thread Dimitri John Ledkov
Installed focal Ubuntu desktop .2 media with LUKS full disk encryption. On boot the fsck messages briefly flicker, and then are cleared, then there is smooth transition to gdm. It's a lot better than before, where fsck message would linger forever. It would be ideal to make it flickerfree. Aka

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package plymouth - 0.9.4git20200323-0ubuntu6.1 --- plymouth (0.9.4git20200323-0ubuntu6.1) focal; urgency=medium * Clear twostep footer, at the end of fsck, and clear lingering Ctrl+C message LP: #1880250 -- Dimitri John Ledkov Wed, 30 Sep 2020

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-10-22 Thread Dimitri John Ledkov
installed focal daily with LUKS and plymouth 0.9.4git20200323-0ubuntu6.1 ; i could see that on boot the ctrl+c message is there after unlock, briefly, and then cleared. Then i downgraded to 0.9.4git20200323-0ubuntu6 and instead of brief ctrc+c message, it lingers for a lot longer until gdm3

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-10-14 Thread Matthieu Clemenceau
** Tags added: fr-110 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1880250 Title: Ctrl-C message displayed without any actual disk check Status in plymouth package in

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-10-06 Thread Brian Murray
Hello Kees, or anyone else affected, Accepted plymouth into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/plymouth/0.9.4git20200323-0ubuntu6.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Michael Biebl
Turns out, the missing fsck progress bar is a regression: https://github.com/systemd/systemd/issues/17157 ** Bug watch added: github.com/systemd/systemd/issues #17157 https://github.com/systemd/systemd/issues/17157 -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Michael Biebl
>From my personal POV, I consider the progress bar more important then the >ability to interrupt fsck with CTRL+C. Nowadays, SSDs are much more common and enable_periodic_fsck = 0 has been the default for many years now. So this is much less of an issue today then it was back in 2015, I think.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Michael Biebl
As for text-only boot: Maybe we could convince upstream to enable verbose mode once an fsck takes longer then say 30s (similar to how the eye-of-cyclon animation kicks in when services take a long time to start). With something like that implemented, dropping fsckd might be an option, I think. --

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Dimitri John Ledkov
** Description changed: + [Impact] + + * fsck messages is shown by plymouth, despite all fscks already + completed. + + [Test Case] + + * Install Ubuntu Desktop with full disk encryption + + * Observe that fsck messages (press ctrl+c) is shown, and remains there + on screen for a little

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Didier Roche
This patch was worked with upstream and even merged in systemd master. Howwever, after a month, Lennart decided to revert it because he strongly thinks that no feedback on fsck is needed because "everyone have fast SSD disks". (frustrating experience after working for a good 3 months getting

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-24 Thread Didier Roche
Note: from what I see above, the issue is on the plymouth new integration (I think it’s xnox that changed it) modifying the logic displaying the cancelling message. Maybe worth digging there? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-23 Thread Michael Biebl
I would be happy to see this patch merged upstream. There was an attempt a few years ago: https://lists.freedesktop.org/archives/systemd-devel/2015-March/029186.html Eventually it was removed again: https://github.com/systemd/systemd/commit/96d9117ad2db7d8c13f7898127eee8939e88daf1

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-09-23 Thread Dan Streetman
@rbalint, @didrocks, @mbiebl, we've been carrying the systemd-fsckd custom patch for 5 years now (via Debian)...can we either get it upstreamed, or drop it? I don't think continuing to carry it ourselves is a good idea. Note that not only is there this bug, but also the systemd-fsckd autopkgtest

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package plymouth - 0.9.5-0ubuntu2 --- plymouth (0.9.5-0ubuntu2) groovy; urgency=medium * Clear twostep footer, at the end of fsck, and clear lingering Ctrl+C message LP: #1880250 plymouth (0.9.5-0ubuntu1) groovy; urgency=medium * New upstream

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-08-12 Thread Daniel van Vugt
Are you sure about that? Is the footer functionality explicitly bound to fsck or is it more general? I thought (from memory) that it was more general and therefore it's the client's job to clear it. But I'm only going from memory. Glad you fixed it. -- You received this bug notification because

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-08-12 Thread Dimitri John Ledkov
Plymouth does not clear the footer at the end of fsck. But with that fix in-place it still looks like fsckd flickers the ctrl+c message, despite not having any progress to show. ** Changed in: plymouth (Ubuntu Groovy) Status: Confirmed => Fix Committed -- You received this bug

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-06-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: plymouth (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-06-02 Thread Daniel van Vugt
** Tags added: focal groovy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1880250 Title: Ctrl-C message displayed without any actual disk check Status in plymouth

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-06-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-06-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: plymouth (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-06-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-05-29 Thread Francis Ginther
** Tags added: id-5ecfd7fe4951b77bf134feed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1880250 Title: Ctrl-C message displayed without any actual disk check Status in

[Touch-packages] [Bug 1880250] Re: Ctrl-C message displayed without any actual disk check

2020-05-28 Thread Daniel van Vugt
** Summary changed: - disk check progress no longer visible + Ctrl-C message displayed without any actual disk check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1880250