sdr-enthusiasts / docker-flightradar24

Multi-architecture docker container (arm32v7/arm64/x86_64) running flightradar24 fr24feed. Designed to work in tandem with https://sdr-e.com/docker-adsb-ultrafeeder
136 stars 19 forks source link

what(): Operation not permitted #239

Closed jbrazio closed 4 months ago

jbrazio commented 7 months ago

I'm having issues running the container on a Alpine docker host:

When I start the container I get the following error:

fr24feed  | root@11e9fc708df3:/# [2024-02-17 20:13:02.453][fr24feed] terminate called after throwing an instance of 'std::system_error'
fr24feed  | [2024-02-17 20:13:02.453][fr24feed]   what():  Operation not permitted
fr24feed  | [2024-02-17 20:13:02.478][fr24feed] [s6wrap] !!! CAUTION !!! Wrapped program terminated by signal: 6 (Aborted)
fr24feed  | [2024-02-17 20:13:02.478][fr24feed] [s6wrap] Command line for terminated program was: /usr/local/bin/fr24feed

fr24feed runs fine on directly on the Alpine host.

jbrazio commented 4 months ago

Upgrading to Docker version 25.0.3, build 4debf411d1e6efbd9ce65e4250718e9c529a6525 fixed the issue. CC @eanmclaughlin