Patch-ID# 100249-04 Keywords: automount symbolic link timeout, jumbo Synopsis: SunOS 4.1;4.1.1;4.1.2,4.1.3: automounter jumbo patch Date: 18-June-92 SunOS release: 4.1, 4.1.1, 4.1.2, 4.1.3 Bug ID's fixed with this patch: 1038308, 1048875, 1044048, 1083225 Patches which conflict with this patch: Architectures for which this patch is available: sun4, sun4c, sun4m Problem description: Bug 1083225 (March 3, 1992, -04) -------------------------------- This version of automount is based on SunOS4.1.3(same as 4.1.2) Source. If an entry is removed from /etc/mtab while the automounter daemon is reading it, it is possible for the automounter to get into a state where it will loop forever, printing "WARNING: /etc/mtab: line : bad entry" on the console and hang the server. Bug 1038308: In 4.1, the automounter sets up a different symbolic link 5 min. after the first access. This happens if there are multiple locations for the same mount in the auto mount map entry, and those locations don't share the same subdir. Bug 1048875 The automounter forks due to rpc.rexd. This problem is usually seen when using the on command. The automounter will complain it cannot find /etc/mtab. Bug 1044048 Automounter consumes a steady, increasing percentage of memory. Coinciding with this is the consumption of swap space as well. INSTALL: As root: mv /usr/etc/automount /usr/etc/automount.fcs cp automount.`arch` /usr/etc/automount chown root /usr/etc/automount chgrp staff /usr/etc/automount chmod 755 /usr/etc/automount