<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Installed mythbuntu 9.10 which includes 0.22.  I have included<br>
avenard&#39;s repo for VDPAU stuff.<br>
</blockquote><div><br>I have a very similiar setup and recently started using jamu by hand.  I haven&#39;t gotten around to putting it in a cron job. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Command run;<br>
/usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py -MW; echo $?<br>
&lt;snippage&gt;<br>
1<br></blockquote></div><br>Now that I&#39;m looking for it I see the same return 1 that you have however looking at the wiki I think the problem is that you&#39;re using options targeted for interactive use.  The suggestion on the wiki for cron jobs is:<br>
/usr/local/share/mythtv/mythvideo/scripts/jamu.py -l en -C &quot;/home/user/.jamu/jamu-maintenance.conf&quot; -M &gt; &quot;/home/user/tmp/jamu_maintenance.log&quot;<br><br>Given my mythtv user has a jamu.conf in ~/.mythtv/jamu.conf and that jamu.py is in a slightly different spot in my ubuntu system I am planning to use:<br>
/usr/share/mythtv/mythvideo/scripts/jamu-new.py -M &gt; ~/jamu_maintenance.log<br><br>Adding the &quot;;echo $?&quot; to the end returns 0 as desired.<br><br>Matt<br>