Your message dated Thu, 09 Jun 2005 19:17:24 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312690: fixed in syslog-ng 1.6.8-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

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

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Jun 2005 15:26:12 +0000
>From [EMAIL PROTECTED] Thu Jun 09 08:26:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mgdnp2.nw.wakwak.com [219.103.130.152] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DgOv3-0007QS-00; Thu, 09 Jun 2005 08:26:09 -0700
Received: from vcksi3.nw.wakwak.com (vcksi3.nw.wakwak.com [211.132.129.144])
        by mgdnp2.nw.wakwak.com (8.13.4/8.13.4/2005-04-22) with SMTP id 
j59FQ7Z3021066
        for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 00:26:07 +0900 (JST)
        (envelope-from [EMAIL PROTECTED])
Received: from bh.wakwak.com (bh.wakwak.com [211.132.128.103])
        by vcksi3.nw.wakwak.com (Postfix) with ESMTP id 8D6153FE03
        for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 00:26:07 +0900 (JST)
Received: from mermaid.local.wakwak.com (z73.220-213-6.ppp.wakwak.ne.jp 
[220.213.6.73])
        (pbs=2j9lm0)
        by bh.wakwak.com (8.13.4/8.13.4/2005-06-06) with ESMTP/inet id 
j59FQ6Bo003302
        for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 00:26:07 +0900 (JST)
        (envelope-from [EMAIL PROTECTED])
Date: Fri, 10 Jun 2005 00:26:06 +0900
Message-ID: <[EMAIL PROTECTED]>
From: TANAKA Atushi <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: syslog-ng: Please examine /dev/xconsole at startup
User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.4 Mule/5.0
 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: syslog-ng
Version: 1.6.5-2.2
Severity: wishlist

This report seems to have some relevance with #242531, but
it seems that the problem still remains.

In the present configuration of syslog-ng package, users must
make /dev/xconsole and put appropriate permission of it, if 
/dev/xconsole is absent.

Usually, it seems that the preparation of /dev/xconsole is carried out 
by the script /etc/init.d/sysklogd which is provided by sysklogd package. 
This is the reason why upgrading from sysklogd, which is a base package,
to syslog-ng makes no trouble about /dev/xconsole. However, sometimes it 
disappears accidentally (e.g. installation of udev package).

I think it's better to maintain /dev/xconsole by the syslog-ng package. 

For example, to do so, you can use the following shell code, which is 
used in /etc/init.d/sysklogd, in /etc/init.d/syslog-ng:

create_xconsole()
{
    if [ ! -e /dev/xconsole ]; then
        mknod -m 640 /dev/xconsole p
    else
        chmod 0640 /dev/xconsole
    fi
    chown root:adm /dev/xconsole
}

Concerning to the permissions, /etc/syslog-ng/syslog-ng.conf might be
suitable place to specify (#242531 suggests it), instead of the code above.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)

---------------------------------------
Received: (at 312690-close) by bugs.debian.org; 9 Jun 2005 23:23:58 +0000
>From [EMAIL PROTECTED] Thu Jun 09 16:23:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DgWNR-0004pJ-00; Thu, 09 Jun 2005 16:23:57 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DgWH6-0005UC-00; Thu, 09 Jun 2005 19:17:24 -0400
From: SZALAY Attila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312690: fixed in syslog-ng 1.6.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 09 Jun 2005 19:17:24 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: syslog-ng
Source-Version: 1.6.8-1

We believe that the bug you reported is fixed in the latest version of
syslog-ng, which is due to be installed in the Debian FTP archive:

syslog-ng_1.6.8-1.diff.gz
  to pool/main/s/syslog-ng/syslog-ng_1.6.8-1.diff.gz
syslog-ng_1.6.8-1.dsc
  to pool/main/s/syslog-ng/syslog-ng_1.6.8-1.dsc
syslog-ng_1.6.8-1_i386.deb
  to pool/main/s/syslog-ng/syslog-ng_1.6.8-1_i386.deb
syslog-ng_1.6.8.orig.tar.gz
  to pool/main/s/syslog-ng/syslog-ng_1.6.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
SZALAY Attila <[EMAIL PROTECTED]> (supplier of updated syslog-ng package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  9 Jun 2005 20:10:54 +0000
Source: syslog-ng
Binary: syslog-ng
Architecture: source i386
Version: 1.6.8-1
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila <[EMAIL PROTECTED]>
Changed-By: SZALAY Attila <[EMAIL PROTECTED]>
Description: 
 syslog-ng  - Next generation logging daemon
Closes: 294888 303808 312114 312690
Changes: 
 syslog-ng (1.6.8-1) unstable; urgency=low
 .
   * New upstream version.
   * Debian patch cleaned up. If something needed dropped out please tell me!
   * Create /dev/xconsole if not exists. (Closes: #312690)
   * Check the config file for syntax errors before reload. (Closes: #294888)
   * Fixed a typo in syslog-ng.conf (Closes: #312114)
   * Created a directory. Put debian specific patches into it.
   * Added the new version of syslog-ng-annon patch. (Closes: #303808)
Files: 
 0cb825e1b5b7a1240e276e1b74eef303 663 admin extra syslog-ng_1.6.8-1.dsc
 4ed32e8246cef71e20601b4e2f4a2130 728327 admin extra syslog-ng_1.6.8.orig.tar.gz
 33efad798471175ec2c72017980b159d 42062 admin extra syslog-ng_1.6.8-1.diff.gz
 0d1f6a251199958dbf676794c6c9d01d 138076 admin extra syslog-ng_1.6.8-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCqMlL23Gu/Kug6LIRAjI6AKCcLPIYoLT4lV6wYJz5w6ixnbx1aACfeVJ7
nXJS9f0nJ+LbEOg7ijYXitQ=
=EIbq
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to