Dusty Mabe

Results 645 comments of Dusty Mabe

> I am not sure if this really a bug or just something that is currently unsupported. I am aware of #2248, but the doc link in the answer to...

ok I think the strategy here should probably be to just call `kola.CheckConsole` directly from within `awaitCompletion` in `testiso.go` AFTER the errchan has been populated. i.e. not as a separate...

In the interest of time I'll push up a commit that is working in local testing.

> Note that this also needs [osbuild/osbuild#1501](https://github.com/osbuild/osbuild/pull/1501), otherwise `bootupd` fails on `grub2-install`. glad I could help, and at the right time too :)

@cathay4t - WDYT? context: https://fedoraproject.org/wiki/Changes/RetireZbusV1

> logically split into 2 outputs. I assume you mean this but I don't want to assume here.. Do you mean "into 2 or more outputs"? I currently have my...

> To get the device ID required for [this fix](https://github.com/libimobiledevice/libimobiledevice/issues/1606#issuecomment-2543116644): > > `lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2` YMMV but for me if you just...

I think you would have to add an entry to your lockfiles since the `coreos-pool` is a [`lockfile-repos` entry](https://github.com/coreos/fedora-coreos-config/blob/bbd4dadc71cbc2310e43a4b0a90f52590469cac4/manifests/fedora-coreos.yaml#L56-L58).

merge this sometime soon?

I'm interested in something like this. I basically would like to run podman rootless containers via the systemd --user session and have them start on bootup (by enabling linger). Some...