Your message dated Thu, 25 Oct 2012 23:32:27 +0000
with message-id <[email protected]>
and subject line Bug#640929: fixed in drbdlinks 1.22-1
has caused the Debian Bug report #640929,
regarding drbdlinks fails to restart cron
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.)


-- 
640929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640929
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: drbdlinks
Version: 1.18-2
Severity: important


When using restartcron(1) option with drbdlinks it fails to restart cron. 
This happens because it finds /var/run/crond.pid and then asumes that init 
script must be /etc/init.d/crond

def restartCron(config):  #{{{1
    if config.restartCron:
        syslogScriptPath = None
        for checkInitPath, checkRunPath in [
                ( '/etc/init.d/crond', '/var/run/crond.pid' ),
                ( '/etc/init.d/cron', '/var/run/cron.pid' ),
                ]:
            if os.path.exists(checkRunPath):
                initScriptPath = checkInitPath
        if not initScriptPath:
            syslog.syslog('Unable to locate cron init script, not '
                    'restarting cron.')
        else:
            retcode = os.system('%s restart' % initScriptPath)
            if retcode != 0:
                log('Cron restart returned %d, expected 0' % retcode)
            return(retcode != 0)
    return(0)


-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 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 drbdlinks depends on:
ii  python                  2.6.6-3+squeeze6 interactive high-level object-orie

drbdlinks recommends no packages.

Versions of packages drbdlinks suggests:
ii  drbd8-utils                  2:8.3.7-2.1 RAID 1 over tcp/ip for Linux utili

-- Configuration Files:
/etc/drbdlinks.conf changed [not included]

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: drbdlinks
Source-Version: 1.22-1

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

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.
Thierry Randrianiriana <[email protected]> (supplier of updated drbdlinks 
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.8
Date: Thu, 25 Oct 2012 21:04:41 +0300
Source: drbdlinks
Binary: drbdlinks
Architecture: source all
Version: 1.22-1
Distribution: unstable
Urgency: low
Maintainer: Thierry Randrianiriana <[email protected]>
Changed-By: Thierry Randrianiriana <[email protected]>
Description: 
 drbdlinks  - Manages symlinks into a shared DRBD partition
Closes: 640929 691401
Changes: 
 drbdlinks (1.22-1) unstable; urgency=low
 .
   * New upstream release (Closes: #691401, #640929)
   * Bumped Standards-Version to 3.9.3
   * Updated the drbdlinksclean init script
   * Fixed debian/watch
Checksums-Sha1: 
 7bf51da6eade26fe502c667fd0db9c342188e3d1 1090 drbdlinks_1.22-1.dsc
 f0eea1e72dd2f1bddd3b741b0679d1c074b0a019 19441 drbdlinks_1.22.orig.tar.gz
 f435470356aeec5bc20302e258fd2c6339dd6b63 3785 drbdlinks_1.22-1.debian.tar.gz
 f688283d1e414a2918a73e2fe58eb6ca7c5325ae 18010 drbdlinks_1.22-1_all.deb
Checksums-Sha256: 
 5c7355bdbacc7feb36ee449e753d5ea6a215a397e7e9ec723a914dfc80e576f5 1090 
drbdlinks_1.22-1.dsc
 f3e009f133197c883049a3e2f4e2e799572b27a062efe3cfeda858c12ad1081c 19441 
drbdlinks_1.22.orig.tar.gz
 6213363bf6353179892d79a3056fc0216a4c5f375006a63265aa6105b721f793 3785 
drbdlinks_1.22-1.debian.tar.gz
 badcfa3dfda515b8bc6744130c4abb4d0264589ccae45cedafa94bff4de1389b 18010 
drbdlinks_1.22-1_all.deb
Files: 
 116eded7dc60ddcb1919696ad6d7d4a1 1090 admin optional drbdlinks_1.22-1.dsc
 e9e0502bb1b3b2be6a3e76e6310b7737 19441 admin optional 
drbdlinks_1.22.orig.tar.gz
 84e6baabdd24b54f3dd2b71a5e39ae1c 3785 admin optional 
drbdlinks_1.22-1.debian.tar.gz
 73f924eb67db6c783fc2537fd8902aae 18010 admin optional drbdlinks_1.22-1_all.deb

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

iEYEARECAAYFAlCJyN4ACgkQ+JKYG2JYYpoOFwCgpFo9F7JJ3YIf8J6gvF5k5H15
F44AniGHQ4FVsyfX38Oa5JDfAvNt99h/
=jxjz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to