<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Suse &#38; OpenSuse Tips &#187; services</title>
	<atom:link href="http://www.susetips.com/tag/services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susetips.com</link>
	<description>Tricks, Guides, Tutorials, How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Sat, 05 Jun 2010 17:55:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to start services automatically at boot?</title>
		<link>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/</link>
		<comments>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/</guid>
		<description><![CDATA[In the traditional sense, when we want to include a new service at boot time, we looked into the /etc/init.d/ directory and figure out where to put it.&#160; (I tend to look and figure it out as it changes over the years). In many other distribution, they provide various ways to do this and to [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/">How to start services automatically at boot?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In the traditional sense, when we want to include a new service at boot time, we looked into the <font face="Courier New">/etc/init.d/</font> directory and figure out where to put it.&#160; (I tend to look and figure it out as it changes over the years).</p>
<p> <span id="more-166"></span>
<p>In many other distribution, they provide various ways to do this and to ensure that it is correctly configured.&#160; In SuSE and OpenSuSE, they provided the command <font face="Courier New">insserv</font> for this purpose.</p>
<blockquote><p><font face="Courier New"># insserv –r hwscan</font></p>
</blockquote>
<p>If you would like to stop the scanning of hardware configuration at boot time.&#160; Normally, this is turned on but when you have the server configured and running optimally, you may want to disable it to ensure a faster boot up time.&#160; To start it again at boot up time, just</p>
<blockquote><p><font face="Courier New"># insserv hwscan</font></p>
</blockquote>
<p>Of course, YAST also provide this, go to YaST Control Center –&gt; System –&gt; System Services (Runlevel).</p>
<p><img title="Screenshot-System Services (Runlevel)_ Services - YaST" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="330" alt="Screenshot-System Services (Runlevel)_ Services - YaST" src="http://www.susetips.com/wp-content/uploads/2009/06/screenshotsystemservicesrunlevel-servicesyast.png" width="320" border="0" /> </p>
<p>Where you can enable/disable the services.</p>
<p> <script type="text/javascript"><!--
google_ad_client = "pub-4709064562032853";
/* 300x250, created 5/8/09 */
google_ad_slot = "9311445083";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/">How to start services automatically at boot?</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/" rel="bookmark" title="Permanent Link: Manually Starting and Stopping Services in Suse/OpenSuse">Manually Starting and Stopping Services in Suse/OpenSuse</a></li><li><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/" rel="bookmark" title="Permanent Link: How to mount NFS Filesystems at Boot Time">How to mount NFS Filesystems at Boot Time</a></li><li><a href="http://www.susetips.com/2009/04/09/adding-applications-to-favorites-applications/" rel="bookmark" title="Permanent Link: Adding applications to “Favorites Applications”">Adding applications to “Favorites Applications”</a></li><li><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/" rel="bookmark" title="Permanent Link: How to configure YaST firewall for BitTorrent">How to configure YaST firewall for BitTorrent</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually Starting and Stopping Services in Suse/OpenSuse</title>
		<link>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/</link>
		<comments>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 11:50:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[runlevel editor]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/</guid>
		<description><![CDATA[YaST provides a extremely easy way for system administrators to manage which services run at boot. The YaST Runlevel Editor module is easy to understand and gives you important information about each service. You can choose to start or stop a process with nothing more than a mouse click. To view what are the what [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/">Manually Starting and Stopping Services in Suse/OpenSuse</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewritermanuallystartingandstoppingservicesinsus-115dfyast2-runlevel-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="320" alt="yast2_runlevel" src="http://www.susetips.com/wp-content/uploads/2009/02/windowslivewritermanuallystartingandstoppingservicesinsus-115dfyast2-runlevel-thumb.png" width="420" border="0"></a> </p>
<p>YaST provides a extremely easy <a name="idd1e47511"></a><a name="idd1e47516"></a><a name="idd1e47523"></a><a name="idd1e47530"></a><a name="idd1e47535"></a>way for system administrators to manage which services run at boot. The YaST Runlevel Editor module is easy to understand and gives you important information about each service. You can choose to start or stop a process with nothing more than a mouse click.</p>
<p><span id="more-43"></span>
<p>To view what are the what services that are currently running, you can open the Runlevel Editor module from the YaST System page. It will display a list of all the available services. If you change the <a name="idd1e47764"></a><a name="idd1e47769"></a><a name="idd1e47776"></a><a name="idd1e47783"></a>configuration file for a particular service, you usually have to stop and restart the service to use the new configuration. For example, when making changes to the X server, it is often worthwhile to change from Runlevel 5 to Runlevel 3 to test the changes, then switch back to re-enable the display manager. This way, if you make a mistake, you can fix it and get it right without having to reboot every time.</p>
<p>e.g. To stop, start, or restart any service, open a shell as the SuperUser. To see if your ALSA sound server is running, type the following:
<pre><font color="#0000ff">/etc/init.d/alsasound status</font>
</pre>
<p>The script will report its status. It should report
<pre><font color="#0000ff">ALSA sound driver loaded.             running</font>
</pre>
<p>To stop and restart the service, type
<pre><font color="#0000ff">/etc/init.d/alsasound restart</font>
</pre>
<p>and the following should appear:
<pre><font color="#0000ff">Shutting down sound driver               done</font>

<font color="#0000ff">Starting sound driver:  via82xx          done</font>

<font color="#0000ff">Restoring the previous sound setting     done</font></pre>
</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3785184162368705";
//300x250, created 1/5/08
google_ad_slot = "9855844479";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/">Manually Starting and Stopping Services in Suse/OpenSuse</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/07/how-to-setup-and-enable-openssh/" rel="bookmark" title="Permanent Link: How to setup and enable OpenSSH">How to setup and enable OpenSSH</a></li><li><a href="http://www.susetips.com/2009/04/09/how-to-create-user-with-password-assigned/" rel="bookmark" title="Permanent Link: How to create user with password assigned">How to create user with password assigned</a></li><li><a href="http://www.susetips.com/advertise-with-us/" rel="bookmark" title="Permanent Link: Advertise with Us">Advertise with Us</a></li><li><a href="http://www.susetips.com/2009/02/24/how-to-configure-yast-firewall-for-bittorrent/" rel="bookmark" title="Permanent Link: How to configure YaST firewall for BitTorrent">How to configure YaST firewall for BitTorrent</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/02/28/manually-starting-and-stopping-services-in-suseopensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
