Re: [Koha] Can't add items on Koha 3.18.03 built from .tar

2015-02-16 Thread Tim Young

Hi,
The difference between installing from packages and from tar is 
basically that the process of installing from package checks for 
dependencies, it puts things in specific directories, and runs any 
after-the-fact scripts to make changes to things.  But packages only 
work on systems that are the cookie-cutter systems.


When you install via tarball, you personally are responsible for 
everything.  If you make a typo, or if the system you are installing 
onto is not capable of running it, you are the one who needs to 
figure it out.  It is possible to unpack the tarball onto something 
that has all the wrong versions of perl, that does not have zebra 
installed, or something like that.


At the same time, you may get a newer version of the software if you 
are installing from git or the tarball.  Packages are not always kept 
up-to-date.


- Tim Young

On 2/14/2015 9:49 AM, Bob Ewart wrote:
When I try to add an item on Koha 3.18.03 built from the .tar file, 
I get a Can't call fields on undefined value at ... additem.pl 
line 683.


It works on Debian based systems installed as a package.

See bug 13711 
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13711


I can't use Debian because it fails the vulnerability checks and 
the Ubuntu based systems kept locking up hard.


I really would like to know the difference between the 
Debian/Ubuntu packages and building it from a .tar file.




___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Zebra index problem after upgrade to 3.18

2015-02-16 Thread clint.deckard

Thank you for your reply Magnus.
I found the immediate problem which was a line 
marcxml.recordType:grs.sgml in zebra.biblios.cfg was commented. 
Uncommenting it fixed the issue.


I think that changing to DOM indexing is not as straightforward as 
changing zebra_bib_index_modegrs1/zebra_bib_index_mode to 
zebra_bib_index_modedom/zebra_bib_index_mode

and I was unable to follow the wiki instructions, so left it as is.

Many thanks,
Clint.


Magnus Enger wrote:

Hi!

On 15 February 2015 at 20:02, clint.deckard
clint.deck...@frontiers.co.nz wrote:

I upgraded a 3.10 package installation on Debian squeeze to 3.18.03 and now
zebra will not reindex.
Behaviour was exactly like Bug 13396/13404

I looked to change to DOM indexing but the wiki instructions were unclear.
I added
zebra_bib_index_modegrs1/zebra_bib_index_mode


grs1 is the old mode. You want to replace that with:

zebra_bib_index_modedom/zebra_bib_index_mode

Best regards,
Magnus Enger
libriotech.no




___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Can't add items on Koha 3.18.03 built from .tar

2015-02-16 Thread Robin Sheat
Tim Young schreef op ma 16-02-2015 om 11:27 [-0600]:
 Packages are not always kept 
 up-to-date.

A small clarification: yes they are! Within a couple of days, anyway.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Please help- How to Integrate RFID with Koha

2015-02-16 Thread Colin Campbell
On Mon, Feb 16, 2015 at 11:10:35AM +0530, Bipin Dubey wrote:
 [root@localhost ~]#  perl -IC4/SIP/ -MILS
 /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml
 
 *And getting following error :-*
 
 [root@localhost ~]#  perl -IC4/SIP/ -MILS
 /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml
 Can't locate ILS.pm in @INC (@INC contains: C4/SIP/ /usr/local/lib64/perl5
 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
 /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
 BEGIN failed--compilation aborted.

Perl needs the path to the ILS module in its include list. In the command
you are using it should be -I./C4/SIP rather than -IC4/SIP

C.

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 800 756 6803 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Please help- How to Integrate RFID with Koha

2015-02-16 Thread Bipin Dubey
Hi, I want to integrate RFID with Koha for a library. So, please help me
that what I have to do ? If we have to enable SIP2 then how to enable SIP2
in koha version 3.12.05.000 on Centos 6.4.

I have followed up the following link but getting error in Start Server.

http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup

*I have run the following line :-*

[root@localhost ~]#  perl -IC4/SIP/ -MILS
/usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml

*And getting following error :-*

[root@localhost ~]#  perl -IC4/SIP/ -MILS
/usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml
Can't locate ILS.pm in @INC (@INC contains: C4/SIP/ /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
BEGIN failed--compilation aborted.
You have new mail in /var/spool/mail/root
[root@localhost ~]#

Please reply as soon as possible.
Thanks.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [Koha-devel] Koha development

2015-02-16 Thread Magnus Enger
Hi!

On 12 February 2015 at 15:07, Marshall Breeding
marshall.breed...@librarytechnology.org wrote:
 Could each of the support firms or individuals involved in Koha development
 please either post to this list or send to me individually the FTE that you
 or your organization contributes for each of the major categories of
 activity?

Libriotech is (so far!) a one man band, I am the sole employee. That
is the easy part.

In 2014 I held a temporary part time position at Oslo Public Library,
so all my work on Koha was done on their time.

In 2015 I plan to do some development and some QA and contribute to
the Koha wiki. Maybe, if I'm lucky, I can achieve this:

Development: 4-50%
QA: 10%

But I also have customers I need to keep happy, so only time will tell
how it actually turns out...

Best regards,
Magnus Enger
Libriotech
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Zebra index problem after upgrade to 3.18

2015-02-16 Thread Magnus Enger
Hi!

On 15 February 2015 at 20:02, clint.deckard
clint.deck...@frontiers.co.nz wrote:
 I upgraded a 3.10 package installation on Debian squeeze to 3.18.03 and now
 zebra will not reindex.
 Behaviour was exactly like Bug 13396/13404

 I looked to change to DOM indexing but the wiki instructions were unclear.
 I added
 zebra_bib_index_modegrs1/zebra_bib_index_mode

grs1 is the old mode. You want to replace that with:

zebra_bib_index_modedom/zebra_bib_index_mode

Best regards,
Magnus Enger
libriotech.no
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Housekeeping chaos for Koha installed via package

2015-02-16 Thread Magnus Enger
On 16 February 2015 at 00:41, Robin Sheat ro...@catalyst.net.nz wrote:
 Admire Mutsikiwa schreef op zo 15-02-2015 om 11:19 [+0200]:
 With the packages, the cron jobs are configured automatically.

 You can find them in /etc/cron.d/koha-common
 and /etc/cron.daily/koha-common

... and /etc/cron.hourly/koha-common :-)

You can find them all by doing sudo ls -1 /etc/cron*/koha-common on
the command line.

Best regards,
Magnus Enger
libriotech.no
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [Koha-devel] Koha development

2015-02-16 Thread Mengu Yazicioglu

I'd like to also add our company,

We've just started to develop for Koha 9 months ago, however, we support 
(I think) the biggest public library ogranization in the world in count,

1120 public libraries of Turkey.

Our team is 5 FTE for the moment, including developers, documentation, 
support and management.


Thanks.

Mengu
Devinim Software

On 02/12/2015 11:24 PM, Brendan Gallagher wrote:

Now that we have a better idea of the answer you are looking for.

Roughly estimating all companies that support Koha (12 of them in India, 6
in Spain alone) I'd say Koha is 1500+ easily.

On Thu, Feb 12, 2015 at 1:22 PM, Chris Cormack ch...@bigballofwax.co.nz
wrote:



On 13 February 2015 at 10:14, Marshall Breeding 
marshall.breed...@librarytechnology.org wrote:


  Brendan,



Some personnel FTE numbers from last year can be seen on the tables from
the Library Systems Report:


http://www.americanlibrariesmagazine.org/sites/americanlibrariesmagazine.org/files/content/Charts_MarshallBreeding.pdf



The numbers are for the company overall, and not limited to efforts
expended on specific products or projects.




In that case for Catalyst there are 235 staff, of which 182 are devs

Chris






___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Can't add items on Koha 3.18.03 built from .tar

2015-02-16 Thread Jonathan Druart
Hello Bob,

Have a look at bug 13523, same issue as yours.

Regards,
Jonathan

2015-02-14 16:49 GMT+01:00 Bob Ewart bob-ew...@bobsown.com:
 When I try to add an item on Koha 3.18.03 built from the .tar file, I get a
 Can't call fields on undefined value at ... additem.pl line 683.

 It works on Debian based systems installed as a package.

 See bug 13711 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13711

 I can't use Debian because it fails the vulnerability checks and the Ubuntu
 based systems kept locking up hard.

 I really would like to know the difference between the Debian/Ubuntu
 packages and building it from a .tar file.

 --
 Bob Ewart
 Stonewall National Museum  Archives
 http://stonewall.dnsalias.org



 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha