https://bugzilla.novell.com/show_bug.cgi?id=742907 https://bugzilla.novell.com/show_bug.cgi?id=742907#c4 Sebastian Freundt <devel@fresse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|devel@fresse.org | --- Comment #4 from Sebastian Freundt <devel@fresse.org> 2012-01-23 22:08:07 UTC --- verbose debugging gives: Jan 23 22:03:51 sang automount[1919]: attempting to mount entry /home/freundt Jan 23 22:03:51 sang automount[1919]: mount(nfs): no hosts available Jan 23 22:03:51 sang automount[1919]: failed to mount /home/freundt my auto.master: /home /etc/auto.home my auto.home: * -rw,fstype=nfs4 bridge.fresse.org:/home/& I should add here that bridge.fresse.org is an IPv6 node. my /etc/sysconfig/autofs: ## Path: System/File systems/Autofs ## Description: General global options. ## Type: string ## Default: "" ## ServiceReload: autofs # AUTOFS_OPTIONS="" ## Description: default mount options. ## Type: string ## Default: "" # # default mount options which are appended or replaced to # each map entry (see also APPEND_OPTIONS) LOCAL_OPTIONS="" ## Description: append or replace options ## Type: string ## Default: "yes" # # Determine whether LOCAL_OPTIONS are appended to map entry options # or if the map entry options replace the global options # (program default "yes", append options). APPEND_OPTIONS="yes" ## Description: use autofs miscellaneous device ## Type: string ## Default: "yes" # # Determine whether the autofs misc device (/dev/autofs) will be used # for routing ioctl commands. Requires kernel support (2.6.28 and newer) USE_MISC_DEVICE="yes" ## Description: Default map name for the master map. ## Type: string ## Default: "auto.master" # DEFAULT_MASTER_MAP_NAME="auto.master" ## Description: Set the default mount timeout (default 600). ## Type: integer(0:) ## Default: 600 # DEFAULT_TIMEOUT=600 ## Description: maps are browsable by default. ## Type: string ## Default: "yes" # DEFAULT_BROWSE_MODE="yes" ## Description: Set default log level. ## Type: string ## Default: "none" # # "none", "verbose" or "debug" # DEFAULT_LOGGING="verbose" ## Description: Define the default LDAP schema to use for lookups. ## Type: string ## Default: "auto.master" # # System default # DEFAULT_MAP_OBJECT_CLASS="nisMap" DEFAULT_ENTRY_OBJECT_CLASS="nisObject" DEFAULT_MAP_ATTRIBUTE="nisMapName" DEFAULT_ENTRY_ATTRIBUTE="cn" DEFAULT_VALUE_ATTRIBUTE="nisMapEntry" # # Other common LDAP nameing # #DEFAULT_MAP_OBJECT_CLASS="automountMap" #DEFAULT_ENTRY_OBJECT_CLASS="automount" #DEFAULT_MAP_ATTRIBUTE="ou" #DEFAULT_ENTRY_ATTRIBUTE="cn" #DEFAULT_VALUE_ATTRIBUTE="automountInformation" # #DEFAULT_MAP_OBJECT_CLASS="automountMap" #DEFAULT_ENTRY_OBJECT_CLASS="automount" #DEFAULT_MAP_ATTRIBUTE="automountMapName" #DEFAULT_ENTRY_ATTRIBUTE="automountKey" #DEFAULT_VALUE_ATTRIBUTE="automountInformation" ## Description: set the default location for the SASL authentication configuration file. ## Type: string ## Default: "/etc/autofs_ldap_auth.conf" # DEFAULT_AUTH_CONF_FILE="etc/autofs_ldap_auth.conf" ## Description: set the map cache hash table size. ## Type: integer ## Default: 1024 # # Should be a power of 2 with a ratio roughly between 1:10 and 1:20 # for each map. MAP_HASH_TABLE_SIZE=1024 -- 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.