[03:26] ppisati: have some quick advice on how to upgrade from your https://people.canonical.com/~ppisati/lp1871182/ -25 to -26? [03:38] CarlFK: you probably want to $ sudo apt install linux-generic [03:38] together with: [03:38] shim-signed / grub2-signed if you had those removed [03:38] make sure that all linux-image-unisged-* are removed [03:39] to get back secureboot [03:41] xnox: thanks, that' [03:41] doing it. === diddledan9 is now known as diddledan === cpaelzer__ is now known as cpaelzer === Eighth_Doctor is now known as Conan_Kudo === Conan_Kudo is now known as Eighth_Doctor === Eighth_Doctor is now known as Conan_Kudo === Conan_Kudo is now known as Eighth_Doctor === Eighth_Doctor is now known as Conan_Kudo === Conan_Kudo is now known as Eighth_Doctor [13:11] xnox, i think i just saw an autopkgtest failing because upgradind systemd-timesyncd rolled back the clock : https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/libs/libsfml/20200422_115723_f2338@/log.gz [13:13] xnox, maybe chrony would be a better default time-daemon, what do you think? [14:00] rbalint i assume you are aware, but just fyi lp #1860926 [14:00] Launchpad bug 1860926 in systemd (Ubuntu Focal) "Ubuntu 20.04 Systemd fails to configure bridged network" [Critical,Confirmed] https://launchpad.net/bugs/1860926 [14:04] ddstreet, yes :-\ [16:40] rbalint: i don't know if time-daemon is crittical. Systems without public network or without hw-clock will not work right. systemd on boot sets the time to at least when systemd was released (i.e. all systems booted with focal will at least say they are in 2020) [16:41] rbalint: i understand that we used to ship timesyncd in minimal, and that minimal did have ntp in bionic. But i don't think we did that in xenial or maybe like not in trusty. [16:41] ooooh [16:41] maybe we did [16:41] one sec, need to look at the old seeds [16:57] /35 === ijohnson is now known as ijohnson|lunch === ijohnson|lunch is now known as ijohnson [18:45] rbalint: so i think we always shipped ntp client, we dropped "ntpdate" when we added timesyncd [18:47] rbalint: talking with steve, i think there is history why we did this minimal task configure, and it should probably be switched to "ubuntu-minimal" package install [18:47] xnox i'd like that, this makes sense [18:48] rbalint: because we think it was a bad workaround, around the fact that servers did not have "ubuntu-server" installed, and apt didn't have immediate configure and was failing to immediately configure things, and we were failing to like upgrade to upstart or to systemd, etc. [18:48] with like multi-arch predepends failing [18:53] xnox, should we switch to ubuntu-minimal install right now instead of landing the systemd-timesyncd workaround? [19:00] rbalint: also i think desktop upgrades are not affected, only server. cause i think it only takes that code path for server and not desktop [19:01] rbalint: i kind of want to 1) check if desktop upgrades are affected 2) propose the right thing as marking ubuntu-minimal for install first 3) not block upgrades on this [19:06] xnox, ack