/srv/irclogs.ubuntu.com/2022/08/31/#ubuntu-next.txt

luna__There was no Daily or Canary builds of 22.10 yesterday, any specific reason?06:47
luna__got an answer from @seb128 mirrors was down yesterday06:51
Habbiehello! latest systemd-resolved on ubuntu:kinetic in Docker fails to install because it can't overwrite/move /etc/resolv.conf - because Docker does not allow that10:32
HabbieI looked in launchpad but did not see a ticket10:32
Habbiehas anybody perhaps already looked into this problem?10:32
athosHabbie: this is an interesting one :) Would you mind filing a bug in https://bugs.launchpad.net/ubuntu-docker-images ?11:23
athosWhat is happening there is that /etc/resolv.conf is a special file in docker containers (it is mounted in the running container)11:24
athosnow, during systemd-resolved installation, dpkg tries to create a link of the file (note that overwritting the file is not an issue), which fails because we cannot create hard links across mounts11:27
Habbieindeed, i was aware of that docker property11:34
Habbiewill file11:34
Habbie(was not aware of the separate project)11:35
athosI am unsure if that should be the proper place to file it, since right now I am unsure about where a fix should go (could be dpkg, systemd, docker, ...)11:39
Habbiesame11:39
Habbiei also couldn't figure out how 'apt install devscripts' pulled resolved in11:39
Habbie--no-install-recommends stops that11:39
athosBut I'd say, let's bring this to the folks building the images, and we can expand from there :)11:40
Habbie(i don't need resolved - i just need devscripts)11:40
Habbieyes11:40
athoslet me know when you have a bug!11:40
athosHabbie: oh, I was wondering why you needed systemd-resolved at all in a docker image, now I get it11:41
Habbiei'll note that in the ticket too11:41
Habbiehttps://bugs.launchpad.net/ubuntu-docker-images/+bug/198830011:42
ubottuLaunchpad bug 1988300 in Ubuntu Docker Images "systemd-resolved in kinetic image tries to replace resolv.conf" [Undecided, New]11:42
Habbieathos, ^11:44
athosbtw, I was about to suggest that not installing recommended packages would be a workaround for you :) I see you added that to the bug! thanks11:49
Habbieyes11:52
Habbiecurrently testing that in my CI over all debian/ubuntu-variants11:52
Habbiebecause it would not be a surprise if that dropped something i did need11:52
Habbieit worked :)12:08
luna__and no new images today as the Canonical datacenter in London has sad network today13:24
nteodosionicolasbock: A normal apt upgrade, not a dist-upgrade, correct?19:15
nicolasbockWell it was a dist upgrade19:20
nicolasbockLet me paste the logs 19:20
tomreynis there some place to read the first part of your conversation? i *did* read the part in #ubuntu19:23
jbichaI missed the earlier discussion too19:23
tomreyn(don't worry if you'd just like to sort it out between yourselves, though.)19:25
nicolasbockSorry tomreyn , we switched channels. I ran a `dist-upgrade` yesterday which among other packages upgrade `gnome-shell`. Since then `gdm3` throws an error message.19:25
nicolasbockIt's just a grayish screen with a general message stating that "something went wrong"19:25
nicolasbockI have logs and will paste those in a second19:25
jbichawhen was the last time you upgraded that machine?19:26
nicolasbockThe day before yesterday19:26
nicolasbockI typically upgrade every day at least once19:27
nicolasbockHowever I do not log out of gnome every day19:27
nicolasbockOnly if I am told that a reboot is required19:27
nicolasbockThis might have broken earlier and I didn't notice19:27
jbichawe did a big upgrade of evolution-data-server stuff that landed around Monday evening. Before that, gnome-shell 43 Beta landed on Thursday of last week19:28
nicolasbockevolution-data-server is still being kept back19:29
nicolasbockBut the 43-beta is installed19:29
nicolasbockJee, that log is pretty long19:29
nicolasbockCan't I upload a file to paste.ubuntu.com?19:29
jbichathat's your problem. You definitely need evolution-data-server 43 to be updated19:29
jbichaIt's not possible to run apps or services that directly link against both libsoup2 and libsoup3 simultaneously19:30
nicolasbockHow should I do that upgrade?19:30
nicolasbockA regular upgrade keeps it back19:30
jbichayou should do a   sudo apt dist-upgrade19:30
nicolasbockAd is a dist-upgrade19:30
nicolasbockRight now `evolution-data-server gnome-calendar gnome-clocks gnome-initial-setup libgweather-4-0` are being held back by a dist-upgrade19:31
jbichaplease post a paste of the exact error19:31
nicolasbockhttps://paste.ubuntu.com/p/76D6nQy2Tw/19:32
jbichaI probably should have added more Breaks relationships to the evolution-data-server transition. What I added was enough if you were able to upgrade everything19:32
tomreyndid you actually mean to do a release upgrade to kinetic, though, or did you actually do that, or were you already on kinetic (on purpose)?19:32
jbichasudo apt install evolution-data-server19:32
nicolasbockhttps://paste.ubuntu.com/p/z5H6nVWPN8/19:34
nicolasbocktomreyn: I am already on kinetic19:34
nicolasbockAnd yes, on purpose :)19:34
jbichasudo apt update; sudo apt dist-upgrade19:35
jbichathe version of gnome-settings-daemon available in kinetic is 43~beta-1ubuntu319:36
nicolasbockSame thing jbicha 19:36
jbichasudo apt install gnome-settings-daemon19:36
nicolasbockhttps://paste.ubuntu.com/p/Cxt37GzyWk/19:37
jbichayou shouldn't be using Pop!_OS repos on Ubuntu19:37
nicolasbockOk, let me disable those19:38
jbichasudo apt install --mark-auto gnome-settings-daemon gnome-settings-daemon-common/kinetic19:38
jbichajust disabling isn't enough. You need to get back to the Ubuntu versions19:38
nicolasbockhttps://paste.ubuntu.com/p/XHSFJKPZkg/19:38
arraybolt3[m]nicolasbock: If this is Pop!_OS that you're trying to morph into Ubuntu Kinetic... you are going to have a lot more work to do than just disabling repos.19:39
jbichasudo apt install --mark-auto gnome-settings-daemon/kinetic gnome-settings-daemon-common/kinetic19:39
arraybolt3[m]You'll probably want to just download a Kinetic daily ISO and install from scratch. (And if you can't do that because this is a production system, then you should probably wipe everything and install a stable version of Ubuntu.)19:39
jbichappa-purge is great for disabling PPAs & trying to get back to baseline. The PPA needs to be enabled first. I've never tried if ppa-purge works for other apt repos19:39
nicolasbockThat last one worked jbicha 19:39
nicolasbockarraybolt3[m]: Hmm, I am starting to realize that :/19:40
jbichathat /kinetic suffix (or whatever series of Ubuntu you are on) is really useful for trying to get back to the baseline if you know exactly which packages you need to change19:40
nicolasbockI didn't know that trick jbicha 19:40
jbichaIf you're using Pop!_OS, you're on your own. Pop!_OS wouldn't be able to adapt to our changes that quickly19:40
nicolasbockI wasn't really on Pop!_OS but was using their power manager only19:41
nicolasbockWhich I guess I'll need to stop19:41
jbichanicolasbock: are you using a PPA for that?19:41
nicolasbockYes theirs19:41
jbichaI encourage you to run ppa-purge on their PPA (like I said, it needs to be enabled first)19:41
nicolasbockFor a while I was using my own PPA and built packages from theirs for kinetic19:42
nicolasbockOk will do that jbicha 19:42
nicolasbockI'll try gmd3 now19:42
jbichaideally, they would get their improvements upstream into Ubuntu (perhaps even into Debian) but honestly, they haven't done much of that yet19:42
jbichaperhaps they see some competitive advantage to have unique fixes in their repos. Or perhaps they're really busy. Or perhaps they just don't see the benefit yet19:43
jbichayour system could have been broken for a while. We did the gnome-desktop transition 3 weeks ago19:47
jbichabut maybe it didn't break good until this week's evolution-data-server transition19:48
nicolasbockThanks jbicha for your help!19:52
nicolasbockIt's working again19:52
nicolasbockI purged all of the POP!_OS packages19:53
nicolasbockI agree, it would be nice if they upstreamed their changes19:53
nicolasbockI think I didn't notice the breakage until I rebooted the system19:54
jbichathe power management thing is interesting because GNOME went a different way with power-profiles-daemon19:54
nicolasbockThe one thing I care about are their charging thresholds19:54
nicolasbockYou can set a max chanrge on your laptop19:54
jbichais it a system76 computer?19:54
nicolasbockYes19:54
jbichayou could file an issue with system76/pop about the conflict. But honestly, you might just need to stick with distro releases System76 supports (so no Ubuntu alpha for you)19:56
nicolasbockYeah :/ 19:56
nicolasbockThey seem to be moving away from a more vanilla Ubuntu experience to doing their own thing19:57
nteodosioAh, glad to see this was solved already! Going forward, it should be a good idea to mention non-official sources upfront since many times they are the cause of the issue.19:58
nicolasbockYes good point20:04
nicolasbockOMG it's nice to be on Gnome after having to use KDE for a while :)20:12
enigma9o7[m]Apperantly epiphany is testing extensions, I hope when it's released to regular beta, there'll be an extension to use the gnome extensions website integration.21:06
enigma9o7[m]It has seemed odd to me that site would tell me it doesnt detect gnome when i was using gnome web!21:06
jbichaenigma9o7[m]: yeah, it doesn't look like the Firefox extension works for Epiphany yet. Also Epiphany 43 currently disables extensions by default.21:24

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!