On Tue, 25 Jan 2000, Jeremy Fitzhardinge wrote:

> > When autofs compiled as a module no problem. When CONFIG_AUTOFS_FS=y
> > I still get:
> > 
> >       kernel: kmod: failed to exec  -s -k autofs4, errno = 2
> > 
> > though it keeps on working correctly as it seems. I did some greps but
> > couldn't find the cause in the kernel that easy.

I'm not seeing this here.  Building autofs into a 2.2.15pre4 kernel works
as it should.

The ability to do nested mounts is wonderful!  It would be great if
automount could be extended to recognize constructs like:

foo     &:/ /  &:/usr /usr

I had to create an executable map to perform the same function, but this
is less intuitive for those used to most commercial Unix dialects.

Still, nice work!

> > Other minor points:
> > -     /etc/rc.d/init.d/autofs has a line which had to be removed in order
> >       to permit options such as "--timeout 60" in /etc/auto.master. I dunno
> >       what
> > 
> >               options=`echo "$options" | sed -e 's/\(^\|[ \t]\)-/\1/g'`
> > 
> >       is supposed to do at /etc/rc.d/init.d/autofs:85 but it stripped the
> >       first dash of my "--timeout 60" option.
> > -     automount --timeout option seems to be ignored: "ps aux" says
> >       automount is invoked with "--timeout 60", /var/log/messages says
> >       "300 secs, freq 75". Actual behavior is conform /var/log/messages.
> 
> I'll look into these.

I've noticed this as well.  Also, the stanza in autofs.spec between 

%changelog

and 

* Tue ...

needs to be properly punctuated.  RPM gags on lines in the changelog
section unless they are in this form:

* First line
- continuation line..

Finally, the spec %define version xxxx statement still says "3.1.4".
Unless its expansion in the Source: statement exactly matches the .tar.gz
name, rpm will not like it.

These are minor points, but will cause newbies a lot of unecessary
frustration when trying to build the package.

Steve

Reply via email to