* [ANNOUNCE] autofs v4 beta3 (fwd)
@ 2003-11-13 7:43 Ian Kent
2003-11-13 14:39 ` Greg Bradner
0 siblings, 1 reply; 10+ messages in thread
From: Ian Kent @ 2003-11-13 7:43 UTC (permalink / raw)
To: autofs
---------- Forwarded message ----------
Date: 11 Nov 2003 20:51:57 +0800
From: Ian Kent <raven@themaw.net>
To: autofs@linux.kernel.org
Subject: [ANNOUNCE] autofs v4 beta3
Status
------
I'm hoping that this will be the last beta of 4.1.0.
I expect to release 4.1.0 final and corresponding kernel module kit
within
a week or so.
The only bug reports I have had relate to multi-mount problems and this
beta includes updates for them as far as they can be fixed at this
stage. This leaves one outstanding problem with multi-mount maps. The
senario is that the daemon cannot remount a manualy umounted multi-mount
entry until after the following expire event. This is due kernel module
and daemon not knowing the umount has occured and consequently not
cleaning up afterward. This causes the kernel module to return a longer
path than it should which cannot be matched in the map. I hope to be
able
to fix this a some time in the future. In the mean time it is necessary
to
let the daemon do its thing and all should be OK.
A reported problem with the documentation regarding the mailing list
subscription instructions is also not yet corrected. Sorry, I'll get it
done by the time of the final release.
Packages
--------
As usual the packages can be found at:
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4
They are:
autofs-4.1.0-beta3.tar.[bz2|gz]
autofs4-2.4-module-20031109.tar.[bz2|gz]
Additionally there is an autofs-4.1.0-beta3.src.rpm. This has been
included because the rpmbuild -tb command will not work properly on
the tar with this release. Please don't try as the spec file in the tar
is
out of date. Use the src rpm instead.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 7:43 [ANNOUNCE] autofs v4 beta3 (fwd) Ian Kent
@ 2003-11-13 14:39 ` Greg Bradner
2003-11-13 15:52 ` Greg Bradner
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Greg Bradner @ 2003-11-13 14:39 UTC (permalink / raw)
To: Ian Kent; +Cc: autofs
I have multiple mount points on a NetApp, but I don't have 'access'
permissions to all of them. When autofs encountered a permission denied
on one of the mount points, it didn't mount any of them. Shouldn't it
just skip over the permission denied one and still mount the others?
Nov 11 15:13:32 lid2 automount[2454]: attempting to mount entry
/nfs/hosts3/rosie
Nov 11 15:13:32 lid2 automount[18879]: >> mount: rosie:/vol/vol0/reserve
failed, reason given
by server: Permission denied
Nov 11 15:13:32 lid2 automount[18879]: mount(nfs): nfs: mount failure
rosie:/vol/vol0/reserve
on /nfs/hosts3/rosie/vol/vol0/reserve
Nov 11 15:13:32 lid2 automount[2454]: attempting to mount entry
/nfs/hosts3/rosie
Nov 11 15:13:32 lid2 automount[18883]: >> mount: rosie:/vol/vol0/reserve
failed, reason given
by server: Permission denied
Ian Kent wrote:
>---------- Forwarded message ----------
>Date: 11 Nov 2003 20:51:57 +0800
>From: Ian Kent <raven@themaw.net>
>To: autofs@linux.kernel.org
>Subject: [ANNOUNCE] autofs v4 beta3
>
>
>Status
>------
>
>I'm hoping that this will be the last beta of 4.1.0.
>
>I expect to release 4.1.0 final and corresponding kernel module kit
>within
>a week or so.
>
>The only bug reports I have had relate to multi-mount problems and this
>beta includes updates for them as far as they can be fixed at this
>stage. This leaves one outstanding problem with multi-mount maps. The
>senario is that the daemon cannot remount a manualy umounted multi-mount
>entry until after the following expire event. This is due kernel module
>and daemon not knowing the umount has occured and consequently not
>cleaning up afterward. This causes the kernel module to return a longer
>path than it should which cannot be matched in the map. I hope to be
>able
>to fix this a some time in the future. In the mean time it is necessary
>to
>let the daemon do its thing and all should be OK.
>
>A reported problem with the documentation regarding the mailing list
>subscription instructions is also not yet corrected. Sorry, I'll get it
>done by the time of the final release.
>
>Packages
>--------
>
>As usual the packages can be found at:
>
>ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4
>
>They are:
>
>autofs-4.1.0-beta3.tar.[bz2|gz]
>autofs4-2.4-module-20031109.tar.[bz2|gz]
>
>Additionally there is an autofs-4.1.0-beta3.src.rpm. This has been
>included because the rpmbuild -tb command will not work properly on
>the tar with this release. Please don't try as the spec file in the tar
>is
>out of date. Use the src rpm instead.
>
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rhythm & Hues
5404 Jandy Place
Los Angeles, CA 90066
Voice: 310 448-7763
Fax: 310 448-7600
gregb@rhythm.com
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 14:39 ` Greg Bradner
@ 2003-11-13 15:52 ` Greg Bradner
2003-11-14 0:26 ` Ian Kent
2003-11-13 17:16 ` Taylor, ForrestX
2003-11-14 0:24 ` Ian Kent
2 siblings, 1 reply; 10+ messages in thread
From: Greg Bradner @ 2003-11-13 15:52 UTC (permalink / raw)
To: Ian Kent; +Cc: autofs
I should also add this is for 'program' mounts.
Greg Bradner wrote:
> I have multiple mount points on a NetApp, but I don't have 'access'
> permissions to all of them. When autofs encountered a permission
> denied on one of the mount points, it didn't mount any of them.
> Shouldn't it just skip over the permission denied one and still mount
> the others?
>
>
> Nov 11 15:13:32 lid2 automount[2454]: attempting to mount entry
> /nfs/hosts3/rosie
> Nov 11 15:13:32 lid2 automount[18879]: >> mount:
> rosie:/vol/vol0/reserve failed, reason given
> by server: Permission denied
> Nov 11 15:13:32 lid2 automount[18879]: mount(nfs): nfs: mount failure
> rosie:/vol/vol0/reserve
> on /nfs/hosts3/rosie/vol/vol0/reserve
> Nov 11 15:13:32 lid2 automount[2454]: attempting to mount entry
> /nfs/hosts3/rosie
> Nov 11 15:13:32 lid2 automount[18883]: >> mount:
> rosie:/vol/vol0/reserve failed, reason given
> by server: Permission denied
>
>
> Ian Kent wrote:
>
>> ---------- Forwarded message ----------
>> Date: 11 Nov 2003 20:51:57 +0800
>> From: Ian Kent <raven@themaw.net>
>> To: autofs@linux.kernel.org
>> Subject: [ANNOUNCE] autofs v4 beta3
>>
>>
>> Status
>> ------
>>
>> I'm hoping that this will be the last beta of 4.1.0.
>>
>> I expect to release 4.1.0 final and corresponding kernel module kit
>> within
>> a week or so.
>>
>> The only bug reports I have had relate to multi-mount problems and this
>> beta includes updates for them as far as they can be fixed at this
>> stage. This leaves one outstanding problem with multi-mount maps. The
>> senario is that the daemon cannot remount a manualy umounted multi-mount
>> entry until after the following expire event. This is due kernel module
>> and daemon not knowing the umount has occured and consequently not
>> cleaning up afterward. This causes the kernel module to return a longer
>> path than it should which cannot be matched in the map. I hope to be
>> able
>> to fix this a some time in the future. In the mean time it is necessary
>> to
>> let the daemon do its thing and all should be OK.
>>
>> A reported problem with the documentation regarding the mailing list
>> subscription instructions is also not yet corrected. Sorry, I'll get it
>> done by the time of the final release.
>>
>> Packages
>> --------
>>
>> As usual the packages can be found at:
>>
>> ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4
>>
>> They are:
>>
>> autofs-4.1.0-beta3.tar.[bz2|gz]
>> autofs4-2.4-module-20031109.tar.[bz2|gz]
>>
>> Additionally there is an autofs-4.1.0-beta3.src.rpm. This has been
>> included because the rpmbuild -tb command will not work properly on
>> the tar with this release. Please don't try as the spec file in the tar
>> is
>> out of date. Use the src rpm instead.
>>
>>
>>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rhythm & Hues
5404 Jandy Place
Los Angeles, CA 90066
Voice: 310 448-7763
Fax: 310 448-7600
gregb@rhythm.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 14:39 ` Greg Bradner
2003-11-13 15:52 ` Greg Bradner
@ 2003-11-13 17:16 ` Taylor, ForrestX
2003-11-13 17:42 ` Greg Bradner
2003-11-14 2:59 ` Ian Kent
2003-11-14 0:24 ` Ian Kent
2 siblings, 2 replies; 10+ messages in thread
From: Taylor, ForrestX @ 2003-11-13 17:16 UTC (permalink / raw)
To: Greg Bradner; +Cc: autofs
Greg Bradner wrote:
> I have multiple mount points on a NetApp, but I don't have 'access'
> permissions to all of them. When autofs encountered a permission denied
> on one of the mount points, it didn't mount any of them. Shouldn't it
> just skip over the permission denied one and still mount the others?
That is what the nonstrict option is for.
Forrest
--
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 17:16 ` Taylor, ForrestX
@ 2003-11-13 17:42 ` Greg Bradner
2003-11-13 17:57 ` Greg Bradner
2003-11-13 19:27 ` Taylor, ForrestX
2003-11-14 2:59 ` Ian Kent
1 sibling, 2 replies; 10+ messages in thread
From: Greg Bradner @ 2003-11-13 17:42 UTC (permalink / raw)
To: Taylor, ForrestX; +Cc: autofs
Can you spell it out for me? With what program is the nonstrict option
associated? What man page?
Thank.
Taylor, ForrestX wrote:
> Greg Bradner wrote:
>
>> I have multiple mount points on a NetApp, but I don't have 'access'
>> permissions to all of them. When autofs encountered a permission
>> denied on one of the mount points, it didn't mount any of them.
>> Shouldn't it just skip over the permission denied one and still mount
>> the others?
>
>
> That is what the nonstrict option is for.
>
> Forrest
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 17:42 ` Greg Bradner
@ 2003-11-13 17:57 ` Greg Bradner
2003-11-13 19:27 ` Taylor, ForrestX
1 sibling, 0 replies; 10+ messages in thread
From: Greg Bradner @ 2003-11-13 17:57 UTC (permalink / raw)
To: Taylor, ForrestX; +Cc: autofs
Found it.
Thank a lot!
Greg Bradner wrote:
> Can you spell it out for me? With what program is the nonstrict option
> associated? What man page?
> Thank.
>
> Taylor, ForrestX wrote:
>
>> Greg Bradner wrote:
>>
>>> I have multiple mount points on a NetApp, but I don't have 'access'
>>> permissions to all of them. When autofs encountered a permission
>>> denied on one of the mount points, it didn't mount any of them.
>>> Shouldn't it just skip over the permission denied one and still
>>> mount the others?
>>
>>
>>
>> That is what the nonstrict option is for.
>>
>> Forrest
>
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rhythm & Hues
5404 Jandy Place
Los Angeles, CA 90066
Voice: 310 448-7763
Fax: 310 448-7600
gregb@rhythm.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 17:42 ` Greg Bradner
2003-11-13 17:57 ` Greg Bradner
@ 2003-11-13 19:27 ` Taylor, ForrestX
1 sibling, 0 replies; 10+ messages in thread
From: Taylor, ForrestX @ 2003-11-13 19:27 UTC (permalink / raw)
To: Greg Bradner; +Cc: autofs
Greg Bradner wrote:
> Can you spell it out for me? With what program is the nonstrict option
> associated? What man page?
> Thank.
It is in /etc/auto.net.
Forrest
--
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 17:16 ` Taylor, ForrestX
2003-11-13 17:42 ` Greg Bradner
@ 2003-11-14 2:59 ` Ian Kent
1 sibling, 0 replies; 10+ messages in thread
From: Ian Kent @ 2003-11-14 2:59 UTC (permalink / raw)
To: Taylor, ForrestX; +Cc: autofs
On Thu, 13 Nov 2003, Taylor, ForrestX wrote:
> Greg Bradner wrote:
> > I have multiple mount points on a NetApp, but I don't have 'access'
> > permissions to all of them. When autofs encountered a permission denied
> > on one of the mount points, it didn't mount any of them. Shouldn't it
> > just skip over the permission denied one and still mount the others?
>
> That is what the nonstrict option is for.
>
How embarressing. I thought I knew the autofs code pretty well but clearly
not.
Now I will have to backout one of the patches in 4.1.0-beta3.
Very cool Forrest, Thanks.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] autofs v4 beta3 (fwd)
2003-11-13 14:39 ` Greg Bradner
2003-11-13 15:52 ` Greg Bradner
2003-11-13 17:16 ` Taylor, ForrestX
@ 2003-11-14 0:24 ` Ian Kent
2 siblings, 0 replies; 10+ messages in thread
From: Ian Kent @ 2003-11-14 0:24 UTC (permalink / raw)
To: Greg Bradner; +Cc: autofs
On Thu, 13 Nov 2003, Greg Bradner wrote:
> I have multiple mount points on a NetApp, but I don't have 'access'
> permissions to all of them. When autofs encountered a permission denied
> on one of the mount points, it didn't mount any of them. Shouldn't it
> just skip over the permission denied one and still mount the others?
More info please.
What does your map entry look like?
What version of autofs are you using?
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-11-14 2:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-13 7:43 [ANNOUNCE] autofs v4 beta3 (fwd) Ian Kent
2003-11-13 14:39 ` Greg Bradner
2003-11-13 15:52 ` Greg Bradner
2003-11-14 0:26 ` Ian Kent
2003-11-13 17:16 ` Taylor, ForrestX
2003-11-13 17:42 ` Greg Bradner
2003-11-13 17:57 ` Greg Bradner
2003-11-13 19:27 ` Taylor, ForrestX
2003-11-14 2:59 ` Ian Kent
2003-11-14 0:24 ` Ian Kent
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.