Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Installed 6.x - USB media not working (ARM6)
#17
Great, thanks.

In /etc.rc.local, udiskie might be running in the foreground and thus worker.php is never executed.

Try adding an ampersand to the end of the launch string which will cause it to run in the background.
Code:
/usr/bin/udiskie --config=/home/pi/.config/udiskie/config.yml > /dev/null 2>&1 &

To  stop udisks from running disable the service. Replace "disable" with "enable" to have it automatically start after reboot.
Code:
sudo systemctl disable udisks

sudo reboot
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Installed 6.x - USB media not working (ARM6) - by Tim Curtis - 08-28-2019, 01:57 PM

Forum Jump: