public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Rsync + Win2k
@ 2003-10-31 11:07 linamat
  0 siblings, 0 replies; 5+ messages in thread
From: linamat @ 2003-10-31 11:07 UTC (permalink / raw)
  To: cygwin

As to event non-registered error, you can recompile rsync daemon binary
with .res file indicating format of Windows resource.
In .mc file you must indicate Facility=Application MessageId=0
MessageIdTypedef=DWORD. Use mc (from Novell) and windres to compile.
After it you can insert into registry the following entries:

Subkey:
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\EventLog\Application\<Yourservice_name>"
ValueType: REG_EXPAND_SZ ValueName: "EventMessageFile" ValueData:
"<path_to_your_service_executable>"

Subkey:
"System\CurrentControlSet\Services\EventLog\Application\<Yourservice_name>"
ValueType: REG_DWORD ValueName: "TypesSupported" ValueData: "0x00000007"



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Rsync + Win2K
  2003-10-30 19:04         ` Aaron
@ 2003-10-30 19:35           ` Larry Hall
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall @ 2003-10-30 19:35 UTC (permalink / raw)
  To: Aaron, Cygwin List

At 01:36 PM 10/30/2003, Aaron you wrote:
>OK, it's information. Any idea which DLLs could be missing?
>
>Larry Hall wrote:
>
>>At 12:54 PM 10/30/2003, Aaron you wrote:
>> 
>>
>>>I have successfully got rsync to run as a service ... but I am getting this error ... any help debugging would be great!
>>>
>>>The description for Event ID ( 0 ) in Source ( rsyncd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rsyncd : PID 1804 : rsyncd version 2.5.6    
>>
>>                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> 
>>
>>>starting, listening on port 873.
>>>   
>>
>>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>>It's not an error.  It's information.


None.  Ignore the first part of the message in the event log.  The part
I underlined is all you need to pay attention to.  If you're curious 
about the rest, check the email archives and/or MS docs and/or google.



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Rsync + Win2K
  2003-10-30 18:54       ` Larry Hall
@ 2003-10-30 19:04         ` Aaron
  2003-10-30 19:35           ` Larry Hall
  0 siblings, 1 reply; 5+ messages in thread
From: Aaron @ 2003-10-30 19:04 UTC (permalink / raw)
  To: Cygwin List

OK, it's information. Any idea which DLLs could be missing?

Larry Hall wrote:

>At 12:54 PM 10/30/2003, Aaron you wrote:
>  
>
>>I have successfully got rsync to run as a service ... but I am getting this error ... any help debugging would be great!
>>
>>The description for Event ID ( 0 ) in Source ( rsyncd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rsyncd : PID 1804 : rsyncd version 2.5.6 
>>    
>>
>
>                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>  
>
>>starting, listening on port 873.
>>    
>>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>It's not an error.  It's information.
>
>
>--
>Larry Hall                              http://www.rfk.com
>RFK Partners, Inc.                      (508) 893-9779 - RFK Office
>838 Washington Street                   (508) 893-9889 - FAX
>Holliston, MA 01746                     
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:       http://cygwin.com/problems.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>
>  
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Rsync + Win2K
  2003-10-30 18:36     ` Rsync + Win2K Aaron
@ 2003-10-30 18:54       ` Larry Hall
  2003-10-30 19:04         ` Aaron
  0 siblings, 1 reply; 5+ messages in thread
From: Larry Hall @ 2003-10-30 18:54 UTC (permalink / raw)
  To: Aaron; +Cc: cygwin

At 12:54 PM 10/30/2003, Aaron you wrote:
>I have successfully got rsync to run as a service ... but I am getting this error ... any help debugging would be great!
>
>The description for Event ID ( 0 ) in Source ( rsyncd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rsyncd : PID 1804 : rsyncd version 2.5.6 

                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>starting, listening on port 873.

 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It's not an error.  It's information.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Rsync + Win2K
  2003-10-30 17:54   ` Gerrit P. Haase
@ 2003-10-30 18:36     ` Aaron
  2003-10-30 18:54       ` Larry Hall
  0 siblings, 1 reply; 5+ messages in thread
From: Aaron @ 2003-10-30 18:36 UTC (permalink / raw)
  Cc: cygwin

I have successfully got rsync to run as a service ... but I am getting 
this error ... any help debugging would be great!

The description for Event ID ( 0 ) in Source ( rsyncd ) cannot be found. 
The local computer may not have the necessary registry information or 
message DLL files to display messages from a remote computer. The 
following information is part of the event: rsyncd : PID 1804 : rsyncd 
version 2.5.6 starting, listening on port 873.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-31  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31 11:07 Rsync + Win2k linamat
  -- strict thread matches above, loose matches on Subject: below --
2003-10-30  9:52 iconv.h? Thomas L Roche
2003-10-30 16:54 ` libxml2 setup.hint was iconv.h? Brian Ford
2003-10-30 17:54   ` Gerrit P. Haase
2003-10-30 18:36     ` Rsync + Win2K Aaron
2003-10-30 18:54       ` Larry Hall
2003-10-30 19:04         ` Aaron
2003-10-30 19:35           ` Larry Hall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).