Results 2858 comments of MichaIng

@rradar Great. Looks like docker itself uses `unpigz` when pulling containers: https://github.com/home-assistant/hassio-installer/blob/master/hassio_install.sh#L140-L143 AFAIK this is only another gzip implementation, so strange it does not use gzip.. pigz allows to use...

@Ciantic Please check the posts above. In case of all RPi on Raspbian Buster, one must currently run: ``` curl -sSL get.docker.com | CHANNEL='nightly' bash ```

@Ciantic I guess aufs-dkms came from an earlier attempt to install Docker without `--no-install-recommends`. - [aufs-tools](https://packages.debian.org/buster/aufs-tools) are a recommendation for docker-ce, but no dependency: https://download.docker.com/linux/raspbian/dists/buster/nightly/binary-armhf/Packages - [aufs-dkms](https://packages.debian.org/buster/aufs-dkms) again is a...

Hmm, actually I like to have the code shown in browser. Easiest way to quickly search through code from desktop. One can copy&paste or "save to file" as well. Not...

It is only required until Stretch, form Buster on, HTTPS is integrated into the `apt` package. But `apt-transport-https` is a transitional dummy package which pulls in `apt` as dependency, so...

@jawsper Could you update the commits to use latest stable RPi kernel with Linux 5.15, please?

Great, many thanks. Sadly I don't have an RPi 3 or Zero 2 W to test. I don't expect issues, but would be great if someone could do a quick...

Not sure how the userland firmware parts are implemented in motionEyeOS, i.e. on Debian and Raspberry Pi OS one uses the `firmware-brcm80211` APT package. Also assure that the bootloader is...

Not sure about installed userland tools, e.g. does the `ip` command exist and `ip l` doesn't show the network interface either? As always, then `dmesg` should give a hint.

> I can reproduce this. You mean you "can" or you "can't" reproduce it? The issue is present with default clocks+voltage in my case, with only the minimum arm clock...