<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Oct 22, 2008 at 9:45 AM, jansenj <span dir="ltr">&lt;<a href="mailto:jansenj%2Bmyth@gmail.com" target="_blank">jansenj+myth@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I know this isn&#39;t a ubuntu forum, but I am using the mythbuntu distro<br>
like I&#39;m sure many others in this list are as well, and I wasn&#39;t able<br>
to find an answer on google.<br>
<br>
I know in other distos in the past (Fedora 7 for example) I was able<br>
to use &quot;init 3&quot; from runlevel 5 remotely when having problems with<br>
graphical stuff either X sessions or vnc sessions. &nbsp;I would then use<br>
&quot;init 5&quot; to start back up all the graphical services. &nbsp;I understand<br>
ubuntu no longer uses this facility, rather it uses Upstart. &nbsp;Is there<br>
a command in Upstart that would achieve something similar to dropping<br>
to runlevel using an &quot;init 3&quot;? &nbsp;Basically, I&#39;d rather not have to do<br>
the windows thing and restart the computer every time there is a<br>
problem or every time I want something to take effect. &nbsp;I know I can<br>
re-initiate an event, but all that appears to be doing is attempting<br>
to start everything associated with that event again, I want to be<br>
able to restart all services that were started after a given event.<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>I&#39;m running Ubuntu 8.04 LTS at home and I&#39;m certain it&#39;s using init.&nbsp; &#39;ps aux&#39; shows an init process running, /etc/init.d exists, and telinit is installed on the system.&nbsp; At the very least, this would indicate that init is available for your mythubuntu system and it may be just a matter of selecting the right packages.<br>

<br>Is there a /etc/init.d directory or something similar?&nbsp; You could just run the gdm script to get similar functionality.&nbsp; &#39;gdm stop&#39; would kill your X sessions and stop the graphical interface.&nbsp; Use &#39;startx&#39; for testing and then issue a &#39;gdm start&#39; when you&#39;re done to bring the login manager back.<br>

</div>