<br />On Friday, November 8, 2013 22:06 CET, Karl Dietz &lt;dekarl@spaetfruehstuecken.org&gt; wrote:<br />&nbsp;<blockquote>On 08.11.2013 20:00, Karl Dietz wrote:<br />&gt; On 08.11.2013 13:31, Marius Schrecker wrote:<br />&gt;<br />&gt; Can you try to run it manually an post the result?<br />&gt; tv_grab_combiner --config-file /home/mythtv/.mythtv/Altibox.xmltv<br /><br />&nbsp;</blockquote>Thanks Karl,<br /><br />&nbsp;Another weird thing is that the grabber is trying to store its cache files under the mythuser home directory, even when I run it as mythtv:<br />I thought the following eror ws due to permissions, but looking as root gives no such file or directory.:<br /><br />mythtv@mythbox:~$ tv_grab_combiner --config-file /home/mythtv/.mythtv/Altibox.xmltv<br />Running /usr/bin/tv_grab_no_gfeed<br />Failed to write to /home/mythuser/.xmltv/cache/954b425c545e0eed2b1d89d3ad7ab4e5.tmp3979 at /usr/share/perl5/HTTP/Cache/Transparent.pm line 386.<br />/usr/bin/tv_grab_no_gfeed 
 exited with an error-code.<br />/usr/bin/tv_grab_no_gfeed returned invalid data. Ignoring.<br />Running /usr/bin/tv_grab_la<br />Failed to write to /home/mythuser/.xmltv/cache/6bf6e45f38fa167fe451c77468a85539.tmp3980 at /usr/share/perl5/HTTP/Cache/Transparent.pm line 386.<br />/usr/bin/tv_grab_la exited with an error-code.<br />/usr/bin/tv_grab_la returned invalid data. Ignoring.<br />mythtv@mythbox:~$ ls -l /home/mythuser/.xmltv/cache/954b425c545e0eed2b1d89d3ad7ab4e5.tmp3979<br />ls: cannot access /home/mythuser/.xmltv/cache/954b425c545e0eed2b1d89d3ad7ab4e5.tmp3979: No such file or directory<br />mythtv@mythbox:~$ exit<br />exit<br />$ exit<br />root@mythbox:~# ls -l /home/mythuser/.xmltv/cache/954b425c545e0eed2b1d89d3ad7ab4e5.tmp3979<br />ls: cannot access /home/mythuser/.xmltv/cache/954b425c545e0eed2b1d89d3ad7ab4e5.tmp3979: No such file or directory<br />root@mythbox:~#<br /><br />&nbsp;