[Bug 906379] New: autofs - "Local domain name not set" during booting
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 Bug ID: 906379 Summary: autofs - "Local domain name not set" during booting Classification: openSUSE Product: openSUSE Factory Version: 201411* Hardware: x86-64 OS: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: renda.krell@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36 Build Identifier: I use autofs for mounting some NFS and CIFS shares. In OpenSUSE 13.1 I haven't seen any error with the same configuration. In OpenSUSE 13.2 incl. Tumbleweed/Factory, 'systemctl status' returns: --- autofs.service - Automounts filesystems on demand Loaded: loaded (/usr/lib/systemd/system/autofs.service; enabled) Active: active (running) since Thu 2014-11-20 08:54:52 CET; 1h 47min ago Docs: man:automount(8) man:autofs(5) Process: 1709 ExecStart=/usr/sbin/automount ${AUTOFS_OPTIONS} -p /var/run/automount.pid (code=exited, status=0/SUCCESS) Main PID: 1712 (automount) CGroup: /system.slice/autofs.service └─1712 /usr/sbin/automount -p /var/run/automount.pid Nov 20 08:54:52 rkrell automount[1712]: lookup_init:139: lookup(yp): map auto.master: Local domain name not set --- In fact, the domain name is not set: rkrell:~ # hostname rkrell rkrell:~ # domainname (none) but the network is set up correctly using NetworkManager and a local LAN connection. Reproducible: Always Steps to Reproduce: 1. Boot the system 2. 3. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com, | |kukuk@suse.com, | |lchiquitto@suse.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- This could be about the output of domainname or ypdomainname which possibly comes out of /etc/yp.conf or /etc/defaultdomain or DHCP -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 --- Comment #2 from René Krell <renda.krell@gmail.com> --- Partly according to the output above: --- rkrell:~ # hostname rkrell rkrell:~ # domainname (none) rkrell:~ # ypdomainname Local domain name not set --- -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 --- Comment #3 from René Krell <renda.krell@gmail.com> --- rkrell:~ # cat /etc/hostname rkrell.es.gk-software.com rkrell:~ # cat /etc/defaultdomain rkrell:~ # cat /etc/yp.conf ### /etc/yp.conf file autogenerated by netconfig! # # Before you change this file manually, consider to define the # static NIS configuration using the following variables in the # /etc/sysconfig/network/config file: # NETCONFIG_NIS_STATIC_DOMAIN[_<number>] # NETCONFIG_NIS_STATIC_SERVERS[_<number>] # or disable NIS configuration updates via netconfig by setting: # NETCONFIG_NIS_POLICY='' # # See also the netconfig(8) manual page and other documentation. # # Note: Manual change of this file disables netconfig too, but # may get lost when this file contains comments or empty lines # only, the netconfig settings are same with settings in this # file and in case of a "netconfig update -f" call. # ### Please remove (at least) this line when you modify the file! -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 --- Comment #4 from René Krell <renda.krell@gmail.com> --- All three files: - /etc/hostname - /etc/defaultdomain - /etc/yp.conf are auto-generated by netcfg-11.5-27.1.noarch. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |renda.krell@gmail.com Flags| |needinfo?(renda.krell@gmail | |.com) --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> --- Are you actually running a NIS server in your LAN? Then put that in # /etc/sysconfig/network/config file: # NETCONFIG_NIS_STATIC_DOMAIN[_<number>] # NETCONFIG_NIS_STATIC_SERVERS[_<number>] otherwise I think, you need to edit your /etc/auto.master to not have "+auto.master" which refers to a NIS map please see also man 5 auto.master man 5 autofs -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 --- Comment #6 from René Krell <renda.krell@gmail.com> --- No, there is no NIS server in the LAN. And yes, removing the line "+auto.master" from /etc/auto.master fixed it. I left the line there because it is installed by default and added just my custom entries for mounting. Isn't it worth to comment this line by default in auto.master? Thank you so far. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 René Krell <renda.krell@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(renda.krell@gmail | |.com) | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |lchiquitto@suse.com |ovo.novell.com | --- Comment #7 from Bernhard Wiedemann <bwiedemann@suse.com> --- not sure, if we want to change anything here, given that autofs was still working by default even without NIS -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 René Krell <renda.krell@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from René Krell <renda.krell@gmail.com> --- Alright, I'm just about cleaning up all errors during startup after dist upgrade from 13.1 to 13.2/Tumbleweed. For me is it solved so far. Thank you for your answers. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=906379 Stefan Quandt <squan@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |squan@web.de -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com