[Resolvconf-devel] Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

kiu kiu at gmx.net
Sun Feb 6 14:52:48 UTC 2011


Package: resolvconf
Version: 1.46
Severity: normal


While booting a failed service is shown because resolvconf tries to awaken fetchmail which is not running yet.

/etc/resolvconf/update-libc.d/fetchmail

if [ -x /etc/init.d/fetchmail ]; then
    /etc/init.d/fetchmail awaken
fi

should be something like this

if [ -x /etc/init.d/fetchmail ] && [ -e /var/run/fetchmail/fetchmail.pid ]; then
    /etc/init.d/fetchmail awaken
fi


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (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 resolvconf depends on:
ii  debconf [debconf-2.0]   1.5.36.1         Debian configuration management sy
ii  lsb-base                3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

resolvconf recommends no packages.

resolvconf suggests no packages.

-- debconf information excluded





More information about the Resolvconf-devel mailing list