

Debian bug report logs - #810 , boring messages

-----------------------------------------------------------------------

Message sent to debian-devel@pixar.com:


Subject: Bug#810: syslogd doesn't use start-stop-daemon
Reply-To: iwj10@cus.cam.ac.uk (Ian Jackson), debian-bugs@pixar.com
Resent-To: debian-devel@pixar.com
Resent-From: iwj10@cus.cam.ac.uk (Ian Jackson)
Resent-Sender: iwj10@cus.cam.ac.uk
Resent-Date: Wed, 19 Apr 1995 14:33:03 GMT
Resent-Message-ID: <debian-bugs-handler.810.041914240915322@pixar.com>
X-Debian-PR-Package: syslogd
X-Debian-PR-Keywords: 
Received: via spool for debian-bugs; Wed, 19 Apr 1995 14:33:03 GMT
Received: with rfc822 via encapsulated-mail id 041914240915322;
          Wed, 19 Apr 1995 14:24:10 GMT
Received: from pixar.com by mongo.pixar.com with smtp
        (Smail3.1.28.1 #15) id m0s1aZI-0008cpC; Wed, 19 Apr 95 07:17 PDT
Received: from bootes.cus.cam.ac.uk by pixar.com with SMTP id AA02278
  (5.65c/IDA-1.4.4 for <debian-bugs@pixar.com>); Wed, 19 Apr 1995 
07:17:09 -0700
Received: by bootes.cus.cam.ac.uk
        (Smail-3.1.29.0 #30) id m0s1aL8-000C0dC; Wed, 19 Apr 95 15:02 
BST
Received: by chiark
        id m0s1OPV-0000YJZ
        (Debian /\oo/\ Smail3.1.29.1 #29.30); Wed, 19 Apr 95 02:18 BST
Message-Id: <m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>
Date: Wed, 19 Apr 95 02:18 BST
From: iwj10@cus.cam.ac.uk (Ian Jackson)
To: Debian bugs submission address <debian-bugs@pixar.com>

Package: syslogd
Version: 1.2-9

The syslogd package contains, in /etc/init.d/syslogd:

[...]
  start)
    echo -n "Starting syslog daemons: "
    echo -n "syslogd "
    syslogd
    echo -n "klogd "
    klogd
    echo
[...]

This doesn't work, of course, if the daemons are already running - it
will start another pair.  This will happen regularly if the sysadmin
changes the links in /etc/rc?.d so as not to shut down syslogd and
restart it at every change in runlevel (see my bug report #705).

Ian.

-----------------------------------------------------------------------

Message sent:


From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: iwj10@cus.cam.ac.uk (Ian Jackson)
Subject: Bug#810: Acknowledgement (was: syslogd doesn't use 
start-stop-daemon)
In-Reply-To: <m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>
References: <m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>

Thank you for the problem report you have sent regarding Debian 
GNU/Linux.
This is an automatically generated reply, to let you know your message 
has
been received.  It is being forwarded to the developers' mailing list 
for
their attention; they will reply in due course.

If you wish to submit further information on your problem, please send
it to debian-bugs@pixar.com, but please ensure that the Subject
line of your message starts with "Bug#810" or "Re: Bug#810" so that
we can identify it as relating to the same problem.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.

Ian Jackson
(maintainer, debian-bugs)

-----------------------------------------------------------------------

Message sent:


From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: imurdock@debian.org (Ian Murdock)
In-Reply-To: <m0sP1BC-0001chC@debian.org>
References: <m0sP1BC-0001chC@debian.org> 
<m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>
Subject: Bug#810: marked as done (was: syslogd doesn't use 
start-stop-daemon)

Your message dated Fri, 23 Jun 95 00:21 EST
with message-id <m0sP1BC-0001chC@debian.org>
and subject line Bug#810:
has caused the attached bug report to be marked as done.

It is your now responsibility to ensure that the bug report is dealt
with.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(maintainer, debian-bugs)

Received: with rfc822 via encapsulated-mail id 041914240915322;
          Wed, 19 Apr 1995 14:24:10 GMT
From cus.cam.ac.uk!iwj10 Wed Apr 19 07:17:25 1995
Return-Path: <iwj10@cus.cam.ac.uk>
Received: from pixar.com by mongo.pixar.com with smtp
        (Smail3.1.28.1 #15) id m0s1aZI-0008cpC; Wed, 19 Apr 95 07:17 PDT
Received: from bootes.cus.cam.ac.uk by pixar.com with SMTP id AA02278
  (5.65c/IDA-1.4.4 for <debian-bugs@pixar.com>); Wed, 19 Apr 1995 
07:17:09 -0700
Received: by bootes.cus.cam.ac.uk
        (Smail-3.1.29.0 #30) id m0s1aL8-000C0dC; Wed, 19 Apr 95 15:02 
BST
Received: by chiark
        id m0s1OPV-0000YJZ
        (Debian /\oo/\ Smail3.1.29.1 #29.30); Wed, 19 Apr 95 02:18 BST
Message-Id: <m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>
Date: Wed, 19 Apr 95 02:18 BST
From: iwj10@cus.cam.ac.uk (Ian Jackson)
To: Debian bugs submission address <debian-bugs@pixar.com>
Subject: syslogd doesn't use start-stop-daemon

Package: syslogd
Version: 1.2-9

The syslogd package contains, in /etc/init.d/syslogd:

[...]
  start)
    echo -n "Starting syslog daemons: "
    echo -n "syslogd "
    syslogd
    echo -n "klogd "
    klogd
    echo
[...]

This doesn't work, of course, if the daemons are already running - it
will start another pair.  This will happen regularly if the sysadmin
changes the links in /etc/rc?.d so as not to shut down syslogd and
restart it at every change in runlevel (see my bug report #705).

Ian.

-----------------------------------------------------------------------

Message sent:


From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: iwj10@cus.cam.ac.uk (Ian Jackson)
Subject: Bug#810 acknowledged by developer (was: syslogd doesn't use 
start-stop-daemon)
References: <m0sP1BC-0001chC@debian.org> 
<m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>
In-Reply-To: <m0s1OPV-0000YJZ.ijackson@nyx.cs.du.edu>

This is an automatic notification regarding your bug report.

Responsibility for it has been taken by one of the developers, namely
imurdock@debian.org (Ian Murdock).

You should be hearing from them with a substantive response shortly, if
you have not already done so.  If not, please contact them directly,
or email debian-bugs@pixar.com or myself.

Ian Jackson
(maintainer, debian-bugs)

-----------------------------------------------------------------------
Ian Jackson / iwj10@thor.cam.ac.uk , with the debian-bugs tracking
mechanism
This page last modified 05:43:02 GMT Fri 23 Jun