Your message dated Wed, 05 Mar 2008 19:17:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469404: fixed in lsb 3.2-4
has caused the Debian Bug report #469404,
regarding exim4: incompatible call to killproc lsb init-function
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469404
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim4
Version: 4.69-2
Severity: normal


It appears that the exim4 init script /etc/init.d/exim4 makes two calls to the
killproc fucnction as sourced from /lib/lsb/init-functions when stopping exim 
for either full stop or restart. These calls however do not provide the signal 
value to send to the process as is expected by this script. The result that 
exim4 is not stopped when calling the init script with either stop or restart 
and the following error message when any of these eroneous lines is executed:

/sbin/start-stop-daemon: signal value must be numeric or name of signal (KILL, 
INT, ...)
Try `/sbin/start-stop-daemon --help' for more information.

Attatched is a patch to be applied against /etc/init.d/exim4 which adds signal 
values to the killproc calls. I apologise if this this is not in the correct 
format for a debian bug patch, but I couldn't find any such specifications 
online.

The tested version of lsb-base is 3.2-3.

Kevin

-- Package-specific info:
Exim version 4.69 #1 built 30-Jan-2008 18:15:12
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='homunculus.physics.ubc.ca'
dc_local_interfaces='127.0.0.1'
dc_readhost='homunculus.physics.ubc.ca'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.phas.ubc.ca::587'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:homunculus.physics.ubc.ca

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (300, 'testing'), (200, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-amd64.005 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0]         1.5.19     Debian configuration management sy
ii  exim4-base                    4.69-2     support files for all Exim MTA (v4
ii  exim4-daemon-light            4.69-2     lightweight Exim MTA (v4) daemon

exim4 recommends no packages.

-- debconf information:
  exim4/drec:
129c129
<     killproc -p "$QRPIDFILE" "$DAEMON"
---
>     killproc -p "$QRPIDFILE" "$DAEMON" 15
133c133
<     killproc -p "$PIDFILE" "$DAEMON"
---
>     killproc -p "$PIDFILE" "$DAEMON" 15

--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 3.2-4

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

lsb-base_3.2-4_all.deb
  to pool/main/l/lsb/lsb-base_3.2-4_all.deb
lsb-core_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-core_3.2-4_amd64.deb
lsb-cxx_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-cxx_3.2-4_amd64.deb
lsb-desktop_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-desktop_3.2-4_amd64.deb
lsb-graphics_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-graphics_3.2-4_amd64.deb
lsb-languages_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-languages_3.2-4_amd64.deb
lsb-multimedia_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-multimedia_3.2-4_amd64.deb
lsb-printing_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-printing_3.2-4_amd64.deb
lsb-qt4_3.2-4_amd64.deb
  to pool/main/l/lsb/lsb-qt4_3.2-4_amd64.deb
lsb-release_3.2-4_all.deb
  to pool/main/l/lsb/lsb-release_3.2-4_all.deb
lsb_3.2-4.dsc
  to pool/main/l/lsb/lsb_3.2-4.dsc
lsb_3.2-4.tar.gz
  to pool/main/l/lsb/lsb_3.2-4.tar.gz
lsb_3.2-4_all.deb
  to pool/main/l/lsb/lsb_3.2-4_all.deb



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.
Chris Lawrence <[EMAIL PROTECTED]> (supplier of updated lsb 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: Wed, 05 Mar 2008 13:01:08 -0600
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-qt4 lsb-languages 
lsb-multimedia lsb-printing lsb lsb-base lsb-release
Architecture: source all amd64
Version: 3.2-4
Distribution: unstable
Urgency: high
Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
Changed-By: Chris Lawrence <[EMAIL PROTECTED]>
Description: 
 lsb        - Linux Standard Base 3.2 support package
 lsb-base   - Linux Standard Base 3.2 init script functionality
 lsb-core   - Linux Standard Base 3.2 core support package
 lsb-cxx    - Linux Standard Base 3.2 C++ support package
 lsb-desktop - Linux Standard Base 3.2 Desktop support package
 lsb-graphics - Linux Standard Base 3.2 graphics support package
 lsb-languages - Linux Standard Base 3.2 Runtime Languages package
 lsb-multimedia - Linux Standard Base 3.2 Multimedia package
 lsb-printing - Linux Standard Base 3.2 Printing package
 lsb-qt4    - Linux Standard Base 3.2 Qt4 support package
 lsb-release - Linux Standard Base version reporting utility
Closes: 469404
Changes: 
 lsb (3.2-4) unstable; urgency=high
 .
   * Reverse test in killproc().  (Closes: #469404)
Files: 
 9a5f40186431a05f18ca9a255428f539 764 misc extra lsb_3.2-4.dsc
 a22ff7f419478c48ac6e94a82dc55312 48678 misc extra lsb_3.2-4.tar.gz
 6c4a79061cf8a1067b40de74940fb04b 11972 misc extra lsb_3.2-4_all.deb
 0f547727f19bfffc906d68ef5bda7d66 17368 misc required lsb-base_3.2-4_all.deb
 88bd5ba4e4229c4a705172f36028d3fd 17502 misc extra lsb-release_3.2-4_all.deb
 3fb60377de56ce521137f4005bd0a358 34396 misc extra lsb-core_3.2-4_amd64.deb
 f4f5f07eb5f0505dc4fec962dd9fc907 12012 misc extra lsb-graphics_3.2-4_amd64.deb
 1b66133d1afaa2d01d70b0f69fc66d70 11982 misc extra lsb-cxx_3.2-4_amd64.deb
 63cbf85e412ef96e92077a968f4169e7 12098 misc extra lsb-desktop_3.2-4_amd64.deb
 bebaa7b4bc31d02b8377126e66f2ba64 12044 misc extra lsb-qt4_3.2-4_amd64.deb
 f66b87b33195ad61ce9af19e5b9099ad 12006 misc extra lsb-languages_3.2-4_amd64.deb
 8c1e655a74f8e3c5db6c402b0d8a70f4 11984 misc extra 
lsb-multimedia_3.2-4_amd64.deb
 1670db35421b1be9cf4417c654432933 12008 misc extra lsb-printing_3.2-4_amd64.deb

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

iD8DBQFHzu5I2wQKE6PXubwRAlm6AJwOPPD5uYklGk1DD+z/c4SMd4X/OACcDlXt
FYUKnFGZdpSrocoMRyTQvRQ=
=4xtR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to