Package: rsyslog
Version: 5.8.11-1+b1
Severity: normal

For dependency reasons I upgraded rsyslog on a Stable box, from
4.6.4-2 to 5.8.11-1+b1.  /lib/init/rw/sendsigs.omit.d was not
removed, and it still contains:

  lrwxrwxrwx 1 root root 21 Aug  2  2011 rsyslog -> /var/run/rsyslogd.pid

Functionality seems fine, and /etc/init.d/rsyslog contains:

  OMITDIR=/run/sendsigs.omit.d

which exists and contains (among other things):

  lrwxrwxrwx 1 root root 21 Aug 31 09:26 rsyslog -> /var/run/rsyslogd.pid

/var/run/rsyslogd.pid exists and has the correct PID in it.

The Debian changelog indicates that /lib/init/rw/sendsigs.omit.d should
have been removed:

  rsyslog (5.8.2-2) unstable; urgency=low

    * Transition to /run/sendsigs.omit.d. (Closes: #633036)
      - Use /run/sendsigs.omit.d/rsyslog in debian/rsyslog.init.
      - Add Depends on initscripts (>= 2.88dsf-13.3) to ensure /run is usable.
      - Remove /lib/init/rw/sendsigs.omit.d/rsyslog on upgrades.

   -- Michael Biebl <[email protected]>  Fri, 08 Jul 2011 01:36:20 +0200

Thanks/best,

--
Steve Lane
System Administrator, Scientific Computing
Joint BioEnergy Institute
Lawrence Berkeley National Laboratory


-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/48 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsyslog depends on:
ii  initscripts             2.88dsf-22.1     scripts for initializing and shutt
ii  libc6                   2.13-35          Embedded GNU C Library: Shared lib
ii  lsb-base                4.1+Debian7      Linux Standard Base 4.1 init scrip
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages rsyslog recommends:
ii  logrotate                     3.7.8-6    Log rotation utility

Versions of packages rsyslog suggests:
pn  rsyslog-doc                   <none>     (no description available)
pn  rsyslog-gnutls                <none>     (no description available)
pn  rsyslog-gssapi                <none>     (no description available)
pn  rsyslog-mysql | rsyslog-pgsql <none>     (no description available)
pn  rsyslog-relp                  <none>     (no description available)

-- Configuration Files:
/etc/logrotate.d/rsyslog changed:
/var/log/syslog
{
        missingok
        notifempty
        delaycompress
        compress
        postrotate
                invoke-rc.d rsyslog reload > /dev/null
        endscript
}
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
        missingok
        notifempty
        compress
        delaycompress
        sharedscripts
        postrotate
                invoke-rc.d rsyslog reload > /dev/null
        endscript
}

/etc/rsyslog.conf changed:
$ModLoad imuxsock # provides support for local system logging
$ModLoad imklog   # provides kernel logging support (previously done by rklogd)
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$IncludeConfig /etc/rsyslog.d/*.conf
auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
daemon.*                        -/var/log/daemon.log
kern.*                          -/var/log/kern.log
lpr.*                           -/var/log/lpr.log
mail.*                          -/var/log/mail.log
user.*                          -/var/log/user.log
mail.info                       -/var/log/mail.info
mail.warn                       -/var/log/mail.warn
mail.err                        /var/log/mail.err
news.crit                       /var/log/news/news.crit
news.err                        /var/log/news/news.err
news.notice                     -/var/log/news/news.notice
*.=debug;\
        auth,authpriv.none;\
        news.none;mail.none     -/var/log/debug
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/var/log/messages
*.emerg                         *
daemon.*;mail.*;\
        news.err;\
        *.=debug;*.=info;\
        *.=notice;*.=warn       |/dev/xconsole
*.*     @syslog.lbl.gov


-- no debconf information


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

Reply via email to