<?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; runlevel editor</title>
	<atom:link href="http://www.susetips.com/tag/runlevel-editor/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>Tue, 30 Nov 2010 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<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 /><br/><br/><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 /><br/><br/><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>

