On 8/24/07, <b class="gmail_sendername">Joacim J</b> <<a href="mailto:jocke4news@gmail.com">jocke4news@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>A bit of stupid question...<br>I have a klient and a server both running Kubuntu Feisty.<br>I have now compiled MythTV on the server for running mythbackend but now I need to run mythtv-setup.<br><br>I have tried running it over VNC but get:
<br><br>======================================<br>root@frodo:/home/joacim# /usr/local/mythtv_svn_r14230/bin/mythtv-setup<br>Xlib: connection to ":1.0" refused by server<br>Xlib: No protocol specified<br><br>mythtv-setup: cannot connect to X server :
1.0<br>======================================<br><br>How can I run this?<br><br>Is it possible/better to start mythtv-setup from a regular SSH session and in that case how?<br><br>PS. I would prefer to solve VNC since I need it for other purposes but it's most important to get it running :) DS
<br><br>Have a nice weekend!<br clear="all"></blockquote></div><br>Ignoring the question of why you don't just run this on the console of the backend with a monitor and keyboard during setup, from the client, run<br>
<br>ssh -X server<br>mythtv-setup<br><br>and you should be good to go<br>