On Tue, Feb 26, 2008 at 09:08:04AM +0100, Vincent LEFORT wrote:
> 
> In the shower this morning, I thought : "Hey you put a link
> S22autofs to start autofs automatically but you havn't put a link to
> shutdown them when stop"...

Good ideas frequently come in the shower... :)

> So i put au link : K11autos juste before nfs (K12nfs) and now when i
> reboot all its ok... I can connect directly to the server...

Does SuSE not have the chkconfig command? See:

$ whatis chkconfig
chkconfig  (8)  - updates and queries runlevel information for system services
chkconfig (rpm) - A system tool for maintaining the /etc/rc*.d hierarchy.

$ sudo chkconfig --add autofs
$ chkconfig --list autofs
autofs          0:off   1:off   2:off   3:on    4:on    5:on    6:off

$ ls -l /etc/rc*.d/*autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc0.d/K72autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc1.d/K72autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc2.d/K72autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc3.d/S28autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc4.d/S28autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc5.d/S28autofs -> ../init.d/autofs
lrwxrwxrwx 1 root root 16 Feb 28 09:51 /etc/rc6.d/K72autofs -> ../init.d/autofs

Cheers!
Fábio Olivé
-- 
ex sed lex awk yacc, e pluribus unix, amem

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to