autofs: Upgrade fails

Bug #14308 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
autofs (Debian)
Fix Released
Unknown
autofs (Ubuntu)
Fix Released
High
Adam Conrad

Bug Description

Automatically imported from Debian bug report #300703 http://bugs.debian.org/300703

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #300703 http://bugs.debian.org/300703

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (8.6 KiB)

Message-Id: <email address hidden>
Date: Mon, 21 Mar 2005 09:58:26 +0100 (CET)
From: Anders =?iso-8859-1?Q?Bostr=F6m?= <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: autofs: Upgrade fails

Package: autofs
Version: 4.1.3+4.1.4beta2-3
Severity: grave

Upgrade from 4.1.3+4.1.4beta2-2 fails:

Preparing to replace autofs 4.1.3+4.1.4beta2-2 (using .../autofs_4.1.3+4.1.4beta2-3_amd64.deb) ...
Stopping automounter:dpkg: warning - old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
Stopping automounter:dpkg: ... it looks like that went OK.
Unpacking replacement autofs ...
...
Setting up autofs (4.1.3+4.1.4beta2-3) ...
Installing new version of config file /etc/init.d/autofs ...
Stopping automounter:dpkg: error processing autofs (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 autofs
E: Sub-process /usr/bin/dpkg returned an error code (1)
Some errors occurred while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall again
Press enter to continue.

Setting up autofs (4.1.3+4.1.4beta2-3) ...
Stopping automounter:dpkg: error processing autofs (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 autofs

installation script returned error exit status 100.
Press <enter> to continue.

This seems to fail also:

sid:~# /etc/init.d/autofs stop
Stopping automounter:sid:~#

sid:~# sh -x /etc/init.d/autofs stop
+ FLAGS='defaults 21'
+ DAEMON=/usr/sbin/automount
++ basename /usr/sbin/automount
+ prog=automount
+ initdir=/etc/init.d
+ test -e /usr/sbin/automount
+ system=unknown
+ '[' -f /etc/debian_version ']'
+ system=debian
+ '[' debian = redhat ']'
+ '[' debian = debian ']'
+ thisscript=/etc/init.d/autofs
+ '[' '!' -f /etc/init.d/autofs ']'
+ PATH=/sbin:/usr/sbin:/bin:/usr/bin
+ export PATH
+ localoptions=
+ daemonoptions=
+ '[' debian = redhat ']'
+ '[' debian = debian ']'
+ TIMEOUT=300
+ DISABLE_DIRECT=1
+ DAEMON_EXIT_WAIT=20
+ '[' -f /etc/default/autofs ']'
+ . /etc/default/autofs
++ TIMEOUT=300
++ DISABLE_DIRECT=1
+ daemonoptions=' --timeout=300'
+ RETVAL=0
+ '[' debian = debian ']'
+ debian stop
+ set -e
+ case "$1" in
+ echo -n 'Stopping automounter:'
Stopping automounter:+ umount_loopback
++ LC_ALL=C
++ awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts
+ loops=
++ LC_ALL=C
++ awk '!/^#/ && $1 ~ /^automount/ {print $2}' /proc/mounts
+ automounts='/var/autofs/misc
/var/autofs/net
/mnt/linux32/home
/mnt/linux32/nfs2
/home
/neti
/nfs2'
++ LC_ALL=C
++ awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $1}' /proc/mounts
+ loopmnts=
+ any=0
++ ls /var/run/autofs/_home.pid /var/run/autofs/_mnt_linux32_home.pid /var/run/autofs/_mnt_linux32_nfs2.pid /var/run/autofs/_neti.pid /var/run/autofs/_nfs2.pid /var/run/autofs/_var_autofs_misc.pid /var/run/autofs/_var_autofs_net.pid
+ for file in '`ls ...

Read more...

Revision history for this message
In , Francesco Potorti` (potorti) wrote : maybe the init.s script is broken?

This one "fixed" the problem.

cd /etc/init.d/
diff -pu /etc/init.d/autofs\~ /etc/init.d/autofs
--- /etc/init.d/autofs~ 2005-02-21 12:37:43.000000000 +0100
+++ /etc/init.d/autofs 2005-03-21 17:25:54.000000000 +0100
@@ -644,7 +644,7 @@ start)
 stop)
        echo -n 'Stopping automounter:'

- umount_loopback
+ umount_loopback || true

        any=0
        for file in `ls /var/run/autofs/*.pid 2>/dev/null`

Diff finished at Mon Mar 21 17:26:46

--
Francesco Potortì (ricercatore) Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR Fax: +39 050 313 8091
via G. Moruzzi 1, I-56124 Pisa Email: <email address hidden>
Web: http://fly.isti.cnr.it/ Key: fly.isti.cnr.it/public.key

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 21 Mar 2005 17:28:29 +0100
From: Francesco Potorti` <email address hidden>
To: <email address hidden>
CC: <email address hidden>
Subject: maybe the init.s script is broken?

This one "fixed" the problem.

cd /etc/init.d/
diff -pu /etc/init.d/autofs\~ /etc/init.d/autofs
--- /etc/init.d/autofs~ 2005-02-21 12:37:43.000000000 +0100
+++ /etc/init.d/autofs 2005-03-21 17:25:54.000000000 +0100
@@ -644,7 +644,7 @@ start)
 stop)
        echo -n 'Stopping automounter:'

- umount_loopback
+ umount_loopback || true

        any=0
        for file in `ls /var/run/autofs/*.pid 2>/dev/null`

Diff finished at Mon Mar 21 17:26:46

--
Francesco Potort�ricercatore) Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR Fax: +39 050 313 8091
via G. Moruzzi 1, I-56124 Pisa Email: <email address hidden>
Web: http://fly.isti.cnr.it/ Key: fly.isti.cnr.it/public.key

Revision history for this message
In , Adam Conrad (adconrad) wrote :

If you want to solve this bug once and for all, just replace "--exec
$DAEMON" in your stop target with "--name automount" instead. This way,
it will match pidfile and process name, which is about as reliable for
getting the "right process", but won't fail on inode removal.

I'm making this change to the Ubuntu packages for now (as we're on an
older version without the attempted upgrade magic), but you could save
yourself a lot of headaches if you do the same in the Debian package, and
scrap a bunch of the other magic used to work around the disappearing
inode.

... Adam

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 22 Mar 2005 10:18:01 +1100 (EST)
From: "Adam Conrad" <adconrad@0c3.net>
To: <email address hidden>
Subject: autofs: Upgrade fails

If you want to solve this bug once and for all, just replace "--exec
$DAEMON" in your stop target with "--name automount" instead. This way,
it will match pidfile and process name, which is about as reliable for
getting the "right process", but won't fail on inode removal.

I'm making this change to the Ubuntu packages for now (as we're on an
older version without the attempted upgrade magic), but you could save
yourself a lot of headaches if you do the same in the Debian package, and
scrap a bunch of the other magic used to work around the disappearing
inode.

... Adam

Revision history for this message
Adam Conrad (adconrad) wrote :

This is fixed in version 4.1.3-8ubuntu1

Revision history for this message
In , Anders =?iso-8859-1?Q?Bostr=F6m?= (anders-netinsight) wrote :

>>>>> "FP" == Francesco Potorti` <email address hidden> writes:

 FP> This one "fixed" the problem.
 FP> cd /etc/init.d/
 FP> diff -pu /etc/init.d/autofs\~ /etc/init.d/autofs
 FP> --- /etc/init.d/autofs~ 2005-02-21 12:37:43.000000000 +0100
 FP> +++ /etc/init.d/autofs 2005-03-21 17:25:54.000000000 +0100
 FP> @@ -644,7 +644,7 @@ start)
 FP> stop)
 FP> echo -n 'Stopping automounter:'

 FP> - umount_loopback
 FP> + umount_loopback || true

 FP> any=0
 FP> for file in `ls /var/run/autofs/*.pid 2>/dev/null`

 FP> Diff finished at Mon Mar 21 17:26:46

I didn't have any loopback-mounts, so this one probably only fixed
another problem.

The real problem is 'start-stop-daemon --stop' failing. And it is
probably solved by the suggested change to --name instead of --exec.

/ Anders

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 22 Mar 2005 08:53:56 +0100 (CET)
From: Anders =?iso-8859-1?Q?Bostr=F6m?= <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: Re: maybe the init.s script is broken?

>>>>> "FP" == Francesco Potorti` <email address hidden> writes:

 FP> This one "fixed" the problem.
 FP> cd /etc/init.d/
 FP> diff -pu /etc/init.d/autofs\~ /etc/init.d/autofs
 FP> --- /etc/init.d/autofs~ 2005-02-21 12:37:43.000000000 +0100
 FP> +++ /etc/init.d/autofs 2005-03-21 17:25:54.000000000 +0100
 FP> @@ -644,7 +644,7 @@ start)
 FP> stop)
 FP> echo -n 'Stopping automounter:'

 FP> - umount_loopback
 FP> + umount_loopback || true

 FP> any=0
 FP> for file in `ls /var/run/autofs/*.pid 2>/dev/null`

 FP> Diff finished at Mon Mar 21 17:26:46

I didn't have any loopback-mounts, so this one probably only fixed
another problem.

The real problem is 'start-stop-daemon --stop' failing. And it is
probably solved by the suggested change to --name instead of --exec.

/ Anders

Revision history for this message
In , Gustavo Franco (stratus) wrote : there's a patch to this bug.

tags 300703 +patch
thanks

Hi Steinar,

I think that Adam pointed out a patch to this bug.

Hope that helps,
Gustavo Franco -- <email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 24 Mar 2005 11:45:00 -0300
From: Gustavo Franco <email address hidden>
To: <email address hidden>
Subject: there's a patch to this bug.

tags 300703 +patch
thanks

Hi Steinar,

I think that Adam pointed out a patch to this bug.

Hope that helps,
Gustavo Franco -- <email address hidden>

Revision history for this message
In , Herbert Xu (herbert-gondor) wrote : Re: Bug#300703: autofs: Upgrade fails

I just saw the same problem upgrading to sarge. I had a look around and
it looks like the script simply wasn't written to be run under set -e.

When a script uses $? liberally to explicitly test success/failure of
commands, you can't just enable -e and expect it to work. You have
to carefully inspect it to make sure that all failure cases are handled
so that they don't cause the script to bomb out when it shouldn't.

I made an attempt to do this here. No guarantees that this catches
all the problems but it does let me finish configuring the package.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <email address hidden>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.2 KiB)

Message-ID: <email address hidden>
Date: Fri, 25 Mar 2005 14:19:23 +1100
From: Herbert Xu <email address hidden>
To: <email address hidden>, <email address hidden>, <email address hidden>,
 adconrad@0c3.net
Subject: Re: Bug#300703: autofs: Upgrade fails

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I just saw the same problem upgrading to sarge. I had a look around and
it looks like the script simply wasn't written to be run under set -e.

When a script uses $? liberally to explicitly test success/failure of
commands, you can't just enable -e and expect it to work. You have
to carefully inspect it to make sure that all failure cases are handled
so that they don't cause the script to bomb out when it shouldn't.

I made an attempt to do this here. No guarantees that this catches
all the problems but it does let me finish configuring the package.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <email address hidden>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="autofs.patch"

--- autofs.old 2005-03-25 14:09:01.000000000 +1100
+++ autofs 2005-03-25 14:18:43.000000000 +1100
@@ -448,11 +448,11 @@
   echo ""
   echo -n $"Unmounting loopback filesystem $match: "
   loopdev=`LC_ALL=C grep $l /proc/mounts | awk '{print $1}'`
- umount -d $match
- if [ $? -eq 0 ]; then
+ if umount -d $match; then
       echo "done"
   else
       echo "failed ($?)"
+ exit 1
   fi
      fi
  done
@@ -470,11 +470,11 @@
      if [ -n "$match" ]; then
   echo ""
   echo -n $"Unmounting loopback filesystem $match: "
- umount -d $match
- if [ $? -eq 0 ]; then
+ if umount -d $match; then
       echo "done"
   else
       echo "failed ($?)"
+ exit 1
   fi
      fi
  done
@@ -629,13 +629,12 @@
   mnt=`echo $rest | sed 's/^.* \(\/[^ ]*\) [A-Za-z].*$/\1/'`
   pidfile=/var/run/autofs/`echo $mnt | sed 's,/,_,g'`.pid

- start-stop-daemon --start --pidfile $pidfile --quiet \
+ if ! start-stop-daemon --start --pidfile $pidfile --quiet \
      --exec $DAEMON -- --pid-file=$pidfile $rest
-
- if [ $? -ne 0 ]
   then
    echo
    echo " failed to start automount point $mnt"
+ exit 1
   fi
  done

@@ -658,8 +657,8 @@

    start-stop-daemon --stop --quiet \
      --retry USR2/$DAEMON_EXIT_WAIT \
- --pidfile $file --exec $DAEMON
- ret=$?
+ --pidfile $file --exec $DAEMON ||
+ ret=$?

    case $ret in
    0)
@@ -675,7 +674,7 @@
     ;;
    *)
     echo -n -e \
- "\n Strange start-stop-daemon exit status: $?"
+ "\n Strange start-stop-daemon exit status: $ret"
     ;;
    esac
   fi
@@ -718,12 +717,12 @@
    mnt=`echo $rest | sed 's/^.* \(\/[^ ]*\) [A-Za-z].*$/\1/'`
    pidfile=/var/run/autofs/`echo $mnt | sed 's,/,_,g'`.pid

- start-stop-daemon --start --pidfile $pidfile --quiet \
+ if ! start-stop-daemon --start --pidfile $pidfile --quiet \
     --exec $DAEMON -- --pid-file=$pidfile $rest
-
- if [ $? -ne 0 ]; then
+ then
     echo
     echo " failed to start automount p...

Read more...

Revision history for this message
In , Steinar H. Gunderson (sesse) wrote : Bug#300703: fixed in autofs 4.1.3+4.1.4beta2-4

Source: autofs
Source-Version: 4.1.3+4.1.4beta2-4

We believe that the bug you reported is fixed in the latest version of
autofs, which is due to be installed in the Debian FTP archive:

autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb
autofs_4.1.3+4.1.4beta2-4.diff.gz
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4.diff.gz
autofs_4.1.3+4.1.4beta2-4.dsc
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4.dsc
autofs_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson <email address hidden> (supplier of updated autofs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 1 Apr 2005 15:58:20 +0200
Source: autofs
Binary: autofs-hesiod autofs-ldap autofs
Architecture: source i386
Version: 4.1.3+4.1.4beta2-4
Distribution: unstable
Urgency: high
Maintainer: Steinar H. Gunderson <email address hidden>
Changed-By: Steinar H. Gunderson <email address hidden>
Description:
 autofs - kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
Closes: 295480 299298 300703
Changes:
 autofs (4.1.3+4.1.4beta2-4) unstable; urgency=high
 .
   * Urgency=high, fixes RC-bugs.
   * 054_no_set_e_in_init_script: New patch, back down on "set -e" in the
     init.d script, which caused failures at lot of different unexpected
     points. (Closes: #300703, #295480, #299298)
Files:
 e5f53b2ec90220bdc17185c4a52cc754 673 utils extra autofs_4.1.3+4.1.4beta2-4.dsc
 1747ea041eb36077f8f1d045a708b2be 28942 utils extra autofs_4.1.3+4.1.4beta2-4.diff.gz
 f3e5306f5b2c64ccd9d63d0defe09a76 104264 utils extra autofs_4.1.3+4.1.4beta2-4_i386.deb
 e4dcd1045fc0d53bd6e18c2eb0bf69d9 22952 utils extra autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
 b919dc1880758442216827758882435f 35030 utils extra autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCTVWgXKRQ3lK3SH4RArugAKCyPdVBgDAgsUxHgWatmezNCXSEqQCgoo8D
VfFCNbwgUR6Z29qS0jhTd3M=
=ZGzv
-----END PGP SIGNATURE-----

Revision history for this message
In , Steinar H. Gunderson (sesse) wrote : Track autofs RC bug in sarge

reopen 300703
tags 300703 + sarge
thanks

--
Homepage: http://www.sesse.net/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 01 Apr 2005 09:32:15 -0500
From: <email address hidden> (Steinar H. Gunderson)
To: <email address hidden>
Subject: Bug#300703: fixed in autofs 4.1.3+4.1.4beta2-4

Source: autofs
Source-Version: 4.1.3+4.1.4beta2-4

We believe that the bug you reported is fixed in the latest version of
autofs, which is due to be installed in the Debian FTP archive:

autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb
autofs_4.1.3+4.1.4beta2-4.diff.gz
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4.diff.gz
autofs_4.1.3+4.1.4beta2-4.dsc
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4.dsc
autofs_4.1.3+4.1.4beta2-4_i386.deb
  to pool/main/a/autofs/autofs_4.1.3+4.1.4beta2-4_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson <email address hidden> (supplier of updated autofs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 1 Apr 2005 15:58:20 +0200
Source: autofs
Binary: autofs-hesiod autofs-ldap autofs
Architecture: source i386
Version: 4.1.3+4.1.4beta2-4
Distribution: unstable
Urgency: high
Maintainer: Steinar H. Gunderson <email address hidden>
Changed-By: Steinar H. Gunderson <email address hidden>
Description:
 autofs - kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
Closes: 295480 299298 300703
Changes:
 autofs (4.1.3+4.1.4beta2-4) unstable; urgency=high
 .
   * Urgency=high, fixes RC-bugs.
   * 054_no_set_e_in_init_script: New patch, back down on "set -e" in the
     init.d script, which caused failures at lot of different unexpected
     points. (Closes: #300703, #295480, #299298)
Files:
 e5f53b2ec90220bdc17185c4a52cc754 673 utils extra autofs_4.1.3+4.1.4beta2-4.dsc
 1747ea041eb36077f8f1d045a708b2be 28942 utils extra autofs_4.1.3+4.1.4beta2-4.diff.gz
 f3e5306f5b2c64ccd9d63d0defe09a76 104264 utils extra autofs_4.1.3+4.1.4beta2-4_i386.deb
 e4dcd1045fc0d53bd6e18c2eb0bf69d9 22952 utils extra autofs-hesiod_4.1.3+4.1.4beta2-4_i386.deb
 b919dc1880758442216827758882435f 35030 utils extra autofs-ldap_4.1.3+4.1.4beta2-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCTVWgXKRQ3lK3SH4RArugAKCyPdVBgDAgsUxHgWatmezNCXSEqQCgoo8D
VfFCNbwgUR6Z29qS0jhTd3M=
=ZGzv
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 2 Apr 2005 14:14:26 +0200
From: "Steinar H. Gunderson" <email address hidden>
To: <email address hidden>
Subject: Track autofs RC bug in sarge

reopen 300703
tags 300703 + sarge
thanks

--
Homepage: http://www.sesse.net/

Revision history for this message
In , Steve Langasek (vorlon) wrote : fixed package has reached sarge

# in sarge now, re-closing
tags 300703 -sarge
close 300703
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 6 Apr 2005 17:45:12 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: fixed package has reached sarge

# in sarge now, re-closing
tags 300703 -sarge
close 300703
thanks

Changed in autofs:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.