Your message dated Wed, 28 Dec 2011 00:07:43 +0000
with message-id <[email protected]>
and subject line Bug#653172: Removed package(s) from unstable
has caused the Debian Bug report #472531,
regarding autofs uses local /etc/auto.* rather than yp
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
472531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472531
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autofs
Version: 4.1.4-13
Using nis for automaps, but it uses /etc/auto.net instead of
the nis auto.net map.
/etc/nsswitch:
automount: nis
nis auto.master:
auto.xxx
auto.net
machine ~#: ps -ef |grep automount |grep auto.xxx
root 7507 1 0 Feb21 ? 00:00:00 /usr/sbin/automount
--pid-file=/var/run/autofs/_xxx.pid --timeout=300 /xxx yp auto.xxx
machine:~# ps -ef |grep automount |grep auto.net
root 968 1 0 12:57 ? 00:00:00 /usr/sbin/automount
--pid-file=/var/run/autofs/_net.pid --timeout=300 /net program
/etc/auto.net
/etc/init.d/autofs has these lines in the getmounts() function ahead of
yp, so it defaults to using the files rather than yp if /etc/$map exists.
elif [ -x "/etc/$map" ]; then
maptype=program
map=`echo /etc/$map | sed 's^//^/^g'`
# [some lines]
elif [ -f "/etc/$map" ]; then
maptype=file
map=`echo /etc/$map | sed 's^//^/^g'`
# [some lines]
else
maptype=yp
if [ "$UNDERSCORETODOT" = "1" ] ; then
map=`basename $map | sed -e
s/^auto_home/auto.home/ -e s/^auto_mnt/auto.mnt/`
else
map=`basename $map | sed 's^//^/^g'`
fi
fi
nis should take priority ahead of files if there is an existing map with
the same name and nsswitch is set to nis ahead of files.
Using Debian Etch 4.0 with kernel 2.6.18-6-amd64.
Thomas Chan
--- End Message ---
--- Begin Message ---
Version: 4.1.4+debian-3+rm
Dear submitter,
as the package autofs has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/653172
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---