<?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>Thomas Maurer (tm) &#187; ICW</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/icw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RsyncServer Service does not start on a Windows Server 2003</title>
		<link>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/</link>
		<comments>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:47:01 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[cwrsync]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[ICW]]></category>
		<category><![CDATA[Rsync]]></category>
		<category><![CDATA[RsyncServer]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[stopped]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=378</guid>
		<description><![CDATA[Today I got a error message from our monitoring that Rsync Service on one of our server doesn&#8217;t run. Reinstalling the service does not solve the problem. I could start the service but after some seconds the service stopped again. &#8230; <a href="http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/" data-count="horizontal" data-text="RsyncServer Service does not start on a Windows Server 2003" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2009%2F12%2Frsyncserver-service-does-not-start-on-a-windows-server-2003%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Today I got a error message from our monitoring that Rsync Service on one of our server doesn&#8217;t run. Reinstalling the service does not solve the problem. I could start the service but after some seconds the service stopped again.</p>
<p>The Event Log shows the following information:</p>
<blockquote>
<div id="_mcePaste">==============================</div>
<div>Event Type:	Information</div>
<div id="_mcePaste">Event Source:	RsyncServer</div>
<div id="_mcePaste">Event Category:	None</div>
<div id="_mcePaste">Event ID:	0</div>
<div id="_mcePaste">Date:		22.12.2009</div>
<div id="_mcePaste">Time:		08:30:52</div>
<div id="_mcePaste">User:		WEB-WIN-xxx-xxx\SvcCWRSYNC</div>
<div id="_mcePaste">Computer:	WEB-WIN-xxx-xxx</div>
<div id="_mcePaste">Description:</div>
<div id="_mcePaste">The description for Event ID ( 0 ) in Source ( RsyncServer ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: RsyncServer: PID 1856: `RsyncServer&#8217; service stopped, exit status: 11.</div>
<div>==============================</div>
</blockquote>
<div>There is a pretty easy solution for this problem:</div>
<div>
<ul>
<li>Delete the .pid file in the cwrsync directory (in our case this is: C:\Program Files\ICW)</li>
<li>now start the service</li>
</ul>
</div>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-378"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/12/rsyncserver-service-does-not-start-on-a-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

