Your message dated Tue, 7 Jun 2005 20:02:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Closing woody autofs bugs
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; 26 Jan 2002 04:51:37 +0000
>From [EMAIL PROTECTED] Fri Jan 25 22:51:37 2002
Return-path: <[EMAIL PROTECTED]>
Received: from eriador.apana.org.au [203.14.152.116] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16UKoS-0008N9-00; Fri, 25 Jan 2002 22:51:37 -0600
Received: from gondolin.me.apana.org.au ([192.168.0.6] ident=mail)
        by eriador.apana.org.au with esmtp (Exim 3.12 #1 (Debian))
        id 16UKoN-0007Oe-00
        for <[EMAIL PROTECTED]>; Sat, 26 Jan 2002 15:51:31 +1100
Received: from herbert by gondolin.me.apana.org.au with local (Exim 3.33 #1 
(Debian))
        id 16UKoL-0004Kq-00
        for <[EMAIL PROTECTED]>; Sat, 26 Jan 2002 15:51:29 +1100
From:  <[EMAIL PROTECTED]>
Subject: autofs: init script doesn't handle busy mounts
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 26 Jan 2002 15:51:29 +1100
Delivered-To: [EMAIL PROTECTED]

Package: autofs
Version: 3.9.99-4.0.0pre10-0
Severity: wishlist

The restart option in the init script stops all instances of automount
using USR2.  However, this does not work when the automounted filesystems
are being used.  This results in two copies of automount running later
when the script tries to restart all the automount processes.

This is what it looks like:

Stopping automounter: Couldn't stop 253(/usr/sbin/automount /home yp auto.home 
wsize=8192,rsize=8192,soft,intr) Couldn't stop () done.
Starting automounter:  /var/autofs/misc /var/autofs/net /homedone.

BTW, the spaces seem to be out of order in the previous line.

$ ps ax | grep automount
  253 ?        S      0:00 /usr/sbin/automount /home yp auto.home 
wsize=8192,rsize=8192,soft,intr
16303 pts/2    S      0:00 /usr/sbin/automount /var/autofs/misc file 
/etc/auto.misc
16308 pts/2    S      0:00 /usr/sbin/automount /var/autofs/net program 
/etc/auto.net
16332 pts/2    S      0:00 /usr/sbin/automount /home yp auto.home 
wsize=8192,rsize=8192,soft,intr

As you can see, now there are two copies of automount running for /home
which isn't intended.

Here are the relevant syslog entries:

Jan 26 15:37:54 gondolin automount[16303]: starting automounter version 4.0.0, 
path = /var/autofs/misc, maptype = file, mapname = /etc/auto.misc
Jan 26 15:37:54 gondolin automount[16303]: Map argc = 1
Jan 26 15:37:54 gondolin automount[16303]: Map argv[0] = /etc/auto.misc
Jan 26 15:37:54 gondolin automount[16308]: starting automounter version 4.0.0, 
path = /var/autofs/net, maptype = program, mapname = /etc/auto.net
Jan 26 15:37:54 gondolin automount[16308]: Map argc = 1
Jan 26 15:37:54 gondolin automount[16308]: Map argv[0] = /etc/auto.net
Jan 26 15:37:54 gondolin automount[16303]: mount(bind): bind_works = 1 
Jan 26 15:37:54 gondolin automount[16308]: mount(bind): bind_works = 1 
Jan 26 15:37:54 gondolin automount[16308]: using kernel protocol version 3
Jan 26 15:37:54 gondolin automount[16308]: using timeout 300 seconds; freq 75 
secs
Jan 26 15:37:54 gondolin automount[16332]: starting automounter version 4.0.0, 
path = /home, maptype = yp, mapname = auto.home
Jan 26 15:37:54 gondolin automount[16332]: Map argc = 2
Jan 26 15:37:54 gondolin automount[16332]: Map argv[0] = auto.home
Jan 26 15:37:54 gondolin automount[16332]: Map argv[1] = 
wsize=8192,rsize=8192,soft,intr
Jan 26 15:37:54 gondolin automount[16332]: parse(sun): init gathered options: 
wsize=8192,rsize=8192,soft,intrJan 26 15:37:54 gondolin automount[16332]: 
mount(bind): bind_works = 1 
Jan 26 15:37:54 gondolin automount[16332]: using kernel protocol version 3
Jan 26 15:37:54 gondolin automount[16332]: using timeout 300 seconds; freq 75 
secs
Jan 26 15:37:55 gondolin automount[16303]: using kernel protocol version 3
Jan 26 15:37:55 gondolin automount[16303]: using timeout 300 seconds; freq 75 
secs
Jan 26 15:37:57 gondolin automount[16332]: attempting to mount entry 
/home/gondolin
Jan 26 15:37:57 gondolin automount[16342]: lookup(yp): looking up gondolin
Jan 26 15:37:57 gondolin automount[16342]: lookup(yp): gondolin -> 
&:/export/home
Jan 26 15:37:57 gondolin automount[16342]: parse(sun): expanded entry: 
gondolin:/export/home
Jan 26 15:37:57 gondolin automount[16342]: parse(sun): gathered options: 
wsize=8192,rsize=8192,soft,intr
Jan 26 15:37:57 gondolin automount[16342]: parse(sun): 
dequote("gondolin:/export/home") -> gondolin:/export/home
Jan 26 15:37:57 gondolin automount[16342]: parse(sun): core of entry: 
options=wsize=8192,rsize=8192,soft,intr, loc=gondolin:/export/home
Jan 26 15:37:57 gondolin automount[16342]: parse(sun): mounting root /home, 
mountpoint gondolin/, what gondolin:/export/home, fstype nfs, options 
wsize=8192,rsize=8192,soft,intr 
Jan 26 15:37:57 gondolin automount[16342]: mount(nfs):  root=/home 
name=gondolin/ what=gondolin:/export/home, fstype=nfs, 
options=wsize=8192,rsize=8192,soft,intr
Jan 26 15:37:57 gondolin automount[16342]: mount(nfs): nfs 
options="wsize=8192,rsize=8192,soft,intr", nosymlink=0
Jan 26 15:37:57 gondolin automount[16342]: mount(nfs): gondolin/ is local, 
doing bind
Jan 26 15:37:57 gondolin automount[16342]: mount(bind): calling mkdir_path 
/home/gondolin
Jan 26 15:37:57 gondolin automount[16342]: mount(bind): calling mount --bind 
/export/home /home/gondolin
Jan 26 15:37:57 gondolin automount[16342]: mount(bind): mounted /export/home 
type bind on /home/gondolin


There is also the minor issue that reload does the same thing as restart
which doesn't make sense (perhaps it should be replaced with force-reload).

-- System Information
Debian Release: 3.0
Kernel Version: Linux gondolin 2.4.17-686-smp #2 SMP Sat Dec 22 22:00:42 EST 
2001 i686 unknown

Versions of the packages autofs depends on:
ii  libc6          2.2.4-7        GNU C Library: Shared libraries and Timezone
ii  procps         2.0.7-8        The /proc file system utilities.


---------------------------------------
Received: (at 130884-done) by bugs.debian.org; 7 Jun 2005 18:02:06 +0000
>From [EMAIL PROTECTED] Tue Jun 07 11:02:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from cassarossa.samfundet.no [129.241.93.19] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DfiOs-000348-00; Tue, 07 Jun 2005 11:02:06 -0700
Received: from trofast.ipv6.sesse.net ([2001:700:300:dc03:20e:cff:fe36:a766] 
helo=trofast.sesse.net)
        by cassarossa.samfundet.no with esmtp (Exim 4.50)
        id 1DfiOp-0006Tn-P6; Tue, 07 Jun 2005 20:02:04 +0200
Received: from sesse by trofast.sesse.net with local (Exim 3.36 #1 (Debian))
        id 1DfiOp-00039D-00; Tue, 07 Jun 2005 20:02:03 +0200
Date: Tue, 7 Jun 2005 20:02:03 +0200
From: "Steinar H. Gunderson" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Closing woody autofs bugs
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
X-Operating-System: Linux 2.6.11.8 on a i686
X-Message-Flag: Outlook? --> http://www.mozilla.org/products/thunderbird/
User-Agent: Mutt/1.5.9i
X-Spam-Score: -2.8 (--)
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hi,

As sarge is now out of the door, I'm closing the remaining bugs tagged
"woody" for autofs in the BTS. Please upgrade to sarge, and do of course
report any new bugs you might find. :-)

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


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

Reply via email to