From glenora08 at gmail.com Wed Aug 3 11:59:35 2016 From: glenora08 at gmail.com (Phil Pope) Date: Wed, 3 Aug 2016 19:59:35 +1000 Subject: [Koha-oz] Koha search stopped working Message-ID: <2b5b5c9e-0cca-0544-0b1a-00ab6ef56bef@gmail.com> Hi All, I set up Koha with an instance called glenora on Lubuntu 14.04 a few days ago and it has been working fine with the 5 records I created to test with up until today. Today I added another 30 or so books using the z39.50 search and now when I search the catalogue from the OPAC or INTRANET page it does find any records. I tried rebuilding the zebra index without success. It seems that zebra is not running as I cannot see it with a ps -ef | grep zebrasvr command. When I try koha-restart-zebra glenora I get this back. Invalid --pidfiles argument: '/var/run/koha/glenora/' (Directory does not exist) I do not under stand this problem as I never had a /var/run/koha directory and everything has been working until today. The only other thing I did around the time that it stopped was install webmin on the server so I could configure samba. Has anyone else had this issue and fixed it? Everything else on Koha is working ok. I can search patrons and check books in and out. Just can't do catalogue searches. Regards, Phil From bob at calyx.net.au Thu Aug 4 00:40:09 2016 From: bob at calyx.net.au (Bob Birchall) Date: Thu, 4 Aug 2016 08:40:09 +1000 Subject: [Koha-oz] Koha search stopped working In-Reply-To: <2b5b5c9e-0cca-0544-0b1a-00ab6ef56bef@gmail.com> References: <2b5b5c9e-0cca-0544-0b1a-00ab6ef56bef@gmail.com> Message-ID: <971c9af8-f4ec-6ea1-9eca-e66008c9a15b@calyx.net.au> Hi Phil, I am not certain, but you may have encountered bug 16885: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885 There's been a discussion thread on this that might help you know whether this is your problem: https://lists.katipo.co.nz/pipermail/koha/2016-July/045810.html https://lists.katipo.co.nz/pipermail/koha/2016-August/045878.html If this is the problem, you could add yourself to the cc list for that bug. I hope this helps, Bob Birchall Calyx On 03/08/16 19:59, Phil Pope wrote: > Hi All, > > I set up Koha with an instance called glenora on Lubuntu 14.04 a few > days ago and it has been working fine with the 5 records I created to > test with up until today. > > Today I added another 30 or so books using the z39.50 search and now > when I search the catalogue from the OPAC or INTRANET page it I does find > any records. > > I tried rebuilding the zebra index without success. > It seems that zebra is not running as I cannot see it with a > ps -ef | grep zebrasvr command. > > When I try > koha-restart-zebra glenora > > I get this back. > > Invalid --pidfiles argument: '/var/run/koha/glenora/' (Directory does > not exist) > > I do not under stand this problem as I never had a /var/run/koha > directory and everything has been working until today. > > The only other thing I did around the time that it stopped was install > webmin on the server so I could configure samba. > > Has anyone else had this issue and fixed it? > Everything else on Koha is working ok. I can search patrons and check > books in and out. Just can't do catalogue searches. > > Regards, > Phil From glenora08 at gmail.com Thu Aug 4 05:27:42 2016 From: glenora08 at gmail.com (Phil Pope) Date: Thu, 4 Aug 2016 13:27:42 +1000 Subject: [Koha-oz] Koha search stopped working In-Reply-To: <971c9af8-f4ec-6ea1-9eca-e66008c9a15b@calyx.net.au> References: <2b5b5c9e-0cca-0544-0b1a-00ab6ef56bef@gmail.com> <971c9af8-f4ec-6ea1-9eca-e66008c9a15b@calyx.net.au> Message-ID: <39a9992d-15f7-2ea4-a3b5-5854886a6223@gmail.com> Thanks for the suggestion Bob. That was not it though. I checked and had no Zombies loose in the server. I did another search on the issue and found this thread. https://lists.katipo.co.nz/public/koha/2014-November/041323.html Checking my permissions in each directory listed no obvious problems. Group and Owner was glenora-koha. At the end of the thread I saw a suggestion to recreate the koho directories with this command. sudo koha-create-dirs mylibrary (replaced with my instance name) I did this and then tried sudo koha-start-zebra mylibrary This did the trick and all started working again. Looking back, the directory permissions were all rwx,r--,r-- on my dirctories. After running the create dirs command, they changed to rwx,r-x,r-x I have no idea why they had changed to read instead of read and execute, but that seems to have done the job. Hopefully this may help others who encounter this issue. Now I can get back to cataloguing. Once I think I have a handle on koha for my personal library, I am planning to create an instance for our little towns RSL Sub-branch as we have a small lending library for the members and are currently recording loans in an exercise book in the hall. At least the permissions don't change on the book. Cheers, Phil On 04/08/16 08:40, Bob Birchall wrote: > Hi Phil, > I am not certain, but you may have encountered bug 16885: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885 > > There's been a discussion thread on this that might help you know > whether this is your problem: > https://lists.katipo.co.nz/pipermail/koha/2016-July/045810.html > https://lists.katipo.co.nz/pipermail/koha/2016-August/045878.html > > If this is the problem, you could add yourself to the cc list for that bug. > > I hope this helps, > Bob Birchall > Calyx > > On 03/08/16 19:59, Phil Pope wrote: >> Hi All, >> >> I set up Koha with an instance called glenora on Lubuntu 14.04 a few >> days ago and it has been working fine with the 5 records I created to >> test with up until today. >> >> Today I added another 30 or so books using the z39.50 search and now >> when I search the catalogue from the OPAC or INTRANET page it I does find >> any records. >> >> I tried rebuilding the zebra index without success. >> It seems that zebra is not running as I cannot see it with a >> ps -ef | grep zebrasvr command. >> >> When I try >> koha-restart-zebra glenora >> >> I get this back. >> >> Invalid --pidfiles argument: '/var/run/koha/glenora/' (Directory does >> not exist) >> >> I do not under stand this problem as I never had a /var/run/koha >> directory and everything has been working until today. >> >> The only other thing I did around the time that it stopped was install >> webmin on the server so I could configure samba. >> >> Has anyone else had this issue and fixed it? >> Everything else on Koha is working ok. I can search patrons and check >> books in and out. Just can't do catalogue searches. >> >> Regards, >> Phil > > _______________________________________________ > Koha-oz mailing list > Koha-oz at lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-oz From bob at calyx.net.au Thu Aug 4 07:20:02 2016 From: bob at calyx.net.au (Bob Birchall) Date: Thu, 4 Aug 2016 15:20:02 +1000 Subject: [Koha-oz] Koha search stopped working In-Reply-To: <39a9992d-15f7-2ea4-a3b5-5854886a6223@gmail.com> References: <2b5b5c9e-0cca-0544-0b1a-00ab6ef56bef@gmail.com> <971c9af8-f4ec-6ea1-9eca-e66008c9a15b@calyx.net.au> <39a9992d-15f7-2ea4-a3b5-5854886a6223@gmail.com> Message-ID: <2f25843f-9022-d3ad-89fc-a3757ea4b529@calyx.net.au> Glad you got it sorted. Good luck with the project. Bob On 04/08/16 13:27, Phil Pope wrote: > Thanks for the suggestion Bob. That was not it though. I checked and > had no Zombies loose in the server. > > I did another search on the issue and found this thread. > https://lists.katipo.co.nz/public/koha/2014-November/041323.html > > Checking my permissions in each directory listed no obvious problems. > Group and Owner was glenora-koha. At the end of the thread I saw a > suggestion to recreate the koho directories with this command. > > sudo koha-create-dirs mylibrary (replaced with my instance name) > > I did this and then tried sudo koha-start-zebra mylibrary > > This did the trick and all started working again. > > Looking back, the directory permissions were all rwx,r--,r-- on my > dirctories. After running the create dirs command, they changed to > rwx,r-x,r-x > > I have no idea why they had changed to read instead of read and execute, > but that seems to have done the job. > > Hopefully this may help others who encounter this issue. > > Now I can get back to cataloguing. Once I think I have a handle on koha > for my personal library, I am planning to create an instance for our > little towns RSL Sub-branch as we have a small lending library for the > members and are currently recording loans in an exercise book in the > hall. At least the permissions don't change on the book. > > Cheers, > Phil > > On 04/08/16 08:40, Bob Birchall wrote: >> Hi Phil, >> I am not certain, but you may have encountered bug 16885: >> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885 >> >> There's been a discussion thread on this that might help you know >> whether this is your problem: >> https://lists.katipo.co.nz/pipermail/koha/2016-July/045810.html >> https://lists.katipo.co.nz/pipermail/koha/2016-August/045878.html >> >> If this is the problem, you could add yourself to the cc list for that bug. >> >> I hope this helps, >> Bob Birchall >> Calyx >> >> On 03/08/16 19:59, Phil Pope wrote: >>> Hi All, >>> >>> I set up Koha with an instance called glenora on Lubuntu 14.04 a few >>> days ago and it has been working fine with the 5 records I created to >>> test with up until today. >>> >>> Today I added another 30 or so books using the z39.50 search and now >>> when I search the catalogue from the OPAC or INTRANET page it I does find >>> any records. >>> >>> I tried rebuilding the zebra index without success. >>> It seems that zebra is not running as I cannot see it with a >>> ps -ef | grep zebrasvr command. >>> >>> When I try >>> koha-restart-zebra glenora >>> >>> I get this back. >>> >>> Invalid --pidfiles argument: '/var/run/koha/glenora/' (Directory does >>> not exist) >>> >>> I do not under stand this problem as I never had a /var/run/koha >>> directory and everything has been working until today. >>> >>> The only other thing I did around the time that it stopped was install >>> webmin on the server so I could configure samba. >>> >>> Has anyone else had this issue and fixed it? >>> Everything else on Koha is working ok. I can search patrons and check >>> books in and out. Just can't do catalogue searches. >>> >>> Regards, >>> Phil From moyrab at internode.on.net Sat Aug 6 05:02:28 2016 From: moyrab at internode.on.net (Moyra McAllister) Date: Sat, 6 Aug 2016 13:02:28 +1000 Subject: [Koha-oz] Koha User meeting 18th August Message-ID: <621C4EA94015494EA36CAF0C0E08AA97@AMADEUS> Hello everyone, Just confirming the next Koha Users Meeting will be on Thursday August 18th at 6.00 pm at Melbourne Athenaeum Library 188 Collins St (upstairs in the Theatre building) Alvet Miranda from Ebsco will speak on the KohaCon 2016 and the EBSCO Discovery plug-in for Koha Bob and Irma Birchall will speak briefly about some innovative work that Calyx has done with the Bureau of Meteorology. David Cook from Prosentient in Sydney will also be attending. As usual we will be going for dinner after the meeting RSVP to fostersiobhan at hotmail.com and let her know 1.. if you will be attending 2.. if you have any agenda items 3.. if you want to join us for dinner. Moyra McAllister Mob: 0409463663 E-mail: moyrab at internode.on.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From jezzinelibraryamnq at gmail.com Fri Aug 12 03:12:02 2016 From: jezzinelibraryamnq at gmail.com (Jezzine Library) Date: Fri, 12 Aug 2016 11:12:02 +1000 Subject: [Koha-oz] Koha user list admission Message-ID: Please add me to the KOHA user group list. Regards -- Anne Laguna Librarian Army Museum North Queensland, Jezzine Barracks jezzinelibraryamnq at gmail.com Tuesday 9am - 12pm Friday 9am - 12pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From moyrab at internode.on.net Tue Aug 16 01:40:22 2016 From: moyrab at internode.on.net (Moyra McAllister) Date: Tue, 16 Aug 2016 09:40:22 +1000 Subject: [Koha-oz] Koha User Group Meeting 18 Aug Message-ID: Just a reminder that the next Koha Users Meeting will be on Thursday August 18th at 6.00 pm at Melbourne Athenaeum Library 188 Collins St (upstairs in the Theatre building) ? ? Alvet Miranda from Ebsco will speak on the KohaCon 2016 and the EBSCO Discovery plug-in for Koha Bob and Irma Birchall will speak briefly about some innovative work ?that Calyx has done on public Reports.? David Cook from Prosentient in Sydney will also be attending. ? As usual we will be going for dinner after the meeting RSVP to fostersiobhan at hotmail.com and let her know if you will be attending if you have any agenda items if you want to join us for dinner. Moyra Tel:0394826412Mob:0409463663moyrab at internode.on.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From irma at calyx.net.au Tue Aug 16 09:06:15 2016 From: irma at calyx.net.au (Irma Birchall) Date: Tue, 16 Aug 2016 17:06:15 +1000 Subject: [Koha-oz] Sydney : Monday, August 22, 2016 : Meeting with Librarian and CEO Joann Ransom ~ Building Strong Libraries for Strong Communities Message-ID: Dear all, Please check your diary for Monday August 22 and see if you can cancel anything that is not important for the future, so that you can have a conversation with Joann Ransom . This is an invitation for a coming together during the day on Monday August 22nd somewhere in the Sydney region. You suggest the time and place . Joann is open to meet anyone who wishes to share their current situation and she will respond drawing from her extraordinary contributions and achievements within her local community of Levin in New Zealand and the global implications of her work. This is also an invitation for a coming together from 17:30 PM for a Koha-OZ meet-up somewhere in Sydney's CBD with our guest speaker, Joann Ransom. Dinner afterwards for those who can stay. Complimentary refreshments on arrival. Meet-up location suggestions are welcome. Librarian extraordinaire Joann Ransom has recently left Te Horowhenua Library Trust in New Zealand, where Koha was developed in 1999 and where she had been the CEO for the last 6 years. Joann?s roles have been many including to lead Te Takeretanga o Kura-Hau-P?, the Horowhenua Culture and Community Centre, to become the multi-functional heart and hub of the community. What's in a name? The meaning of takeretanga is the ?dispersal of knowledge?. The Takere is also the hull of the waka where treasures are kept for safety. Like the hull of the waka, Te Takere holds many taonga for the benefit of all. Since early 2016, Joann was ready for fresh challenges and these are including 3 months of travelling the globe meeting the Koha community members who have grown the original Koha into one of the world?s most popular library management systems today. The world tour includes Sydney, Malaysia, Mumbai, Pune, London, Prague, Vienna, Berlin, Ireland, Norway, Sweden, Marseille, New York, Montreal, Chicago, Kansas, Oregon, San Francisco,Utah, Texas and Argentina. ?Releasing Koha under an open source licence made so much sense to us; we were a public library not a software development company and we needed a much wider pool of librarians to develop the software further?. Today, Koha is one of the world?s most widely used library management systems with a strong development community that provides 24/7 support. Koha is used in an increasing number of libraries in Australia and some of these libraries are listed here or can be found on this map . In addition to her work on Koha, which won the 2000 3M Award for Innovation in Libraries, Joann was the first librarian outside of USA to be named an American Library Journal Mover and Shaker ? Tech Leader, largely for her work developing Kete , another open source project that won the 2008 3M Award for Innovation in Libraries and a 2007 World Summit Awards : Special Mention (North America and Oceania) in the e-inclusion section. Thanks to her vision and passion, Joann also brought into being and then managed Te Takere . Horowhenua?s new library, culture and community centre. The project was developed by the Horowhenua District Council and the Horowhenua Library Trust in consultation with the Muaupoko Tribal Authority. This is what locals say "We are so incredibly lucky to have Te Takere in our community, locals, travellers, tourists....don't miss it." "Te Takere is a safe, supervised and all-inclusive family/whanau destination. It is ?the place to go? in the Horowhenua providing quality activities and opportunities to positively engage and extend everyone." Here is a short list of Services & Facilities available in Te Takere, an absolute change agent for the local community: Open seven days a week, it offers a wide range of services to both the community and to visitors to the Horowhenua District, including: Library materials and resources Visitor Information AA Vehicle licensing and driver testing Toilets and baby changing facilities Lounges to relax in and spaces for study Fully equipped meeting and function facilities Exhibitions, performances and a range of programmes to suit all ages Family and local history displays and resources A well resourced children?s area Business, Council and Community support services. A large youth space and a recording studio Self contained and fully equipped education spaces A Chinese garden and outdoor play area. Library and information services are also available at the Foxton, Tokomaru and Shannon Libraries. Since the opening of Te Takere in 2012, the town of Levin has seen a 50% reduction in the rate of petty crime and un-employment has significantly reduced. This is your opportunity to hear from Joann how a mix of library and community services can have strategic impact in a community. Joann's world tour starts in Sydney. You are invited to meet with Joann on Monday August 22, 2016. Suggest a time and location. For further information and RSVPs please contact Irma Birchall founder of CALYX information essentials, a Koha support company since 2003. With kind regards, Irma ------------------ Irma Birchall CEO & Founder : CALYX information essentials Open Source Software Koha LMS and Digital Repositories Installation, Data Conversion, Configuration, Training, Hosting, Support T: +61 (2) 9437 4848 <%2B61%20%282%29%209437%204848> ~ M: +61 (0) 413 510 717 <%2B61%20%280%29%20413%20510%20717> irma at calyx.net.au ~ www.calyx.net.au ~ http://koha-community.org/ ~ https://kohaforschools.com.au/ Office : North Sydney, NSW, Australia For Australian Koha users communications and events, join the e-list: http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-oz -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Joann Ransom.jpg Type: image/jpeg Size: 101476 bytes Desc: not available URL: From ddavid at lib.unitech.ac.pg Wed Aug 17 01:03:58 2016 From: ddavid at lib.unitech.ac.pg (Decka David) Date: Wed, 17 Aug 2016 09:03:58 +1000 Subject: [Koha-oz] Koha Users in Papua New Guinea Message-ID: <000f01d1f812$7d764de0$7862e9a0$@unitech.ac.pg> Hi Koha Oz, I recently discovered from librarians in Papua New Guinea that there a number of organizations and institutions that are using Koha ILS. Is there a way forward that we can meet up and organize for the country to put forward something for libraries in Papua New Guinea. We can get help from the Koha communities from Australia and New Zealand for trainings and Koha developments. I have been interested about Koha when did install, customize the Koha for Unitech Library. Hope to hear from other Koha users from Papua New Guinea. Thank you Decka David PNG - Unitech -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob at calyx.net.au Fri Aug 19 08:56:36 2016 From: bob at calyx.net.au (Bob Birchall) Date: Fri, 19 Aug 2016 16:56:36 +1000 Subject: [Koha-oz] Koha Users in Papua New Guinea In-Reply-To: <000f01d1f812$7d764de0$7862e9a0$@unitech.ac.pg> References: <000f01d1f812$7d764de0$7862e9a0$@unitech.ac.pg> Message-ID: Hi David, I know that Institute of Business Studies uses Koha. I'm not sure the librarian is on this list but I'd be happy to put you in touch with her if you contact me off list. We provide Koha hosting and support services out of Sydney. Not sure how we could help with a PNG user group, but happy to offer whatever support we can. Cheering from the sidelines, perhaps? More to the point, I am sure this list will welcome contributions from Koha librarians in PNG. Congratulations on your efforts to build the Koha community in PNG. Best wishes, Bob Birchall Calyx On 17/08/16 09:03, Decka David wrote: > > Hi Koha Oz, > > I recently discovered from librarians in Papua New Guinea that there a > number of organizations and institutions that are using Koha ILS. Is > there a way forward that we can meet up and organize for the country > to put forward something for libraries in Papua New Guinea. We can get > help from the Koha communities from Australia and New Zealand for > trainings and Koha developments. > > I have been interested about Koha when did install, customize the Koha > for Unitech Library. Hopeto hear from other Koha users from Papua New > Guinea. > > Thank you > > Decka David > > PNG - Unitech > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fostersiobhan at hotmail.com Sun Aug 21 17:59:07 2016 From: fostersiobhan at hotmail.com (Siobhan Foster) Date: Sun, 21 Aug 2016 15:59:07 +0000 Subject: [Koha-oz] Notes from Koha Users Group meeting August 18th 2016 Message-ID: Good morning everyone, Thank you for such an interesting meeting last Thursday. Please find attached notes from the meeting. I hope our interstate attendees got home safely, thank you for coming! I will be updating our records from the email list you filled out, but I hope these notes reach you on this Koha Oz forum. Kind regards, Siobhan Foster The greatness of a nation and its moral progress can be measured by the way in which its animals are treated. -- Mahatma Gandhi -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Koha Users Meeting August 18th 2016.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 18177 bytes Desc: Koha Users Meeting August 18th 2016.docx URL: From irma at calyx.net.au Tue Aug 23 04:17:31 2016 From: irma at calyx.net.au (Irma Birchall) Date: Tue, 23 Aug 2016 12:17:31 +1000 Subject: [Koha-oz] Koha World Tour : Sydney, Australia. Message-ID: Jo Ransom wrote: "Hi all, Just a quick note to let you know that the itinerary for my Koha World Tour is complete and details are being added as they come to hand for events I will be attending as I travel around the globe. I hope to meet as many of you as possible so if you are able to attend an event somewhere please come and say hi. I will also be tweeting as @jransom using #kohaworldtour." Joann Ransom is one of the librarians who worked with Chris Cormack to develop the original Koha library management system back in 1999. Joann, ex CEO of Horowhenua Library Trust, is travelling around the world aiming to meet as many Koha community members as possible. Joann has three main topics that she is happy to speak on: 1) Origins of Koha, 2) The Koha Community and what that means and 3) Te Takere : transforming a modest public library service into a 21st century community centre. Hi Koha community, We can let you know that Joann is now on her way. Following a small but enthusiastic gathering at the Koha-OZ meetup in Sydney last night, we delivered Joann to the airport this morning. Her next stop is Malaysia. Dear Malaysian Koha Community , Joann is looking forward to coming to you next. Thanks Jo for your visit and presentation about Koha in Sydney. Cheers, Irma CALYX -------------- next part -------------- An HTML attachment was scrubbed... URL: From irma at calyx.net.au Tue Aug 23 13:33:14 2016 From: irma at calyx.net.au (Irma Birchall) Date: Tue, 23 Aug 2016 21:33:14 +1000 Subject: [Koha-oz] Win a trip to a library conference Message-ID: ---------- Forwarded message ---------- From: Helen Boelens via OZTL_NET Date: 23 August 2016 at 20:57 Subject: [OZTL_NET] Fw: [SCHOOL-L] Win a trip to a library conference To: OZTL_NET With apologies for the cross posting. This is such a good opportunity for a young school librarian/teacher librarian (as far as I know, they fall into the category of Academic Librarians) With kind regards, Helen Boelens ----- Original Message ----- From: Albert Boekhorst To: iasl at freelists.org ; IFLA School Libraries ; ENSIL-list: European Network for School Libraries and Information Literacy Sent: Tuesday, August 23, 2016 9:03 AM Subject: [SCHOOL-L] Win a trip to a library conference Have a look at http://app.news.wiley.com/e/es?s=1133198723&e=449090&elq= bb9394c561544a1289de66719adbbad2&elqaid=11439&elqat=1&elqTrackId= be52ad97a9d24b6c8db9974cd2051faf With kind regards Albert K. Boekhorst _____________________________________ www.albertkb.nl -------------- next part -------------- An HTML attachment was scrubbed... URL: