unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Eric Brown <ecbrown@ericcbrown.com>
To: help-guix@gnu.org
Subject: Reconfiguring syslogd flags
Date: Tue, 08 Jun 2021 14:22:12 -0500	[thread overview]
Message-ID: <8735tsw49n.fsf@ericcbrown.com> (raw)

Hello,

I am trying to set up a centralized syslogd server that listens on 514
(--inet flag):

 (syslog-service config =>
                 (syslog-configuration
                  (inherit config)
                  (syslogd (string-append (assoc-ref inputs "inetutils") "/libexec/syslogd --inet"))))

and clients which should send a copy of all messages to that host:

 (syslog-service config =>
                 (syslog-configuration
                  (inherit config)
                  (config-file
                   (append '("*.* @10.0.0.2:514")
                           %default-syslog.conf))))

However, ps aux | grep syslogd always shows the default values, as if
the above did not take.

(I can send/receive logs if I forcibly kill syslogd and run daemons on
command line with appropriate flag/files.)

Would anyone be able to tell me the right way to do this?

Thanks,
Eric



                 reply	other threads:[~2021-06-08 21:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735tsw49n.fsf@ericcbrown.com \
    --to=ecbrown@ericcbrown.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).