<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=26&amp;t=1410" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2014-11-10T12:49:34+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1410</id>
<entry>
<author><name><![CDATA[STRML]]></name></author>
<updated>2014-11-10T12:49:34+01:00</updated>
<published>2014-11-10T12:49:34+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1410&amp;p=6176#p6176</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=6176#p6176"/>
<title type="html"><![CDATA[Re: Unable to use gpg --card-edit or similar on Yosemite]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=6176#p6176"><![CDATA[
This appears to still be a problem in the released Yosemite.<br /><br />After a few hours, one sees this in the logs:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">11/10/14 11:36:16.281 AM com.apple.SecurityServer&#91;59&#93;: token in reader Yubico Yubikey NEO OTP+CCID cannot be used (error 229)<br /></div><br /><br />This has been reported in a few places, to GPGTools on Twitter (<!-- m --><a class="postlink" href="https://twitter.com/GPGTools/status/525338650922713088">https://twitter.com/GPGTools/status/525338650922713088</a><!-- m -->) and on their issue tracker (<!-- m --><a class="postlink" href="http://support.gpgtools.org/discussions/beta-feedback/79-usb-stick-with-gpg-card-token-no-longer-working">http://support.gpgtools.org/discussions ... er-working</a><!-- m -->). It may not be their issue, however - it seems to lurk in the closed-source SecurityServer impl.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3166">STRML</a> — Mon Nov 10, 2014 12:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ericlanderson]]></name></author>
<updated>2014-07-22T14:24:30+01:00</updated>
<published>2014-07-22T14:24:30+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5426#p5426</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5426#p5426"/>
<title type="html"><![CDATA[Re: Unable to use gpg --card-edit or similar on Yosemite]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5426#p5426"><![CDATA[
This appears resolved in beta 4<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2637">ericlanderson</a> — Tue Jul 22, 2014 2:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[harningt]]></name></author>
<updated>2014-07-02T21:08:08+01:00</updated>
<published>2014-07-02T21:08:08+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5374#p5374</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5374#p5374"/>
<title type="html"><![CDATA[Re: Unable to use gpg --card-edit or similar on Yosemite]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5374#p5374"><![CDATA[
Wow, bad news that someone's trying to malloc 3221221376 bytes (~3 GB of memory)...<br /><br />Since my day job involves maintaining software for OSX related to smart cards, looks like I'll run into this issue soon... would see about getting a look-see earlier and loading up a debugger on tools using PC/SC to see if it's libpcsclite or something else raising it.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2943">harningt</a> — Wed Jul 02, 2014 9:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ericlanderson]]></name></author>
<updated>2014-06-28T01:37:59+01:00</updated>
<published>2014-06-28T01:37:59+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5352#p5352</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5352#p5352"/>
<title type="html"><![CDATA[Unable to use gpg --card-edit or similar on Yosemite]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1410&amp;p=5352#p5352"><![CDATA[
I am seeking support from the yubico team as they are in the best position to debug the issue and get help from apple.<br /><br />Upon using anything on OS X 10.10 that uses PCSC (such as gpg --card-edit) fails to work and hangs indefinitely. <br /><br />The OS X logs begin to flood with: <br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">6/22/14 9:30:51.804 AM pcsc-wrapper&#91;2153&#93;: pcsc-wrapper(2153,0xa07241d0) malloc: *** mach_vm_map(size=3221221376) failed (error code=3)<br />*** error: can't allocate region<br />*** set a breakpoint in malloc_error_break to debug<br /></div><br /><br />Even after Ctrl-C gpg, this continues to happen. Everything worked fine prior to upgrading to Yosemite.<br /><br />Unfortunately, Apple doesn't release the code of their PCSC open source until after the GA, so I cannot chase down whats happening inside their library at this time.<br /><br />I have filed issue 17410860 with Apple and suggested that they reach out to Yubico for a key that is known to work for debugging on their own.<br /><br />Any other advice?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2637">ericlanderson</a> — Sat Jun 28, 2014 1:37 am</p><hr />
]]></content>
</entry>
</feed>