<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14380</id>
	<title>Nabble - Koha</title>
	<updated>2009-11-25T20:25:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Koha-f14380.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-f14380.html" />
	<subtitle type="html">Koha is the first open-source Integrated Library System (ILS). In use worldwide, its development is steered by a growing community of libraries collaborating to achieve their technology goals. Koha home is &lt;a href=&quot;http://www.koha.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26524209</id>
	<title>Re: Stuck with mailing overdue notice</title>
	<published>2009-11-25T20:25:45Z</published>
	<updated>2009-11-25T20:25:45Z</updated>
	<author>
		<name>nitesh rijal</name>
	</author>
	<content type="html">yes....I can send mail using mailx.....&lt;br&gt;&lt;br&gt;what else should I do??&lt;br&gt;&lt;br&gt;please help.&lt;br&gt;&lt;br&gt;thankyou&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 11:19 PM, gsl &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gsl@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Just for clarification, sendmail does work from the command line, right? For example, if you use:&lt;br&gt;


&lt;br&gt;
&amp;gt;mailx &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;someuser@...&lt;/a&gt;&lt;br&gt;
enter some subject&lt;br&gt;
then enter some text&lt;br&gt;
&lt;br&gt;
use &amp;lt;control&amp;gt; d (together) to quit and send the email.&lt;br&gt;
&lt;br&gt;
So that will get delivered correctly, right?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Greg&lt;br&gt;
&lt;br&gt;
------------------&lt;br&gt;
&lt;br&gt;
Greg Lawson&lt;br&gt;
Rolling Hills Consolidated Library&lt;br&gt;
1912 N. Belt Highway&lt;br&gt;
St. Joseph, MO 64506&lt;br&gt;
&lt;br&gt;
---------------&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
----- Original Message -----&lt;br&gt;
From: &amp;quot;nitesh rijal&amp;quot; &amp;lt;&lt;a href=&quot;http://rijal.it&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&amp;gt;&lt;br&gt;
To: &amp;quot;koha&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;, &amp;quot;koha-devel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Sent: Tuesday, November 24, 2009 12:39:42 AM GMT -06:00 US/Canada Central&lt;br&gt;
Subject: [Koha] Stuck with mailing overdue notice&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hello all&lt;br&gt;
&lt;br&gt;
I am using KOHA 3.0.3 with zebra server. I have sendmail and it sends mail from command line.&lt;br&gt;
&lt;br&gt;
I have set up a new patron with an email address and also made a lot of overdue for that patron.&lt;br&gt;
&lt;br&gt;
The &lt;a href=&quot;http://fines.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;fines.pl&lt;/a&gt; file calculates the fine very well.&lt;br&gt;
&lt;br&gt;
But when it comes to mailing the patron about the overdue then I&amp;#39;m stuck.&lt;br&gt;
&lt;br&gt;
I have set up the triggers and the rules for mailing as well. I have changed the /usr/share/koha/bin/cronjobs/crontab.example accordingly.&lt;br&gt;
&lt;br&gt;
This is what I did to change the crontab.example file.&lt;br&gt;
&lt;br&gt;
# crontab -u root crontab.example&lt;br&gt;
# crontab -u kohaadmin crontab.example&lt;br&gt;
# crontab -e&lt;br&gt;
&lt;br&gt;
Now I edited the file, it uses nano editor to edit the crontab entries.&lt;br&gt;
&lt;br&gt;
To save them I pressed Crtl+O and gave the path to save as /usr/share/koha/bin/cronjobs/crontab.example&lt;br&gt;
&lt;br&gt;
To exit the crontab I pressed Ctrl+X.&lt;br&gt;
&lt;br&gt;
To list the entries I used&lt;br&gt;
# crontab -l&lt;br&gt;
and it listed all my entries fine.&lt;br&gt;
&lt;br&gt;
Now I waited for the cron to run, but it didnot send the mail while it accumulated the fine.&lt;br&gt;
Both the fine and mail scripts are in the same crontab.&lt;br&gt;
&lt;br&gt;
So I ran the &lt;a href=&quot;http://overdue_message.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;overdue_message.pl&lt;/a&gt; and &lt;a href=&quot;http://process_message_queue.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;process_message_queue.pl&lt;/a&gt; manually. They showed me no error neither they send the mails..&lt;br&gt;


&lt;br&gt;
What am I supposed to do now ????&lt;br&gt;
&lt;br&gt;
I&amp;#39;m pretty much stucked.&lt;br&gt;
&lt;br&gt;
Please Help.&lt;br&gt;
&lt;br&gt;
Thankyou.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Nitesh Rijal&lt;br&gt;
BE IT&lt;br&gt;
email: &lt;a href=&quot;http://rijal.it&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt; @ &lt;a href=&quot;http://gmail.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&lt;br&gt;
url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&lt;br&gt;
facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&lt;br&gt;
twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&lt;br&gt;
+9779841458173&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
Koha mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Nitesh Rijal&lt;br&gt;BE IT&lt;br&gt;email: &lt;a href=&quot;http://rijal.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&lt;br&gt;url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&lt;br&gt;

facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&lt;br&gt;twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&lt;br&gt;+9779841458173&lt;br&gt;
&lt;input id=&quot;gwProxy&quot; type=&quot;hidden&quot;&gt;&lt;input id=&quot;jsProxy&quot; type=&quot;hidden&quot;&gt;&lt;div id=&quot;refHTML&quot;&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524209&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stuck-with-mailing-overdue-notice-tp26491128p26524209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524208</id>
	<title>Re: [Koha] Stuck with mailing overdue notice</title>
	<published>2009-11-25T20:25:45Z</published>
	<updated>2009-11-25T20:25:45Z</updated>
	<author>
		<name>nitesh rijal</name>
	</author>
	<content type="html">yes....I can send mail using mailx.....&lt;br&gt;&lt;br&gt;what else should I do??&lt;br&gt;&lt;br&gt;please help.&lt;br&gt;&lt;br&gt;thankyou&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 11:19 PM, gsl &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gsl@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Just for clarification, sendmail does work from the command line, right? For example, if you use:&lt;br&gt;


&lt;br&gt;
&amp;gt;mailx &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;someuser@...&lt;/a&gt;&lt;br&gt;
enter some subject&lt;br&gt;
then enter some text&lt;br&gt;
&lt;br&gt;
use &amp;lt;control&amp;gt; d (together) to quit and send the email.&lt;br&gt;
&lt;br&gt;
So that will get delivered correctly, right?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Greg&lt;br&gt;
&lt;br&gt;
------------------&lt;br&gt;
&lt;br&gt;
Greg Lawson&lt;br&gt;
Rolling Hills Consolidated Library&lt;br&gt;
1912 N. Belt Highway&lt;br&gt;
St. Joseph, MO 64506&lt;br&gt;
&lt;br&gt;
---------------&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
----- Original Message -----&lt;br&gt;
From: &amp;quot;nitesh rijal&amp;quot; &amp;lt;&lt;a href=&quot;http://rijal.it&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&amp;gt;&lt;br&gt;
To: &amp;quot;koha&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;, &amp;quot;koha-devel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Sent: Tuesday, November 24, 2009 12:39:42 AM GMT -06:00 US/Canada Central&lt;br&gt;
Subject: [Koha] Stuck with mailing overdue notice&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hello all&lt;br&gt;
&lt;br&gt;
I am using KOHA 3.0.3 with zebra server. I have sendmail and it sends mail from command line.&lt;br&gt;
&lt;br&gt;
I have set up a new patron with an email address and also made a lot of overdue for that patron.&lt;br&gt;
&lt;br&gt;
The &lt;a href=&quot;http://fines.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;fines.pl&lt;/a&gt; file calculates the fine very well.&lt;br&gt;
&lt;br&gt;
But when it comes to mailing the patron about the overdue then I&amp;#39;m stuck.&lt;br&gt;
&lt;br&gt;
I have set up the triggers and the rules for mailing as well. I have changed the /usr/share/koha/bin/cronjobs/crontab.example accordingly.&lt;br&gt;
&lt;br&gt;
This is what I did to change the crontab.example file.&lt;br&gt;
&lt;br&gt;
# crontab -u root crontab.example&lt;br&gt;
# crontab -u kohaadmin crontab.example&lt;br&gt;
# crontab -e&lt;br&gt;
&lt;br&gt;
Now I edited the file, it uses nano editor to edit the crontab entries.&lt;br&gt;
&lt;br&gt;
To save them I pressed Crtl+O and gave the path to save as /usr/share/koha/bin/cronjobs/crontab.example&lt;br&gt;
&lt;br&gt;
To exit the crontab I pressed Ctrl+X.&lt;br&gt;
&lt;br&gt;
To list the entries I used&lt;br&gt;
# crontab -l&lt;br&gt;
and it listed all my entries fine.&lt;br&gt;
&lt;br&gt;
Now I waited for the cron to run, but it didnot send the mail while it accumulated the fine.&lt;br&gt;
Both the fine and mail scripts are in the same crontab.&lt;br&gt;
&lt;br&gt;
So I ran the &lt;a href=&quot;http://overdue_message.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;overdue_message.pl&lt;/a&gt; and &lt;a href=&quot;http://process_message_queue.pl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;process_message_queue.pl&lt;/a&gt; manually. They showed me no error neither they send the mails..&lt;br&gt;


&lt;br&gt;
What am I supposed to do now ????&lt;br&gt;
&lt;br&gt;
I&amp;#39;m pretty much stucked.&lt;br&gt;
&lt;br&gt;
Please Help.&lt;br&gt;
&lt;br&gt;
Thankyou.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Nitesh Rijal&lt;br&gt;
BE IT&lt;br&gt;
email: &lt;a href=&quot;http://rijal.it&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt; @ &lt;a href=&quot;http://gmail.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&lt;br&gt;
url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&lt;br&gt;
facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&lt;br&gt;
twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&lt;br&gt;
+9779841458173&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
Koha mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Nitesh Rijal&lt;br&gt;BE IT&lt;br&gt;email: &lt;a href=&quot;http://rijal.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rijal.it&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt;&lt;br&gt;url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&lt;br&gt;

facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&lt;br&gt;twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&lt;br&gt;+9779841458173&lt;br&gt;
&lt;input id=&quot;gwProxy&quot; type=&quot;hidden&quot;&gt;&lt;input id=&quot;jsProxy&quot; type=&quot;hidden&quot;&gt;&lt;div id=&quot;refHTML&quot;&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524208&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stuck-with-mailing-overdue-notice-tp26491133p26524208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523802</id>
	<title>Re: Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T19:12:10Z</published>
	<updated>2009-11-25T19:12:10Z</updated>
	<author>
		<name>Chris Nighswonger</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 8:50 PM, David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi Chris
&lt;br&gt;&amp;gt; I might have..
&lt;br&gt;&amp;gt; How can you check?..
&lt;br&gt;&lt;br&gt;Take a look in /usr/bin for more than one perl binary. (ie. something
&lt;br&gt;like perl5.10.x and/or perl5.8.x)
&lt;br&gt;&lt;br&gt;If there are two perls installed, it may cause some confusion.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt; From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Thursday, November 26, 2009 11:46 AM
&lt;br&gt;&amp;gt; To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu
&lt;br&gt;&amp;gt; 9.10
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Nov 25, 2009 at 6:52 PM, David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Chris
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks for the email and the quick response.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; No luck though it's still happening with the same errors
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I restarted the machine as well just to make sure.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do you by chance have 2 Perls installed?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent: Thursday, November 26, 2009 10:12 AM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-request@...&lt;/a&gt;&amp;gt;; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 9.10
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/25 David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; No
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Try 'sudo apt-get install libnet-z3950-zoom-perl'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It appears that perl cannot find this module.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Kind Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Chris
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523802&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26523802.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523294</id>
	<title>Re: Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T17:50:45Z</published>
	<updated>2009-11-25T17:50:45Z</updated>
	<author>
		<name>David Lo</name>
	</author>
	<content type="html">Hi Chris
&lt;br&gt;I might have..
&lt;br&gt;How can you check?..
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Thursday, November 26, 2009 11:46 AM
&lt;br&gt;To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu 
&lt;br&gt;9.10
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Nov 25, 2009 at 6:52 PM, David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Chris
&lt;br&gt;&amp;gt;&amp;gt; Thanks for the email and the quick response.
&lt;br&gt;&amp;gt;&amp;gt; No luck though it's still happening with the same errors
&lt;br&gt;&amp;gt;&amp;gt; I restarted the machine as well just to make sure.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you by chance have 2 Perls installed?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sent: Thursday, November 26, 2009 10:12 AM
&lt;br&gt;&amp;gt;&amp;gt; To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-request@...&lt;/a&gt;&amp;gt;; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu
&lt;br&gt;&amp;gt;&amp;gt; 9.10
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/25 David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; No
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Try 'sudo apt-get install libnet-z3950-zoom-perl'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It appears that perl cannot find this module.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Kind Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Chris
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523294&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26523294.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522851</id>
	<title>Re: Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T16:46:30Z</published>
	<updated>2009-11-25T16:46:30Z</updated>
	<author>
		<name>Chris Nighswonger</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 6:52 PM, David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi Chris
&lt;br&gt;&amp;gt; Thanks for the email and the quick response.
&lt;br&gt;&amp;gt; No luck though it's still happening with the same errors
&lt;br&gt;&amp;gt; I restarted the machine as well just to make sure.
&lt;br&gt;&lt;br&gt;Do you by chance have 2 Perls installed?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt; From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Thursday, November 26, 2009 10:12 AM
&lt;br&gt;&amp;gt; To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-request@...&lt;/a&gt;&amp;gt;; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu
&lt;br&gt;&amp;gt; 9.10
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/25 David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file: No
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Try 'sudo apt-get install libnet-z3950-zoom-perl'
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It appears that perl cannot find this module.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kind Regards,
&lt;br&gt;&amp;gt;&amp;gt; Chris
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522851&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26522851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522388</id>
	<title>Re: Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T15:52:34Z</published>
	<updated>2009-11-25T15:52:34Z</updated>
	<author>
		<name>David Lo</name>
	</author>
	<content type="html">Hi Chris
&lt;br&gt;Thanks for the email and the quick response.
&lt;br&gt;No luck though it's still happening with the same errors
&lt;br&gt;I restarted the machine as well just to make sure.
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;From: &amp;quot;Chris Nighswonger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cnighswonger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Thursday, November 26, 2009 10:12 AM
&lt;br&gt;To: &amp;quot;David Lo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-request@...&lt;/a&gt;&amp;gt;; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [Koha] Koha error when upgrading from Ubuntu 9.04 to Ubuntu 
&lt;br&gt;9.10
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/25 David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for
&lt;br&gt;&amp;gt;&amp;gt; module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file: No
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try 'sudo apt-get install libnet-z3950-zoom-perl'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It appears that perl cannot find this module.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Kind Regards,
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522388&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26522388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522030</id>
	<title>Re: Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T15:12:17Z</published>
	<updated>2009-11-25T15:12:17Z</updated>
	<author>
		<name>Chris Nighswonger</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;2009/11/25 David Lo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lo_dave@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for
&lt;br&gt;&amp;gt; module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file: No
&lt;br&gt;&lt;br&gt;Try 'sudo apt-get install libnet-z3950-zoom-perl'
&lt;br&gt;&lt;br&gt;It appears that perl cannot find this module.
&lt;br&gt;&lt;br&gt;Kind Regards,
&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522030&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26522030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521908</id>
	<title>Koha error when upgrading from Ubuntu 9.04 to Ubuntu 9.10</title>
	<published>2009-11-25T15:02:23Z</published>
	<updated>2009-11-25T15:02:23Z</updated>
	<author>
		<name>David Lo</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=text/html;charset=iso-8859-1 http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18852&quot;&gt;&lt;/HEAD&gt;
&lt;BODY style=&quot;PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px&quot; id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop=&quot;true&quot; name=&quot;Compose message area&quot;&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;Hi All.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;I have got an issue with my koha 
installation.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;I have just upgraded from Ubuntu 9.04 to Ubuntu 9.10 but 
i can't seem to get koha working now.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;When i get to my koha installation i am getting the 
below errors.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;I am currently using koha 3.0.3.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;Any help will be greatly appreciated.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;Thanks&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;David.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;H1&gt;Koha error&lt;/H1&gt;
&lt;P&gt;The following fatal error has occurred:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Can't load '/usr/local/lib/perl/5.10.0/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: libyaz.so.2: cannot open shared object file: No such file or directory at /usr/lib/perl/5.10/XSLoader.pm line 64.
 at /usr/local/lib/perl/5.10.0/Net/Z3950/ZOOM.pm line 12
Compilation failed in require at /usr/local/lib/perl/5.10.0/ZOOM.pm line 6.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.10.0/ZOOM.pm line 6.
Compilation failed in require at /usr/share/kohaprod/lib/C4/Context.pm line 85.
BEGIN failed--compilation aborted at /usr/share/kohaprod/lib/C4/Context.pm line 85.
Compilation failed in require at /usr/share/kohaprod/lib/C4/Output.pm line 30.
BEGIN failed--compilation aborted at /usr/share/kohaprod/lib/C4/Output.pm line 30.
Compilation failed in require at /usr/share/kohaprod/intranet/cgi-bin/mainpage.pl line 22.
BEGIN failed--compilation aborted at /usr/share/kohaprod/intranet/cgi-bin/mainpage.pl line 22.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521908&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-error-when-upgrading-from-Ubuntu-9.04-to-Ubuntu-9.10-tp26521908p26521908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519853</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T12:34:53Z</published>
	<updated>2009-11-25T12:34:53Z</updated>
	<author>
		<name>Jerry Van Baren-6</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 12:09 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I've discovered that a web crawler was opening up large numbers of
&lt;br&gt;&amp;gt; simultaneous requests for the RSS/Atom feed. Each of these requests
&lt;br&gt;&amp;gt; runs an instance of git-diff-tree, which consumes quite a lot of
&lt;br&gt;&amp;gt; memory and CPU time. Enough of these requests pile up, and the kernel
&lt;br&gt;&amp;gt; invokes its oom-killer to take care of business. This often times has
&lt;br&gt;&amp;gt; the unfortunate side effect of killing off key processes, like apache
&lt;br&gt;&amp;gt; and SSH.
&lt;br&gt;&lt;br&gt;Big ouch!
&lt;br&gt;&lt;br&gt;&amp;gt; In order to have another repeat of this, I've disabled gitweb's
&lt;br&gt;&amp;gt; RSS/Atom feed functionality. It's a little ham-fisted, but not being a
&lt;br&gt;&amp;gt; git expert, it's the work-around that is most obvious to me right now
&lt;br&gt;&amp;gt; to stabilize things. If anyone can suggest a solution that can keep
&lt;br&gt;&amp;gt; the system stable while not removing functionality, please let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&lt;br&gt;You want a robots.txt file in your root directory to tell robots to
&lt;br&gt;not index the git repository.
&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Robots_exclusion_standard&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Robots_exclusion_standard&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156449&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156449&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.robotstxt.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.robotstxt.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;gvb
&lt;br&gt;&lt;br&gt;[snip]
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26519853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517318</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T09:49:14Z</published>
	<updated>2009-11-25T09:49:14Z</updated>
	<author>
		<name>Clay Fouts</name>
	</author>
	<content type="html">Considering it takes 4.5 minutes for a single instance of the request
&lt;br&gt;to complete, I think a real solution lies in figuring out why
&lt;br&gt;gitweb/git is consuming so many resources in the first place.
&lt;br&gt;&lt;br&gt;Also, I was using the term 'web crawler' loosely in a way that's
&lt;br&gt;inclusive with automated feed readers, the bulk of which don't appear
&lt;br&gt;to request the robots.txt file, and some of which don't even stop
&lt;br&gt;themselves from issuing simultaneous requests for the same feed
&lt;br&gt;(which, I imagine, is because they're not programmed to handle a feed
&lt;br&gt;that takes over four minutes to pull).
&lt;br&gt;&lt;br&gt;I've added the robots.txt because it certainly can't hurt, and I can
&lt;br&gt;analyze the requests after a couple of days. However, I don't think
&lt;br&gt;it's real solution, either.
&lt;br&gt;&lt;br&gt;Clay
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 9:15 AM, Paul Poulain &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517318&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul.poulain@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Clay Fouts a écrit :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've discovered that a web crawler was opening up large numbers of
&lt;br&gt;&amp;gt;&amp;gt; simultaneous requests for the RSS/Atom feed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  If anyone can suggest a solution that can keep
&lt;br&gt;&amp;gt;&amp;gt; the system stable while not removing functionality, please let me
&lt;br&gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; couldn't a robots.txt do the job ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Paul POULAIN
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.biblibre.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.biblibre.com&lt;/a&gt;&lt;br&gt;&amp;gt; Expert en Logiciels Libres pour l'info-doc
&lt;br&gt;&amp;gt; Tel : (33) 4 91 81 35 08
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517318&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26517318.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516957</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T09:27:44Z</published>
	<updated>2009-11-25T09:27:44Z</updated>
	<author>
		<name>Joe Atzberger</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 12:15 PM, Paul Poulain &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516957&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul.poulain@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Clay Fouts a écrit :&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt; I&amp;#39;ve discovered that a web crawler was opening up large numbers of&lt;br&gt;
&amp;gt; simultaneous requests for the RSS/Atom feed.&lt;br&gt;
&lt;/div&gt;&amp;lt;snip&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;  If anyone can suggest a solution that can keep&lt;br&gt;
&amp;gt; the system stable while not removing functionality, please let me&lt;br&gt;
&amp;gt; know.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;couldn&amp;#39;t a robots.txt do the job ?&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Perhaps combined with targeted ipfilter if the crawler disrespects robots.txt. &lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516957&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26516957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516683</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T09:16:13Z</published>
	<updated>2009-11-25T09:16:13Z</updated>
	<author>
		<name>Chris Nighswonger</name>
	</author>
	<content type="html">Hi Clay,
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 12:09 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've discovered that a web crawler was opening up large numbers of
&lt;br&gt;&amp;gt; simultaneous requests for the RSS/Atom feed. Each of these requests
&lt;br&gt;&amp;gt; runs an instance of git-diff-tree, which consumes quite a lot of
&lt;br&gt;&amp;gt; memory and CPU time. Enough of these requests pile up, and the kernel
&lt;br&gt;&amp;gt; invokes its oom-killer to take care of business. This often times has
&lt;br&gt;&amp;gt; the unfortunate side effect of killing off key processes, like apache
&lt;br&gt;&amp;gt; and SSH.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In order to have another repeat of this, I've disabled gitweb's
&lt;br&gt;&amp;gt; RSS/Atom feed functionality. It's a little ham-fisted, but not being a
&lt;br&gt;&amp;gt; git expert, it's the work-around that is most obvious to me right now
&lt;br&gt;&amp;gt; to stabilize things. If anyone can suggest a solution that can keep
&lt;br&gt;&amp;gt; the system stable while not removing functionality, please let me
&lt;br&gt;&amp;gt; know.
&lt;/div&gt;&lt;br&gt;Thanks for the time invested in investigating and fixing this issue!
&lt;br&gt;&lt;br&gt;Kind Regards,
&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516683&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26516683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516661</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T09:15:17Z</published>
	<updated>2009-11-25T09:15:17Z</updated>
	<author>
		<name>paul POULAIN-3</name>
	</author>
	<content type="html">Clay Fouts a écrit :
&lt;br&gt;&amp;gt; I've discovered that a web crawler was opening up large numbers of
&lt;br&gt;&amp;gt; simultaneous requests for the RSS/Atom feed. 
&lt;br&gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;If anyone can suggest a solution that can keep
&lt;br&gt;&amp;gt; the system stable while not removing functionality, please let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;couldn't a robots.txt do the job ?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul POULAIN
&lt;br&gt;&lt;a href=&quot;http://www.biblibre.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.biblibre.com&lt;/a&gt;&lt;br&gt;Expert en Logiciels Libres pour l'info-doc
&lt;br&gt;Tel : (33) 4 91 81 35 08
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26516661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516572</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T09:09:55Z</published>
	<updated>2009-11-25T09:09:55Z</updated>
	<author>
		<name>Clay Fouts</name>
	</author>
	<content type="html">I've discovered that a web crawler was opening up large numbers of
&lt;br&gt;simultaneous requests for the RSS/Atom feed. Each of these requests
&lt;br&gt;runs an instance of git-diff-tree, which consumes quite a lot of
&lt;br&gt;memory and CPU time. Enough of these requests pile up, and the kernel
&lt;br&gt;invokes its oom-killer to take care of business. This often times has
&lt;br&gt;the unfortunate side effect of killing off key processes, like apache
&lt;br&gt;and SSH.
&lt;br&gt;&lt;br&gt;In order to have another repeat of this, I've disabled gitweb's
&lt;br&gt;RSS/Atom feed functionality. It's a little ham-fisted, but not being a
&lt;br&gt;git expert, it's the work-around that is most obvious to me right now
&lt;br&gt;to stabilize things. If anyone can suggest a solution that can keep
&lt;br&gt;the system stable while not removing functionality, please let me
&lt;br&gt;know.
&lt;br&gt;&lt;br&gt;Clay
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 5:43 AM, Nicole Engard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nengard@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I was able to get to it last night - but it's not working again this AM :(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nicole
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 5:10 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Git service is now fully restored. I'm doing a post-mortem and will
&lt;br&gt;&amp;gt;&amp;gt; report back on the cause if there's anything unusual.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 12:53 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516572&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi, all.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; currently unreachable, even on an administrative basis. We've been
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; get it back online. It ought to be available again soon.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Koha-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516572&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516572&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26516572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512857</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-25T05:43:28Z</published>
	<updated>2009-11-25T05:43:28Z</updated>
	<author>
		<name>Nicole Engard-2</name>
	</author>
	<content type="html">I was able to get to it last night - but it's not working again this AM :(
&lt;br&gt;&lt;br&gt;Nicole
&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 5:10 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Git service is now fully restored. I'm doing a post-mortem and will
&lt;br&gt;&amp;gt; report back on the cause if there's anything unusual.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 12:53 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512857&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi, all.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;&amp;gt;&amp;gt; currently unreachable, even on an administrative basis. We've been
&lt;br&gt;&amp;gt;&amp;gt; working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;&amp;gt;&amp;gt; get it back online. It ought to be available again soon.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Koha-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512857&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512857&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26512857.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26511809</id>
	<title>Task Scheduler</title>
	<published>2009-11-25T04:29:41Z</published>
	<updated>2009-11-25T04:29:41Z</updated>
	<author>
		<name>Nicole Engard-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;As you know I'm working on the 3.2 manual. &amp;nbsp;I'm about to write up the
&lt;br&gt;Task Scheduler documentation and I have never seen this in action, so
&lt;br&gt;I wanted to ask if any of you are using it and if so what do you want
&lt;br&gt;me to note in the manual about the process.
&lt;br&gt;&lt;br&gt;In the old manual I had some notes in the comments:
&lt;br&gt;&lt;a href=&quot;http://koha.org/documentation/manual/3.2/tools/task-scheduler&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://koha.org/documentation/manual/3.2/tools/task-scheduler&lt;/a&gt;&amp;nbsp;that
&lt;br&gt;implied that this tool didn't work - but I've heard from some of you
&lt;br&gt;that it does ... so basically I need to know how it works so I can
&lt;br&gt;write it up properly.
&lt;br&gt;&lt;br&gt;Thanks a bunch,
&lt;br&gt;Nicole C. Engard
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Task-Scheduler-tp26511809p26511809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510807</id>
	<title>Re: virtual hosting of Koha</title>
	<published>2009-11-25T02:57:27Z</published>
	<updated>2009-11-25T02:57:27Z</updated>
	<author>
		<name>Magnus Enger</name>
	</author>
	<content type="html">2009/11/25 MJ Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mjr@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;quot;Han, Yan&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510807&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Koha setup requires access to env valuables and install certain perl
&lt;br&gt;&amp;gt;&amp;gt; modules. We used Linode (linode.com) and it has been running for
&lt;br&gt;&amp;gt;&amp;gt; almost a year.  I think that I tested other hosting companies
&lt;br&gt;&amp;gt;&amp;gt; (bluehost, godaddy). At that time, they did not offer me the
&lt;br&gt;&amp;gt;&amp;gt; required privilege.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Some other hosting companies do work, as pointed out above.  As well
&lt;br&gt;&amp;gt; as Linode, I suspect slicehost might offer enough access, but I've not
&lt;br&gt;&amp;gt; tried it.  As well as particular perl modules, it's much easier if you
&lt;br&gt;&amp;gt; have access to a vhost.conf or similar file.
&lt;/div&gt;&lt;br&gt;Slicehost offers full root access - I'm running Koha on one of their
&lt;br&gt;&amp;quot;slices&amp;quot; quite successfully, if I may say so myself... ;-)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Magnus Enger
&lt;br&gt;libriotech.no
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510807&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/virtual-hosting-of-Koha-tp21152826p26510807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510086</id>
	<title>Re: production mode - trapped fatal error</title>
	<published>2009-11-25T01:57:51Z</published>
	<updated>2009-11-25T01:57:51Z</updated>
	<author>
		<name>MJ Ray-2</name>
	</author>
	<content type="html">Kete Jourge &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510086&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;activekete@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; i'm just finished upgrade koha from 1.2.3 to 3.03 and data looks good but i have problem when i tried to add a news record i get this error 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; production mode - trapped fatal error .. ?? 
&lt;br&gt;&lt;br&gt;Either change the debug level in the System Administration Preferences
&lt;br&gt;or check the koha-error_log file for the real error.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;-- 
&lt;br&gt;MJ Ray (slef) &amp;nbsp;Webmaster and LMS developer at &amp;nbsp; &amp;nbsp; | software
&lt;br&gt;www.software.coop &lt;a href=&quot;http://mjr.towers.org.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mjr.towers.org.uk&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;.... co
&lt;br&gt;IMO only: see &lt;a href=&quot;http://mjr.towers.org.uk/email.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mjr.towers.org.uk/email.html&lt;/a&gt;&amp;nbsp;| &amp;nbsp;.... op
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510086&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/production-mode---trapped-fatal-error-tp26507533p26510086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510067</id>
	<title>Re: virtual hosting of Koha</title>
	<published>2009-11-25T01:55:48Z</published>
	<updated>2009-11-25T01:55:48Z</updated>
	<author>
		<name>MJ Ray-2</name>
	</author>
	<content type="html">&amp;quot;Han, Yan&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Koha setup requires access to env valuables and install certain perl
&lt;br&gt;&amp;gt; modules. We used Linode (linode.com) and it has been running for
&lt;br&gt;&amp;gt; almost a year. &amp;nbsp;I think that I tested other hosting companies
&lt;br&gt;&amp;gt; (bluehost, godaddy). At that time, they did not offer me the
&lt;br&gt;&amp;gt; required privilege.
&lt;br&gt;&lt;br&gt;When I last installed some other web app on a 1and1 server, I don't
&lt;br&gt;think it offered enough access for a simple Koha installation. &amp;nbsp;That
&lt;br&gt;was a couple of years ago, but most providers are reducing access, not
&lt;br&gt;increasing it.
&lt;br&gt;&lt;br&gt;Some other hosting companies do work, as pointed out above. &amp;nbsp;As well
&lt;br&gt;as Linode, I suspect slicehost might offer enough access, but I've not
&lt;br&gt;tried it. &amp;nbsp;As well as particular perl modules, it's much easier if you
&lt;br&gt;have access to a vhost.conf or similar file.
&lt;br&gt;&lt;br&gt;Did you know that at least three of the Koha support companies offer
&lt;br&gt;specialist Koha shared hosting, mine included? &amp;nbsp;Check that it's real
&lt;br&gt;Koha and that you can download the exact same source to run on your
&lt;br&gt;own server if you want, though.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;-- 
&lt;br&gt;MJ Ray (slef) &amp;nbsp;Webmaster and LMS developer at &amp;nbsp; &amp;nbsp; | software
&lt;br&gt;www.software.coop &lt;a href=&quot;http://mjr.towers.org.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mjr.towers.org.uk&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;.... co
&lt;br&gt;IMO only: see &lt;a href=&quot;http://mjr.towers.org.uk/email.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mjr.towers.org.uk/email.html&lt;/a&gt;&amp;nbsp;| &amp;nbsp;.... op
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510067&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/virtual-hosting-of-Koha-tp21152826p26510067.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509962</id>
	<title>Re: Can't create new biblio in Koha 2.2.9</title>
	<published>2009-11-25T01:47:42Z</published>
	<updated>2009-11-25T01:47:42Z</updated>
	<author>
		<name>Olugbenga Adara</name>
	</author>
	<content type="html">Trevor,
&lt;br&gt;&lt;br&gt;The syntax for the repair is 
&lt;br&gt;&lt;br&gt;mysqlcheck &amp;nbsp;-r -uuser -ppassword Databasename
&lt;br&gt;&lt;br&gt;though i run on a linux platform and not windows. You can check this url for more examples
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://felipecruz.com/repair-mysql-database.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felipecruz.com/repair-mysql-database.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Olugbenga Adara 
&lt;br&gt;Mobile: 234-803-3220288
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- On Tue, 11/24/09, Trevor Namondwe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vor79@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Trevor Namondwe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vor79@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Koha] Can't create new biblio in Koha 2.2.9
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbengaadara@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Tuesday, November 24, 2009, 1:55 AM
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Olugbenga,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you for the advice but I am not familiar with mysql
&lt;br&gt;&amp;gt; commands. I have been trying to use the online MySql guide
&lt;br&gt;&amp;gt; without any progress. Please let me know the correct syntax.
&lt;br&gt;&amp;gt; I am running version 4.1.22 on windows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Trevor Namondwe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Date: Thu, 19 Nov 2009 12:02:08 -0800
&lt;br&gt;&amp;gt; &amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbengaadara@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Subject: Re: [Koha] Can't create new biblio in
&lt;br&gt;&amp;gt; Koha 2.2.9
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vor79@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This is likely due to a corrupt database. i had a
&lt;br&gt;&amp;gt; similar problem last week with a client who also runs 2.2.9
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Check your koha database and repair with mysqlcheck
&lt;br&gt;&amp;gt; command
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Olugbenga Adara 
&lt;br&gt;&amp;gt; &amp;gt; Mobile: 234-803-3220288
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- On Thu, 11/19/09, Trevor Namondwe
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vor79@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; From: Trevor Namondwe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vor79@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Subject: [Koha] Can't create new biblio in
&lt;br&gt;&amp;gt; Koha 2.2.9
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Date: Thursday, November 19, 2009, 12:10 AM
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To elaborate my problem further, here is what the
&lt;br&gt;&amp;gt; intranet
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; error log looks like:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / a at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / b at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / c at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / d at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / e at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / f at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / g at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / h at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / i at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / j at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / k at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / l at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / m at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / n at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / o at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1] 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; / 952 / p at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; C:/usr/koha229/intranet/cgi-bin/koha/acqui.simple/additem.pl
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line 287., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; [Thu Nov 19 09:23:14 2009] [error] [client
&lt;br&gt;&amp;gt; 127.0.0.1]
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; COUNT3468 at ../value_builder/barcode.pl line
&lt;br&gt;&amp;gt; 83., referer:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/acqui.simple/addbiblio.pl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hope you will be able to help me.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thank you
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Trevor
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; New Windows 7: Find the right PC
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; for you. Learn more. 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -----Inline Attachment Follows-----
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Koha mailing list
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;&amp;gt; New Windows 7: Simplify what you do
&lt;br&gt;&amp;gt; everyday. Find the right PC
&lt;br&gt;&amp;gt; for you. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Inline Attachment Follows-----
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Koha mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509962&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-create-new-biblio-in-Koha-2.2.9-tp26422235p26509962.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510288</id>
	<title>koha data migration</title>
	<published>2009-11-25T00:47:23Z</published>
	<updated>2009-11-25T00:47:23Z</updated>
	<author>
		<name>archimed</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I'm a new user of koha platform, i have a problem to migrate my data in koha 3.04:
&lt;br&gt;&lt;br&gt;the problem exactly is to migrate my data to my own &amp;nbsp;library : the process of migration and cataloging work fine but the result of migration does'nt appear under my library.so what can i do to connect the migration to my own library ?
&lt;br&gt;&lt;br&gt;this is the command, i used to migration: [~/koha-3.00.04_fixed/misc/migration_tools # perl bulkmarcimport.pl -file /home/exportAR.2709]
&lt;br&gt;thanks for any help and good day.
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/koha-data-migration-tp26510288p26510288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507533</id>
	<title>production mode - trapped fatal error</title>
	<published>2009-11-24T20:49:03Z</published>
	<updated>2009-11-24T20:49:03Z</updated>
	<author>
		<name>Kete Jourge</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;&lt;div&gt;hi&lt;br&gt;i'm just finished upgrade koha from 1.2.3 to 3.03 and data looks good but i have problem when i tried to add a news record i get this error &lt;br&gt;&lt;p&gt;production mode - trapped fatal error .. ?? &lt;br&gt;&lt;/p&gt;&lt;p&gt;thank's &lt;br&gt;&lt;/p&gt;&lt;/div&gt;
&lt;!-- cg37.c4.mail.gq1.yahoo.com compressed/chunked Tue Nov 24 20:46:16 PST 2009 --&gt;
&lt;/div&gt;&lt;br&gt;

      &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507533&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/production-mode---trapped-fatal-error-tp26507533p26507533.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504162</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-24T14:10:06Z</published>
	<updated>2009-11-24T14:10:06Z</updated>
	<author>
		<name>Clay Fouts</name>
	</author>
	<content type="html">Git service is now fully restored. I'm doing a post-mortem and will
&lt;br&gt;report back on the cause if there's anything unusual.
&lt;br&gt;&lt;br&gt;Clay
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 12:53 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504162&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;&amp;gt; currently unreachable, even on an administrative basis. We've been
&lt;br&gt;&amp;gt; working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;&amp;gt; get it back online. It ought to be available again soon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504162&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26504162.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504089</id>
	<title>Re: zebra on Koha dev install</title>
	<published>2009-11-24T14:05:06Z</published>
	<updated>2009-11-24T14:05:06Z</updated>
	<author>
		<name>Joe Atzberger</name>
	</author>
	<content type="html">I think the zebra logs are not in the same directory as the apache logs.  Fowarding to the list in case somebody else knows for sure.&lt;br&gt;&lt;br&gt;--Joe&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 4:42 PM, Christopher Curry &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccurry@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;


  
  

&lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Thanks for the quick response, Joe.  I looked at the following logs @
/usr/share/koha/var/log and they were blank [only logs in this
directory].&lt;br&gt;
&lt;br&gt;
koha-error_log&lt;br&gt;
koha-opac-error_log&lt;br&gt;
&lt;br&gt;
I used /usr/share/koha as the base directory for my locally installed
files (those that don&amp;#39;t get used directly from
/usr/local/src/kohaclone), so I assumed this would be the appropriate
directory.&lt;br&gt;
&lt;br&gt;
Are there other logs I should be looking for?&lt;br&gt;
&lt;br&gt;
I couldn&amp;#39;t find specific zebra logs here; on my standard install
machine, zebra logs are at /var/log/koha.&lt;br&gt;
&lt;br&gt;
BTW, first install on a fresh server.&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;div&gt;&lt;span style=&quot;font-size: 12px; font-family: Arial;&quot;&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Christopher Curry&lt;br&gt;
Assistant Technical Librarian / Assistant IT Officer&lt;/p&gt;
&lt;p&gt;American Philosophical Society&lt;br&gt;
105 South Fifth Street&lt;br&gt;
Philadelphia, PA 19106-3386&lt;br&gt;
Tel. (215) 599-4299&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccurry@...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;For technical support, please use &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504089&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helpdesk@...&lt;/a&gt;&lt;/b&gt;&lt;br&gt;
Main Library number: (215)440-3400&lt;br&gt;
APS website: &lt;a href=&quot;http://www.amphilsoc.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.amphilsoc.org&lt;/a&gt;
&lt;/p&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
Joe Atzberger wrote:
&lt;blockquote type=&quot;cite&quot;&gt;2009/11/24 Christopher Curry &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504089&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccurry@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
  &lt;div class=&quot;gmail_quote&quot;&gt;
  &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
    &lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;I overheard somewhere (though
I can&amp;#39;t remember the details) that using
the dev install mode makes it easier to upgrade koha.  I&amp;#39;ve never done
a koha upgrade; we&amp;#39;re not fully migrated yet, but I&amp;#39;d like to
facilitate future upgrades as much as possible.&lt;br&gt;
    &lt;br&gt;
I&amp;#39;ve had no problem setting up a koha standard install; when I try a
dev install, my zebra server won&amp;#39;t run.  The server reports on boot up
(and when I manually start Zebra) that it is starting the Zebra Daemon
and Zebra Server, but when I look for the process (top -c), it&amp;#39;s not
there.  No error messages are generated when starting the server.&lt;br&gt;
    &lt;br&gt;
Is there something special that must be done with Zebra conf on a dev
install?&lt;br&gt;
    &lt;br&gt;
Can someone explain the advantages of a dev install?  I understand that
it allows you to run the majority of the koha server files directly
from a git clone.  I see how this could simplify an upgrade, but are
there other advantages that will encourage me to get to the bottom of
this?&lt;br&gt;
    &lt;/div&gt;
  &lt;/blockquote&gt;
  &lt;div&gt;&lt;br&gt;
No that&amp;#39;s basically it.  It keeps everything (configs and code) in one
directory, and lets you use git so you have version control over the
working branch modifications that you are running on.  Then you can
pull in new changes from mainline and integrate them as you see fit,
switching between branches at will without modifying apache or
KOHA_CONF or anything.&lt;br&gt;
  &lt;br&gt;
For a developer, it is very important to submit patches that are
against the current state of the codebase.  Therefore we have to keep a
reference mainline version current, and generating patches between that
and a dev branch is how a submission is made. Git manages all that in a
really coherent way, so you don&amp;#39;t have to be constantly managing
symlinks.&lt;br&gt;
  &lt;br&gt;
BTW, you might have a problem if the dev install was the second
installation on the system to use the same config values (i.e. default
port numbers).  That would be true for any additional install. 
Otherwise, check your zebra logs for reasons zebra might be failing.&lt;br&gt;
  &lt;br&gt;
--joe&lt;br&gt;
  &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504089&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/zebra-on-Koha-dev-install-tp26500387p26504089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503285</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-24T13:07:39Z</published>
	<updated>2009-11-24T13:07:39Z</updated>
	<author>
		<name>Chris Nighswonger</name>
	</author>
	<content type="html">Hi Clay,
&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 3:53 PM, Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi, all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;&amp;gt; currently unreachable, even on an administrative basis. We've been
&lt;br&gt;&amp;gt; working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;&amp;gt; get it back online. It ought to be available again soon.
&lt;br&gt;&lt;br&gt;Thanks for the help with this!
&lt;br&gt;&lt;br&gt;Kind Regards,
&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26503285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503273</id>
	<title>Re: git.koha.org outage</title>
	<published>2009-11-24T13:07:23Z</published>
	<updated>2009-11-24T13:07:23Z</updated>
	<author>
		<name>Chris Cormack-6</name>
	</author>
	<content type="html">2009/11/25 Clay Fouts &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503273&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clay.fouts@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hi, all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;&amp;gt; currently unreachable, even on an administrative basis. We've been
&lt;br&gt;&amp;gt; working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;&amp;gt; get it back online. It ought to be available again soon.
&lt;br&gt;&amp;gt;
&lt;br&gt;Hi Clay
&lt;br&gt;&lt;br&gt;Thanks very much for the report.
&lt;br&gt;Outages like these are just one more reason that I love git, back when
&lt;br&gt;we used cvs, this would bring things to a grinding halt, but the fact
&lt;br&gt;that everyone has their own repository with git, it is nowhere near as
&lt;br&gt;bad
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503273&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26503273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503078</id>
	<title>git.koha.org outage</title>
	<published>2009-11-24T12:53:05Z</published>
	<updated>2009-11-24T12:53:05Z</updated>
	<author>
		<name>Clay Fouts</name>
	</author>
	<content type="html">Hi, all.
&lt;br&gt;&lt;br&gt;Just a brief update on the git.koha.org outage. That server is
&lt;br&gt;currently unreachable, even on an administrative basis. We've been
&lt;br&gt;working with the hosting provider (Spry) for the past several hours to
&lt;br&gt;get it back online. It ought to be available again soon.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clay
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git.koha.org-outage-tp26503078p26503078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502285</id>
	<title>Re: Kohacon10 dates, straw poll</title>
	<published>2009-11-24T11:56:21Z</published>
	<updated>2009-11-24T11:56:21Z</updated>
	<author>
		<name>Richard Anderson-3</name>
	</author>
	<content type="html">Hi Chris,
&lt;br&gt;&lt;br&gt;Thanks for getting this underway
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;Chris Cormack wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thank you everyone for your replies off and on the list.
&lt;br&gt;&amp;gt; I'm going to go ahead and confirm the venue for the 25,26,27 of
&lt;br&gt;&amp;gt; October. With a 4 day set of workshops/hackfest to follow. (Those will
&lt;br&gt;&amp;gt; be more in an unconference style)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I'm off to get as much sponsorship for the conference as I can,
&lt;br&gt;&amp;gt; and will start a conference website collating information about the
&lt;br&gt;&amp;gt; conference itself plus things like travel tips and accommodation
&lt;br&gt;&amp;gt; guide.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lenora, I will definitely try to allow for as much virtual
&lt;br&gt;&amp;gt; participation as possible.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Koha mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Richard Anderson | Business Development Manager
&lt;br&gt;Katipo Communications Ltd
&lt;br&gt;PO Box 12487 | Wellington | New Zealand
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard@...&lt;/a&gt; | &lt;a href=&quot;http://www.katipo.co.nz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.katipo.co.nz&lt;/a&gt;&lt;br&gt;Ph: (04) 934 1285 | Mob: 021 280 1504
&lt;br&gt;Fax: (04) 934 1286
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502285&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Kohacon10-dates%2C-straw-poll-tp26482922p26502285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502084</id>
	<title>Re: zebra on Koha dev install</title>
	<published>2009-11-24T11:41:09Z</published>
	<updated>2009-11-24T11:41:09Z</updated>
	<author>
		<name>Joe Atzberger</name>
	</author>
	<content type="html">2009/11/24 Christopher Curry &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccurry@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;




&lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
I overheard somewhere (though I can&amp;#39;t remember the details) that using
the dev install mode makes it easier to upgrade koha.  I&amp;#39;ve never done
a koha upgrade; we&amp;#39;re not fully migrated yet, but I&amp;#39;d like to
facilitate future upgrades as much as possible.&lt;br&gt;
&lt;br&gt;
I&amp;#39;ve had no problem setting up a koha standard install; when I try a
dev install, my zebra server won&amp;#39;t run.  The server reports on boot up
(and when I manually start Zebra) that it is starting the Zebra Daemon
and Zebra Server, but when I look for the process (top -c), it&amp;#39;s not
there.  No error messages are generated when starting the server.&lt;br&gt;
&lt;br&gt;
Is there something special that must be done with Zebra conf on a dev
install?&lt;br&gt;
&lt;br&gt;
Can someone explain the advantages of a dev install?  I understand that
it allows you to run the majority of the koha server files directly
from a git clone.  I see how this could simplify an upgrade, but are
there other advantages that will encourage me to get to the bottom of
this?&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;No that&amp;#39;s basically it.  It keeps everything (configs and code) in one directory, and lets you use git so you have version control over the working branch modifications that you are running on.  Then you can pull in new changes from mainline and integrate them as you see fit, switching between branches at will without modifying apache or KOHA_CONF or anything.&lt;br&gt;
&lt;br&gt;For a developer, it is very important to submit patches that are against the current state of the codebase.  Therefore we have to keep a reference mainline version current, and generating patches between that and a dev branch is how a submission is made. Git manages all that in a really coherent way, so you don&amp;#39;t have to be constantly managing symlinks.&lt;br&gt;
&lt;br&gt;BTW, you might have a problem if the dev install was the second installation on the system to use the same config values (i.e. default port numbers).  That would be true for any additional install.  Otherwise, check your zebra logs for reasons zebra might be failing.&lt;br&gt;
&lt;br&gt;--joe&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502084&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/zebra-on-Koha-dev-install-tp26500387p26502084.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501712</id>
	<title>koha ldap AddMember fails</title>
	<published>2009-11-24T11:10:18Z</published>
	<updated>2009-11-24T11:10:18Z</updated>
	<author>
		<name>mourik jan c heupink-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I have installed koha-3.00.04_fixed on debian 5 x64, with an ldap 
&lt;br&gt;backend, and I'm running into problems. Creating users in koha and then 
&lt;br&gt;logging in works. However, logging in with an LDAP user account gives 
&lt;br&gt;this error:
&lt;br&gt;&lt;br&gt;AddMember failed at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 146.
&lt;br&gt;&lt;br&gt;When checking the logs, I see:
&lt;br&gt;&lt;br&gt;[Tue Nov 24 16:40:53 2009] [error] [client 82.169.x.x] [Tue Nov 24 
&lt;br&gt;16:40:53 2009] mainpage.pl: DBD::mysql::st execute failed: Cannot add or 
&lt;br&gt;update a child row: a foreign key constraint fails (`koha3/borrowers`, 
&lt;br&gt;CONSTRAINT `borrowers_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES 
&lt;br&gt;`categories` (`categorycode`)) at /usr/share/koha/lib/C4/Members.pm line 
&lt;br&gt;730, &amp;lt;DATA&amp;gt; line 253., referer: 
&lt;br&gt;&lt;a href=&quot;http://192.87.y.y:8080/cgi-bin/koha/mainpage.pl?logout.x=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.87.y.y:8080/cgi-bin/koha/mainpage.pl?logout.x=1&lt;/a&gt;&lt;br&gt;[Tue Nov 24 16:40:53 2009] [error] [client 82.169.x.x] [Tue Nov 24 
&lt;br&gt;16:40:53 2009] mainpage.pl: AddMember failed at 
&lt;br&gt;/usr/share/koha/lib/C4/Auth_with_ldap.pm line 146., referer: 
&lt;br&gt;&lt;a href=&quot;http://192.87.y.y:8080/cgi-bin/koha/mainpage.pl?logout.x=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.87.y.y:8080/cgi-bin/koha/mainpage.pl?logout.x=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;I searched the archives, and it seems that my problem is that ldap 
&lt;br&gt;contains a borrower category that doesn't exist in koha.
&lt;br&gt;&lt;br&gt;However: In koha I have two borrower categories: code PT (Patron) and 
&lt;br&gt;code A (Adult), verified through phpMyAdmin, both category_type A. My 
&lt;br&gt;ldap user (verified in an ldif dump) has &amp;quot;employeeType&amp;quot; A.
&lt;br&gt;&lt;br&gt;In /etc/koha/koha-conf.xml I have defined:
&lt;br&gt;&amp;nbsp; &amp;lt;categorycode is=&amp;quot;employeeType&amp;quot; &amp;nbsp; &amp;gt;A&amp;lt;/categorycode&amp;gt;
&lt;br&gt;&lt;br&gt;As far as I understand things, everything is correct, and yet it doesn't 
&lt;br&gt;seem work. :-(
&lt;br&gt;&lt;br&gt;Can anyone help me?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mourik Jan
&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501712&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/koha-ldap-AddMember-fails-tp26501712p26501712.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501332</id>
	<title>Re: Problem with fine calculation</title>
	<published>2009-11-24T10:48:25Z</published>
	<updated>2009-11-24T10:48:25Z</updated>
	<author>
		<name>Susan Bennett</name>
	</author>
	<content type="html">You have to define the fine charging interval. &lt;br clear=&quot;all&quot;&gt;Susan Bennett&lt;br&gt;ILS System Administrator&lt;br&gt;Geauga County Public Library&lt;br&gt;440 286-6811 x 125&lt;br&gt;440 286-7419 FAX&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/24 arjun patil &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arjunpatil2006@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi Friends&lt;br&gt;
&lt;br&gt;
      we have using koha 3.0 stable. but fine calculation module not working?. it will highlight only over dues message and title but do not calculate fine amount?. we have define circulation and fines rule as below&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Patron Category :- Patron&lt;br&gt;
Item Type :- Books&lt;br&gt;
Fine Amount :- $1.00&lt;br&gt;
Fine Grace Period :- &lt;br&gt;
Fine Charging Interval :- &lt;br&gt;
Current Checkouts Allowed :- 4&lt;br&gt;
Loan Period :- 15 day(s)&lt;br&gt;
&lt;br&gt;
any solution?&lt;br&gt;
 	 	 	&lt;br&gt;
  &lt;br&gt;
&lt;br&gt;
 &lt;br&gt;&lt;table style=&quot;font-family: Verdana; font-size: 11px; line-height: 15px;&quot; width=&quot;644&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; height=&quot;57&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Koha mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501332&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501332&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-fine-calculation-tp26494927p26501332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500387</id>
	<title>zebra on Koha dev install</title>
	<published>2009-11-24T09:46:32Z</published>
	<updated>2009-11-24T09:46:32Z</updated>
	<author>
		<name>Christopher Curry-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
I overheard somewhere (though I can't remember the details) that using
the dev install mode makes it easier to upgrade koha.&amp;nbsp; I've never done
a koha upgrade; we're not fully migrated yet, but I'd like to
facilitate future upgrades as much as possible.&lt;br&gt;
&lt;br&gt;
I've had no problem setting up a koha standard install; when I try a
dev install, my zebra server won't run.&amp;nbsp; The server reports on boot up
(and when I manually start Zebra) that it is starting the Zebra Daemon
and Zebra Server, but when I look for the process (top -c), it's not
there.&amp;nbsp; No error messages are generated when starting the server.&lt;br&gt;
&lt;br&gt;
Is there something special that must be done with Zebra conf on a dev
install?&lt;br&gt;
&lt;br&gt;
Can someone explain the advantages of a dev install?&amp;nbsp; I understand that
it allows you to run the majority of the koha server files directly
from a git clone.&amp;nbsp; I see how this could simplify an upgrade, but are
there other advantages that will encourage me to get to the bottom of
this?&lt;br&gt;
&lt;br&gt;
Thanks for your time.&lt;br&gt;
&lt;br&gt;
&lt;div class=&quot;moz-signature&quot;&gt;-- &lt;br&gt;
&lt;span style=&quot;font-size: 12px; font-family: Arial;&quot;&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Christopher Curry&lt;br&gt;
Assistant Technical Librarian / Assistant IT Officer&lt;/p&gt;
&lt;p&gt;American Philosophical Society&lt;br&gt;
105 South Fifth Street&lt;br&gt;
Philadelphia, PA 19106-3386&lt;br&gt;
Tel. (215) 599-4299&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccurry@...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For technical support, please use &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500387&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helpdesk@...&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Main Library number: (215)440-3400&lt;br&gt;
APS website: &lt;a href=&quot;http://www.amphilsoc.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.amphilsoc.org&lt;/a&gt;
&lt;/p&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500387&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/zebra-on-Koha-dev-install-tp26500387p26500387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500261</id>
	<title>Re: virtual hosting of Koha</title>
	<published>2009-11-24T09:35:47Z</published>
	<updated>2009-11-24T09:35:47Z</updated>
	<author>
		<name>Han, Yan</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;Hello,
Christopher,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;Koha setup
requires access to env valuables and install certain perl modules. We used
Linode (linode.com) and it has been running for almost a year.  I think that I
tested other hosting companies (bluehost, godaddy). At that time, they did not
offer me the required privilege. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;There is no need
to run your own server. You will save $$$&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;Yan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500261&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500261&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel-bounces@...&lt;/a&gt;] &lt;b&gt;On
Behalf Of &lt;/b&gt;Joe Atzberger&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Tuesday, November 24, 2009 8:20 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Christopher Ameel&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500261&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Koha-devel] virtual hosting of Koha&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;Unless a common webhost can
demonstrate that they already have success installing and serving Koha, I would
not believe them when they say they can do it.&amp;nbsp; It's a lot more than just
CGI scripts.&lt;br&gt;
&lt;br&gt;
You are better getting a full server VM and doing installation yourself.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
--Joe&lt;br&gt;
&lt;br&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;2009/11/23 Christopher Ameel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500261&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cameel@...&lt;/a&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;span style='font-size:11.0pt;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;Mr. Yan Han,&lt;br&gt;
&lt;br&gt;
I am trying to help out my kids K-8 school by setting up Koha on a Shared Host
(namely 1&amp;amp;1). &amp;nbsp;Thus far I have been unsuccessful. &amp;nbsp;Can you please
tell me if you ever had any success with your trials?&lt;br&gt;
&lt;br&gt;
Thank you,&lt;br&gt;
&lt;br&gt;
Christopher J. Ameel&lt;br&gt;
ICIT Commission&lt;br&gt;
Immaculate Conception School&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500261&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/virtual-hosting-of-Koha-tp21152826p26500261.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500234</id>
	<title>Re: Stuck with mailing overdue notice</title>
	<published>2009-11-24T09:34:43Z</published>
	<updated>2009-11-24T09:34:43Z</updated>
	<author>
		<name>gsl-2</name>
	</author>
	<content type="html">Just for clarification, sendmail does work from the command line, right? For example, if you use:
&lt;br&gt;&lt;br&gt;&amp;gt;mailx &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;someuser@...&lt;/a&gt;
&lt;br&gt;enter some subject
&lt;br&gt;then enter some text
&lt;br&gt;&lt;br&gt;use &amp;lt;control&amp;gt; d (together) to quit and send the email.
&lt;br&gt;&lt;br&gt;So that will get delivered correctly, right?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;------------------
&lt;br&gt;&lt;br&gt;Greg Lawson
&lt;br&gt;Rolling Hills Consolidated Library
&lt;br&gt;1912 N. Belt Highway
&lt;br&gt;St. Joseph, MO 64506
&lt;br&gt;&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;----- Original Message -----
&lt;br&gt;From: &amp;quot;nitesh rijal&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rijal.it@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;koha&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;, &amp;quot;koha-devel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, November 24, 2009 12:39:42 AM GMT -06:00 US/Canada Central
&lt;br&gt;Subject: [Koha] Stuck with mailing overdue notice
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hello all 
&lt;br&gt;&lt;br&gt;I am using KOHA 3.0.3 with zebra server. I have sendmail and it sends mail from command line. 
&lt;br&gt;&lt;br&gt;I have set up a new patron with an email address and also made a lot of overdue for that patron. 
&lt;br&gt;&lt;br&gt;The fines.pl file calculates the fine very well. 
&lt;br&gt;&lt;br&gt;But when it comes to mailing the patron about the overdue then I'm stuck. 
&lt;br&gt;&lt;br&gt;I have set up the triggers and the rules for mailing as well. I have changed the /usr/share/koha/bin/cronjobs/crontab.example accordingly. 
&lt;br&gt;&lt;br&gt;This is what I did to change the crontab.example file. 
&lt;br&gt;&lt;br&gt;# crontab -u root crontab.example 
&lt;br&gt;# crontab -u kohaadmin crontab.example 
&lt;br&gt;# crontab -e 
&lt;br&gt;&lt;br&gt;Now I edited the file, it uses nano editor to edit the crontab entries. 
&lt;br&gt;&lt;br&gt;To save them I pressed Crtl+O and gave the path to save as /usr/share/koha/bin/cronjobs/crontab.example 
&lt;br&gt;&lt;br&gt;To exit the crontab I pressed Ctrl+X. 
&lt;br&gt;&lt;br&gt;To list the entries I used 
&lt;br&gt;# crontab -l 
&lt;br&gt;and it listed all my entries fine. 
&lt;br&gt;&lt;br&gt;Now I waited for the cron to run, but it didnot send the mail while it accumulated the fine. 
&lt;br&gt;Both the fine and mail scripts are in the same crontab. 
&lt;br&gt;&lt;br&gt;So I ran the overdue_message.pl and process_message_queue.pl manually. They showed me no error neither they send the mails.. 
&lt;br&gt;&lt;br&gt;What am I supposed to do now ???? 
&lt;br&gt;&lt;br&gt;I'm pretty much stucked. 
&lt;br&gt;&lt;br&gt;Please Help. 
&lt;br&gt;&lt;br&gt;Thankyou. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nitesh Rijal 
&lt;br&gt;BE IT 
&lt;br&gt;email: rijal.it @ gmail.com 
&lt;br&gt;url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&amp;nbsp;
&lt;br&gt;facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&amp;nbsp;
&lt;br&gt;twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&amp;nbsp;
&lt;br&gt;+9779841458173 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500234&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Discuss-f14390.html&quot; embed=&quot;fixTarget[14390]&quot; target=&quot;_top&quot; &gt;Koha - Discuss&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stuck-with-mailing-overdue-notice-tp26491128p26500234.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500236</id>
	<title>Re: [Koha] Stuck with mailing overdue notice</title>
	<published>2009-11-24T09:34:43Z</published>
	<updated>2009-11-24T09:34:43Z</updated>
	<author>
		<name>gsl-2</name>
	</author>
	<content type="html">Just for clarification, sendmail does work from the command line, right? For example, if you use:
&lt;br&gt;&lt;br&gt;&amp;gt;mailx &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;someuser@...&lt;/a&gt;
&lt;br&gt;enter some subject
&lt;br&gt;then enter some text
&lt;br&gt;&lt;br&gt;use &amp;lt;control&amp;gt; d (together) to quit and send the email.
&lt;br&gt;&lt;br&gt;So that will get delivered correctly, right?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;------------------
&lt;br&gt;&lt;br&gt;Greg Lawson
&lt;br&gt;Rolling Hills Consolidated Library
&lt;br&gt;1912 N. Belt Highway
&lt;br&gt;St. Joseph, MO 64506
&lt;br&gt;&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;----- Original Message -----
&lt;br&gt;From: &amp;quot;nitesh rijal&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rijal.it@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;koha&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha@...&lt;/a&gt;&amp;gt;, &amp;quot;koha-devel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koha-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, November 24, 2009 12:39:42 AM GMT -06:00 US/Canada Central
&lt;br&gt;Subject: [Koha] Stuck with mailing overdue notice
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hello all 
&lt;br&gt;&lt;br&gt;I am using KOHA 3.0.3 with zebra server. I have sendmail and it sends mail from command line. 
&lt;br&gt;&lt;br&gt;I have set up a new patron with an email address and also made a lot of overdue for that patron. 
&lt;br&gt;&lt;br&gt;The fines.pl file calculates the fine very well. 
&lt;br&gt;&lt;br&gt;But when it comes to mailing the patron about the overdue then I'm stuck. 
&lt;br&gt;&lt;br&gt;I have set up the triggers and the rules for mailing as well. I have changed the /usr/share/koha/bin/cronjobs/crontab.example accordingly. 
&lt;br&gt;&lt;br&gt;This is what I did to change the crontab.example file. 
&lt;br&gt;&lt;br&gt;# crontab -u root crontab.example 
&lt;br&gt;# crontab -u kohaadmin crontab.example 
&lt;br&gt;# crontab -e 
&lt;br&gt;&lt;br&gt;Now I edited the file, it uses nano editor to edit the crontab entries. 
&lt;br&gt;&lt;br&gt;To save them I pressed Crtl+O and gave the path to save as /usr/share/koha/bin/cronjobs/crontab.example 
&lt;br&gt;&lt;br&gt;To exit the crontab I pressed Ctrl+X. 
&lt;br&gt;&lt;br&gt;To list the entries I used 
&lt;br&gt;# crontab -l 
&lt;br&gt;and it listed all my entries fine. 
&lt;br&gt;&lt;br&gt;Now I waited for the cron to run, but it didnot send the mail while it accumulated the fine. 
&lt;br&gt;Both the fine and mail scripts are in the same crontab. 
&lt;br&gt;&lt;br&gt;So I ran the overdue_message.pl and process_message_queue.pl manually. They showed me no error neither they send the mails.. 
&lt;br&gt;&lt;br&gt;What am I supposed to do now ???? 
&lt;br&gt;&lt;br&gt;I'm pretty much stucked. 
&lt;br&gt;&lt;br&gt;Please Help. 
&lt;br&gt;&lt;br&gt;Thankyou. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nitesh Rijal 
&lt;br&gt;BE IT 
&lt;br&gt;email: rijal.it @ gmail.com 
&lt;br&gt;url: &lt;a href=&quot;http://niteshrijal.com.np&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://niteshrijal.com.np&lt;/a&gt;&amp;nbsp;
&lt;br&gt;facebook: &lt;a href=&quot;http://facebook.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facebook.com/openrijal&lt;/a&gt;&amp;nbsp;
&lt;br&gt;twitter: &lt;a href=&quot;http://twitter.com/openrijal&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/openrijal&lt;/a&gt;&amp;nbsp;
&lt;br&gt;+9779841458173 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.katipo.co.nz/mailman/listinfo/koha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.katipo.co.nz/mailman/listinfo/koha&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Koha-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500236&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Koha-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.koha.org/mailman/listinfo/koha-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.koha.org/mailman/listinfo/koha-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Koha---Dev-f14381.html&quot; embed=&quot;fixTarget[14381]&quot; target=&quot;_top&quot; &gt;Koha - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stuck-with-mailing-overdue-notice-tp26491133p26500236.html" />
</entry>

</feed>
