Update causes device busy
See original GitHub issueSpecifications
I just attempted an upgrade from fa493ee73552d4ecdea6085aa46dac454a6468f837176aa1fe80fe894cb4e07c
to latest (e6a44d31fdd73dd71fb9c433ddf9dc7e70a69eeb2009a0acd5f33a53a414a917
). I did this by stoping the old container, pulling the latest image, and then trying to start the container back up using the new image. This leads to no aircraft being tracked and the following messages repeated in the logs.
Expected Behavior
Image is able to connect to USB stick.
Actual Behavior
2020-05-11 09:17:51 | [reader][i]Connecting to Beast receiver via (exe:///usr/lib/fr24/dump1090 --net --write-json /usr/lib/fr24/public_html/data --raw --mlat)
2020-05-11 09:17:51 | [reader][i]Connected to the receiver, configuring
2020-05-11 09:17:51 | [reader][i]Configured, processing messages
Mon May 11 09:17:51 2020 UTC dump1090-fa v3.8.1 starting up.
rtlsdr: using device #0: Generic RTL2832U (Realtek, RTL2832U, SN 00001197)
usb_claim_interface error -6
rtlsdr: error opening the RTLSDR device: Device or resource busy
2020-05-11 09:17:51 | [reader][i]Connection terminated
2020-05-11 09:17:51 | [main][i]Terminating child process 347 with SIGETERM
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
iOS device is currently busy error when deploying a profile ...
Cause. This issue occurs because the iOS device is busy and can't complete evaluation or enforcement of the profile. This error typically ...
Read more >Device was busy. Will try again. - Jamf Nation Community
Most times when a device is show it's busy in Jamf, it could be various reasons: Device has been rebooted, and hasn't been...
Read more >vgchange causes device busy - HPE Community
I have a volume group (/dev/vg03) which is in service guard and i had to mount it exclusively to trouble shoot an application...
Read more >umount: device is busy. Why? - Unix & Linux Stack Exchange
Show activity on this post. When running umount /path I get: umount: /path: device is busy. The filesystem is huge, so lsof +D...
Read more >Device busy - how can I see what's using it - Windows 11 Forum
Surely in 2021 though any sensible OS should be able to diagnose what the problem is and display a sensible message such as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue and got it working with setting the /etc/fr24feed.ini like this:
receiver=“beast-tcp”
host=“127.0.0.1:30005” fr24key=“myfeederID”
bs=“yes”
raw=“yes”
logmode=“1”
procargs=“–net --write-json /usr/lib/fr24/public_html/data”
Before i had the receiver set to “dvbt”. When i changed it to “beast-tcp” (or avr-tcp) it was suddenly working without the mentioned error.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.