mdhiggins / sma-mod

MIT License
7 stars 2 forks source link

Installing FFMPEG fails #14

Closed Minds3t closed 10 months ago

Minds3t commented 10 months ago

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.

mdhiggins commented 10 months ago

ec02ba9408d9a5f130e16fa2f03c9ff2e9aa79a2

Hopefully that should fix it, was missing new environment variables

Minds3t commented 10 months ago

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

mdhiggins commented 10 months ago

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

1acdfd5e71888306f92c61d313579520f818acc8

Minds3t commented 10 months ago

ffmpeg now installs without issues 👍