mup | PR snapd#11495 opened: tests/lib/tools/report-mongodb: fix typo in help text <Simple 😃> <Skip spread> <Created by mardy> <https://github.com/snapcore/snapd/pull/11495> | 06:38 |
---|---|---|
mborzecki | morning | 06:45 |
mup | PR snapd#11495 closed: tests/lib/tools/report-mongodb: fix typo in help text <Simple 😃> <Skip spread> <Created by mardy> <Merged by bboozzoo> <https://github.com/snapcore/snapd/pull/11495> | 07:23 |
mardy | hi mborzecki | 07:32 |
mardy | mborzecki: https://github.com/snapcore/snapd/pull/11490 is not needed anymore, is it? | 07:32 |
mup | PR #11490: tests: set interfaces-cups-control test to manual <Simple 😃> <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11490> | 07:32 |
mborzecki | mardy: hi, looks like it, you can ping sergio to close it | 07:33 |
pstolowski | morning | 08:07 |
ack | hi, I'm having a weird issue with a rpi3 with ubuntu core20. I have wifi configured and working, but if I disconnect the ethernet cable, wifi also stops working | 09:54 |
ack | is this a known issue? | 09:54 |
pstolowski | abeato_ ^ maybe you know? | 09:59 |
abeato_ | pstolowski, ack I have not seen that in the past, no idea | 10:00 |
abeato_ | maybe worth opening a bug | 10:01 |
ack | it's 100% reproducible, if I leave a ping on both addresses, as soon as I disconnect the cable they both stop, if I reconnect they start working again after a bit | 10:01 |
ack | I wonder if it's some issue with NM and the fact that the ethernet is connected to a bridge | 10:01 |
ack | (configured via netplan) | 10:02 |
abeato_ | ack, is the NM snap installed then? | 10:02 |
ack | abeato_, yes, is there a better way to get wifi configured? | 10:02 |
ack | I installed the snap, created the wifi connection through nmcli | 10:02 |
abeato_ | ack, no, that should work | 10:03 |
ack | abeato_, https://paste.ubuntu.com/p/9mrCqhFstf/ is what I have | 10:04 |
abeato_ | ack, but NM is not a must for wifi, systemd-networkd supports it too | 10:04 |
ack | abeato_, what's the supported way to configure it on UC20? | 10:05 |
abeato_ | ack, you can distribute the netplan configuration in the gadget, with a cloud.conf file | 10:06 |
abeato_ | ack, or from a snap using the network-control interface | 10:07 |
abeato_ | ack, but NM should work indeed too | 10:07 |
abeato_ | what I think you could try is to maybe remove the NM snap and try with a manual netplan configuration, to check if the problem is the NM snap or elsewhere | 10:08 |
abeato_ | we can start to narrow down with that | 10:08 |
ack | is there a way to see the combined config for netplan (for debug purposes?) | 10:18 |
ack | abeato_, that's exactly what I was trying now, same result | 10:20 |
abeato_ | it is all the filnes in /etc/netplan/, not sure of there is a better way to visualize it | 10:20 |
abeato_ | ack, `netplan get all` maybe | 10:21 |
ack | abeato_, https://paste.ubuntu.com/p/QMtkzF29WT/ is what I have | 10:21 |
ack | abeato_, ah yes, thanks, which basically yields the same output | 10:22 |
abeato_ | ack, there is this "wifis:" in two places, not sure if that is problem | 10:23 |
abeato_ | ack, anyway, I would try without NM, I don't think you need it with this config | 10:23 |
ack | abeato_, this is without NM | 10:23 |
ack | purely netplan, and get all shows just one wifis with the correct config | 10:24 |
abeato_ | ack, ah, ok - do you still have the problem? | 10:24 |
ack | yes, wifi works fine until I pull the cable | 10:24 |
abeato_ | ack, to me it sounds like some routing issue? maybe would it make sense to open a netplan bug? | 10:25 |
ack | abeato_, yeah, I'll try to debug more and go from there. thanks for confirming the config itself is correct | 10:26 |
abeato_ | np! | 10:27 |
ogra | uh, why do you use two network managing tools at the same time ? | 10:43 |
ogra | i'd either ues NM or stick with netplan but not mix them up | 10:44 |
ogra | *use | 10:44 |
abeato_ | ogra, now the NM snap has a netplan plugin, so it actually writes netplan configuration file | 10:44 |
ack | ogra, I don't, I tried NM first, then removed it and only used netplan | 10:44 |
ack | right, before I would still see the wifi connection in netplan, with the config generated by nm | 10:45 |
ogra | abeato_, and that works when also a manual netplan config is used at the same time ? | 10:45 |
abeato_ | it is part of an effort for better netplan&ubuntu integration, eventually the plugin will be in classic too | 10:45 |
ogra | smells like asking for trouble to me | 10:45 |
abeato_ | ogra, yes, well, from the point of view of NM now writing a neplan config is the same as writing manually an old (keyfile) NM-style config | 10:46 |
ogra | au, so NM oly becomes a netplan UI effectively ... yeah, i get it | 10:48 |
ogra | s/au/ah/ | 10:48 |
abeato_ | sort of, yes, it is now fully integrated with netplan/netplan configuration | 10:50 |
mup | PR snapd#11491 closed: interface/opengl: allow read on /proc/sys/dev/i915/perf_stream_paranoid <Simple 😃> <Created by jdstrand> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11491> | 10:59 |
mup | PR snapd#11496 opened: o/devicestate: factory reset mode, no encryption <factory reset 🔌> <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/11496> | 11:39 |
mup | PR snapd#11449 closed: cmd: set core22 migration related env vars and update spread test <Created by MiguelPires> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11449> | 12:15 |
mup | PR snapd#11461 closed: cmd/snap-preseed: support for core20 preseeding <Preseeding 🍞> <Run nested> <Created by stolowski> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11461> | 13:55 |
mup | PR snapd#11383 closed: o/snapstate: migrate on core22 refresh and init ~/Snap <Created by MiguelPires> <Closed by MiguelPires> <https://github.com/snapcore/snapd/pull/11383> | 14:00 |
mup | PR snapd#11490 closed: tests: set interfaces-cups-control test to manual <Simple 😃> <Created by sergiocazzolato> <Closed by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11490> | 14:10 |
mup | PR snapd#11497 opened: o/snapstate: undo migration on 'snap revert' <Created by MiguelPires> <https://github.com/snapcore/snapd/pull/11497> | 15:56 |
mup | PR snapd#11498 opened: github: replace "sanity check" with "quick check" in workflow <Simple 😃> <Skip spread> <Created by mvo5> <https://github.com/snapcore/snapd/pull/11498> | 16:01 |
mup | PR snapd#11499 opened: woke.yaml: add config for "woke" checker <Simple 😃> <Skip spread> <Created by mvo5> <https://github.com/snapcore/snapd/pull/11499> | 16:26 |
mup | PR snapd#11500 opened: many: replace use of "sanity" for interface implementation checks <Simple 😃> <Skip spread> <Created by mvo5> <https://github.com/snapcore/snapd/pull/11500> | 16:41 |
=== sarnold_ is now known as sarnold | ||
mup | PR snapd#11501 opened: many: replace use of "sanity" with more inclusive naming in comments <Simple 😃> <Skip spread> <Created by mvo5> <https://github.com/snapcore/snapd/pull/11501> | 17:26 |
mup | PR snapcraft#3662 opened: tests: update spread url <Created by mr-cal> <https://github.com/snapcore/snapcraft/pull/3662> | 17:37 |
mup | PR snapcraft#3663 opened: tests: update spread url <Created by mr-cal> <https://github.com/snapcore/snapcraft/pull/3663> | 17:37 |
mup | PR snapd#11502 opened: asserts: minimal changes to disable authority-delegation before full revert <authority-delegation> <Created by pedronis> <https://github.com/snapcore/snapd/pull/11502> | 17:51 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!