<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-982</id>
	<title>Nabble - PGP</title>
	<updated>2009-12-01T14:54:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/PGP-f982.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PGP-f982.html" />
	<subtitle type="html">PGP stands for Pretty Good Privacy.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26600552</id>
	<title>Re: IPv6 only works, both do not</title>
	<published>2009-12-01T14:54:45Z</published>
	<updated>2009-12-01T14:54:45Z</updated>
	<author>
		<name>Phil Pennock-17</name>
	</author>
	<content type="html">On 2009-12-01 at 09:21 -0300, Arturo 'Buanzo' Busleiman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If I use, for instance:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; recon_address: 0.0.0.0 ::
&lt;br&gt;&amp;gt; hkp_address: 0.0.0.0 ::
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (or 85.13.200.90 2a01:c0:2:1::2)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then sks dies.
&lt;/div&gt;&lt;/div&gt;Anything in the logs? &amp;nbsp;db.log and recon.log in your basedir (which, if
&lt;br&gt;not overriden, is the directory which SKS is started from).
&lt;br&gt;&lt;br&gt;Are you sure that SKS dies if you explicitly list one IPv4 and one IPv6
&lt;br&gt;address and nothing else? &amp;nbsp;This is the configuration I'm using, but not
&lt;br&gt;on Linux:
&lt;br&gt;&amp;nbsp; recon_address: 94.142.241.93 2a02:898:31:0:48:4558:73:6b73
&lt;br&gt;&amp;nbsp; hkp_address: 94.142.241.93 2a02:898:31:0:48:4558:73:6b73
&lt;br&gt;&lt;br&gt;&amp;gt; Any ideas? This is linux 2.6.31
&lt;br&gt;&lt;br&gt;My suspicion is that your platform enables v4-mapped IPv6 sockets by
&lt;br&gt;default, so when you listen on :: you are implicitly also accepting IPv4
&lt;br&gt;connections.
&lt;br&gt;&lt;br&gt;There's no sane portable way for O'Caml programs to disable this (or
&lt;br&gt;wasn't when I last checked). &amp;nbsp;By contrast, if only one socket is used,
&lt;br&gt;it will break on platforms where IPv6 sockets do not accept IPv4
&lt;br&gt;connections by default.
&lt;br&gt;&lt;br&gt;Try just using &amp;quot;::&amp;quot; and then connecting to the server over IPv4. &amp;nbsp;If it
&lt;br&gt;works, one socket handles both. &amp;nbsp;What addresses do you see for
&lt;br&gt;connections then? &amp;nbsp;::ffff:ip.v4.addr.ess ? &amp;nbsp;Do these match ACLs or do
&lt;br&gt;things break?
&lt;br&gt;&lt;br&gt;I suspect that the logs have a socket bind error, address in use?
&lt;br&gt;&lt;br&gt;The general use case for explicit binding is to select *just* the IP
&lt;br&gt;addresses you want to listen on and send from. &amp;nbsp;So if you have 3 IPv6
&lt;br&gt;addresses, you listen on just the sks address and your outgoing recon
&lt;br&gt;connections come from that same IP, so will get past the membership
&lt;br&gt;tests of your peers.
&lt;br&gt;&lt;br&gt;-Phil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (169 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26600552/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-only-works%2C-both-do-not-tp26590908p26600552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26590908</id>
	<title>IPv6 only works, both do not</title>
	<published>2009-12-01T04:21:01Z</published>
	<updated>2009-12-01T04:21:01Z</updated>
	<author>
		<name>Arturo 'Buanzo' Busleiman</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;If I use, for instance:
&lt;br&gt;&lt;br&gt;recon_address: 0.0.0.0 ::
&lt;br&gt;hkp_address: 0.0.0.0 ::
&lt;br&gt;&lt;br&gt;(or 85.13.200.90 2a01:c0:2:1::2)
&lt;br&gt;&lt;br&gt;Then sks dies.
&lt;br&gt;&lt;br&gt;If I ONLY use IPv6:
&lt;br&gt;&lt;br&gt;recon_address: ::
&lt;br&gt;hkp_address: ::
&lt;br&gt;&lt;br&gt;sks runs perfect, and lsof shows the ipv6 listening socket.
&lt;br&gt;&lt;br&gt;Interesting detail, if I use the ipv6 LOOKBACK address, 4 and 6 work (but useless, of course)
&lt;br&gt;&lt;br&gt;recon_address: 0.0.0.0 ::1
&lt;br&gt;hkp_address: 0.0.0.0 ::1
&lt;br&gt;&lt;br&gt;Any ideas? This is linux 2.6.31
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Arturo &amp;quot;Buanzo&amp;quot; Busleiman
&lt;br&gt;Independent Linux and Security Consultant - OWASP - SANS - OISSG
&lt;br&gt;&lt;a href=&quot;http://www.buanzo.com.ar/pro/eng.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.buanzo.com.ar/pro/eng.html&lt;/a&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksVCioACgkQAlpOsGhXcE2mPgCfStrOg6rdyCgxAvPtoVsjFEeW
&lt;br&gt;sjEAn1kBBVGlN04+6zhhP0/HYM95l45K
&lt;br&gt;=xkj3
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590908&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-only-works%2C-both-do-not-tp26590908p26590908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26586745</id>
	<title>Fail2ban, Nagios, thoughts...</title>
	<published>2009-11-30T17:25:27Z</published>
	<updated>2009-11-30T17:25:27Z</updated>
	<author>
		<name>Arturo 'Buanzo' Busleiman</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Hi! Being a fail2ban developer (a program that uses regexes to match logfiles in real time and
&lt;br&gt;firewall abusive clients by IP address) and a nagios maniac, after having sks in use for a couple
&lt;br&gt;hours I thought about creating a fail2ban jail/config for sks' logs, and then some specific nagios
&lt;br&gt;script.
&lt;br&gt;&lt;br&gt;Any feedback or ideas you can think of?
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Arturo &amp;quot;Buanzo&amp;quot; Busleiman
&lt;br&gt;Independent Linux and Security Consultant - OWASP - SANS - OISSG
&lt;br&gt;&lt;a href=&quot;http://www.buanzo.com.ar/pro/eng.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.buanzo.com.ar/pro/eng.html&lt;/a&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksUcIcACgkQAlpOsGhXcE3iYgCeOB2/E7FaYxcqa4c6uY4wUoya
&lt;br&gt;/SIAnj4hibneAp16xJBf6oP2sW9LtONP
&lt;br&gt;=Qhj1
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fail2ban%2C-Nagios%2C-thoughts...-tp26586745p26586745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584052</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T15:30:49Z</published>
	<updated>2009-11-30T15:30:49Z</updated>
	<author>
		<name>Kim Minh Kaplan</name>
	</author>
	<content type="html">MailFighter.net Admin writes:
&lt;br&gt;&lt;br&gt;&amp;gt; What I still need is to configure my mailsync file, and test incoming pks over email.
&lt;br&gt;&lt;br&gt;Do you know people using PKS? &amp;nbsp;The subject comes up here regularly 
&lt;br&gt;regarding how SKS should behave with regard to PKS. &amp;nbsp;Their input would 
&lt;br&gt;be precious.
&lt;br&gt;&lt;br&gt;&amp;gt; The only errors so far:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009-11-30 14:02:24 Error fetching key from hash FFD5C0C7664F01D38C370A09FB156111: Not_found
&lt;br&gt;&lt;br&gt;These errors occur frequently and are unarmful and normal. You should 
&lt;br&gt;see a couple of line preceding where this particular hash is deleted and 
&lt;br&gt;another one added instead. &amp;nbsp;This is one of your keys being updated and 
&lt;br&gt;thus its hash changed (deleted and added). &amp;nbsp;When the partner that sent 
&lt;br&gt;you the updated key tries to fetch the old version you do not have it 
&lt;br&gt;anymore thus this error message. 
&lt;br&gt;&lt;br&gt;&amp;gt; Also, my main interest is to have some sort of XML or machine parseable output over the http 
&lt;br&gt;&amp;gt; interface, so I can implement a set of features into Enigform.
&lt;br&gt;&lt;br&gt;Depending upon your particular needs, adding options=mr (for machine
&lt;br&gt;readable) to op=index may suit you: it outputs plain text.
&lt;br&gt;&lt;br&gt;Kim Minh.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26584052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580099</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T10:48:45Z</published>
	<updated>2009-11-30T10:48:45Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Daniel Kahn Gillmor wrote:
&lt;br&gt;&amp;gt; PS i'm very interested in what you're working on, as i suspect i've been
&lt;br&gt;&amp;gt; thinking over similar things. &amp;nbsp;If you want to chat off-list about your
&lt;br&gt;&amp;gt; project (or direct me to somewhere i can discuss it with you), let me know.
&lt;br&gt;&lt;br&gt;Hi Daniel, thanks!
&lt;br&gt;&lt;br&gt;Feel free to use any of this:
&lt;br&gt;&lt;br&gt;eMail (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580099&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;buanzo@...&lt;/a&gt; or &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580099&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt; per your preference)
&lt;br&gt;MSN/Gtalk: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580099&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;buanzo@...&lt;/a&gt;
&lt;br&gt;IRC: on demand
&lt;br&gt;Skype: buanzo (I'm currently trying to get skype to work again with ubuntu 9.10!).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.buanzo.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.buanzo.org&lt;/a&gt;&amp;nbsp;has a couple interesting articles.
&lt;br&gt;&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksUE40ACgkQAlpOsGhXcE29pQCfaT8vVI7067lF2x5twDucprS+
&lt;br&gt;1vMAn3N/1h8+R7FhXJvB3CNPjnWIYNbw
&lt;br&gt;=4bF9
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580099&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26580099.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580067</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T10:35:40Z</published>
	<updated>2009-11-30T10:35:40Z</updated>
	<author>
		<name>Daniel Kahn Gillmor-7</name>
	</author>
	<content type="html">On 11/30/2009 12:22 PM, MailFighter.net Admin wrote:
&lt;br&gt;&amp;gt; My interest is in being able to get what keyids have signed a certain key, in a machine parsable format.
&lt;br&gt;&lt;br&gt;Keyservers can't actually tell you that reliably. &amp;nbsp;As far as i know, SKS
&lt;br&gt;does no cryptographic validation on the signatures it publishes.
&lt;br&gt;&lt;br&gt;one way to think about this is I might make a key (&amp;quot;X&amp;quot;) that is not
&lt;br&gt;uploaded to the keyservers. &amp;nbsp;but X might be used to certify another key
&lt;br&gt;(&amp;quot;Y&amp;quot;), and that certification might be published to the keyservers.
&lt;br&gt;When SKS serves up Y, it should include X's certification, even if it
&lt;br&gt;knows nothing about X. &amp;nbsp;It *cannot* validate the signature in that case.
&lt;br&gt;&lt;br&gt;Even if the keyserver *did* validation, a cryptographically-secure
&lt;br&gt;application should verify the signatures itself anyway (why trust the
&lt;br&gt;keyserver?). &amp;nbsp;In addition, most keyservers are accessed in the clear
&lt;br&gt;(there's only one hkps keyserver in existence that i know of), which is
&lt;br&gt;problematic too.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --dkg
&lt;br&gt;&lt;br&gt;PS i'm very interested in what you're working on, as i suspect i've been
&lt;br&gt;thinking over similar things. &amp;nbsp;If you want to chat off-list about your
&lt;br&gt;project (or direct me to somewhere i can discuss it with you), let me know.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (909 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26580067/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26580067.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26578781</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T09:22:43Z</published>
	<updated>2009-11-30T09:22:43Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Daniel Kahn Gillmor wrote:
&lt;br&gt;&amp;gt; The output should already be machine-parseable (though it's not XML).
&lt;br&gt;&lt;br&gt;OK, so, I want this:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sks.buanzo.org:11371/pks/lookup?op=vindex&amp;search=0x025A4EB06857704D&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sks.buanzo.org:11371/pks/lookup?op=vindex&amp;search=0x025A4EB06857704D&lt;/a&gt;&lt;br&gt;&lt;br&gt;into mr.
&lt;br&gt;&lt;br&gt;But if I add &amp;options=mr, then I get less information. Compare:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sks.buanzo.org:11371/pks/lookup?op=vindex&amp;search=0x025A4EB06857704D&amp;options=mr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sks.buanzo.org:11371/pks/lookup?op=vindex&amp;search=0x025A4EB06857704D&amp;options=mr&lt;/a&gt;&lt;br&gt;&lt;br&gt;My interest is in being able to get what keyids have signed a certain key, in a machine parsable format.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksT/2MACgkQAlpOsGhXcE3FMgCfcAKXnvBaqpjUzRCMDJ/U8rS5
&lt;br&gt;2lgAn1nXJFiuQfDjgi23QsKAGJ06xHrt
&lt;br&gt;=GSiw
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26578781.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26578656</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T09:14:08Z</published>
	<updated>2009-11-30T09:14:08Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Daniel Kahn Gillmor wrote:
&lt;br&gt;&amp;gt; The output should already be machine-parseable (though it's not XML).
&lt;br&gt;&amp;gt; Have you read David Shaw's I-D which documents the interface?
&lt;br&gt;&lt;br&gt;Lol, I was JUST starting to read it :)
&lt;br&gt;&lt;br&gt;Thank you Daniel.
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksT/WAACgkQAlpOsGhXcE2edQCfedNB/TSP77ZZEGpZAplD4S9w
&lt;br&gt;fjoAni2lpXdVgkPKIXhbO5iJ1Ryr5UVj
&lt;br&gt;=c0S+
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578656&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26578656.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26578189</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T08:42:39Z</published>
	<updated>2009-11-30T08:42:39Z</updated>
	<author>
		<name>Daniel Kahn Gillmor-7</name>
	</author>
	<content type="html">On 11/30/2009 09:05 AM, MailFighter.net Admin wrote:
&lt;br&gt;&amp;gt; Also, my main interest is to have some sort of XML or machine parseable output over the http
&lt;br&gt;&amp;gt; interface, so I can implement a set of features into Enigform.
&lt;br&gt;&lt;br&gt;The output should already be machine-parseable (though it's not XML).
&lt;br&gt;Have you read David Shaw's I-D which documents the interface?
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --dkg
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (909 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26578189/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26578189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26575297</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T06:05:23Z</published>
	<updated>2009-11-30T06:05:23Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;MailFighter.net Admin wrote:
&lt;br&gt;&amp;gt; I'll start testing it right away. Thanks everybody.
&lt;br&gt;&lt;br&gt;OK. The logs show that keys are being received, and all 4 membership entries appear to be functional.
&lt;br&gt;&lt;br&gt;What I still need is to configure my mailsync file, and test incoming pks over email.
&lt;br&gt;&lt;br&gt;Also, gpg --keyserver sks.buanzo.org --recv-keys 64011A8B works.
&lt;br&gt;&lt;br&gt;The only errors so far:
&lt;br&gt;&lt;br&gt;2009-11-30 14:02:24 Error fetching key from hash FFD5C0C7664F01D38C370A09FB156111: Not_found
&lt;br&gt;&lt;br&gt;... but those seem to have stopped now. Probably the key got downloaded from another server.
&lt;br&gt;&lt;br&gt;So, all seems fine. I gotta setup the web interface now.
&lt;br&gt;&lt;br&gt;Also, my main interest is to have some sort of XML or machine parseable output over the http
&lt;br&gt;interface, so I can implement a set of features into Enigform.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksT0SMACgkQAlpOsGhXcE3zkgCdErmhN1ACAxCkRGA2f4aV4J1o
&lt;br&gt;OlYAn0dYQqERvVARn0VM5tY2pjanJkRI
&lt;br&gt;=a7/c
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575297&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26575297.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574922</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-30T05:44:19Z</published>
	<updated>2009-11-30T05:44:19Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Hi everybody!
&lt;br&gt;&lt;br&gt;I've compiled by hand (I had to tweak /usr/include/bits/string3.h in Ubuntu 9.10 for it to compile,
&lt;br&gt;just change line 96 from __extern_always_inline to __extern_inline, ugly, but works, remember to
&lt;br&gt;change it back).
&lt;br&gt;&lt;br&gt;I've setup my membership file according to the numerous offers I've received (thank you guys). The
&lt;br&gt;PKS address I've setup is &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574922&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sks-admin@...&lt;/a&gt; and I've setup sks to run on IPv4 and IPv6.
&lt;br&gt;&lt;br&gt;I'll start testing it right away. Thanks everybody.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;Buanzo
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksTzDIACgkQAlpOsGhXcE3DRQCcDCekxYut9GKnDEYRZIWEIapr
&lt;br&gt;Z20An05RPgx03lBzMcXIwFHI9IhRF8ku
&lt;br&gt;=/LJD
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574922&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26574922.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26570072</id>
	<title>keyserver.nyfnet.net currently down...</title>
	<published>2009-11-29T22:20:44Z</published>
	<updated>2009-11-29T22:20:44Z</updated>
	<author>
		<name>Anakin-Marc Zaeger</name>
	</author>
	<content type="html">Due to circumstances beyond my control, my WAN connection is currently
&lt;br&gt;offline. &amp;nbsp;As a result, anybody who is peering with me will be seeing
&lt;br&gt;it as currently broken. &amp;nbsp;I do not anticipate this issue to last more
&lt;br&gt;than a week or so. &amp;nbsp;I apologize for any inconvenience this may cause.
&lt;br&gt;If you have any question, please feel free to forward them to me and
&lt;br&gt;I'll be more than happy to reply.
&lt;br&gt;&lt;br&gt;Faith Manages,
&lt;br&gt;&lt;br&gt;-A
&lt;br&gt;keyserver.nyfnet.net 11370
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570072&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/keyserver.nyfnet.net-currently-down...-tp26570072p26570072.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26570056</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T22:17:40Z</published>
	<updated>2009-11-29T22:17:40Z</updated>
	<author>
		<name>Anakin-Marc Zaeger</name>
	</author>
	<content type="html">Feel free to add my server, as well. &amp;nbsp;WAN connection is currently
&lt;br&gt;down, so it'll say broken link, but I should be getting that restored
&lt;br&gt;within a week or so.
&lt;br&gt;&lt;br&gt;keyserver.nyfnet.net 11370
&lt;br&gt;&lt;br&gt;On Sun, Nov 29, 2009 at 4:13 PM, MailFighter.net Admin
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA512
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Daniel Kahn Gillmor wrote:
&lt;br&gt;&amp;gt;&amp;gt; Are you filing bugs about this with ubuntu?  it would be really good for
&lt;br&gt;&amp;gt;&amp;gt; them to know that their packages are busted (with as much detail as
&lt;br&gt;&amp;gt;&amp;gt; possible).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's this Debian bug: &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535469&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535469&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's exactly the same problem:
&lt;br&gt;&amp;gt; root@mx4:~# sks recon
&lt;br&gt;&amp;gt; unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;&amp;gt; Segmentation fault
&lt;br&gt;&amp;gt; root@mx4:~# sks db
&lt;br&gt;&amp;gt; unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;&amp;gt; Segmentation fault
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I felt no need to notify Ubuntu, but I can start working on that if you want.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yours,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iEYEAREKAAYFAksTDi0ACgkQAlpOsGhXcE21vQCfTu+PaCGaDreNBH9Wkn3JAvlx
&lt;br&gt;&amp;gt; ekEAn22CVGRklmsGjsqzIquMuZzv+h9b
&lt;br&gt;&amp;gt; =RrY2
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Sks-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570056&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26570056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567870</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T16:13:33Z</published>
	<updated>2009-11-29T16:13:33Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Daniel Kahn Gillmor wrote:
&lt;br&gt;&amp;gt; Are you filing bugs about this with ubuntu? &amp;nbsp;it would be really good for
&lt;br&gt;&amp;gt; them to know that their packages are busted (with as much detail as
&lt;br&gt;&amp;gt; possible).
&lt;br&gt;&lt;br&gt;It's this Debian bug: &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535469&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535469&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's exactly the same problem:
&lt;br&gt;root@mx4:~# sks recon
&lt;br&gt;unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;Segmentation fault
&lt;br&gt;root@mx4:~# sks db
&lt;br&gt;unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;Segmentation fault
&lt;br&gt;&lt;br&gt;I felt no need to notify Ubuntu, but I can start working on that if you want.
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksTDi0ACgkQAlpOsGhXcE21vQCfTu+PaCGaDreNBH9Wkn3JAvlx
&lt;br&gt;ekEAn22CVGRklmsGjsqzIquMuZzv+h9b
&lt;br&gt;=RrY2
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567841</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T16:08:37Z</published>
	<updated>2009-11-29T16:08:37Z</updated>
	<author>
		<name>Daniel Kahn Gillmor-7</name>
	</author>
	<content type="html">On 11/29/2009 07:03 PM, MailFighter.net Admin wrote:
&lt;br&gt;&amp;gt; root@mx4:/var/lib/sks# sks build -n 13 -cache 100 /var/sks/dump/*.pgp
&lt;br&gt;&amp;gt; unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;&amp;gt; Segmentation fault
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It SIGSEGV's immediately. It's not a RAM problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll compile sks manually and ignore Ubuntu's packages for it.
&lt;br&gt;&lt;br&gt;Are you filing bugs about this with ubuntu? &amp;nbsp;it would be really good for
&lt;br&gt;them to know that their packages are busted (with as much detail as
&lt;br&gt;possible).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --dkg
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (909 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26567841/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567798</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T16:03:14Z</published>
	<updated>2009-11-29T16:03:14Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;John Clizbe wrote:
&lt;br&gt;&amp;gt; I ran
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; sks build -n 13 -cache 100 /var/sks/dump/*.pgp
&lt;br&gt;&lt;br&gt;root@mx4:/var/lib/sks# sks build -n 13 -cache 100 /var/sks/dump/*.pgp
&lt;br&gt;unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;Segmentation fault
&lt;br&gt;&lt;br&gt;It SIGSEGV's immediately. It's not a RAM problem.
&lt;br&gt;&lt;br&gt;I'll compile sks manually and ignore Ubuntu's packages for it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksTC78ACgkQAlpOsGhXcE0sOgCdHhByj632w/8fS0NX2rjBa5LZ
&lt;br&gt;1D0An1uAnc/wz52XAwlGof5GHNWPAG4+
&lt;br&gt;=FGWS
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567325</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T15:03:01Z</published>
	<updated>2009-11-29T15:03:01Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Jens Leinenbach wrote:
&lt;br&gt;&amp;gt; Where/when exactly do you get the segfault? After starting sks_build.sh?
&lt;br&gt;&amp;gt; Does your system run out of memory?
&lt;br&gt;&lt;br&gt;See below for a trace.
&lt;br&gt;&lt;br&gt;&amp;gt; E.g. if you don't have much RAM:
&lt;br&gt;&lt;br&gt;root@mx4:/var/lib/sks# free -m
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;total &amp;nbsp; &amp;nbsp; &amp;nbsp; used &amp;nbsp; &amp;nbsp; &amp;nbsp; free &amp;nbsp; &amp;nbsp; shared &amp;nbsp; &amp;nbsp;buffers &amp;nbsp; &amp;nbsp; cached
&lt;br&gt;Mem: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2012 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;467 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1544 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 19 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;240
&lt;br&gt;- -/+ buffers/cache: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;208 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1803
&lt;br&gt;Swap: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3812 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; 3812
&lt;br&gt;&lt;br&gt;root@mx4:/var/lib/sks# uname -a
&lt;br&gt;Linux mx4 2.6.31-15-generic-pae #50-Ubuntu SMP Tue Nov 10 16:12:10 UTC 2009 i686 GNU/Linux
&lt;br&gt;&lt;br&gt;CPU: Dual Intel(R) Xeon(R) CPU &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3065 &amp;nbsp;@ 2.33GHz
&lt;br&gt;&lt;br&gt;Would that be ok?
&lt;br&gt;&lt;br&gt;&amp;gt; /usr/sbin/sks build /var/lib/sks/dump/keydump* -n 1 -cache 20
&lt;br&gt;&lt;br&gt;I tried different values for the parameters, to no avail. From what I read, the problem is related
&lt;br&gt;to two different versions of libdb...
&lt;br&gt;&lt;br&gt;===trace start====
&lt;br&gt;root@mx4:/var/lib/sks# /usr/lib/sks/sks_build.sh
&lt;br&gt;+ ask_mode
&lt;br&gt;+ echo 'Please select the mode in which you want to import the keydump:'
&lt;br&gt;Please select the mode in which you want to import the keydump:
&lt;br&gt;+ echo ''
&lt;br&gt;&lt;br&gt;+ echo '1 - fastbuild'
&lt;br&gt;1 - fastbuild
&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;only an index of the keydump is created and the keydump cannot be'
&lt;br&gt;&amp;nbsp; &amp;nbsp; only an index of the keydump is created and the keydump cannot be
&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;removed.'
&lt;br&gt;&amp;nbsp; &amp;nbsp; removed.
&lt;br&gt;+ echo ''
&lt;br&gt;&lt;br&gt;+ echo '2 - normalbuild'
&lt;br&gt;2 - normalbuild
&lt;br&gt;+ echo ''
&lt;br&gt;&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;all the keydump will be imported in a new database. It takes longer'
&lt;br&gt;&amp;nbsp; &amp;nbsp; all the keydump will be imported in a new database. It takes longer
&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;time and more disk space, but the server will run faster (depending'
&lt;br&gt;&amp;nbsp; &amp;nbsp; time and more disk space, but the server will run faster (depending
&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;from the source/age of the keydump).'
&lt;br&gt;&amp;nbsp; &amp;nbsp; from the source/age of the keydump).
&lt;br&gt;+ echo ' &amp;nbsp; &amp;nbsp;The keydump can be removed after the import.'
&lt;br&gt;&amp;nbsp; &amp;nbsp; The keydump can be removed after the import.
&lt;br&gt;+ echo ''
&lt;br&gt;&lt;br&gt;+ echo -n 'Enter enter the mode (1/2): '
&lt;br&gt;Enter enter the mode (1/2): + read
&lt;br&gt;2
&lt;br&gt;+ case &amp;quot;$REPLY&amp;quot; in
&lt;br&gt;+ mode='build /var/lib/sks/dump/*.pgp'
&lt;br&gt;+ echo '=== Running (fast)build... ==='
&lt;br&gt;=== Running (fast)build... ===
&lt;br&gt;+ /usr/sbin/sks build /var/lib/sks/dump/sks-dump-0000.pgp /var/lib/sks/dump/sks-dump-0001.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0002.pgp /var/lib/sks/dump/sks-dump-0003.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0004.pgp /var/lib/sks/dump/sks-dump-0005.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0006.pgp /var/lib/sks/dump/sks-dump-0007.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0008.pgp /var/lib/sks/dump/sks-dump-0009.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0010.pgp /var/lib/sks/dump/sks-dump-0011.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0012.pgp /var/lib/sks/dump/sks-dump-0013.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0014.pgp /var/lib/sks/dump/sks-dump-0015.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0016.pgp /var/lib/sks/dump/sks-dump-0017.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0018.pgp /var/lib/sks/dump/sks-dump-0019.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0020.pgp /var/lib/sks/dump/sks-dump-0021.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0022.pgp /var/lib/sks/dump/sks-dump-0023.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0024.pgp /var/lib/sks/dump/sks-dump-0025.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0026.pgp /var/lib/sks/dump/sks-dump-0027.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0028.pgp /var/lib/sks/dump/sks-dump-0029.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0030.pgp /var/lib/sks/dump/sks-dump-0031.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0032.pgp /var/lib/sks/dump/sks-dump-0033.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0034.pgp /var/lib/sks/dump/sks-dump-0035.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0036.pgp /var/lib/sks/dump/sks-dump-0037.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0038.pgp /var/lib/sks/dump/sks-dump-0039.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0040.pgp /var/lib/sks/dump/sks-dump-0041.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0042.pgp /var/lib/sks/dump/sks-dump-0043.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0044.pgp /var/lib/sks/dump/sks-dump-0045.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0046.pgp /var/lib/sks/dump/sks-dump-0047.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0048.pgp /var/lib/sks/dump/sks-dump-0049.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0050.pgp /var/lib/sks/dump/sks-dump-0051.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0052.pgp /var/lib/sks/dump/sks-dump-0053.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0054.pgp /var/lib/sks/dump/sks-dump-0055.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0056.pgp /var/lib/sks/dump/sks-dump-0057.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0058.pgp /var/lib/sks/dump/sks-dump-0059.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0060.pgp /var/lib/sks/dump/sks-dump-0061.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0062.pgp /var/lib/sks/dump/sks-dump-0063.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0064.pgp /var/lib/sks/dump/sks-dump-0065.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0066.pgp /var/lib/sks/dump/sks-dump-0067.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0068.pgp /var/lib/sks/dump/sks-dump-0069.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0070.pgp /var/lib/sks/dump/sks-dump-0071.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0072.pgp /var/lib/sks/dump/sks-dump-0073.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0074.pgp /var/lib/sks/dump/sks-dump-0075.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0076.pgp /var/lib/sks/dump/sks-dump-0077.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0078.pgp /var/lib/sks/dump/sks-dump-0079.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0080.pgp /var/lib/sks/dump/sks-dump-0081.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0082.pgp /var/lib/sks/dump/sks-dump-0083.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0084.pgp /var/lib/sks/dump/sks-dump-0085.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0086.pgp /var/lib/sks/dump/sks-dump-0087.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0088.pgp /var/lib/sks/dump/sks-dump-0089.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0090.pgp /var/lib/sks/dump/sks-dump-0091.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0092.pgp /var/lib/sks/dump/sks-dump-0093.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0094.pgp /var/lib/sks/dump/sks-dump-0095.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0096.pgp /var/lib/sks/dump/sks-dump-0097.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0098.pgp /var/lib/sks/dump/sks-dump-0099.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0100.pgp /var/lib/sks/dump/sks-dump-0101.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0102.pgp /var/lib/sks/dump/sks-dump-0103.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0104.pgp /var/lib/sks/dump/sks-dump-0105.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0106.pgp /var/lib/sks/dump/sks-dump-0107.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0108.pgp /var/lib/sks/dump/sks-dump-0109.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0110.pgp /var/lib/sks/dump/sks-dump-0111.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0112.pgp /var/lib/sks/dump/sks-dump-0113.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0114.pgp /var/lib/sks/dump/sks-dump-0115.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0116.pgp /var/lib/sks/dump/sks-dump-0117.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0118.pgp /var/lib/sks/dump/sks-dump-0119.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0120.pgp /var/lib/sks/dump/sks-dump-0121.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0122.pgp /var/lib/sks/dump/sks-dump-0123.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0124.pgp /var/lib/sks/dump/sks-dump-0125.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0126.pgp /var/lib/sks/dump/sks-dump-0127.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0128.pgp /var/lib/sks/dump/sks-dump-0129.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0130.pgp /var/lib/sks/dump/sks-dump-0131.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0132.pgp /var/lib/sks/dump/sks-dump-0133.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0134.pgp /var/lib/sks/dump/sks-dump-0135.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0136.pgp /var/lib/sks/dump/sks-dump-0137.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0138.pgp /var/lib/sks/dump/sks-dump-0139.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0140.pgp /var/lib/sks/dump/sks-dump-0141.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0142.pgp /var/lib/sks/dump/sks-dump-0143.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0144.pgp /var/lib/sks/dump/sks-dump-0145.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0146.pgp /var/lib/sks/dump/sks-dump-0147.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0148.pgp /var/lib/sks/dump/sks-dump-0149.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0150.pgp /var/lib/sks/dump/sks-dump-0151.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0152.pgp /var/lib/sks/dump/sks-dump-0153.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0154.pgp /var/lib/sks/dump/sks-dump-0155.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0156.pgp /var/lib/sks/dump/sks-dump-0157.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0158.pgp /var/lib/sks/dump/sks-dump-0159.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0160.pgp /var/lib/sks/dump/sks-dump-0161.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0162.pgp /var/lib/sks/dump/sks-dump-0163.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0164.pgp /var/lib/sks/dump/sks-dump-0165.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0166.pgp /var/lib/sks/dump/sks-dump-0167.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0168.pgp /var/lib/sks/dump/sks-dump-0169.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0170.pgp /var/lib/sks/dump/sks-dump-0171.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0172.pgp /var/lib/sks/dump/sks-dump-0173.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0174.pgp /var/lib/sks/dump/sks-dump-0175.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0176.pgp /var/lib/sks/dump/sks-dump-0177.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0178.pgp /var/lib/sks/dump/sks-dump-0179.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0180.pgp /var/lib/sks/dump/sks-dump-0181.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0182.pgp /var/lib/sks/dump/sks-dump-0183.pgp
&lt;br&gt;/var/lib/sks/dump/sks-dump-0184.pgp -n 10 -cache 100
&lt;br&gt;unknown timeout type argument to DB_ENV-&amp;gt;rep_get_timeout
&lt;br&gt;/usr/lib/sks/sks_build.sh: line 43: &amp;nbsp;4106 Segmentation fault &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/sbin/sks $mode -n 10 -cache 100
&lt;br&gt;+ fail
&lt;br&gt;+ echo Command failed unexpectedly. Bailing out
&lt;br&gt;Command failed unexpectedly. Bailing out
&lt;br&gt;+ exit
&lt;br&gt;===trace end======
&lt;br&gt;&lt;br&gt;===strace=======
&lt;br&gt;mkdir(&amp;quot;/var/lib/sks/DB&amp;quot;, 0700) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 0
&lt;br&gt;time(NULL) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= 1259535735
&lt;br&gt;stat64(&amp;quot;/etc/localtime&amp;quot;, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
&lt;br&gt;write(4, &amp;quot;2009-11-29 23:02:15 Opening KeyD&amp;quot;..., 43) = 43
&lt;br&gt;write(2, &amp;quot;unknown timeout type argument to&amp;quot;..., 56unknown timeout type argument to
&lt;br&gt;DB_ENV-&amp;gt;rep_get_timeout) = 56
&lt;br&gt;write(2, &amp;quot;\n&amp;quot;, 1
&lt;br&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 1
&lt;br&gt;- --- SIGSEGV (Segmentation fault) @ 0 (0) ---
&lt;br&gt;getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
&lt;br&gt;rt_sigaction(SIGSEGV, {SIG_DFL, [], 0}, NULL, 8) = 0
&lt;br&gt;sigreturn() &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = ? (mask now [])
&lt;br&gt;- --- SIGSEGV (Segmentation fault) @ 0 (0) ---
&lt;br&gt;+++ killed by SIGSEGV +++
&lt;br&gt;===strace end===
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksS/aMACgkQAlpOsGhXcE3NiwCcCg5jshmaq3TANR/M4byffhTu
&lt;br&gt;GmMAn3OHADPdvPxcWwSw/7DY9mQkqpHv
&lt;br&gt;=QwJK
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567277</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T14:55:21Z</published>
	<updated>2009-11-29T14:55:21Z</updated>
	<author>
		<name>Jens Leinenbach</name>
	</author>
	<content type="html">Hi Buanzo,
&lt;br&gt;&amp;gt; Now, I finished downloading the dump, but I'musing Ubuntu, and it
&lt;br&gt;&amp;gt; fails with a segfault. 
&lt;br&gt;Where/when exactly do you get the segfault? After starting sks_build.sh?
&lt;br&gt;Does your system run out of memory?
&lt;br&gt;&lt;br&gt;Then try to reduce memory usage by reducing the cache values of sks_build.sh
&lt;br&gt;&lt;br&gt;E.g. if you don't have much RAM:
&lt;br&gt;/usr/sbin/sks build /var/lib/sks/dump/keydump* -n 1 -cache 20
&lt;br&gt;&lt;br&gt;(Change the paths for your needs.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Jens
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567277&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567277.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567191</id>
	<title>Re: Re: Hi everybody!</title>
	<published>2009-11-29T14:49:20Z</published>
	<updated>2009-11-29T14:49:20Z</updated>
	<author>
		<name>John Clizbe-2</name>
	</author>
	<content type="html">MailFighter.net Admin wrote:
&lt;br&gt;&amp;gt; First of all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks to everyone that emailed me off-list offering to peer up. :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now, I finished downloading the dump, but I'm using Ubuntu, and it fails with
&lt;br&gt;&amp;gt; a segfault. I know it's got to do with different versions of libdb (compiled
&lt;br&gt;&amp;gt; vs runtime), so I upgraded to karmic. Still the same problem. Ergo, I'm stuck.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; SO, should I just &amp;nbsp;d/l &amp;&amp; configure &amp;&amp; make &amp;&amp; make install?
&lt;br&gt;&lt;br&gt;SKS builds pretty easily. You just need a libdb &amp;gt;= 4.6 and a recent ocaml compiler.
&lt;br&gt;&lt;br&gt;That's what I would do.
&lt;br&gt;-- 
&lt;br&gt;John P. Clizbe &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inet:John (a) Mozilla-Enigmail.org
&lt;br&gt;You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net &amp;nbsp;or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgp-public-keys@...&lt;/a&gt;?subject=HELP
&lt;br&gt;&lt;br&gt;Q:&amp;quot;Just how do the residents of Haiku, Hawai'i hold conversations?&amp;quot;
&lt;br&gt;A:&amp;quot;An odd melody / island voices on the winds / surplus of vowels&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567191&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567031</id>
	<title>Re: Hi everybody!</title>
	<published>2009-11-29T14:32:02Z</published>
	<updated>2009-11-29T14:32:02Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;First of all,
&lt;br&gt;&lt;br&gt;Thanks to everyone that emailed me off-list offering to peer up. :)
&lt;br&gt;&lt;br&gt;Now, I finished downloading the dump, but I'musing Ubuntu, and it fails with a segfault. I know it's
&lt;br&gt;got to do with different versions of libdb (compiled vs runtime), so I upgraded to karmic. Still the
&lt;br&gt;same problem. Ergo, I'm stuck.
&lt;br&gt;&lt;br&gt;SO, should I just &amp;nbsp;d/l &amp;&amp; configure &amp;&amp; make &amp;&amp; make install?
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksS9l8ACgkQAlpOsGhXcE31hgCeOTilT+DT8WYPVLLmtFJX61mL
&lt;br&gt;9DsAnRrCOm9sMG7XtJ6h5g/oRiJvFME3
&lt;br&gt;=0MBB
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26567031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559276</id>
	<title>Re: New wiki page: Peering</title>
	<published>2009-11-28T20:25:20Z</published>
	<updated>2009-11-28T20:25:20Z</updated>
	<author>
		<name>Phil Pennock-17</name>
	</author>
	<content type="html">On 2009-11-28 at 09:48 +0000, Kim Minh Kaplan wrote:
&lt;br&gt;&amp;gt; You could explicit that you mean something like &amp;quot;make &amp;&amp; make install&amp;quot; 
&lt;br&gt;&amp;gt; or &amp;quot;aptitude install sks&amp;quot; as peering itself might be considered part of 
&lt;br&gt;&amp;gt; the installation process.
&lt;br&gt;&lt;br&gt;I opted for &amp;quot;You are assumed to have installed the SKS program and to
&lt;br&gt;[...]&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; SKS basedir
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unlike many daemons SKS makes use of its current working directory as 
&lt;br&gt;&amp;gt; its basedir. &amp;nbsp;It should be mentionned.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; Phil Pennock:
&lt;br&gt;&amp;gt; &amp;gt; I'm not sure that membership_reload_interval is necessary any more, 
&lt;br&gt;&amp;gt; &amp;gt; after Kim's improvements in this area. &amp;nbsp;I put it in anyway, to be safe, 
&lt;br&gt;&amp;gt; &amp;gt; but would be happy to remove it again; Kim?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am quite confident that this setting is not used anymore (and that the 
&lt;br&gt;&amp;gt; code could do with a little cleanup regarding this). &amp;nbsp;So yes remove it.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; The server is in The Netherlands.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Use a non existant country in the sample. The Neverland is nice.
&lt;br&gt;&lt;br&gt;I'm based in the USA and wary of trademarks; I strongly suspect that the
&lt;br&gt;estate of a recently deceased pop star has a trademark on that. &amp;nbsp;I went
&lt;br&gt;for &amp;quot;Foobarlandy (EU)&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Add the line to your config
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Explicit mention of &amp;quot;membership file&amp;quot; would be better than config.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; Also a couple of words mentionning that SKS logs to db.log, recon.log 
&lt;br&gt;&amp;gt; and generally *.log will help the new user.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; The &amp;quot;-disable_mailsync&amp;quot; option should be explained as it is a loose end 
&lt;br&gt;&amp;gt; in SKS.
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;gt; in SKS. &amp;nbsp;Given the state of the PKS network it is perfectly acceptable 
&lt;br&gt;&amp;gt; to use it. &amp;nbsp;At any rate if the mailsync file is empty it can be used to 
&lt;br&gt;&amp;gt; keep the db process from spitting false alarms in the logs. &amp;nbsp;Mmm, 
&lt;br&gt;&amp;gt; looking back at it these alarms are not completely false: it seems there 
&lt;br&gt;&amp;gt; is a leak in the tqueue DB when you have no mailsync, I'll have to file 
&lt;br&gt;&amp;gt; an issue about that.
&lt;br&gt;&lt;br&gt;Looking forward to the patch. &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;&amp;gt; Kim Minh.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; P.S.: browsing &lt;a href=&quot;http://code.google.com/p/sks-keyserver/source/browse/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/sks-keyserver/source/browse/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; does *not* show all source files, it stops at reconserver.ml. &amp;nbsp;Am I the 
&lt;br&gt;&amp;gt; only one seeing this?
&lt;br&gt;&lt;br&gt;&amp;quot;Files 1 - 100 of 126&amp;quot;
&lt;br&gt;&lt;br&gt;It's not as clear as it could be.
&lt;br&gt;&lt;br&gt;-Phil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559276&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (169 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26559276/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26559276.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559237</id>
	<title>Re: New wiki page: Peering</title>
	<published>2009-11-28T20:11:58Z</published>
	<updated>2009-11-28T20:11:58Z</updated>
	<author>
		<name>Phil Pennock-17</name>
	</author>
	<content type="html">On 2009-11-28 at 10:54 -0500, Daniel Kahn Gillmor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Actually, for examples IP addresses, please use documentation-specific
&lt;br&gt;&amp;gt; values for IP addresses (in the so-called TEST-NET range):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For IPv6, use addresses in the range: 2001:db8::/32
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc5156#section-2.6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc5156#section-2.6&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3849&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For IPv4, use addresses in the range: 192.0.2.0/24
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3330#page-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3330#page-3&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;These are in fact what I did use.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Phil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (169 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26559237/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26559237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558640</id>
	<title>Re: New wiki page: Peering</title>
	<published>2009-11-28T17:20:14Z</published>
	<updated>2009-11-28T17:20:14Z</updated>
	<author>
		<name>Kim Minh Kaplan</name>
	</author>
	<content type="html">Daniel Kahn Gillmor writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/28/2009 04:48 AM, Kim Minh Kaplan wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;myhost.example.com. &amp;nbsp; &amp;nbsp;IN A &amp;nbsp; &amp;nbsp;192.68.2.42
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;myhost.example.com. &amp;nbsp; &amp;nbsp;IN AAAA FDA6:58A1:7B2E:AAF9::1:42
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Actually, for examples IP addresses, please use documentation-specific
&lt;br&gt;&amp;gt; values for IP addresses (in the so-called TEST-NET range):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For IPv6, use addresses in the range: 2001:db8::/32
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc5156#section-2.6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc5156#section-2.6&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3849&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For IPv4, use addresses in the range: 192.0.2.0/24
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3330#page-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3330#page-3&lt;/a&gt;&lt;/div&gt;&lt;br&gt;I did not know about these reserved addresses ranges, thank you for the
&lt;br&gt;information and references.
&lt;br&gt;&lt;br&gt;Kim Minh.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558640&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26558640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558093</id>
	<title>Hi everybody!</title>
	<published>2009-11-28T15:43:17Z</published>
	<updated>2009-11-28T15:43:17Z</updated>
	<author>
		<name>MailFighter.net Admin</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Hello! I'm in the process of becoming part of the sks pool. I'm currently downloading the dump (will
&lt;br&gt;be over in 30 more minutes), then I'll build the database, and after all that, I'll ask for some
&lt;br&gt;peers to gossip with.
&lt;br&gt;&lt;br&gt;My server (sks.buanzo.org both IPv4 and IPv6, dns has both A and AAAA records) is located in
&lt;br&gt;Stratford, London, UK, in a nice datacenter facility with great bandwidth and uptime, so I hope I'll
&lt;br&gt;get peers soon.
&lt;br&gt;&lt;br&gt;Well, about myself: I've been programming since age 8 (I'm 27 now), with GNU/Linux and 'stuff' since
&lt;br&gt;I was 12 (1994). I enjoy programming, hacking up stuff, and I also run a number of NTP servers for
&lt;br&gt;the pool.ntp.org. I created mod_openpgp and Enigform, a set of server (Apache) and client (firefox)
&lt;br&gt;tools that implemented OpenPGP stuff for HTTP (signed requests, and a secure session initiation
&lt;br&gt;method created on top of that, more info in wiki.buanzo.org).
&lt;br&gt;&lt;br&gt;Well, hope that's enough for an introduction :)
&lt;br&gt;&lt;br&gt;I'm available for IM, eMail, etc. Not much of an IRCer.
&lt;br&gt;&lt;br&gt;Bye!
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;Buanzo.
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEAREKAAYFAksRtZUACgkQAlpOsGhXcE0gpACffDfYqCDtmOMfGo52pW5SJfMl
&lt;br&gt;9uUAn0LBeT7YgfZbhAwKYD1HvquwtmoN
&lt;br&gt;=e9gF
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-everybody%21-tp26558093p26558093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26554302</id>
	<title>Re: New wiki page: Peering</title>
	<published>2009-11-28T07:54:06Z</published>
	<updated>2009-11-28T07:54:06Z</updated>
	<author>
		<name>Daniel Kahn Gillmor-7</name>
	</author>
	<content type="html">On 11/28/2009 04:48 AM, Kim Minh Kaplan wrote:
&lt;br&gt;&amp;gt; Phil Pennock:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I just wrote this:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://code.google.com/p/sks-keyserver/wiki/Peering&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/sks-keyserver/wiki/Peering&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks, Phil!
&lt;br&gt;&lt;br&gt;&amp;gt; Sample DNS records could help ; and use non routable addresses¹ in your
&lt;br&gt;&amp;gt; examples. &amp;nbsp;Something like:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;myhost.example.com. &amp;nbsp; &amp;nbsp;IN A &amp;nbsp; &amp;nbsp;192.68.2.42
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;myhost.example.com. &amp;nbsp; &amp;nbsp;IN AAAA FDA6:58A1:7B2E:AAF9::1:42
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;keyserver.example.com. IN A &amp;nbsp; &amp;nbsp;myhost.example.com.
&lt;br&gt;&lt;br&gt;Actually, for examples IP addresses, please use documentation-specific
&lt;br&gt;values for IP addresses (in the so-called TEST-NET range):
&lt;br&gt;&lt;br&gt;For IPv6, use addresses in the range: 2001:db8::/32
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc5156#section-2.6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc5156#section-2.6&lt;/a&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3849&lt;/a&gt;&lt;br&gt;&lt;br&gt;For IPv4, use addresses in the range: 192.0.2.0/24
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://tools.ietf.org/html/rfc3330#page-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3330#page-3&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please do *not* use RFC1918 private address space, because it might
&lt;br&gt;actually be in use by people reading the examples.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --dkg
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26554302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (909 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26554302/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26554302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551598</id>
	<title>Re: New wiki page: Peering</title>
	<published>2009-11-28T01:48:26Z</published>
	<updated>2009-11-28T01:48:26Z</updated>
	<author>
		<name>Kim Minh Kaplan</name>
	</author>
	<content type="html">Phil Pennock:
&lt;br&gt;&lt;br&gt;&amp;gt; I just wrote this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://code.google.com/p/sks-keyserver/wiki/Peering&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/sks-keyserver/wiki/Peering&lt;/a&gt;&lt;br&gt;&lt;br&gt;Nice work. &amp;nbsp;Here are some hopefully constructive comments.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; You are assumed to have installed SKS
&lt;br&gt;&lt;br&gt;You could explicit that you mean something like &amp;quot;make &amp;&amp; make install&amp;quot; 
&lt;br&gt;or &amp;quot;aptitude install sks&amp;quot; as peering itself might be considered part of 
&lt;br&gt;the installation process.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SKS basedir
&lt;br&gt;&lt;br&gt;Unlike many daemons SKS makes use of its current working directory as 
&lt;br&gt;its basedir. &amp;nbsp;It should be mentionned.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Double-check DNS
&lt;br&gt;&lt;br&gt;Sample DNS records could help ; and use non routable addresses¹ in your 
&lt;br&gt;examples. &amp;nbsp;Something like:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; myhost.example.com. &amp;nbsp; &amp;nbsp;IN A &amp;nbsp; &amp;nbsp;192.68.2.42
&lt;br&gt;&amp;nbsp; &amp;nbsp; myhost.example.com. &amp;nbsp; &amp;nbsp;IN AAAA FDA6:58A1:7B2E:AAF9::1:42
&lt;br&gt;&amp;nbsp; &amp;nbsp; keyserver.example.com. IN A &amp;nbsp; &amp;nbsp;myhost.example.com.
&lt;br&gt;&lt;br&gt;&amp;gt; I'm not sure that membership_reload_interval is necessary any more, 
&lt;br&gt;&amp;gt; after Kim's improvements in this area. &amp;nbsp;I put it in anyway, to be safe, 
&lt;br&gt;&amp;gt; but would be happy to remove it again; Kim?
&lt;br&gt;&lt;br&gt;I am quite confident that this setting is not used anymore (and that the 
&lt;br&gt;code could do with a little cleanup regarding this). &amp;nbsp;So yes remove it.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The server is in The Netherlands.
&lt;br&gt;&lt;br&gt;Use a non existant country in the sample. The Neverland is nice.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Add the line to your config
&lt;br&gt;&lt;br&gt;Explicit mention of &amp;quot;membership file&amp;quot; would be better than config.
&lt;br&gt;&lt;br&gt;Also a couple of words mentionning that SKS logs to db.log, recon.log 
&lt;br&gt;and generally *.log will help the new user.
&lt;br&gt;&lt;br&gt;The &amp;quot;-disable_mailsync&amp;quot; option should be explained as it is a loose end 
&lt;br&gt;in SKS. &amp;nbsp;Given the state of the PKS network it is perfectly acceptable 
&lt;br&gt;to use it. &amp;nbsp;At any rate if the mailsync file is empty it can be used to 
&lt;br&gt;keep the db process from spitting false alarms in the logs. &amp;nbsp;Mmm, 
&lt;br&gt;looking back at it these alarms are not completely false: it seems there 
&lt;br&gt;is a leak in the tqueue DB when you have no mailsync, I'll have to file 
&lt;br&gt;an issue about that.
&lt;br&gt;&lt;br&gt;Kim Minh.
&lt;br&gt;&lt;br&gt;P.S.: browsing &lt;a href=&quot;http://code.google.com/p/sks-keyserver/source/browse/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/sks-keyserver/source/browse/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;does *not* show all source files, it stops at reconserver.ml. &amp;nbsp;Am I the 
&lt;br&gt;only one seeing this?
&lt;br&gt;&lt;br&gt;¹ RFC 1918 Address Allocation for Private Internets
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.ietf.org/rfc/rfc1918.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/rfc/rfc1918.txt&lt;/a&gt;&lt;br&gt;&amp;nbsp; RFC 4193 Unique Local IPv6 Unicast Addresses
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.ietf.org/rfc/rfc4193.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/rfc/rfc4193.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26551598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549143</id>
	<title>New wiki page: Peering</title>
	<published>2009-11-27T15:35:15Z</published>
	<updated>2009-11-27T15:35:15Z</updated>
	<author>
		<name>Phil Pennock-17</name>
	</author>
	<content type="html">I just wrote this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://code.google.com/p/sks-keyserver/wiki/Peering&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/sks-keyserver/wiki/Peering&lt;/a&gt;&lt;br&gt;&lt;br&gt;Constructive feedback welcome.
&lt;br&gt;&lt;br&gt;Yes, it has some bias in what it suggests you do. &amp;nbsp;It suggests what I
&lt;br&gt;think is right. &amp;nbsp;Arguments about how I'm wrong are constructive.
&lt;br&gt;&lt;br&gt;I'm not sure that membership_reload_interval is necessary any more,
&lt;br&gt;after Kim's improvements in this area. &amp;nbsp;I put it in anyway, to be safe,
&lt;br&gt;but would be happy to remove it again; Kim?
&lt;br&gt;&lt;br&gt;*cough* &amp;nbsp;Comments about how long it took me to write anything at all,
&lt;br&gt;after getting editor privilege, while wholly justified are not
&lt;br&gt;constructive. &amp;nbsp;;-) &amp;nbsp;Unless your name is Yaron.
&lt;br&gt;&lt;br&gt;I decided that the act of getting and installing the keydump was enough
&lt;br&gt;of an issue in itself to not be part of peering. &amp;nbsp;There are good docs
&lt;br&gt;out there on how to do this; I linked to:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.keysigning.org/sks/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.keysigning.org/sks/&lt;/a&gt;&lt;br&gt;for instructions. &amp;nbsp;In general though, I think that the wiki should aim
&lt;br&gt;to be self-sufficient. &amp;nbsp;Why? &amp;nbsp;Because when I was setting up SKS it was a
&lt;br&gt;pain to pick through all the dead sites, out-of-date sites and
&lt;br&gt;assumptions that well-known-site X would be up with the canonical
&lt;br&gt;information. &amp;nbsp;If someone is reading the wiki, then the wiki is up and
&lt;br&gt;reachable, so we should make it self-contained, but link freely to the
&lt;br&gt;external docs from the relevant articles.
&lt;br&gt;&lt;br&gt;Thoughts?
&lt;br&gt;&lt;br&gt;-Phil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (169 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26549143/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-wiki-page%3A-Peering-tp26549143p26549143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544229</id>
	<title>Re: gossip partner request</title>
	<published>2009-11-27T07:14:39Z</published>
	<updated>2009-11-27T07:14:39Z</updated>
	<author>
		<name>Jens Leinenbach</name>
	</author>
	<content type="html">@all
&lt;br&gt;&lt;br&gt;Please feel free to add our server and let us know, so that we can add
&lt;br&gt;you, too:
&lt;br&gt;keyserver.ccc-hanau.de 11370 &amp;nbsp; &amp;nbsp; # Jens Leinenbach &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jens@...&lt;/a&gt;&amp;gt;
&lt;br&gt;0x534EDA85
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Jens
&lt;br&gt;&lt;br&gt;&lt;br&gt;Andy Ruddock:
&lt;br&gt;&amp;gt; Feel free to add keyserver.rainydayz.org
&lt;br&gt;(Done.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544229&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gossip-partner-request-tp26538696p26544229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539581</id>
	<title>Re: gossip partner request</title>
	<published>2009-11-27T01:03:30Z</published>
	<updated>2009-11-27T01:03:30Z</updated>
	<author>
		<name>Phil Pennock-17</name>
	</author>
	<content type="html">On 2009-11-25 at 10:49 +0100, Sebastian Urbach wrote:
&lt;br&gt;&amp;gt; the debian readme told me to ask for gossip partners if we want to
&lt;br&gt;&amp;gt; connect to the global sks-network. Here we go as ordered ;-)
&lt;br&gt;&lt;br&gt;Well no, since you don't provide details of the peering hostname.
&lt;br&gt;&lt;br&gt;The usual form is to post, at a minimum, the hostname. &amp;nbsp;Ideally, the
&lt;br&gt;hostname, the port (even if it's the normal one) and a contact address
&lt;br&gt;to use for admin purposes. &amp;nbsp;Add a PGP keyid and you've got everything
&lt;br&gt;covered. &amp;nbsp;Post this in the format that it would go in the &amp;quot;membership&amp;quot;
&lt;br&gt;file.
&lt;br&gt;&lt;br&gt;Eg, a thorough line would be:
&lt;br&gt;&amp;nbsp; sks.example.com 11370 &amp;nbsp;# Fred Bloggs &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539581&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fred@...&lt;/a&gt;&amp;gt; 0xDEADBEEF
&lt;br&gt;&lt;br&gt;&lt;br&gt;A more *common* line would include only the first two items. &amp;nbsp;*sigh*
&lt;br&gt;&lt;br&gt;Then you'll get responses saying you've been added, so you should then
&lt;br&gt;add that respondent to your file. &amp;nbsp;The peering has access controls based
&lt;br&gt;on source IP for inbound connections, checking it's the IP of one of
&lt;br&gt;your peers, so if you don't have mutually correct entries then peering
&lt;br&gt;won't work.
&lt;br&gt;&lt;br&gt;If you edit your &amp;quot;sksconf&amp;quot; file to add:
&lt;br&gt;&amp;nbsp; membership_reload_interval: 1
&lt;br&gt;then changes will be picked up more quickly.
&lt;br&gt;&lt;br&gt;If your machine is at all modern (past few years) then you might also
&lt;br&gt;add:
&lt;br&gt;&amp;nbsp; initial_stat:
&lt;br&gt;(include the final &amp;quot;:&amp;quot; but put nothing after it); this will cause sks to
&lt;br&gt;do a statistics gathering run at startup; look at your performance with
&lt;br&gt;this option on to decide if you're happy with it. &amp;nbsp;The advantage is that
&lt;br&gt;when you point a web-browser at:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://your-sks-server.example.com:11371/pks/lookup?op=stats&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://your-sks-server.example.com:11371/pks/lookup?op=stats&lt;/a&gt;&lt;br&gt;then you'll get complete data very soon after start-up, which can be
&lt;br&gt;very helpful.
&lt;br&gt;&lt;br&gt;Once you've gotten a peer and have been up for a day or so, check back
&lt;br&gt;in at:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.sks-keyservers.net/status/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sks-keyservers.net/status/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.pramberger.at/peter/services/keyserver/network/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pramberger.at/peter/services/keyserver/network/&lt;/a&gt;&lt;br&gt;to see how your server is being reported and check that everything is
&lt;br&gt;okay.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;-Phil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539581&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (169 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26539581/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gossip-partner-request-tp26538696p26539581.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539485</id>
	<title>Re: gossip partner request</title>
	<published>2009-11-27T00:54:21Z</published>
	<updated>2009-11-27T00:54:21Z</updated>
	<author>
		<name>Andy Ruddock-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Sebastian Urbach wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the debian readme told me to ask for gossip partners if we want to
&lt;br&gt;&amp;gt; connect to the global sks-network. Here we go as ordered ;-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Feel free to add keyserver.rainydayz.org
&lt;br&gt;&lt;br&gt;Please also let us know the hostname of your server so we can reciprocate.
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Andy Ruddock
&lt;br&gt;- ------------
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539485&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andy.ruddock@...&lt;/a&gt; (GPG Key ID 0xA622D452)
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksPk7wACgkQfSkWkaYi1FIG8QCfSAGvpRM5pQsFESB5x10v58pV
&lt;br&gt;rBYAoKT8QtFg/1vBK5HqR2JqUkGq3skd
&lt;br&gt;=Sjfr
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539485&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gossip-partner-request-tp26538696p26539485.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538696</id>
	<title>gossip partner request</title>
	<published>2009-11-25T01:49:19Z</published>
	<updated>2009-11-25T01:49:19Z</updated>
	<author>
		<name>Sebastian Urbach</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the debian readme told me to ask for gossip partners if we want to
&lt;br&gt;connect to the global sks-network. Here we go as ordered ;-)
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Mit freundlichen Gruessen / yours sincerely
&lt;br&gt;&lt;br&gt;Sebastian Urbach
&lt;br&gt;&lt;br&gt;----------------------------------------------------------
&lt;br&gt;Angewoehnung geistiger Grundsaetze ohne Gruende
&lt;br&gt;nennt man Glauben.
&lt;br&gt;----------------------------------------------------------
&lt;br&gt;Friedrich Nietzsche (1844 - 1900)
&lt;br&gt;Philosoph, Essayist, Lyriker und Schriftsteller
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26538696/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gossip-partner-request-tp26538696p26538696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25943163</id>
	<title>keyserver.hadiko.de down</title>
	<published>2009-10-17T18:03:39Z</published>
	<updated>2009-10-17T18:03:39Z</updated>
	<author>
		<name>Marc A. Donges-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I would like to inform everyone that keyserver.hadiko.de has been
&lt;br&gt;decommissioned in September. There will be no replacement at hadiko.de.
&lt;br&gt;Please delete the server from your gossip peer list, DNS round robin
&lt;br&gt;records and any monitoring.
&lt;br&gt;&lt;br&gt;Thanks and bye,
&lt;br&gt;Marc
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; _ _ &amp;nbsp; &amp;nbsp;Marc A. Donges &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+49 721 6904-2130
&lt;br&gt;&amp;nbsp; 'v' &amp;nbsp; &amp;nbsp;Klosterweg 28 / E110
&lt;br&gt;&amp;nbsp;/ &amp;nbsp; \ &amp;nbsp; 76131 Karlsruhe
&lt;br&gt;&amp;nbsp; W W
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25943163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/keyserver.hadiko.de-down-tp25943163p25943163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25917787</id>
	<title>Re: Re: hkp</title>
	<published>2009-10-15T16:40:10Z</published>
	<updated>2009-10-15T16:40:10Z</updated>
	<author>
		<name>David Shaw</name>
	</author>
	<content type="html">On Oct 15, 2009, at 6:55 PM, John Clizbe wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; [cc to sks-devel as this may be a SKS issue]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Matthias Fuchs wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Not sure if that is the correct ml, if not sorry in advance.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't want to use hkp, but rather http e.g.
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://stinkfoot.org:11371/pks/lookup?op=get&amp;search=0x517D0F0E&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stinkfoot.org:11371/pks/lookup?op=get&amp;search=0x517D0F0E&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hkp is just http over port 11371. &amp;nbsp; &amp;nbsp;hkp://&amp;lt;server.name.tld&amp;gt; is &amp;nbsp;
&lt;br&gt;&amp;gt; nothing more
&lt;br&gt;&amp;gt; than http://&amp;lt;server.name.tld&amp;gt;:11371 by definition.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; that works nicely, though I want to get the machine readable text, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; though
&lt;br&gt;&amp;gt;&amp;gt; adding &amp;quot;&amp;options=mr&amp;quot; does not work. Is there a way to get mr code?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmm, this should probably go to the sks-devel list. There is code in &amp;nbsp;
&lt;br&gt;&amp;gt; place for
&lt;br&gt;&amp;gt; checking for the mr option and implementing it. If it's not working, &amp;nbsp;
&lt;br&gt;&amp;gt; it's a SKS
&lt;br&gt;&amp;gt; issue. (request.ml &amp; dbserver.ml,)
&lt;/div&gt;&lt;br&gt;options=mr only pertains to op=index and op=vindex. &amp;nbsp;It is not &amp;nbsp;
&lt;br&gt;meaningful for op=get.
&lt;br&gt;&lt;br&gt;What would you expect to get differently for op=get&amp;options=mr ? &amp;nbsp;The &amp;nbsp;
&lt;br&gt;output of a get is already machine readable.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917787&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-hkp-tp25917354p25917787.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25917354</id>
	<title>Re: hkp</title>
	<published>2009-10-15T15:55:04Z</published>
	<updated>2009-10-15T15:55:04Z</updated>
	<author>
		<name>John Clizbe-2</name>
	</author>
	<content type="html">[cc to sks-devel as this may be a SKS issue]
&lt;br&gt;&lt;br&gt;Matthias Fuchs wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not sure if that is the correct ml, if not sorry in advance.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't want to use hkp, but rather http e.g. 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://stinkfoot.org:11371/pks/lookup?op=get&amp;search=0x517D0F0E&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stinkfoot.org:11371/pks/lookup?op=get&amp;search=0x517D0F0E&lt;/a&gt;&lt;br&gt;&lt;br&gt;hkp is just http over port 11371. &amp;nbsp; &amp;nbsp;hkp://&amp;lt;server.name.tld&amp;gt; is nothing more
&lt;br&gt;than http://&amp;lt;server.name.tld&amp;gt;:11371 by definition.
&lt;br&gt;&lt;br&gt;&amp;gt; that works nicely, though I want to get the machine readable text, though 
&lt;br&gt;&amp;gt; adding &amp;quot;&amp;options=mr&amp;quot; does not work. Is there a way to get mr code?
&lt;br&gt;&lt;br&gt;Hmm, this should probably go to the sks-devel list. There is code in place for
&lt;br&gt;checking for the mr option and implementing it. If it's not working, it's a SKS
&lt;br&gt;issue. (request.ml &amp; dbserver.ml,)
&lt;br&gt;&lt;br&gt;It may be specific to the SKS version. keyserver.stinkfoot.org is running 1.0.10
&lt;br&gt;which is known to have at least one other issue.
&lt;br&gt;&lt;br&gt;Does the mr work if you try a 1.1.0 version (pgp.mit.edu, pgp.surfnet.nl) or
&lt;br&gt;1.1.1 (keyserver.gingerbear.net, keyserver.kim-minh.com)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John P. Clizbe &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Inet:John (a) Mozilla-Enigmail.org
&lt;br&gt;You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net &amp;nbsp;or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgp-public-keys@...&lt;/a&gt;?subject=HELP
&lt;br&gt;&lt;br&gt;Q:&amp;quot;Just how do the residents of Haiku, Hawai'i hold conversations?&amp;quot;
&lt;br&gt;A:&amp;quot;An odd melody / island voices on the winds / surplus of vowels&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917354&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (693 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25917354/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-hkp-tp25917354p25917354.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25915785</id>
	<title>Re: SKS peers needed</title>
	<published>2009-10-15T13:47:48Z</published>
	<updated>2009-10-15T13:47:48Z</updated>
	<author>
		<name>Dimitar Ianakiev</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;The server is added.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Dimitar Ianakiev
&lt;br&gt;&lt;br&gt;Anakin-Marc Zaeger написа:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Feel free to add me: keyserver.nyfnet.net 11370
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -A
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dimitar Ianakiev wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Recently I setuped a news sks server and I need someone to peer with.
&lt;br&gt;&amp;gt;&amp;gt; My sks server is:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; keyserver.mitaka-g.net 11370
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Currently I am looking ony peers for gossip peers and no mailsync.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Dimitar Ianakiev
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Sks-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25915785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkrXinQACgkQP2g41NZNcp6aKQCfew7UNyXWIHPtFrYkNz0+0bmt
&lt;br&gt;TyQAoKWzmGWHMJgCBgA3tj8oKUhp54Lk
&lt;br&gt;=GUTf
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Sks-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25915785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sks-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.nongnu.org/mailman/listinfo/sks-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.nongnu.org/mailman/listinfo/sks-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SKS-Devel-f984.html&quot; embed=&quot;fixTarget[984]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SKS Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SKS-peers-needed-tp25907694p25915785.html" />
</entry>

</feed>
