<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You could try running myhtbackend with:<br><br>mythbackend -v siparser &gt; /var/log/mythbackendsi.txt for a while and
<br>then take a look at that text file.<br>Since I am a absolute Linux newbie could you explain this to me like you<br>would explain it to a 5 year old. So to what terminal do I have to go, do I<br>have to be logged in as root? And how do I stop the backend, before
<br>restarting it with these parameters.</blockquote><div><br>You can go to any terminal window.<br>Switch to root with the command:<br><br>&nbsp; su -<br><br>As root you can terminate most running processes. You can see that your are running as root, by the prompt changing from $ (non-root) to # (root).
<br>Kill the running mythbackend with:<br><br>&nbsp; killall mythbackend<br><br>Then run Johans command:<br><br>&nbsp; mythbackend -v siparser &gt; /var/log/mythbackendsi.txt<br><br>From a second terminal window you can open the log file with any editor of your choice. If you are not familiar with any, then nano and pico are good choices, because they have a small onscreen help menus. If you are familiar with WordStar, then joe is a good choice. So 
f.ex:<br><br>&nbsp; nano /var/log/mythbackendsi.txt<br><br>Niels Dybdahl<br></div></div><br>