In Debian bug #311709, our user reported a name resolution problem. Most of his bug report has been commented and us (package maintainers) agreed that there is no name resolution at all. However, he reproted in this bug that mount.cifs message in such case is somewhat confusing: "mount error: could not find target server. TCP name foo/bar not found. No ip address specified and hostname not found" The problem lies in "TCP name" which is a strange wording. We concluded that something like "server name" or "resource name" would be more appropriate
Jeff, any idea about this one ?
Looks simple enough to fix. I'll see about rolling up a patch to change the wording in the near future.
Actually, that error message was changed several months ago when I added code to clean up IPv6 address handling in mount.cifs. The new message reads: printf("mount error: could not resolve address for %s: %s\n", unc_name, gai_strerror(rc)); I'm going to go ahead and close this as FIXED. If you think it needs further attention, please reopen it.