public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Timo Witte <timo.witte@googlemail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] fs/cifs added additional info to error message
Date: Mon, 29 Mar 2010 11:06:00 +0200	[thread overview]
Message-ID: <4BB06D78.4070407@googlemail.com> (raw)

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;
         }


                 reply	other threads:[~2010-03-29  9:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB06D78.4070407@googlemail.com \
    --to=timo.witte@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox