<?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: Disable a startup of service in Ubuntu</title>
	<atom:link href="http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Do I need rpcbind, nmbd and smbd ?</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-7053</link>
		<dc:creator>Do I need rpcbind, nmbd and smbd ?</dc:creator>
		<pubDate>Sun, 23 Oct 2011 07:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-7053</guid>
		<description>[...] no, you don&#039;t. Don&#039;t kill them though, disable the samba service properly. http://www.unixtutorial.org/2009/01/...tup-in-ubuntu/ [...]</description>
		<content:encoded><![CDATA[<p>[...] no, you don&#039;t. Don&#039;t kill them though, disable the samba service properly. <a href="http://www.unixtutorial.org/2009/01/...tup-in-ubuntu/" rel="nofollow">http://www.unixtutorial.org/2009/01/&#8230;tup-in-ubuntu/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deactavate service &#124; Intspaces</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-7013</link>
		<dc:creator>Deactavate service &#124; Intspaces</dc:creator>
		<pubDate>Fri, 27 May 2011 15:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-7013</guid>
		<description>[...] Disable a startup of service in Ubuntu &#124; Unix TutorialIf for whatever reason you stop using a certain service in your Ubuntu install and would like to disable automatic restarting for it upon system reboot, all it &#8230; So, for the FTP service, I have the /etc/init.d/proftpd startup/shutdown script plus the following set of symlinks referring to it&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable a startup of service in Ubuntu | Unix TutorialIf for whatever reason you stop using a certain service in your Ubuntu install and would like to disable automatic restarting for it upon system reboot, all it &#8230; So, for the FTP service, I have the /etc/init.d/proftpd startup/shutdown script plus the following set of symlinks referring to it&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Désactiver un service Ubuntu</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6986</link>
		<dc:creator>Désactiver un service Ubuntu</dc:creator>
		<pubDate>Tue, 15 Mar 2011 14:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6986</guid>
		<description>[...] Je cherchais donc l&#8217;équivalent d&#8217;un chkconfig de RedHat que j&#8217;utilise au boulot, et j&#8217;ai pu tomber la dessus : http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Je cherchais donc l'équivalent d'un chkconfig de RedHat que j'utilise au boulot, et j'ai pu tomber la dessus : http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6965</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Fri, 11 Feb 2011 16:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6965</guid>
		<description>Where are the ln examples?
For both the soft link and the hard link the examples of how to actually use ln to create the links appear to be missing.</description>
		<content:encoded><![CDATA[<p>Where are the ln examples?<br />
For both the soft link and the hard link the examples of how to actually use ln to create the links appear to be missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Stroparo</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6917</link>
		<dc:creator>Cristian Stroparo</dc:creator>
		<pubDate>Sat, 11 Dec 2010 17:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6917</guid>
		<description>In Ubuntu&#039;s community, however:

To deactivate a script (meaning that it will not be executed at bootup), remove the corresponding symlink from /etc/rc?.d. Do not use the update-rc.d command for this purpose! It is only used in package installation scripts, and not designed for this kind of runlevel management.

However, there is a problem:
  * To restore the links with the right S?? or K?? values you have to look up those values on another system or take a look at the deb-Package install scripts ... 

https://help.ubuntu.com/community/UbuntuBootupHowto</description>
		<content:encoded><![CDATA[<p>In Ubuntu's community, however:</p>
<p>To deactivate a script (meaning that it will not be executed at bootup), remove the corresponding symlink from /etc/rc?.d. Do not use the update-rc.d command for this purpose! It is only used in package installation scripts, and not designed for this kind of runlevel management.</p>
<p>However, there is a problem:<br />
  * To restore the links with the right S?? or K?? values you have to look up those values on another system or take a look at the deb-Package install scripts &#8230; </p>
<p><a href="https://help.ubuntu.com/community/UbuntuBootupHowto" rel="nofollow">https://help.ubuntu.com/community/UbuntuBootupHowto</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Stroparo</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6916</link>
		<dc:creator>Cristian Stroparo</dc:creator>
		<pubDate>Sat, 11 Dec 2010 16:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6916</guid>
		<description>Agree with Dmitriy. But I only investigated the man after reading this post. Was going to post the very same quote about it, that Dmitriy already posted ;)</description>
		<content:encoded><![CDATA[<p>Agree with Dmitriy. But I only investigated the man after reading this post. Was going to post the very same quote about it, that Dmitriy already posted <img src='http://unixtutorial.s3.amazonaws.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IchBinRene</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6906</link>
		<dc:creator>IchBinRene</dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6906</guid>
		<description>Following Dmitriy&#039;s comment, that&#039;s precisely what the -disable- option does in the update-rc.d command(renames the service&#039;s symbolic links from S to K) , and to re-enable the service...well just use the -enable- option  in the update-rc.d command =-)
Cheers!</description>
		<content:encoded><![CDATA[<p>Following Dmitriy's comment, that's precisely what the -disable- option does in the update-rc.d command(renames the service's symbolic links from S to K) , and to re-enable the service&#8230;well just use the -enable- option  in the update-rc.d command =-)<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Watson</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6859</link>
		<dc:creator>Casey Watson</dc:creator>
		<pubDate>Sat, 05 Jun 2010 03:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6859</guid>
		<description>Given Dmitriy&#039;s comment it sounds another approach would be to use:

# update-rc.d proftpd disable

This should prevent the upgrade scripts from putting the symlinks back.</description>
		<content:encoded><![CDATA[<p>Given Dmitriy's comment it sounds another approach would be to use:</p>
<p># update-rc.d proftpd disable</p>
<p>This should prevent the upgrade scripts from putting the symlinks back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misterdom&#8217;s World &#187; Blog Archive &#187; Removing a Service from Init.d in Linux</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-6858</link>
		<dc:creator>Misterdom&#8217;s World &#187; Blog Archive &#187; Removing a Service from Init.d in Linux</dc:creator>
		<pubDate>Sat, 29 May 2010 12:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-6858</guid>
		<description>[...] info on the topic: http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/  May 29th, 2010 in [...]</description>
		<content:encoded><![CDATA[<p>[...] info on the topic: <a href="http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/" rel="nofollow">http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/</a>  May 29th, 2010 in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy Altuhov</title>
		<link>http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/comment-page-1/#comment-2688</link>
		<dc:creator>Dmitriy Altuhov</dc:creator>
		<pubDate>Wed, 01 Apr 2009 05:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=355#comment-2688</guid>
		<description>A common system administration error is to delete the links with the thought that this will &quot;disable&quot; the  service,
       i.e., that this will prevent the service from being started.  However, if all links have been deleted then the next
       time the package is upgraded, the package’s postinst script will run update-rc.d  again  and  this  will  reinstall
       links  at  their  factory  default  locations.   The correct way to disable services is to configure the service as
       stopped in all runlevels in which it is started by default.  In the System V init system this  means  renaming  the
       service’s symbolic links from S to K.

man update-rc.d</description>
		<content:encoded><![CDATA[<p>A common system administration error is to delete the links with the thought that this will "disable" the  service,<br />
       i.e., that this will prevent the service from being started.  However, if all links have been deleted then the next<br />
       time the package is upgraded, the package’s postinst script will run update-rc.d  again  and  this  will  reinstall<br />
       links  at  their  factory  default  locations.   The correct way to disable services is to configure the service as<br />
       stopped in all runlevels in which it is started by default.  In the System V init system this  means  renaming  the<br />
       service’s symbolic links from S to K.</p>
<p>man update-rc.d</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/15 queries in 0.006 seconds using disk: basic
Object Caching 415/416 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 01:03:18 -->
