Package: autofs Version: 4.1.4+debian-1 Severity: normal NIS starts AFTER autofs due to lexicografic order. That prevents NIS maps working at boot. Moving to 20 solves the issue. Of course, you need to check that autofs starts after ALL other possible back-end engines for maps. That's unfortunately also an etch issue :-/
-- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages autofs depends on: ii libc6 2.5-11 GNU C Library: Shared libraries ii ucf 3.001 Update Configuration File: preserv Versions of packages autofs recommends: ii nfs-common 1:1.1.0-4 NFS support files common to client -- debconf information: * autofs/upgrade-from-broken-version: -- Francesco P. Lovergine
--- /var/lib/dpkg/info/autofs.postinst 2007-01-08 00:12:50.000000000 +0100 +++ /tmp/autofs.postinst 2007-07-06 14:27:00.000000000 +0200 @@ -11,7 +11,7 @@ fi if [ -x "/etc/init.d/autofs" ]; then - update-rc.d autofs defaults 19 > /dev/null + update-rc.d autofs defaults 20 > /dev/null fi mkdirs() {