On Sun, 24 Dec 2000, Steven N. Hirsch wrote:
> On Sat, 23 Dec 2000, Jeremy Fitzhardinge wrote:
>
> > On Tue, Dec 12, 2000 at 10:55:40AM +0100, Richard Ems wrote:
> > > Dec 12 07:45:53 bingo automount[2309]: using kernel protocol version 3
> >
> > It looks like you're picking up the autofs v3 kernel filesystem. Are you
> > using modules or compiled in? If you're using modules, you need to add
> > an
> >
> > alias autofs autofs4
> >
> > to your /etc/modules.conf
>
> Aha! We're on to something. I have autofs compiled in rather than
> modular. However, the system log shows, e.g:
>
> Dec 10 20:35:29 pii automount[31506]: using kernel protocol version 3
>
> What's the secret for getting v4 protocol on a monolithic kernel?
Jeremy,
Ok, after digging a little deeper into this, it seems that menuconfig
permits selection of _both_ the stock autofs (v3?) and autofs4 when
building the kernel monolithically. After deselecting the old protocol,
rebuilding and rebooting it cheerfully comes up with protocol 4.
I'll let you know if this cures the problems at shutdown.
Steve