Michael Vogt

Results 57 issues of Michael Vogt

This new config option allows setting the port that the ssh daemon listens to. Note that this option is only available on UC20+ systems because to work during first boot...

Needs Samuele review
Run nested

The mk-classic-rootfs.sh script is either used as part of an installer image which will have a "base.squashfs" or as part of a spread test. For the installer image very little...

Run nested

Currently snaps that use python3.10 from core22 will fail on older releases of ubuntu: ``` $ sudo snap install test-snapd-sh-core22 $ test-snapd-sh-core22.sh -c 'python3 -c "import ssl"' Traceback (most recent...

Simple 😃
Needs security review

Back in 2018 we added running `fc-cache` on install of snaps. This helped with performance issues for popular snaps like `vscode` [1]. However nowdays the desktop helpers from snapcraft are...

This commit make the muinstaller not run automatically as it appears that on real hardware there are often steps and reboots required before this is ready. Based on https://github.com/snapcore/snapd/pull/12246 Relevant...

Run nested

This is an end-to-end test for the encrypted and unencrypted installation API of snapd. It will create a nested machine with a spare disk. Then run the "muinstaller" classic snap...

Run nested

As discussed in https://github.com/snapcore/snapd/pull/11370#pullrequestreview-880977661 we should not fail if the current memory or thread usage cannot be determined. This commit provides a possible way to do this by extending the...

Needs Samuele review

First - thanks for your wonderful project. This PR implements a new `FlutterBlue.name` property that will get the friendly bluetooth name of the local bluetooth adapter. I tested this with...

Trying to get to the bottom of issue#712 I think it is good to run the testsuite against py312 - it seems fine and I'm still in the dark why...

[edit: see also https://github.com/osbuild/osbuild/pull/1535 for the inspiration/idea] [edit2: ideas about the name also welcome and I really hope I did not miss a simpler way to do this :/] [edit3:...