public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Sending syslog events to a syslog server
@ 2001-10-30  9:52 Prentis Brooks
  2001-10-30 10:08 ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Prentis Brooks @ 2001-10-30  9:52 UTC (permalink / raw)
  To: cygwin

Hey Guys,
        I have done some digging around and I can't find any information on
how to configure the syslogd cygwin port so that it sends events to a remote
syslog server.  I tried the standard syslog.conf settings but a syslogd -d
generates "unknown priority name" for each priority I assign to that host,
even if I use * which should work for all.  Has anyone done this yet?

Prentis Brooks	| prentis@aol.net | 703-265-0914 | AIM: PrentisB
Senior System Administrator - Web Infrastructure & Security

       A knight is sworn to valor.  His heart knows only virtue.  His blade
       defends the helpless.  His word speaks only truth.  His wrath undoes the
       wicked. - the old code of Bowen, last of the dragonslayers


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Sending syslog events to a syslog server
  2001-10-30  9:52 Sending syslog events to a syslog server Prentis Brooks
@ 2001-10-30 10:08 ` Corinna Vinschen
  2001-10-30 10:18   ` Prentis Brooks
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-10-30 10:08 UTC (permalink / raw)
  To: cygwin

On Tue, Oct 30, 2001 at 12:52:33PM -0500, Prentis Brooks wrote:
> Hey Guys,
>         I have done some digging around and I can't find any information on
> how to configure the syslogd cygwin port so that it sends events to a remote
> syslog server.  I tried the standard syslog.conf settings but a syslogd -d
> generates "unknown priority name" for each priority I assign to that host,
> even if I use * which should work for all.  Has anyone done this yet?

You can't.  Syslogs are sent to a file on 9x/Me and to the NT event
log system on NT/2K/XP.  Therefore installing syslogd makes no sense
at all.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Sending syslog events to a syslog server
  2001-10-30 10:08 ` Corinna Vinschen
@ 2001-10-30 10:18   ` Prentis Brooks
  2001-10-30 10:35     ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Prentis Brooks @ 2001-10-30 10:18 UTC (permalink / raw)
  To: Corinna Vinschen

That is what I was afraid you would say Corinna ;(...

Thanks, I will dig around for Event Log to Syslog translators

On Tue, 30 Oct 2001, Corinna Vinschen wrote:

> On Tue, Oct 30, 2001 at 12:52:33PM -0500, Prentis Brooks wrote:
> > Hey Guys,
> >         I have done some digging around and I can't find any information on
> > how to configure the syslogd cygwin port so that it sends events to a remote
> > syslog server.  I tried the standard syslog.conf settings but a syslogd -d
> > generates "unknown priority name" for each priority I assign to that host,
> > even if I use * which should work for all.  Has anyone done this yet?
>
> You can't.  Syslogs are sent to a file on 9x/Me and to the NT event
> log system on NT/2K/XP.  Therefore installing syslogd makes no sense
> at all.
>
> Corinna
>
>

Prentis Brooks	| prentis@aol.net | 703-265-0914 | AIM: PrentisB
Senior System Administrator - Web Infrastructure & Security

       A knight is sworn to valor.  His heart knows only virtue.  His blade
       defends the helpless.  His word speaks only truth.  His wrath undoes the
       wicked. - the old code of Bowen, last of the dragonslayers


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Sending syslog events to a syslog server
  2001-10-30 10:18   ` Prentis Brooks
@ 2001-10-30 10:35     ` Corinna Vinschen
  2001-10-30 11:06       ` Prentis Brooks
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-10-30 10:35 UTC (permalink / raw)
  To: cygwin

On Tue, Oct 30, 2001 at 01:18:08PM -0500, Prentis Brooks wrote:
> That is what I was afraid you would say Corinna ;(...
> 
> Thanks, I will dig around for Event Log to Syslog translators

What about a patch to Cygwin which allows usage of syslogd if
it's available, instead?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Sending syslog events to a syslog server
  2001-10-30 10:35     ` Corinna Vinschen
@ 2001-10-30 11:06       ` Prentis Brooks
  0 siblings, 0 replies; 5+ messages in thread
From: Prentis Brooks @ 2001-10-30 11:06 UTC (permalink / raw)
  To: Corinna Vinschen

resources ;)...

I will take a look at it when I can to see if such a patch is not too difficult
for me.  Unfortunately, my speed is in perl not c.  If I come up with a patch,
you can be sure I will send it to the list and to you as the maintainer.


On Tue, 30 Oct 2001, Corinna Vinschen wrote:

> On Tue, Oct 30, 2001 at 01:18:08PM -0500, Prentis Brooks wrote:
> > That is what I was afraid you would say Corinna ;(...
> >
> > Thanks, I will dig around for Event Log to Syslog translators
>
> What about a patch to Cygwin which allows usage of syslogd if
> it's available, instead?
>
> Corinna
>
>

Prentis Brooks	| prentis@aol.net | 703-265-0914 | AIM: PrentisB
Senior System Administrator - Web Infrastructure & Security

       A knight is sworn to valor.  His heart knows only virtue.  His blade
       defends the helpless.  His word speaks only truth.  His wrath undoes the
       wicked. - the old code of Bowen, last of the dragonslayers


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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:[~2001-10-30 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-30  9:52 Sending syslog events to a syslog server Prentis Brooks
2001-10-30 10:08 ` Corinna Vinschen
2001-10-30 10:18   ` Prentis Brooks
2001-10-30 10:35     ` Corinna Vinschen
2001-10-30 11:06       ` Prentis Brooks

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).