On Wed, Oct 21, 2009 at 01:25:34AM +0200, Marco Righi wrote:
> Package: nfs-common
> Version: 1:1.2.0-4
> Severity: grave
> 
> --- Please enter the report below this line. ---
> Hi,
> I have some lines in fstab as the following one (the server is the same,
> the pointed directory are different)
> 
> gaia:/media/data/user/home /home nfs rw,auto,hard 0 0
> 
> for each line at boot-time I see the following error:
> mount.nfs: DNS resolution failed for gaia: name or service not found
> 
> I tried to substitute the lines with the following one (10.10.200.6 is
> the address of gaia)
> 10.10.200.6:/media/data/user/home /home nfs rw,auto,hard 0 0
> 
> and for each line at boot-time I see the following error:
> mount.nfs: DNS resolution failed for 10.10.200.6: name or service not found
> 
> I have added a "mount -a" as S99mymount in rc2.d and all the directories
> are mounted, this is only an ugly patch!

Hi there,

So refusing to resolve a numeric IP address seems to happen only if the
address is resolved while there are no addresses at all configured on
the system (based on the use of AI_ADDRCONFIG in getaddrinfo). 

What is the network configuration of these client machines?

Is the message appearing before or after configuration of network
interfaces?

And just in case, what is the resolver configuration (/etc/resolv.conf
and /etc/nsswitch.conf)?

iustin



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to