~snappy-hwe-team/snappy-hwe-snaps/+git/network-manager:debug-build

Last commit made on 2021-01-27
Get this branch:
git clone -b debug-build https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/network-manager
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

9a8060c... by Heather Ellsworth

Fix dnsmasq upstream branch and add -g compile flag

f48a091... by Alfonso Sanchez-Beato

Copy latest template for test runner

Needed as yq changed syntax.

0fa7275... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch slyon/netplan-hotspot-mode

Merge-Proposal: https://code.launchpad.net/~slyon/snappy-hwe-snaps/+git/network-manager/+merge/395534

Author: Lukas Märdian <email address hidden>

None

6747ce5... by Lukas Märdian

Update nms-netplan patch to allow wifi hotspot mode (6378126)

As created via:
nmcli dev wifi hotspot ifname wlan0 ssid hotspot-test password "test1234"

39f51d5... by System Enablement CI Bot <email address hidden>

Open development for 1.22.10-3-dev

76f9496... by System Enablement CI Bot <email address hidden>

Bump version to 1.22.10-2

f027b70... by System Enablement CI Bot <email address hidden>

Update manifests to 1.22.10-2

a11489b... by System Enablement CI Bot <email address hidden>

Update ChangeLog for 1.22.10-2

58f8d99... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-udev-detect

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/391889

Author: Alfonso Sanchez-Beato <email address hidden>

Add patch to use udev even when confined

[PATCH] platform: use also statvfs() to check for udevd

Check whether or not there is a running udevd by using statvfs() on
"/sys" and use access() as a fallback. This is in line with what is
done by systemd [1] and helps in case NM is not really running in a
container but has been confined by a MAC so it does not have full
access to sysfs (access() returns EACCES). Fixes LP:#1712918,
LP:#1893184.

Upstream:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/9c8275bedcc98d789fa83d2817b9e8ff58f3e7b6

[1] https://github.com/systemd/systemd/blob/v246/src/basic/stat-util.c#L132

d084e6f... by Alfonso Sanchez-Beato

Check udev usage when debug traces are enabled