Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtl_433 assertation failed on armv7l #3

Closed
jipp opened this issue Jan 17, 2021 · 11 comments
Closed

rtl_433 assertation failed on armv7l #3

jipp opened this issue Jan 17, 2021 · 11 comments
Labels
enhancement New feature or request good first issue Good for newcomers has-workaround resolved The issue has been resolved

Comments

@jipp
Copy link

jipp commented Jan 17, 2021

Hi

1st of all, thanks a lot for making this image available.

Unfortunately due to a bug in the apline:3.13 / alpine:latest for arm docker container the latest hertzg/rtl_433 is not working anymore.

this is not a problem of the hertzg/rtl_433 image, but it could have been avoided by referencing inside the Dockerfile not to the alpine:latest, but to a verified working version (alpine:12.1 for example).

Alternative some check would be needed before triggering the availability on the docker hub.

docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:latest
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Assertion failed: clock_gettime(1, tp) == 0 (libusbi.h: usbi_get_monotonic_time: 497)

cheers

@hertzg
Copy link
Owner

hertzg commented Jan 17, 2021

Hello

I'm glad you found this image useful.

Currently there is already a build arg that can be used to override the base image.
For Builder:

ARG alpineVersion=latest
FROM alpine:${alpineVersion} as builder

And the Runtime:

ARG alpineVersion=latest
FROM alpine:${alpineVersion}

I think how we could approach this problem is provide different flavous of the image. With the following naming convention:

Docker Image Tag Note rlt_433 git version alpine
latest Build of latest git tag latest refs/tags/<tagname> latest
alpine<alpineVer>-latest Build of latest git tag based on specifc alpineVersion latest refs/tags/<tagname> <alpineVersion>
master Build of master branch refs/heads/master latest
alpine<alpineVer>-master Build of master branch based on specifc alpineVersion refs/heads/master <alpineVersion>
<tagname>* Build of ever release tag all refs/tags/<tagname> latest
alpine<alpineVer>-<tagname>* Build of ever release tag based on specifc alpineVersion all refs/tags/<tagname> <alpineVer>

This change would invole roughly uncommenting and and modifying these lines:

rtl_433_docker/build.js

Lines 71 to 79 in 7ef3f4b

.then(([latestGitTag, ...others]) => [
variant(["latest", latestGitTag], latestGitTag, "latest"),
//variant(["latest-edge", `${latestGitTag}-edge`], latestGitTag, "edge"),
variant(["master"], "master", "latest"),
//variant(["master-edge"], "master", "edge"),
...others.flatMap((gitTag) => [
variant([gitTag], gitTag, "latest"),
//variant([`${gitTag}-edge`], gitTag, "edge"),
]),

I would suggest we build for last 3 versions of alpine.

Do you want to create a PR for this?

@hertzg hertzg added bug Something isn't working enhancement New feature or request good first issue Good for newcomers and removed bug Something isn't working labels Jan 17, 2021
@hertzg
Copy link
Owner

hertzg commented Jan 17, 2021

I was trying to reproduce your issue on my device but It seem to be working for me 🤔

hertz@HERTZ-PC:~$ docker images | grep rtl_433
hertz@HERTZ-PC:~$ docker run -it --rm --device /dev/bus/usb/001/003 hertzg/rtl_433:latest
Unable to find image 'hertzg/rtl_433:latest' locally
latest: Pulling from hertzg/rtl_433
596ba82af5aa: Pull complete
654d8d4d3925: Pull complete
ac0c0ddb8ad3: Pull complete
Digest: sha256:092e9221d47b83d551a4a92bca031112988d4c5ea2b8126fc6334f8a1ea0aa24
Status: Downloaded newer image for hertzg/rtl_433:latest
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Found Rafael Micro R820T tuner
Exact sample rate is: 250000.000414 Hz
[R82XX] PLL not locked!
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
Allocating 15 zero-copy buffers
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-17 13:46:52
model     : Nexus-TH     House Code: 5
Channel   : 2            Battery   : 1             Temperature: 25.10 C      Humidity  : 57 %
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-17 13:46:54
model     : Nexus-TH     House Code: 243
Channel   : 3            Battery   : 1             Temperature: 24.30 C      Humidity  : 53 %
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-17 13:47:11
model     : Nexus-TH     House Code: 63
Channel   : 1            Battery   : 1             Temperature: 2.40 C       Humidity  : 70 %
^CSignal caught, exiting!
hertz@HERTZ-PC:~$

Can you double check you have the latest version? And which architecture are you using?

@jipp
Copy link
Author

jipp commented Jan 17, 2021

executed the same commands like you did:

pi@lemonpi:~/docker-compose $ docker images |  grep rtl_433
pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:latest
Unable to find image 'hertzg/rtl_433:latest' locally
latest: Pulling from hertzg/rtl_433
0f34ce5da940: Already exists 
c70ca04d6ecf: Pull complete 
457252d746d2: Pull complete 
Digest: sha256:092e9221d47b83d551a4a92bca031112988d4c5ea2b8126fc6334f8a1ea0aa24
Status: Downloaded newer image for hertzg/rtl_433:latest
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Assertion failed: clock_gettime(1, tp) == 0 (libusbi.h: usbi_get_monotonic_time: 497)

pi@lemonpi:~/docker-compose $ docker images |  grep rtl_433
hertzg/rtl_433         latest    02fbc8930214   2 hours ago   4.57MB
pi@lemonpi:~/docker-compose $ uname -a
Linux lemonpi 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linux

could it be that the OS where docker runs on is different?

@hertzg
Copy link
Owner

hertzg commented Jan 17, 2021

could it be that the OS where docker runs on is different?

I think so as well, plus the image hash does not match mine.

hertz@HERTZ-PC:~$ docker images |  grep rtl_433
hertzg/rtl_433                                       latest                f4d36bd85538        2 hours ago         6.68MB
hertz@HERTZ-PC:~$ docker inspect hertzg/rtl_433:latest
[
    {
        "Id": "sha256:f4d36bd855386e8a9f8b05e2cd0735602fc9b7f6435d8f701bcb9d77a3186c69",
        "RepoTags": [
            "hertzg/rtl_433:latest"
        ],
        "RepoDigests": [
            "hertzg/rtl_433@sha256:092e9221d47b83d551a4a92bca031112988d4c5ea2b8126fc6334f8a1ea0aa24"
        ],
        "Parent": "",
        "Comment": "buildkit.dockerfile.v0",
        "Created": "2021-01-17T12:26:03.032015749Z",
        "Container": "",
        "ContainerConfig": {
            "Hostname": "",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": null,
            "Cmd": null,
            "Image": "",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": null,
            "OnBuild": null,
            "Labels": null
        },
        "DockerVersion": "",
        "Author": "",
        "Config": {
            "Hostname": "",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],
            "Cmd": null,
            "Image": "",
            "Volumes": null,
            "WorkingDir": "/root",
            "Entrypoint": [
                "/usr/local/bin/rtl_433"
            ],
            "OnBuild": null,
            "Labels": {
                "maintainer": "georgedot@gmail.com",
                "vcs-ref": "20.11"
            }
        },
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 6675956,
        "VirtualSize": 6675956,
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/ce7d11b7d34baa8aeb9e2ca0489f1b3f0897d75c0a27f2b775565f3c0a76bdab/diff:/var/lib/docker/overlay2/a56ce760f564d60e337d763858f7b1d76e7099af85c248df8a0ab662f1cd885d/diff",
                "MergedDir": "/var/lib/docker/overlay2/e4df66b92e5fb8ff1881969ac93daa0ec2188b9fd8e97d95eae2ae33b193dab3/merged",
                "UpperDir": "/var/lib/docker/overlay2/e4df66b92e5fb8ff1881969ac93daa0ec2188b9fd8e97d95eae2ae33b193dab3/diff",
                "WorkDir": "/var/lib/docker/overlay2/e4df66b92e5fb8ff1881969ac93daa0ec2188b9fd8e97d95eae2ae33b193dab3/work"
            },
            "Name": "overlay2"
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:c04d1437198bc178b49fdb9a90a9c0e362ffbd63c4be5d19fec406d1c9d6a03c",
                "sha256:04f113b4f64e1bb09cf434f61f3fccfa25520bf6b79a989ab8ca72365c05b186",
                "sha256:701814eac1671e5dc59eb34ad7306d3e85aa8a65106a54dbd50e8fe2b9ccbb46"
            ]
        },
        "Metadata": {
            "LastTagTime": "0001-01-01T00:00:00Z"
        }
    }
]
hertz@HERTZ-PC:~$ docker run -it --rm --device /dev/bus/usb/001/003 --entrypoint /bin/sh hertzg/rtl_433:latest
~ # uname -a
Linux 90ae23bbd1b3 4.14.138-rancher #1 SMP Sat Aug 10 11:25:46 UTC 2019 x86_64 Linux
~ #

The ran the amd64 container on amd64 host.
I am not sure if I have armv7l anywhere, I can try emulating with qemu but that would take time.

Unfortunately due to a bug in the apline:3.13 / alpine:latest for arm

Could you reference the bug you are mentioning here?

@hertzg hertzg changed the title hertzg/rtl_433 docker container not working anymore rtl_433 assertation failed on armv7l Jan 17, 2021
@hertzg hertzg changed the title rtl_433 assertation failed on armv7l rtl_433 assertation failed on armv7l Jan 17, 2021
@jipp
Copy link
Author

jipp commented Jan 17, 2021

alpinelinux/docker-alpine#135

this would include as well a workaround. to run the container either in privileged mode or without security.

@hertzg
Copy link
Owner

hertzg commented Jan 18, 2021

I've updated the pipeline to build other variants as well, I tried 3.12, 3.11, 3.10, Unfortunately the required dependency librtlsdr is not available before 3.12. Currently latest alpne is 3.13 so for now there is only one extra image with different alpine base (3.12).

I am unable to reproduce your issue so far, maybe you could try other combinations like see if any of them work?

$ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.13-20.11
$ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.13-20.02
$ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-20.11
$ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-20.02

@jipp
Copy link
Author

jipp commented Jan 18, 2021

hertzg/rtl_433:alpine-3.12-20.02 and alpine-3.12-20.11 is working:

pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:20.11
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Assertion failed: clock_gettime(1, tp) == 0 (libusbi.h: usbi_get_monotonic_time: 497)


pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:20.02
rtl_433 version 20.02 branch  at 202002171252 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 122 out of 149 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 ]
Assertion failed: clock_gettime(1, tp) == 0 (libusbi.h: usbi_get_monotonic_time: 497)


pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-20.11
Unable to find image 'hertzg/rtl_433:alpine-3.12-20.11' locally
alpine-3.12-20.11: Pulling from hertzg/rtl_433
Digest: sha256:7493fc7bb5a389c88c332fdb0034d2ea28ada81cf9e83e9848fd883caee9daf7
Status: Downloaded newer image for hertzg/rtl_433:alpine-3.12-20.11
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Detached kernel driver
Found Fitipower FC0012 tuner
Exact sample rate is: 250000.000414 Hz
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
Allocating 15 zero-copy buffers
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:41
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:41
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:41
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:41
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:55:42
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.7 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
^CSignal caught, exiting!
Reattached kernel driver


pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-20.02
rtl_433 version 20.02 branch  at 202002171252 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 122 out of 149 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 ]
Detached kernel driver
Found Fitipower FC0012 tuner
Exact sample rate is: 250000.000414 Hz
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
Allocating 15 zero-copy buffers
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:01
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:01
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:01
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:01
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:35:02
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.6 C        Humidity  : 83 %          Button    : 0             Integrity : CRC
^CSignal caught, exiting!
Reattached kernel driver

@jipp
Copy link
Author

jipp commented Jan 18, 2021

hertzg/rtl_433:alpine-3.12-latest working as well - which is logical:

hertzg/rtl_433 alpine-3.12-20.11 142be71787ac 13 hours ago 4.51MB
hertzg/rtl_433 alpine-3.12-latest 142be71787ac 13 hours ago 4.51MB
hertzg/rtl_433 alpine-3.12-20.02 ad67deab423f 13 hours ago 4.44MB

pi@lemonpi:~/docker-compose $ docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-latest
rtl_433 version 20.11 branch  at 202011122224 inputs file rtl_tcp RTL-SDR
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Trying conf file at "/root/.config/rtl_433/rtl_433.conf"...
Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"...
Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Registered 145 out of 175 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 29-36 38-60 63 67-71 73-100 102-105 108-116 119 121 124-128 130-149 151-161 163-168 170-175 ]
Detached kernel driver
Found Fitipower FC0012 tuner
Exact sample rate is: 250000.000414 Hz
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
Allocating 15 zero-copy buffers
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:21
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:21
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:21
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:21
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:22
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:52
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:52
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:52
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:52
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time      : 2021-01-18 12:45:53
model     : Auriol-HG02832                         id        : 60
channel   : 1            Battery   : 0             Temperature: 6.8 C        Humidity  : 82 %          Button    : 0             Integrity : CRC
^CSignal caught, exiting!
Reattached kernel driver

@hertzg
Copy link
Owner

hertzg commented Jan 18, 2021

So I guess having alpine-3.12-* builds would provide at least a workaround until the issue in apline-3.13 gets resolved.
Going forward I will keep building for the last 3 versions of alpine which would give enough options to circumvent such cases.

Thanks for your cooperation and quick responses on queries :) I'll be closing this for now, if you think there is more we could do comment and I'll reopen.

@hertzg
Copy link
Owner

hertzg commented May 18, 2021

Seems like there is still some traffic to this issue, for your (readers) convenience here are some workarounds and further readings on the topic:

TL;DR; I just want to copy a command that works

Alpine 3.12 based (smaller images ~3mb)

docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:alpine-3.12-latest

Debian based (slightly larger ~50mb)

docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:debian-buster-latest

# or just debian

docker run -it --rm --device /dev/bus/usb/001/004 hertzg/rtl_433:debian

See the docker tags table in README for all available variants tags.

Overview

The issue seems to be present on docker host, specifically 32 bit operating systems that are Debian Buster based distros (including Raspbian) due to an outdated version of libseccomp2.
So far it seems like this affects images based on alpine-3.13 (not only this repository). The previous 3.12 version seems to work fine.

The link above describes how to fix the issue on the host itself. If you do not want to touch the host then you have two options:

  1. Use the alpine-3.12 version based images (example: hertzg/rtl_433:alpine-3.12-latest)
  2. Use debian based images (example: hertzg/rtl_433:debian-buster-latest)

Refernces & Further Reading

Hope this saves time for you all 🙇.

@LordOfTheSnow
Copy link

Just a hint: The issue still persists, I just ran across it on a Raspberry Pi 4. Using the workaround with the alpine-3.12-latest images works though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers has-workaround resolved The issue has been resolved
Projects
None yet
Development

No branches or pull requests

3 participants