mdhiggins/sma-mod

Installing FFMPEG fails

Closed this issue · 4 comments

Tried with latest radarr and sabnzbd all the same issue below:

[90-sma-config] Installing additional deluge/qbittorrent requirements
BusyBox v1.36.1 (2023-11-07 18:53:09 UTC) multi-call binary.
Usage: which [-a] COMMAND...
Locate COMMAND
	-a	Show all matches
[90-sma-config] Set FFMPEG URL to https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
[90-sma-config] Downloading and installing FFMpeg from https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
mv: cannot overwrite directory '' with non-directory
mv: cannot overwrite directory '' with non-directory
chown: cannot access '': No such file or directory
chown: cannot access '': No such file or directory
chmod: cannot access '': No such file or directory
chmod: cannot access '': No such file or directory
[ls.io-init] done.

This seems to only occur with the docker mod, the pre-build sma radarr image works fine.

ec02ba9

Hopefully that should fix it, was missing new environment variables

Looks like it is still not working. (I pulled the new image and re-created the container)

Hm, wonder if maybe the mod environment variables don't carry over, vaguely remember running into this issue before, just pushed another update to set the environment variables at the s6 level

1acdfd5

ffmpeg now installs without issues 👍