https://bugzilla.novell.com/show_bug.cgi?id=869806 https://bugzilla.novell.com/show_bug.cgi?id=869806#c0 Summary: autofs '-hosts' broken by update to 5.0.8 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: nosliwg@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 After updating to autofs-5.0.8-19.8.1.x86_64, NFS mounts are no longer available via the autofs '-hosts' map. Two NFS shares exist on the network, and both can be mounted manually (using 'mount -t nfs server:/path'). Before the update, both could also be accessed using autofs by using the "/net -hosts" entry in auto.master. After update, attempting to access either share on the client returns "No such file or directory". A workaround is to replace /net -hosts --timeout=60 with /net /etc/auto.net --timeout=60 in auto.master. Issuing "service autofs status" gives Mar 19 21:53:37 gregpad automount[15428]: lookup_init:136: lookup(yp): map auto.master: Local domain name not set Mar 19 21:53:37 gregpad systemd[1]: Started Automounts filesystems on demand. Mar 19 21:53:39 gregpad automount[15428]: get_exports: lookup(hosts): exports lookup failed for naspad Mar 19 21:53:39 gregpad automount[15428]: key "naspad" not found in map source(s). (gregpad is the name of the client; naspad is the name of one of the servers which has an NFS share). I don't know if this was happening before the update. NIS (yp) is installed but is not enabled. /etc/hosts lists the client and server, and this setup seems to work for other commands (e.g., mount, showmount). Reproducible: Didn't try Steps to Reproduce: 1. Set up autofs with previous version: in the auto.master config file, add the line '/net -hosts --timeout=60'. 2. update to autofs-5.0.8-19.8.1.x86_64 (on the client) 3. attempt to view an NFS share under /net: e.g., 'ls /net/fileserver', where 'fileserver' is a server on the network which hosts an NFS share Actual Results: Attempts to access NFS shares in /net give "No such file or directory". The servers are recognized and listed under /net (e.g., /net/fileserver), but their NFS contents cannot be viewed. I did not attempt to reproduce the problem, as this would require downgrading to the previous version of autofs (I don't know how). Expected Results: I would expect 'ls /net/fileserver' to give a listing of NFS shares hosted by 'fileserver'. This was the (correct) behaviour before upgrading to the latest version of autofs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.