[mythtv-users] mirobridge cron and ubuntu 9.10

Jack McGee jack at greendesk.net
Sat Mar 20 01:48:24 UTC 2010


On 3/19/2010 7:01 PM, Nick Rout wrote:
> On Sat, Mar 20, 2010 at 6:42 AM, Jack McGee<jack at greendesk.net>  wrote:
>    
>> I changed the cron line to:
>> 10 * * * * env `/usr/bin/dbus-launch` sh -c 'trap "kill
>> $DBUS_SESSION_BUS_PID" EXIT;
>> /usr/share/doc/mythtv-backend/contrib/imports/mirobridge/mirobridge.py -Vt
>>      
>>>> "/tmp/mirobridge.log" 2>&1
>>>>          
>> It still does not log anything.  Not sure I gave full path to all the
>> commands.  Are you talking about the cron line, or the script?  If the cron
>> line, what else needs a full path?
perhaps kill?
>> trap is a bash builtin so shouldn't need a full path.
>>      

Ok, the latest from crontab -l and nothing has changed, no log and no 
activity that I can tell from mirobridge:

10 * * * * env `/usr/bin/dbus-launch` sh -c 'trap "/usr/bin/kill 
$DBUS_SESSION_BUS_PID" EXIT; 
/usr/share/doc/mythtv-backend/contrib/imports/mirobridge/mirobridge.py 
-Vt >> "/tmp/mirobridge.log" 2>&1


More information about the mythtv-users mailing list