Hi<br><br>I have spent most of the day to reinstall my whole system and now i&#39;m stuck at a problem i don&#39;t understand and don&#39;t know how to solve. It seems that the backend just stops loading and therefore no frontend can connect to it. I hope it is something simple. I have started the backend with -v all,nodatabase and this i all i get:<br>
<br>2012-08-26 20:00:15.204490 C  mythbackend version: master [v0.26-pre-1083-gc5c5203] <a href="http://www.mythtv.org">www.mythtv.org</a><br>2012-08-26 20:00:15.204506 C  Qt version: compile: 4.8.1, runtime: 4.8.1<br>2012-08-26 20:00:15.204510 N  Enabled verbose msgs: all nodatabase<br>
2012-08-26 20:00:15.204517 N  Setting Log Level to LOG_INFO<br>2012-08-26 20:00:15.204861 I  Added logging to the console<br>2012-08-26 20:00:15.205479 I  Setup Interrupt handler<br>2012-08-26 20:00:15.205487 I  Setup Terminated handler<br>
2012-08-26 20:00:15.205495 I  Setup Segmentation fault handler<br>2012-08-26 20:00:15.205501 I  Setup Aborted handler<br>2012-08-26 20:00:15.205508 I  Setup Bus error handler<br>2012-08-26 20:00:15.205515 I  Setup Floating point exception handler<br>
2012-08-26 20:00:15.205522 I  Setup Illegal instruction handler<br>2012-08-26 20:00:15.205716 N  Using runtime prefix = /usr<br>2012-08-26 20:00:15.205753 N  Using configuration directory = /home/stefan/.mythtv<br>2012-08-26 20:00:15.205837 I  Assumed character encoding: en_US.UTF-8<br>
2012-08-26 20:00:15.206128 I  Using localhost value of tvdator<br>2012-08-26 20:00:15.206150 I  DefaultUPnP() - No default UPnP backend<br>2012-08-26 20:00:15.206160 I  Testing network connectivity to &#39;192.168.1.10&#39;<br>
2012-08-26 20:00:15.207870 I  Starting IO manager (read)<br>2012-08-26 20:00:15.207945 I  Starting IO manager (write)<br>2012-08-26 20:00:15.208024 I  Managed child (PID: 3935) has started! * command=ping -t 3 -c 1  192.168.1.10  &gt;/dev/null 2&gt;&amp;1, timeout=0<br>
2012-08-26 20:00:15.208047 I  (0x271cd60)::IncrRef() -&gt; 2<br>2012-08-26 20:00:15.208133 I  Starting process signal handler<br>2012-08-26 20:00:15.208894 I  Starting process manager<br>2012-08-26 20:00:15.308990 I  Managed child (PID: 3935) has exited! command=ping -t 3 -c 1  192.168.1.10  &gt;/dev/null 2&gt;&amp;1, status=0, result=0<br>
2012-08-26 20:00:15.358349 I  (0x271cd60)::DecrRef() -&gt; 1<br>2012-08-26 20:00:15.358366 I  (0x271cd60)::DecrRef() -&gt; 0<br>2012-08-26 20:00:15.379477 N  Setting QT default locale to en_US<br>2012-08-26 20:00:15.379549 I  Current locale en_US<br>
2012-08-26 20:00:15.379590 N  Reading locale defaults from /usr/share/mythtv//locales/en_us.xml<br>2012-08-26 20:00:15.383518 E  setHttpProxy() - failed to find a network proxy<br>2012-08-26 20:00:15.385578 I  Current MythTV Schema Version (DBSchemaVer): 1307<br>
2012-08-26 20:00:15.386027 I  Loading en_us translation for module mythfrontend<br>2012-08-26 20:00:15.386473 N  MythBackend: Starting up as the master server.<br>2012-08-26 20:00:15.390598 I  TVRec(1): Start channel: 1.<br>
2012-08-26 20:00:15.429829 I  Added logging to mythlogserver at TCP:35327<br><br><br>And nothing gets written to the logfile. What am i missing? Cant see any obvious error messages? Besides the network proxy error? Could that be the problem? But i don&#39;t understand that message or how to fix it.<br>