Christian

Results 74 comments of Christian

The behavior is unchanged for `ghcr.io/fhem/fhem-minimal-docker:dev-bullseye`. ``` $ docker images | grep fhem ghcr.io/fhem/fhem-minimal-docker dev-bullseye cf28244b08a3 12 hours ago 905MB ghcr.io/fhem/fhem-minimal-docker 4.0.0-beta8-bullseye 8947fca5f21e 7 days ago 1.34GB ghcr.io/fhem/fhem-minimal-docker 3.3.1-bullseye c9b1f0c873e7...

I tried to install the packages manually in `pre-init.sh`: ``` apt-get update && apt-get install -y libdevice-serialport-perl libxml-bare-perl ``` According to the log, they are installed, but still missing for...

Looks like perl libraries installed by `apt` are not available. From a shell within `ghcr.io/fhem/fhem-minimal-docker:dev-bullseye` (using `XML::Bare` as an example, may be replaced by any other lib): ``` $ perl...

In v3.3 image, the library path is (different from v4 above): ``` @INC contains: /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/arm-linux-gnueabihf/perl5/5.32 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl-base /usr/lib/arm-linux-gnueabihf/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl ```

Thanks for caring about this issue. I'm ready to give feedback in case you don't have arm hardware available. 1. I tried the full image. `Device::SerialPort` is still missing. 1....

> `Device::SerialPort` is still missing. I'm curious why this is the case. It looks like `parse-METAJson.pl` is collecting all required perl dependencies by parsing the FHEM source files. Some of...

I created separate issues for `Device::SerialPort` and the image size because they do not relate to Jabber integration.

The v4 images do not contain `Authen::SASL::Cyrus`. I can confirm that Jabber is working in `4.0.0-beta8-bullseye` and latest `dev` images (both minimal and extended).

See [tfrec-mqtt](https://github.com/git-developer/tfrec-mqtt) for an integration of tfrec, MQTT and Docker.

If you're lucky, re-plugging your bluetooth dongle or rebooting solves this problem. Otherwise, this could be a a duplicate of https://github.com/chrippa/ds4drv/issues/123