On Tue, May 22, 2012 at 2:15 PM, Michael Dale mdale@wikimedia.org wrote:
Looks like the path to ffmpeg2theora no longer exists? Jan can you take a look?
--michael
$ for box in deployment-{jobrunner0{1..2},dbdump,apache2{0..3},thumbproxy,syslog,cache-{upload,bits},feed,imagescaler01,squid,mc,nfs-memc,transcoding,wmsearch,sql}; do printf '%-27s %s\n' "$box:" "$(ssh ${box}.pmtpa.wmflabs 'ls -lk /usr/bin/ffmpeg2theora 2>&1')"; done 2>/dev/null deployment-jobrunner01: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-jobrunner02: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-dbdump: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-apache20: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-apache21: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-apache22: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-apache23: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-thumbproxy: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-syslog: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-cache-upload: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-cache-bits: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-feed: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-imagescaler01: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-squid: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-mc: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-nfs-memc: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-transcoding: -rwxr-xr-x 1 root root 8142 2011-12-21 10:51 /usr/bin/ffmpeg2theora deployment-wmsearch: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory deployment-sql: ls: cannot access /usr/bin/ffmpeg2theora: No such file or directory
-Jeremy