lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 29 Mar 2010 11:06:00 +0200
From:	Timo Witte <timo.witte@...glemail.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] fs/cifs added additional info to error message

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@...glemail.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;
         }

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ