<?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=5&amp;t=750" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2012-02-13T10:32:50+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=750</id>
<entry>
<author><name><![CDATA[mhmediaonline]]></name></author>
<updated>2012-02-13T10:32:50+01:00</updated>
<published>2012-02-13T10:32:50+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=750&amp;p=2918#p2918</id>
<link href="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2918#p2918"/>
<title type="html"><![CDATA[Re: Question about yubikey-server-c on Ubuntu]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2918#p2918"><![CDATA[
<div class="quotetitle">Fredrik-at-Yubico wrote:</div><div class="quotecontent"><br />yubikey-server-c is not written by Yubico, but when I install that package on a test server I get the following in syslog when I try to start it :<br /><br />yubikeyd version 0.5 starting up<br />connection to database failed ...<br /><br />Might that be the case for you as well?<br /><br />/Fredrik<br /></div><br /><br />Thanks for the feedback Fredrik.<br /><br />I'm embarassed to say that it appears to have been configure to use a Postgres database and I've only just found the syslog message:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">yubikeyd version 0.5 starting up<br />yubikeyd&#91;13688&#93;: connection to database failed: could not connect to server: No such file or directory#012#011Is the server running locally and accepting#012#011connections on Unix domain socket &quot;/var/run/postgresql/.s.PGSQL.5432&quot;?</div><br /><br />I'll have to have another look and see if I can figure this out. If I can, I'll report it back here..  <img src="https://forum.yubico.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarrassed" /><br /><br />EDIT:<br />Just had a look at the source code and it's all Postgres  <img src="https://forum.yubico.com/images/smilies/icon_e_sad.gif" alt=":(" title="Sad" />  Any chance of getting an SQLITE version, I wonder?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1952">mhmediaonline</a> — Mon Feb 13, 2012 10:32 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2012-02-13T10:22:22+01:00</updated>
<published>2012-02-13T10:22:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=750&amp;p=2917#p2917</id>
<link href="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2917#p2917"/>
<title type="html"><![CDATA[Re: Question about yubikey-server-c on Ubuntu]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2917#p2917"><![CDATA[
yubikey-server-c is not written by Yubico, but when I install that package on a test server I get the following in syslog when I try to start it :<br /><br />yubikeyd version 0.5 starting up<br />connection to database failed ...<br /><br />Might that be the case for you as well?<br /><br />/Fredrik<p>Statistics: Posted by Guest — Mon Feb 13, 2012 10:22 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mhmediaonline]]></name></author>
<updated>2012-02-08T10:36:03+01:00</updated>
<published>2012-02-08T10:36:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=750&amp;p=2914#p2914</id>
<link href="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2914#p2914"/>
<title type="html"><![CDATA[Question about yubikey-server-c on Ubuntu]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=750&amp;p=2914#p2914"><![CDATA[
Hi, <br /><br />I'm running Ubuntu Linux 2.6.32-33-generic #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux and am trying to install the yubikey-server-c package to set up key verification. I've installed the package and it has the following attributes:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent"> dpkg -p yubikey-server-c<br />Package: yubikey-server-c<br />Priority: optional<br />Section: admin<br />Installed-Size: 96<br />Maintainer: Ubuntu Developers &lt;ubuntu-devel-discuss@lists.ubuntu.com&gt;<br />Architecture: i386<br />Version: 0.5-1<br />Depends: libc6 (&gt;= 2.8), libgcrypt11 (&gt;= 1.4.2), libmicrohttpd5, libpq5 (&gt;= 8.4~0cvs20090328), libyubikey0 (&gt;= 1.5)<br />Size: 13214<br />Description: Yubikey validation server<br /> Yubikeys are USB tokens that act like keyboards and generate one-time<br /> passwords.  The tokens are produced and sold by Yubico<br /> .<br /> This is a server that checks the validity of those OTP tokens.  There<br /> are servers written in Java and PHP, while this one is written in C<br /> .<br /> It implements the server side of the API as described on<br /> http://www.yubico.com/developers/api/ and can be used with any client<br /> that implements the same API.<br />Original-Maintainer: Tollef Fog Heen &lt;tfheen@debian.org&gt;<br /></div><br /><br />When I run the script to start it, it immediately exits but seems to give no error message. Can you let me know if this package is in a usable state, or whether it needs some modifications?  <br /><br />Thanks!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1952">mhmediaonline</a> — Wed Feb 08, 2012 10:36 am</p><hr />
]]></content>
</entry>
</feed>