Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Mageia 3 released
· Understanding Email Bounce Messages and more
· How to Prepare for Windows 8 Even Though Its Not Coming to Enterprises
· Microsoft Office Clone Updates Interface, Improves File Support
· Windows Firewall Control 4.0.0.0 released
· 10 amazing Linux desktop environments you've probably never seen
· Microsoft Office security flaw hits thousands in latest hacker attack
· Kubuntu 13.04 Raring Ringtail Review
· Windows Mobile 7 concept video shows why Microsoft dumped the platform
· Building a Thin Mini-ITX PC and more

Upcoming News
· Adata DashDrive Elite UE700 32GB Flash Drive Review @ Ninjalane
· News: HGST packs 1.5TB into 9.5-mm, three-platter Travelstar 5K1500 notebook drive
· Gigabyte GeForce GTX 650 Ti Boost OC WindForce 2X review
· Metro: Last Light Performance, Benchmarked
· Seidio Active Case Combo for HTC One Review @ TestFreaks
· Jawbone UP Wristband
· Seagate Desktop HDD.15 4TB Hard Drive Review @ Hardware Canucks
· Steelseries WoW MMO Gaming Mouse Legendary Edition Review
· Luxa2 P1 7000mAh High Capacity Battery & Charger Review @ OCC
· GUNNAR Intercept Gaming Eyewear Video Review with Kaeyi Dream @ HardwareHeaven.com

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6394 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 661 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4520 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 724 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1116 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » April 2005 » Fedora Core 3 Update: autofs-4.1.3-114

Fedora Core 3 Update: autofs-4.1.3-114

Posted by Philipp Esselbach on: 04/12/2005 01:55 PM [ Print | 0 comment(s) ]

An autofs update is available for Fedora Core 3

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-282
2005-04-12
---------------------------------------------------------------------

Product : Fedora Core 3
Name : autofs
Version : 4.1.3
Release : 114
Summary : A tool for automatically mounting and unmounting filesystems.
Description :
autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.




---------------------------------------------------------------------

* Wed Mar 23 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-114

- Fixed regression causing any entries after a wildcard in an
indirect map to be ignored. (bz #151668).
- Fixed regression which caused local hosts to be mount instead
of --bind local directories. (bz #146887)

* Thu Mar 17 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-110

- Fixed one off bug in the submount-variable-propagation patch.
(bz #143074)
- Fixed a bug in the init script which wouldn't find the -browse
option if it was preceded by another option. (fz #113494)

* Mon Feb 28 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-100

- When using ldap if auto.master doesn't exist we now check for auto_master.
Addresses bz #130079
- When using an auto.smb map we now remove the leading ':' from the path which
caused mount to fail in the past. Addresses bz #147492
- Autofs now checks /etc/nsswitch.conf to determine in what order files nis
are checked when looking up autofs submount maps which don't specify a
maptype. Addresses IT #57612.

* Fri Feb 11 2005 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-97

- Program maps can repeat the last character of output. Fix this.
Addresses bz #138606
- Return first entry when there are duplicate keys in a map. Addresses
bz #140108.
- Propagate custom map variables to submounts. Fixes bz #143074.
- Create a sysconfig variable to control whether we source only one master
map (the way sun does), or source all maps found (which is the default for
backwards compatibility). Addresses bz #143126.
- Revised version of the get_best_mount patch. (#146887) cfeist@redhat.com
The previous patch introduced a regression. Non-replicated mounts would
not have the white space stripped from the entry and the mount would fail.
- Handle comment characters in the middle of the automount line in
/etc/nsswitch.conf. Addresses bz #127457.

* Wed Feb 2 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-93

- Stop automount from pinging hosts if there is only one host (#146887)

* Wed Feb 2 2005 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-89

- Fix potential double free in cache_release. This bug showed up in a
multi-map setup. Two calls to cache_release would result in a SIGSEGV,
and the automount process would never exit.

* Mon Jan 31 2005 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-86

- Merge in map expiry code.
- Merge in patches from devel branch.

* Mon Jan 24 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.3-84

- Fixed documentation so users know that any local mounts override
any other weighted mount.

* Mon Jan 24 2005 Chris Feist lt;cfeist@redhat.comgt; - 1:4.3-79

- Added a variable to determine if we created the directory or not
so we don't accidently remove a directory that we didn't create when
we stop autofs. (bz #134399)

* Sun Dec 12 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-68

- Fixed segfault when LDAP_SIZELIMIT_EXCEEDED is called and --ghost
is used, addresses bz #137220 #142576.

* Tue Dec 7 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-60

- Fixed problem with autofs not finding all mount points in an ldap map.
bz #139548

* Fri Nov 19 2004 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-59

- Pass a socket into clntudp_bufcreate so that we don't use up additional
reserved ports. This patch, along with the socket leak fix, addresses
bz #128966.
- Add a space after "Starting automounter:". Addresses bz #138513

* Mon Nov 15 2004 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-52

- Make autofs understand -[no]browse. Addresses fz #113494.

* Thu Nov 11 2004 Jeff Moyer lt;jmoyer@redhat.comgt; - 1:4.1.3-49

- Fix the umount loop device function in the init script.

* Mon Nov 8 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-45

- Added a patch to fix a bug which didn't test all hosts in a
replicated map to see which one had the lowest ping. (bz #130467)

* Wed Nov 3 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-41

- Fixed init script to not look for maps in the current directory
(bz #57008)

* Fri Oct 29 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-38

- Fixed ldap limit search patch to only issue warnings only
when ghosting is requested.

* Wed Oct 27 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-33

- Added a patch to fix the automounter failing on ldap maps
when it couldn't get the whole map. (ie. when the search
limit was lower than the number of results)

* Thu Oct 21 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-32

- Fixed the use of +ypmapname so the maps included with +ypmapname
are used in the correct order. (In the past the '+' entries
were always processed after local entries.)

* Thu Oct 21 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-31

- Fixed the duplicate map detection code to detect if maps try
to mount on top of existing maps.

* Wed Oct 20 2004 Chris Feist lt;cfeist@redhat.comgt; - 1:4.1.3-29

- Fixed a problem with backwards compatability. Specifying local
maps without '/etc/' prepended to them now works. (bz #136038)


---------------------------------------------------------------------
This update can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/

5f0649368cf0a32284cd195ad3b703c3 SRPMS/autofs-4.1.3-114.src.rpm
95feb7630f64261f46a65482711f7f56 x86_64/autofs-4.1.3-114.x86_64.rpm
de433e65453a4db310b5101c8fc4ddbe
x86_64/debug/autofs-debuginfo-4.1.3-114.x86_64.rpm
130a34119ce0890b4e61a84fe30691d0 i386/autofs-4.1.3-114.i386.rpm
86d3f5fc5f6715006e531a2169d8fe43 i386/debug/autofs-debuginfo-4.1.3-114.i386.rpm

This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command.


Bookmark and Share

Related Threads

09/29/2007 09:59 AM: Dual booting Fedora Core 5 with Windows XP Pro? (5) by danleff
05/19/2007 11:37 PM: Windows 200/fedora core 6 dual boot problems (2) by nissanracer007
09/25/2006 10:38 PM: need driver for dlink g510 for fedora core 4 (5) by danleff
08/21/2006 10:47 PM: New, Need some help with Fedora Core 5 (1) by danleff
08/06/2006 09:03 PM: Help setting up a wireless USB Linksys card on Fedora Core 5 (1) by danleff
07/20/2006 11:01 PM: More Dual Booting Issues with Fedora Core 5 and Xp (3) by bergyman
07/09/2006 04:42 AM: Fedora Core 5 install w/ 2 hard drives (4) by atagar
05/25/2006 05:03 AM: Trying to install Fedora Core 5 on a Tyan Tiger 200T mo/bo (1) by danleff
05/31/2006 05:51 PM: Installing LAMP on Fedora Core 4 (5) by danleff
05/20/2006 05:45 AM: grub reports error 17 in fedora core 4/win98 (1) by danleff

« CESA-2005:365 Important CentOS 3 s390(x) gaim - security update · A quick look at Novell's Open Enterprise Server »

Linux Compatible » News » April 2005 » Fedora Core 3 Update: autofs-4.1.3-114
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition