Helmut writes:
> I had to downgrade, because chrony also broke suspend2disk[1]...

Is this a different bug?  If so it should be reported seperately.

> ...so I could as well have tagged it critical because it affects other
> applications as well.

I can find no package named anything like "suspend2disk".  As I have no
laptop I am not familiar with the various hibernation and suspension
schemes but the Chrony package includes this script:


  #!/bin/sh

  # Placed in /etc/apm/event.d by the chrony package at the instruction of
  # the apmd maintainer.  If you don't have apm and don't intend to install
  # apmd you may remove it.  It needs to run after 00hwclock but before any
  # other scripts.


  [ -x /usr/sbin/chronyd ] || exit 0

  if [ "$1" = suspend ]; then
        /etc/init.d/chrony stop
  elif [ "$1" = standby ]; then
        /etc/init.d/chrony stop
  elif [ "$1" = resume ]; then
        /etc/init.d/chrony start
  fi


Are you saying that the script is not working, that suspend2disk needs
something else, or that Chrony fails to stop with "/etc/init.d/chrony
stop"?  if it is the second it is not a bug in Chrony.

> I use hibernate and restart chrony on wakeup to synchronize with
> new servers. As chrony does not terminate...

What do you mean by "does not terminate"?
-- 
John Hasler 
[EMAIL PROTECTED]
Elmwood, WI USA



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to