Your message dated Sat, 29 Jul 2006 21:33:59 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#116371: ntpdate: wrong flags in the init.d script
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ntpdate
Version: 1:4.1.0-3
Severity: normal

the script can not synchronize to any time server when the 
flags  -u -b -s are used. 
I checked this by running the command:  
# /usr/sbin/ntpdate -u -b -s 150.254.183.15

Using the iptraf package i checked the traffic to my 
server, and it sends the correct udp packages to the 
foreign server, but there are no packages coming back. 

When the flags are removed, the udp packages are sent 
correctly and the correct answwer is received.   

A
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux brick 2.4.10.worker.2 #1 tir sep 25 02:54:02 CEST 2001 
i686 unknown

Versions of the packages ntpdate depends on:
ii  debconf        1.0.15         Debian configuration management system
ii  libc6          2.2.4-3        GNU C Library: Shared libraries and Timezone
ii  libreadline4   4.2-5          GNU readline and history libraries, run-time

--- Begin /etc/init.d/ntpdate (modified conffile)
#! /bin/sh
test -f /usr/sbin/ntpdate || exit 0
. /etc/default/ntp-servers
case "$1" in
start|restart|force-reload)
  echo -n "Running ntpdate to synchronize clock"
  /usr/sbin/ntpdate -u -b -s $NTPSERVERS
  echo "."
  ;;
stop)
  ;;
*)
  echo "Usage: /etc/init.d/ntpdate {start|stop|restart|force-reload}"
  exit 1
esac
exit 0

--- End /etc/init.d/ntpdate


--- End Message ---
--- Begin Message ---
I think we determined that the current set of flags is OK for most uses, 
but depending on the firewall configuration you may need to make some 
adjustments.

--- End Message ---

Reply via email to