[mythtv-users] OT: anyone using any2dvd??

Michael Cook waxrat at comcast.net
Mon Feb 15 13:04:11 UTC 2010


Harry Devine <lifter89 at comcast.net> writes:

> If I try sudo to run it, I get 2 errors that you will see below.  What am I
> missing here?  Here's what I run:
>
> hdevine at hdevine-desktop:/$ sudo any2dvd --format=ntsc --menu=yes --iso=hjd.iso
> --skip_comm=yes --pulldown=yes --workdir=/storage/temp -i 
> /storage/recordings/2034_20100212232900.nuv
> /usr/bin/any2dvd: 337: let: not found

That error typically means the author of the script thought he was
writing a /bin/sh script but he accidentally used /bin/bash
features.

> /usr/bin/any2dvd: 369: Syntax error: "(" unexpected
>
> Any thoughts or ideas?

Try:

  sudo bash any2dvd ...

Michael


More information about the mythtv-users mailing list