* [PATCH] fs/cifs added additional info to error message
@ 2010-03-29 9:06 Timo Witte
0 siblings, 0 replies; only message in thread
From: Timo Witte @ 2010-03-29 9:06 UTC (permalink / raw)
To: linux-kernel
added additional info to error message, cifs trys to resolve DNS Names
via /sbin/request-key
this is not installed by default in Ubuntu systems, so you can´t use DFS
shares correctly without it.
Signed-off-by: Timo Witte <timo.witte@googlemail.com>
--- a/fs/cifs/dns_resolve.c
+++ b/fs/cifs/dns_resolve.c
@@ -137,7 +137,7 @@ dns_resolve_server_name_to_ip(const char *unc, char
**ip_addr)
len = rkey->type_data.x[0];
data = rkey->payload.data;
} else {
- cERROR(1, ("%s: unable to resolve: %s", __func__, name));
+ cERROR(1, ("%s: unable to resolve: %s have you installed
/sbin/request-key ?", __func__, name));
goto out;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-29 9:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 9:06 [PATCH] fs/cifs added additional info to error message Timo Witte
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.