2020.12.29.0234 ffprobe not found

Running on Docker on unRAID. (Yeah, I know, I should make a VM and drop the docker.)

Trying to generate metadata and thumbs for some imports of my DVD rips and it looks like the ffprobe is not functioning.

Log snip:

2020/12/29 14:47:14.348692 [DVR] Refreshing metadata for Bob's Burgers (8127591)
2020/12/29 14:47:14.595539 [ERR] Could not probe file 4051: fork/exec /channels-dvr/2020.12.29.0234/ffprobe: no such file or directory
2020/12/29 14:47:15.368407 [SCN] Imported TV show Bob's Burgers/Season 01/Bob's Burgers - S01E01 - Human Flesh.mkv
2020/12/29 14:47:15.383585 [ERR] Could not probe file 4052: fork/exec /channels-dvr/2020.12.29.0234/ffprobe: no such file or directory
2020/12/29 14:47:15.624445 [SCN] Imported TV show Bob's Burgers/Season 01/Bob's Burgers - S01E02 - Crawl Space.mkv
2020/12/29 14:47:15.636833 [ERR] Could not probe file 4053: fork/exec /channels-dvr/2020.12.29.0234/ffprobe: no such file or directory
2020/12/29 14:47:15.892962 [SCN] Imported TV show Bob's Burgers/Season 01/Bob's Burgers - S01E03 - Sacred Cow.mkv
2020/12/29 14:47:15.907411 [ERR] Could not probe file 4054: fork/exec /channels-dvr/2020.12.29.0234/ffprobe: no such file or directory
2020/12/29 14:47:16.164356 [SCN] Imported TV show Bob's Burgers/Season 01/Bob's Burgers - S01E04 - Sexy Dance Fighting.mkv
2020/12/29 14:47:16.179369 [ERR] Could not probe file 4055: fork/exec /channels-dvr/2020.12.29.0234/ffprobe: no such file or directory

I execd in to the container and it does seem that the file is wonky.

/channels-dvr/2020.12.29.0234 # ./channels-dvr 
2020/12/29 14:56:24.421558 [SYS] Starting Channels DVR v2020.12.29.0234 (linux-x86_64 pid:2840) in /channels-dvr/2020.12.29.0234
2020/12/29 14:56:24.425042 [ERR] Could not start server: listen tcp :8089: bind: address already in use
2020/12/29 14:56:24.911473 [HDR] Found 2 devices
2020/12/29 14:56:24.917226 [ERR] Failed to refresh auth: missing oauth client
^C2020/12/29 14:56:25.346709 [SYS] Shutting down...
2020/12/29 14:56:26.346906 [SYS] Goodbye.
/channels-dvr/2020.12.29.0234 # ./ffmpeg
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
/channels-dvr/2020.12.29.0234 # ./ffprobe
sh: ./ffprobe: not found
/channels-dvr/2020.12.29.0234 # ls -la
total 164276
drwxr-xr-x    3 root     root           179 Dec 29 14:56 .
drwxrwxrwx    9 99       users          170 Dec 29 08:56 ..
drwxr-xr-x    3 root     root            19 Dec 29 14:56 cache
-rwxr-xr-x    1 root     root      38714928 Dec 28 23:06 channels-dvr
-rwxr-xr-x    1 root     root      22594072 Dec 28 23:06 comskip
-rwxr-xr-x    1 root     root      79609080 Dec 28 23:06 ffmpeg
-rwxr-xr-x    1 root     root      13665480 Dec 28 23:06 ffmpeg-dl
-rwxr-xr-x    1 root     root      13587784 Dec 28 23:06 ffprobe
-rw-r--r--    1 root     root           376 Dec 28 23:06 linux-x86_64.sha256
-rw-r--r--    1 root     root            15 Dec 28 23:06 prerelease
-rw-------    1 root     root         32768 Dec 29 14:56 settings.db
-rw-r--r--    1 root     root            15 Dec 28 23:06 version
/channels-dvr/2020.12.29.0234 # 
/channels-dvr/2020.12.29.0234 # file ./ffprobe
./ffprobe: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=6c25b44446988e84142815e7925f083a15a49e56, stripped

Might be the dynamic linking.

Fix is uploading now.

1 Like

Thanks! I just copied the static bin from a previous over.