<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to disable X or GUI on boot in Debian</title>
	<atom:link href="http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:04:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JD. Brown</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2715</link>
		<dc:creator>JD. Brown</dc:creator>
		<pubDate>Sat, 11 Apr 2009 08:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2715</guid>
		<description>Or, if you just need to temporarily disable runlevel 5, you can get rcconf from the repositories and type it in bash to disable GDM/KDM from starting on next reboot. I use it primarily to install ATI and Nvidia drivers. It&#039;s a very handy tool.</description>
		<content:encoded><![CDATA[<p>Or, if you just need to temporarily disable runlevel 5, you can get rcconf from the repositories and type it in bash to disable GDM/KDM from starting on next reboot. I use it primarily to install ATI and Nvidia drivers. It&#8217;s a very handy tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riri</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2701</link>
		<dc:creator>riri</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2701</guid>
		<description>Ok, sorry</description>
		<content:encoded><![CDATA[<p>Ok, sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takla</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2697</link>
		<dc:creator>Takla</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2697</guid>
		<description>Riri: you could even read the article ;-)</description>
		<content:encoded><![CDATA[<p>Riri: you could even read the article <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riri</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2695</link>
		<dc:creator>riri</dc:creator>
		<pubDate>Wed, 08 Apr 2009 12:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2695</guid>
		<description>You can use this command for disable a script on runlevel :
 # update-rc.d -f gdm remove</description>
		<content:encoded><![CDATA[<p>You can use this command for disable a script on runlevel :<br />
 # update-rc.d -f gdm remove</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takla</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2658</link>
		<dc:creator>Takla</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2658</guid>
		<description>Runlevel 2 in Debian still starts all kinds of services such as GDM (on a machine with a desktop environment), hal, dbus, cups etc etc. because all the multi-user runlevels are by default identical, or perhaps &#039;awaiting configuration&#039;. This can be checked on a default install.

In each and every one of the start up scripts in /etc/rc#.d/ you&#039;ll find the line &#039;# Default-Start:     2 3 4 5&#039;

You can edit inittab or grub&#039;s menu.lst to set runlevel 2 or 3 or 4 or 5 but you won&#039;t see any difference unless you also edit those scripts, as you describe above. sysv-rc-conf is a really simple effective way to present and manage the runlevels.  The only time I can see that manually editing/renaming the individual scripts has an advantage is if you need to change the sequence of service start ups within a runlevel, which is quite unusual.</description>
		<content:encoded><![CDATA[<p>Runlevel 2 in Debian still starts all kinds of services such as GDM (on a machine with a desktop environment), hal, dbus, cups etc etc. because all the multi-user runlevels are by default identical, or perhaps &#8216;awaiting configuration&#8217;. This can be checked on a default install.</p>
<p>In each and every one of the start up scripts in /etc/rc#.d/ you&#8217;ll find the line &#8216;# Default-Start:     2 3 4 5&#8242;</p>
<p>You can edit inittab or grub&#8217;s menu.lst to set runlevel 2 or 3 or 4 or 5 but you won&#8217;t see any difference unless you also edit those scripts, as you describe above. sysv-rc-conf is a really simple effective way to present and manage the runlevels.  The only time I can see that manually editing/renaming the individual scripts has an advantage is if you need to change the sequence of service start ups within a runlevel, which is quite unusual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alves David</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2652</link>
		<dc:creator>Alves David</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2652</guid>
		<description>Nice, but you could also set the initdefault to 2 (in /etc/inittab)

&lt;code&gt;# The default runlevel.
id:2:initdefault:
&lt;/code&gt;

Note that when setting inittab to 2, deamons stratings at &gt; 2 are not started.</description>
		<content:encoded><![CDATA[<p>Nice, but you could also set the initdefault to 2 (in /etc/inittab)</p>
<p><code># The default runlevel.<br />
id:2:initdefault:<br />
</code></p>
<p>Note that when setting inittab to 2, deamons stratings at &gt; 2 are not started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takla</title>
		<link>http://www.debianadmin.com/how-to-disable-x-or-gui-on-boot-in-debian.html/comment-page-1#comment-2651</link>
		<dc:creator>Takla</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=719#comment-2651</guid>
		<description>Perhaps the easiest way to manage start up services and run levels in Debian  is with the use of either/both sysvconfig and sysv-rc-conf.  sysv-rc-conf allows the admin to easily select/deselect services for each runlevel, while sysvconfig is cruder and allows the admin to select/deselect services, the changes being applicable to all runlevels. Both are ncurses applications and very simple to use. They&#039;re in main.</description>
		<content:encoded><![CDATA[<p>Perhaps the easiest way to manage start up services and run levels in Debian  is with the use of either/both sysvconfig and sysv-rc-conf.  sysv-rc-conf allows the admin to easily select/deselect services for each runlevel, while sysvconfig is cruder and allows the admin to select/deselect services, the changes being applicable to all runlevels. Both are ncurses applications and very simple to use. They&#8217;re in main.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
