[pkg-ntp-maintainers] Bug#596487: ntp: initscript should depend on $named

Francois Marier francois at debian.org
Sat Sep 11 22:33:33 UTC 2010


Package: ntp
Version: 1:4.2.6.p2+dfsg-1
Severity: normal
Tags: patch

The initscript for ntp should add a dependency on $named because it fails
to start when resolv.conf is set to 127.0.0.1 and the local dns server is
not yet running.

Cheers,
Francois

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34.6-grsec (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntp depends on:
ii  adduser                  3.112           add and remove users and groups
ii  dpkg                     1.15.8.4        Debian package management system
ii  libc6                    2.11.2-3        Embedded GNU C Library: Shared lib
ii  libcap2                  1:2.19-3        support for getting/setting POSIX.
ii  libedit2                 2.11-20080614-1 BSD editline and history libraries
ii  libopts25                1:5.10-1.1      automated option processing librar
ii  libssl0.9.8              0.9.8o-2        SSL shared libraries
ii  lsb-base                 3.2-23.1        Linux Standard Base 3.2 init scrip
ii  netbase                  4.42            Basic TCP/IP networking system

Versions of packages ntp recommends:
ii  perl                          5.10.1-14  Larry Wall's Practical Extraction 

Versions of packages ntp suggests:
pn  ntp-doc                       <none>     (no description available)

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

-- no debconf information
-------------- next part --------------
--- a/init.d/ntp
+++ b/init.d/ntp
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:        ntp
-# Required-Start:  $network $remote_fs $syslog
-# Required-Stop:   $network $remote_fs $syslog
+# Required-Start:  $network $remote_fs $syslog $named
+# Required-Stop:   $network $remote_fs $syslog $named
 # Default-Start:   2 3 4 5
 # Default-Stop:    1
 # Short-Description: Start NTP daemon


More information about the pkg-ntp-maintainers mailing list