Your message dated Fri, 10 Jun 2005 15:31:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#227270: openafs-fileserver: Lost syncsite
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Jan 2004 21:15:49 +0000
>From [EMAIL PROTECTED] Mon Jan 12 15:15:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from as1-5-3.cy.s.bonet.se (perdita.strul.nu) [217.215.28.141] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Ag8Bv-0005Qz-00; Mon, 12 Jan 2004 13:57:39 -0600
Received: from localhost ([EMAIL PROTECTED] [127.0.0.1])
        by perdita.strul.nu (8.12.3/8.12.3/Debian-6.6) with ESMTP id 
i0CJvc83002885
        for <[EMAIL PROTECTED]>; Mon, 12 Jan 2004 20:57:38 +0100
Date: Mon, 12 Jan 2004 20:57:37 +0100 (MET)
Message-Id: <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: openafs-fileserver: Lost syncsite 
X-Debbugs-CC: torbjorn pettersson <[EMAIL PROTECTED]>
From: Torbjorn Pettersson <[EMAIL PROTECTED]>
X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=HAS_PACKAGE,X_DEBBUGS_CC 
        autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level: 

Package: openafs-fileserver
Version: 1.2.3final2-6
Severity: important

The (in)famous "Ubik time overflow at 0x40000000"
Filing it for reference. ( if noone beat me to it)

-- System Information
Debian Release: 3.0
Kernel Version: Linux perdita 2.4.20 #1 Mon Nov 24 17:38:48 MET 2003 i686 
unknown

Versions of the packages openafs-fileserver depends on:
ii  debconf        1.0.32         Debian configuration management system
ii  libc6          2.2.5-11.5     GNU C Library: Shared libraries and Timezone
ii  openafs-client 1.2.3final2-6  The AFS distributed filesystem- client suppo

--- Begin /etc/init.d/openafs-fileserver (modified conffile)
#! /bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/bosserver
NAME=bosserver
DESC="AFS Server"
exec 3>/dev/null
exec </dev/null
test -f $DAEMON || exit 0
case "$1" in
  start)
        echo -n "Starting $DESC: "
        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
                --exec $DAEMON
        echo "$NAME."
        ;;
  stop)
        echo -n "Stopping $DESC: "
    bos shutdown localhost -wait -localauth
        start-stop-daemon --stop --quiet  \
                --exec $DAEMON
        echo "$NAME."
        ;;
  #reload)
        #
        #       If the daemon can reload its config files on the fly
        #       for example by sending it SIGHUP, do it here.
        #
        #       If the daemon responds to changes in its config file
        #       directly anyway, make this a do-nothing entry.
        #
        # echo "Reloading $DESC configuration files."
        # start-stop-daemon --stop --signal 1 --quiet --pidfile \
        #       /var/run/$NAME.pid --exec $DAEMON
  #;;
  restart|force-reload)
        #
        #       If the "reload" option is implemented, move the "force-reload"
        #       option to the "reload" entry above. If not, "force-reload" is
        #       just the same as "restart".
        #
        echo -n "Restarting $DESC: "
    bos restart localhost -localauth -bos
        sleep 1
        echo "$NAME."
        ;;
  *)
        N=/etc/init.d/$NAME
        # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac
exit 0

--- End /etc/init.d/openafs-fileserver

---------------------------------------
Received: (at 227270-done) by bugs.debian.org; 10 Jun 2005 22:31:12 +0000
>From [EMAIL PROTECTED] Fri Jun 10 15:31:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp2.stanford.edu [171.67.16.125] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dgs1v-0001Pe-00; Fri, 10 Jun 2005 15:31:12 -0700
Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147])
        by smtp2.Stanford.EDU (8.12.11/8.12.11) with SMTP id j5AMVA4V016756
        for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 15:31:11 -0700
Received: (qmail 30323 invoked by uid 1000); 10 Jun 2005 22:31:10 -0000
To: [EMAIL PROTECTED]
Subject: Re: Bug#227270: openafs-fileserver: Lost syncsite
From: Russ Allbery <[EMAIL PROTECTED]>
Organization: The Eyrie
Date: Fri, 10 Jun 2005 15:31:10 -0700
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Jumbo Shrimp, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

This bug has been fixed in the current Debian stable release (3.1, aka
sarge).  I'm afraid that no fix is planned for woody; we recommend
upgrading from woody to sarge.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


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

Reply via email to