All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Kent <raven@themaw.net>
To: Stef Bon <stef@bononline.nl>
Cc: autofs@linux.kernel.org
Subject: Re: Automounter stops after reload signal.
Date: Mon, 13 Apr 2009 13:49:56 +0800	[thread overview]
Message-ID: <49E2D284.1040801@themaw.net> (raw)
In-Reply-To: <49E22C1D.8030504@bononline.nl>

Stef Bon wrote:
> Ian Kent wrote:
>> On Wed, 2009-04-08 at 18:14 +0200, Stef Bon wrote:
>>  
>>> Hello,
>>>
>>> I've been working on a construction which adds an autofs managed
>>> mountpoint to the homedirectory, when:
>>> a. an usb device or more than one is detected when logging in
>>> b. an usb device is plugged in during a session
>>>     
>>
>> What version of autofs did you say you are using?
>>   
> 
> Well, 5.0.4.

OK, then the daemon should remain running as long as there is at least
one entry in the master map. If the daemon receives a HUP signal then
any mount handling threads that terminate will send SIGTERM to the
signal catching thread. If the master map becomes empty during this
SIGTERM check autofs will exit. That is what the daemon exit condition
is and we do need such a condition to be able to exit at all.

If something else is happening in your case then we need to work out
what's going on.

However, there are a couple of patches against 5.0.4 in this area of the
code, but I'm not sure they make the above behaviour different. We could
give then a try.

> 
> I can imagine that my story is complicated, so I've found a simple way
> to get the same behaviour.
> 
> Add the following line to the auto.master file in /etc/autofs:
> 
> /mnt/smb   /etc/autofs/auto.smb
> 
> Start the daemon, or, if already running, do a reload.
> 
> Play with the new mountpoint, so do something like :
> 
> ls /mnt/smb/<valid name of smb host>
> 
> look at the result, a tree should be the result.
> 
> Now remove the line again, (thus: "/mnt/smb /etc/a...."), and give the
> daemon a reload again,
> 
> and the daemon stops.

As it should if there are no master map entries remaining.
I've been here before and I think trying to change the exit condition
will be quite hard.

> 
> I've got a 2.6.27.9 kernel, patched with
> 
> autofs4-2.6.27-dev-ioctl-20081029.patch and
> autofs4-2.6.27-v5-update-20081027.patch
> 
> Stef Bon
> 

  reply	other threads:[~2009-04-13  5:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-08 16:14 Automounter stops after reload signal Stef Bon
2009-04-12 14:08 ` Ian Kent
2009-04-12 17:59   ` Stef Bon
2009-04-13  5:49     ` Ian Kent [this message]
2009-04-13  8:34       ` Stef Bon
2009-04-13  9:01         ` Ian Kent
2009-04-24  4:31           ` Ian Kent
2009-04-24  4:54             ` Ian Kent
2009-04-24  8:19               ` Stef Bon
2009-05-01  2:40                 ` Ian Kent
2009-05-02 23:52                   ` Stef Bon
2009-05-03  3:16                     ` Ian Kent
  -- strict thread matches above, loose matches on Subject: below --
2009-04-09  8:28 Stef Bon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49E2D284.1040801@themaw.net \
    --to=raven@themaw.net \
    --cc=autofs@linux.kernel.org \
    --cc=stef@bononline.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.