Your IP : 216.73.216.48
<html lang="en">
<head>
<title>Debugging Hints - Using the GNU Privacy Guard</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Privacy Guard">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Debugging.html#Debugging" title="Debugging">
<link rel="prev" href="Debugging-Tools.html#Debugging-Tools" title="Debugging Tools">
<link rel="next" href="Common-Problems.html#Common-Problems" title="Common Problems">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is the `The GNU Privacy Guard Manual' (version
2.0.22, October 2013).
Copyright (C) 2002, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version. The text of the
license can be found in the section entitled ``Copying''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
@import url(/share/site.css);
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Debugging-Hints"></a>
<p>
Next: <a rel="next" accesskey="n" href="Common-Problems.html#Common-Problems">Common Problems</a>,
Previous: <a rel="previous" accesskey="p" href="Debugging-Tools.html#Debugging-Tools">Debugging Tools</a>,
Up: <a rel="up" accesskey="u" href="Debugging.html#Debugging">Debugging</a>
<hr>
</div>
<h3 class="section">10.2 Various hints on debugging.</h3>
<ul>
<li>How to find the IP address of a keyserver
<p>If a round robin URL of is used for a keyserver
(e.g. subkeys.gnupg.org); it is not easy to see what server is actually
used. Using the keyserver debug option as in
<pre class="smallexample"> gpg --keyserver-options debug=1 -v --refresh-key 1E42B367
</pre>
<p>is thus often helpful. Note that the actual output depends on the
backend and may change from release to release.
</ul>
</body></html>