<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for evergreen-ils blog</title>
	<atom:link href="http://evergreen-ils.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://evergreen-ils.org/blog</link>
	<description>The blog for Evergreen open-source library software</description>
	<lastBuildDate>Fri, 20 Jan 2012 23:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Evergreen community on SOPA and PIPA by Will Hires</title>
		<link>http://evergreen-ils.org/blog/?p=723&#038;cpage=1#comment-55127</link>
		<dc:creator>Will Hires</dc:creator>
		<pubDate>Fri, 20 Jan 2012 23:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=723#comment-55127</guid>
		<description>I also support the widespread protest against SOPA and PIPA. I&#039;m glad to see that the Evergreen community also joins the protest.</description>
		<content:encoded><![CDATA[<p>I also support the widespread protest against SOPA and PIPA. I&#8217;m glad to see that the Evergreen community also joins the protest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen community on SOPA and PIPA by Sean Strickland</title>
		<link>http://evergreen-ils.org/blog/?p=723&#038;cpage=1#comment-55122</link>
		<dc:creator>Sean Strickland</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=723#comment-55122</guid>
		<description>Thank you for supporting this!!</description>
		<content:encoded><![CDATA[<p>Thank you for supporting this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen security releases: 2.0.10 and 1.6.1.9 by Galen Charlton</title>
		<link>http://evergreen-ils.org/blog/?p=687&#038;cpage=1#comment-54976</link>
		<dc:creator>Galen Charlton</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=687#comment-54976</guid>
		<description>To follow up on Dan&#039;s comment, note that &lt;code&gt;/openils/lib/oils_auth.so&lt;/code&gt; is normally a symbolic link to &lt;code&gt;oils_auth.so.2.0.0&lt;/code&gt; (or &lt;code&gt;oils_auth.so.0.0.0&lt;/code&gt; in the case of 1.6.1.x).  When applying Dan&#039;s fix procedure, make sure that the final result has all versions of the file name &lt;code&gt;oils_auth.so[.*]&lt;/code&gt; pointing to the same shared object.</description>
		<content:encoded><![CDATA[<p>To follow up on Dan&#8217;s comment, note that <code>/openils/lib/oils_auth.so</code> is normally a symbolic link to <code>oils_auth.so.2.0.0</code> (or <code>oils_auth.so.0.0.0</code> in the case of 1.6.1.x).  When applying Dan&#8217;s fix procedure, make sure that the final result has all versions of the file name <code>oils_auth.so[.*]</code> pointing to the same shared object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen security releases: 2.0.10 and 1.6.1.9 by Galen Charlton</title>
		<link>http://evergreen-ils.org/blog/?p=687&#038;cpage=1#comment-54975</link>
		<dc:creator>Galen Charlton</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=687#comment-54975</guid>
		<description>One observation regarding the fix for brute force password guessing -- we discovered the hard way that if there is a SIP2 device connecting to the Evergreen database that is configured with the wrong password for the user account it uses to authenticate, repeated login attempts by the device can result in quickly locking out that account.  This can be mitigated by assigning a separate user account for each distinct SIP service (so that say, a misconfiguration for your PC reservation system doesn&#039;t lock out e-resource authorization), by monitoring the logs for excessive failed authentication attempts after applying the security update, and, until the offending device is found, by setting the block_count parameter to a higher value on the application server(s) that are providing authentication for SIP2 service.</description>
		<content:encoded><![CDATA[<p>One observation regarding the fix for brute force password guessing &#8212; we discovered the hard way that if there is a SIP2 device connecting to the Evergreen database that is configured with the wrong password for the user account it uses to authenticate, repeated login attempts by the device can result in quickly locking out that account.  This can be mitigated by assigning a separate user account for each distinct SIP service (so that say, a misconfiguration for your PC reservation system doesn&#8217;t lock out e-resource authorization), by monitoring the logs for excessive failed authentication attempts after applying the security update, and, until the offending device is found, by setting the block_count parameter to a higher value on the application server(s) that are providing authentication for SIP2 service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen security releases: 2.0.10 and 1.6.1.9 by Dan Scott</title>
		<link>http://evergreen-ils.org/blog/?p=687&#038;cpage=1#comment-54959</link>
		<dc:creator>Dan Scott</dc:creator>
		<pubDate>Wed, 05 Oct 2011 19:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=687#comment-54959</guid>
		<description>To address the worst of the vulnerabilities - the potential brute-forcing of passwords - it is possible to update just the oils_auth.so library on a live production system without having to go through a complete install and staff client update process and without having to stop and start all services. The process is as follows:

1. Download the Evergreen 2.0.10 or 1.6.1.9 &lt;a href=&quot;http://evergreen-ils.org/downloads&quot; rel=&quot;nofollow&quot;&gt;release tarball&lt;/a&gt;
2. Untar the tarball
3. In the source directory, run &lt;code&gt;./configure --prefix=/openils --sysconf=/openils/conf &amp;&amp; make&lt;/code&gt; to build the libraries
4. Install the chrpath tool (&lt;code&gt;aptitude install chrpath&lt;/code&gt; on Debian / Ubuntu systems)
5. Run “chrpath -d Open-ILS/src/c-apps/.libs/oils_auth.so” to enable the library to link to the appropriate location
6. Copy your existing oils_auth.so library to a safe location; for example, &quot;cp /openils/lib/oils_auth.so /openils/oils_auth.so.20101005&quot;
7. Copy your new oils_auth.so library into place: &lt;code&gt;cp Open-ILS/src/c-apps/.libs/oils_auth.so /openils/lib/.&lt;/code&gt;
8. As the root user, run &lt;code&gt;ldconfig&lt;/code&gt; to refresh your dynamic linking cache.
9. Restart your OpenSRF C services: &lt;code&gt;osrf_ctl.sh -a restart_c&lt;/code&gt; (NOTE: you may require the -l flag on that command, depending on your system).

Optionally, you can also add the new &lt;auth_limits&gt; section to the &lt;open-ils.auth&gt; settings in /openils/conf/opensrf.xml if you want to specify non-default values. If so, then you will also need to restart the opensrf.settings service before restarting the OpenSRF C services.</description>
		<content:encoded><![CDATA[<p>To address the worst of the vulnerabilities &#8211; the potential brute-forcing of passwords &#8211; it is possible to update just the oils_auth.so library on a live production system without having to go through a complete install and staff client update process and without having to stop and start all services. The process is as follows:</p>
<p>1. Download the Evergreen 2.0.10 or 1.6.1.9 <a href="http://evergreen-ils.org/downloads" rel="nofollow">release tarball</a><br />
2. Untar the tarball<br />
3. In the source directory, run <code>./configure --prefix=/openils --sysconf=/openils/conf &#038;&#038; make</code> to build the libraries<br />
4. Install the chrpath tool (<code>aptitude install chrpath</code> on Debian / Ubuntu systems)<br />
5. Run “chrpath -d Open-ILS/src/c-apps/.libs/oils_auth.so” to enable the library to link to the appropriate location<br />
6. Copy your existing oils_auth.so library to a safe location; for example, &#8220;cp /openils/lib/oils_auth.so /openils/oils_auth.so.20101005&#8243;<br />
7. Copy your new oils_auth.so library into place: <code>cp Open-ILS/src/c-apps/.libs/oils_auth.so /openils/lib/.</code><br />
8. As the root user, run <code>ldconfig</code> to refresh your dynamic linking cache.<br />
9. Restart your OpenSRF C services: <code>osrf_ctl.sh -a restart_c</code> (NOTE: you may require the -l flag on that command, depending on your system).</p>
<p>Optionally, you can also add the new &lt;auth_limits> section to the &lt;open-ils.auth> settings in /openils/conf/opensrf.xml if you want to specify non-default values. If so, then you will also need to restart the opensrf.settings service before restarting the OpenSRF C services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen at 5 by V aniversário de Evergreen &#171; Baixamar</title>
		<link>http://evergreen-ils.org/blog/?p=646&#038;cpage=1#comment-54881</link>
		<dc:creator>V aniversário de Evergreen &#171; Baixamar</dc:creator>
		<pubDate>Sat, 10 Sep 2011 10:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=646#comment-54881</guid>
		<description>[...] alcanzou nestes 5 anos as 1.000 bibliotecas instaladas, a maioria públicas mas, ainda tem o inconveniente de ser um [...]</description>
		<content:encoded><![CDATA[<p>[...] alcanzou nestes 5 anos as 1.000 bibliotecas instaladas, a maioria públicas mas, ainda tem o inconveniente de ser um [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen releases: 2.0.6 and 2.1-Beta1 by Manjunatha</title>
		<link>http://evergreen-ils.org/blog/?p=524&#038;cpage=1#comment-54545</link>
		<dc:creator>Manjunatha</dc:creator>
		<pubDate>Wed, 11 May 2011 12:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=524#comment-54545</guid>
		<description>How to instal evergreen software in the library, and how to download the this software</description>
		<content:encoded><![CDATA[<p>How to instal evergreen software in the library, and how to download the this software</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen releases: 2.0 beta 3, 1.6.1.4, 1.6.0.10 by luis</title>
		<link>http://evergreen-ils.org/blog/?p=473&#038;cpage=1#comment-54102</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Tue, 14 Dec 2010 12:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=473#comment-54102</guid>
		<description>Hi!

it is working, but I needed one more thing if you do not bother! need a tutorial on how to work with the evergreen, such as adding new records of books, pictures or even creating new types of documents!? Does someone could give me anything?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>it is working, but I needed one more thing if you do not bother! need a tutorial on how to work with the evergreen, such as adding new records of books, pictures or even creating new types of documents!? Does someone could give me anything?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen releases: 2.0 beta 3, 1.6.1.4, 1.6.0.10 by jason</title>
		<link>http://evergreen-ils.org/blog/?p=473&#038;cpage=1#comment-54084</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 11 Dec 2010 16:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=473#comment-54084</guid>
		<description>I&#039;d follow the steps here:
http://docs.evergreen-ils.org/1.6/draft/html/troubleshooting.html

It&#039;s for EG 1.6 and the output may be a little different, but the general principles still apply.</description>
		<content:encoded><![CDATA[<p>I&#8217;d follow the steps here:<br />
<a href="http://docs.evergreen-ils.org/1.6/draft/html/troubleshooting.html" rel="nofollow">http://docs.evergreen-ils.org/1.6/draft/html/troubleshooting.html</a></p>
<p>It&#8217;s for EG 1.6 and the output may be a little different, but the general principles still apply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evergreen releases: 2.0 beta 3, 1.6.1.4, 1.6.0.10 by Luis</title>
		<link>http://evergreen-ils.org/blog/?p=473&#038;cpage=1#comment-54054</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 09 Dec 2010 15:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=473#comment-54054</guid>
		<description>Hi Jason,

The virtual machine &quot;Virtual image (beta 3)&quot; that we can find int the Evergreen Downloads page.
The steps performed are those described in the readme(&quot;http://evergreen-ils.org/~denials/Evergreen_2_0_beta3_Fedora14/README&quot;).

The staff client i am running it inside the image, there is any problem with that?

everything seems to be ok, the hostname &quot;localhost&quot; is recognized, the Workstation is &quot;BR1-beta3&quot;, only the login is failing!

Any idea of the problem??
- Luis</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>The virtual machine &#8220;Virtual image (beta 3)&#8221; that we can find int the Evergreen Downloads page.<br />
The steps performed are those described in the readme(&#8220;http://evergreen-ils.org/~denials/Evergreen_2_0_beta3_Fedora14/README&#8221;).</p>
<p>The staff client i am running it inside the image, there is any problem with that?</p>
<p>everything seems to be ok, the hostname &#8220;localhost&#8221; is recognized, the Workstation is &#8220;BR1-beta3&#8243;, only the login is failing!</p>
<p>Any idea of the problem??<br />
- Luis</p>
]]></content:encoded>
	</item>
</channel>
</rss>

