Sub : unable to locate koha Dear sir Out put of three commands 1 at /etc/apt/sources.list.d/koha.list cohklib@cohklib-HP-Z230-SFF-Workstation:~$ sudo su root@cohklib-HP-Z230-SFF-Workstation:/home/cohklib# cat /etc/apt/sources.list.d/koha.list root@cohklib-HP-Z230-SFF-Workstation:/home/cohklib# 2) wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - HTTP request sent, awaiting response... 200 OK Length: 59549 (58K) [text/plain] Saving to: ‘STDOUT’ 0% [ ] 0 --.-K/s in 0s Cannot write to ‘-’ (Broken pipe). root@cohklib-HP-Z230-SFF-Workstation:/home/cohklib# add - 3) sudo apt-get update Ign http://in.archive.ubuntu.com trusty/multiverse Translation-en_IN Ign http://in.archive.ubuntu.com trusty/restricted Translation-en_IN Ign http://in.archive.ubuntu.com trusty/universe Translation-en_IN Reading package lists... Done root@cohklib-HP-Z230-SFF-Workstation:/home/cohklib# On Mon, Aug 15, 2016 at 8:36 AM, shankar reddy Kolle <stkolle@gmail.com> wrote:
Please see the output buntu:~$ sudo su [sudo] password for cohklib: root@ubuntu:/home/cohklib# cat /etc/apt/sources.list.d/koha.list wget -O- http://debian.koha-community.org/koha/gpg.asc
clear root@ubuntu:/home/cohklib# wget -O- http://debian.koha-community.o rg/koha/gpg.asc | sudo apt-key --2016-08-15 08:33:19-- http://debian.koha-community.org/koha/gpg.asc Resolving debian.koha-community.org (debian.koha-community.org)... Usage: apt-key [--keyring file] [command] [arguments]
Manage apt's list of trusted keys
apt-key add <file> - add the key contained in <file> ('-' for stdin) apt-key del <keyid> - remove the key <keyid> apt-key export <keyid> - output the key <keyid> apt-key exportall - output all trusted keys apt-key update - update keys using the keyring package apt-key net-update - update keys using the network apt-key list - list keys apt-key finger - list fingerprints apt-key adv - pass advanced options to gpg (download key)
If no specific keyring file is given the command applies to all keyring files. 67.220.127.145 Connecting to debian.koha-community.org (debian.koha-community.org)|67.220.127.145|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 59549 (58K) [text/plain] Saving to: ‘STDOUT’
0% [ ] 0 --.-K/s in 0s
Cannot write to ‘-’ (Broken pipe). root@ubuntu:/home/cohklib# add -sudo apt-get update No command 'add' found, did you mean: Command 'tdd' from package 'devtodo' (universe) Command 'ad' from package 'netatalk' (universe) Command 'dd' from package 'coreutils' (main) Command 'amd' from package 'am-utils' (universe) Command 'ddd' from package 'ddd' (universe) Command 'ldd' from package 'libc-bin' (main) Command 'adb' from package 'android-tools-adb' (universe) Command 'hadd' from package 'root-system-bin' (universe) Command 'atd' from package 'at' (main) Command 'adbd' from package 'android-tools-adbd' (universe) Command 'and' from package 'and' (universe) Command 'axd' from package 'afnix' (universe) Command 'aid' from package 'id-utils' (universe) add: command not found root@ubuntu:/home/cohklib#
On Mon, Aug 15, 2016 at 5:30 AM, <koha-request@lists.katipo.co.nz> wrote:
Send Koha mailing list submissions to koha@lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit https://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz
You can reach the person managing the list at koha-owner@lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."
Today's Topics:
1. Re: unable to locate koha-common (Dalton Fury) 2. Re: Restrict access to SCO (Katrin Fischer) 3. Re: IP restrictions not taking effect (Katrin Fischer) 4. Re: customizing self check out cgi-bin/koha/sco/sco-main.pl help message (Katrin Fischer) 5. Wipe Out of Data on Koha Demo Site- reg (Mohd. Azim) 6. Re: Koha: Wipe Out of Data on Koha Demo Site- reg (Arslan Farooq)
----------------------------------------------------------------------
Message: 1 Date: Sun, 14 Aug 2016 10:54:31 +0530 From: Dalton Fury <daltonfury42@gmail.com> To: Mark Tompsett <mtompset@hotmail.com> Cc: KOHA <koha@lists.katipo.co.nz> Subject: Re: [Koha] unable to locate koha-common Message-ID: <CALH0Xhmf2n5Kra=syeA4NdEi3ZUYCdYt_B0KUQZUAuo8B26ZbA@mail.gm ail.com> Content-Type: text/plain; charset=UTF-8
Please post the output of the following three commands:
1) cat /etc/apt/sources.list.d/koha.list 2) wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - 3) sudo apt-get update
On Sat, Aug 13, 2016 at 8:57 PM, Mark Tompsett <mtompset@hotmail.com> wrote:
Greetings,
The instructions are very clear.
Open a terminal window $ sudo ls [output cut – will need to type a password] $ echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list [output cut] $ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - [output cut] $ sudo apt-get update [output cut ] $ sudo apt-get upgrade [output cut – clearly the answer is yes for an initial install] $ sudo apt-get clean [don’t think there is output, but it is cut, if there is any] $ sudo apt-get install koha-common
Did any of these commands fail? Is the machine properly networked?
The general goal of the Ubuntu package instructions ( https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages) was that a cut and paste (except for editing files) of the boxes (they are blue in my browser) should get you a working base install, from which you could tweak the apache settings latter if you wanted to go live to the internet.
Perhaps you could explain exactly what steps you are taking?
GPML, Mark Tompsett
From: shankar reddy Kolle<mailto:stkolle@gmail.com> Sent: Saturday, August 13, 2016 4:39 AM To: Mark Tompsett<mailto:mtompset@hotmail.com> Subject: Re: [Koha] unable to locate koha-common
Dear sir,
I tried using 14.04 also again same problem i am facing. "unable to locate koha-common"
Thanking you,
yours sincerely,
Shankar Reddy
On Sat, Aug 13, 2016 at 10:10 AM, shankar reddy Kolle < stkolle@gmail.com <mailto:stkolle@gmail.com>> wrote: Dear sir,
Thank you i will try with ubuntu 14.04 and thanks for information
On Sat, Aug 13, 2016 at 10:05 AM, Mark Tompsett <mtompset@hotmail.com <mailto:mtompset@hotmail.com>> wrote: Greetings,
shankar reddy Kolle<stkolle@gmail.com<mailto:stkolle@gmail.com>> wrote:
I have installed Ubuntu 12.0.4 for installation of Koha using package method.
Currently, Ubuntu 14.04 LTS is the recommendation for Koha, not Ubuntu 12.04 LTS. (https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_ packages#Introduction)
shankar reddy Kolle<stkolle@gmail.com<mailto:stkolle@gmail.com>> wrote:
but i got the error "unable to locate koha-common " while installation process.
Next, did you add the appropriate repositories? https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_ packages#Add_A_Koha_Community_Repository
shankar reddy Kolle<stkolle@gmail.com<mailto:stkolle@gmail.com>> wrote:
Please let me know, how to fix it.
Hope these links provide you the information to address your issues.
GPML, Mark Tompsett
-- Best regards Dr. Shankar Reddy Kolle Assistant Librarian (University of Horticultural Sciences, Bagalkot) College of Horticulture, Kolar Cell no.9742749018<tel:9742749018>
-- Best regards Dr. Shankar Reddy Kolle Assistant Librarian (University of Horticultural Sciences, Bagalkot) College of Horticulture, Kolar Cell no.9742749018 _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
Message: 2 Date: Sun, 14 Aug 2016 09:56:18 +0200 From: Katrin Fischer <Katrin.Fischer.83@web.de> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Restrict access to SCO Message-ID: <27d69b64-696e-109a-28e2-46ef4b3d2b5f@web.de> Content-Type: text/plain; charset=utf-8
Hi Clint,
I don't know how to do this with Apache, but there is an open bug related to this, that might be interesting for you:
Bug 14407 - Limit web-based self-checkout to specific IP addresses https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407
Hope this helps,
Katrin
Am 13.08.2016 um 01:34 schrieb clint.deckard:
I would like to restrict access to the Self Checkout to just a single ip address. I believe the Apache mod_authz_host module is the answer but am unsure just how to implement it in a multi-instance set-up.
I would appreciate any tips on how to do it.
Thank you, Clint Deckard. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
Message: 3 Date: Sun, 14 Aug 2016 10:40:42 +0200 From: Katrin Fischer <Katrin.Fischer.83@web.de> To: koha@lists.katipo.co.nz Subject: Re: [Koha] IP restrictions not taking effect Message-ID: <b12b5dce-6830-2ca1-e706-acbba5e235e1@web.de> Content-Type: text/plain; charset=utf-8
Hi,
did you also set the AutoLocation system preference to "Require"?
http://translate.koha-community.org/manual/master/en/html- desktop/#AutoLocation
Hope this helps,
Katrin
Am 10.08.2016 um 13:40 schrieb Dalton Fury:
Hi,
I am trying to restrict staff logins to one subnet. What I tried is to set" IP" field in "Modify Library" to "192.168.56.*". But to our dismay, this did not have any effect. We even tried restricting staff logins to a particular IP, but even that did not work.
What am I missing here?
Thanks! Navaneeth K _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
Message: 4 Date: Sun, 14 Aug 2016 10:42:43 +0200 From: Katrin Fischer <Katrin.Fischer.83@web.de> To: koha@lists.katipo.co.nz Subject: Re: [Koha] customizing self check out cgi-bin/koha/sco/sco-main.pl help message Message-ID: <9262eee1-b388-85c9-88ce-1e275f6444c9@web.de> Content-Type: text/plain; charset=utf-8
Thx for sharing your solution!
I was able to resolve this and I'm sharing it so that those who will be doing similar things can take a look at this thread. First and foremost,
Am 13.08.2016 um 09:05 schrieb schnydszch: there is
SCOUserJS in order that the interface in Self Check out be further customized, there is even SCOUserCSS. Well, the key was to find the correct divs in order to insert some HTMLs. The self check out guide which can only be seen if Help was clicked was added through this: $("#masthead").append('<div><br><div class="box rounded"> Self Checkout Step-by-Step Guide <br></div> Step one: Scan your ID card barcode number Step two: Scan the barcode of each book (one at a time) <p>Scan one barcode number and wait for the page to reload before scanning the next barcode. The checked-out item should appear in your checkout list.</p> Step three: Click the "Finish" button <p>If you do not click the "Finish" button, your session will automatically expire in 60 seconds.</p></div>'); Other things were also done such that links aren't clickable in the SCO:
/* Remove the tabs in SCO --------------------------------------*/ $(document).ready(function(){ $("ul#head-nav").hide(); });
/* Remove h1 in SCO --------------------------------------*/ $(document).ready(function(){ $("h1").hide(); });
/* Disable all links in SCO ---------------------*/ $(document).ready(function(){ $('a').removeAttr('href'); });
/* Hide ?Help in SCO ---------------------*/ $(document).ready(function(){ $('i.icon.help').hide(); $("a:contains('Help')").text(""); });
I can't remove the footer in SCO (I don't know why?) so I added the following below in OPACUserJS /* Remove footer in SCO ---------------------*/ $(document).ready(function(){ if(/sco-main/.test(self.location.href)){ $("#footer-texts.pull-left").remove(); } });
Well that's all. Cheers and have nice day!
-- View this message in context: http://koha.1045719.n5.nabble. com/customizing-self-check-out-cgi-bin-koha-sco-sco-main-pl- help-message-tp5898007p5899599.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
Message: 5 Date: Fri, 12 Aug 2016 10:28:09 +0530 From: "Mohd. Azim" <azeemalig.khan@gmail.com> To: koha@lists.katipo.co.nz Subject: [Koha] Wipe Out of Data on Koha Demo Site- reg Message-ID: <CAEJYVPXvL2G7RTwKiB3w8vZnR4t=Etw90BXF1+Y3bEfctPCQbQ@mail.gm ail.com> Content-Type: text/plain; charset=UTF-8
Dear All,
A very Good Morning to all of you. I have a query regarding the Demo of koha, I am using the Demo site of koha on Koha Community website but all my data (Patrons, Libraries, Members etc) wiped out from the server on next day.
Can anyone tell me how I can save my data for few days or for few months on the Demo site of koha for testing purpose only.
Thanks.
--
*Best Regards*
*Mohd. Azim*
Semi Professional
Maulana Azad Library
Aligarh Muslim University
Aligarh, India-202002
Mob: +91 8439129662
Website: http://www.amu.ac.in/amulibshowfacultydata2.jsp?did=10066&eid=10061263
******************************
------------------------------
Message: 6 Date: Sat, 13 Aug 2016 12:25:02 +0500 From: Arslan Farooq <arslanone@gmail.com> To: "Mohd. Azim" <azeemalig.khan@gmail.com> Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Koha: Wipe Out of Data on Koha Demo Site- reg Message-ID: <CAFqgOiLTU4g3bD50beRsQofgf8GmSgETOvPeTL-KA0y7N3nPZA@mail.gm ail.com> Content-Type: text/plain; charset=UTF-8
Hi,
All demos usually reset data daily or at some interval.
Arslan
On Aug 13, 2016 9:48 AM, "Mohd. Azim" <azeemalig.khan@gmail.com> wrote:
Dear All,
A very Good Morning to all of you. I have a query regarding the Demo site of koha, I am using the Demo site of koha on Koha Community website but all my data (Patrons, Libraries, Members etc) wiped out from the server on next day.
Can anyone tell me how I can save my data for few days or for few months on the Demo site of koha for testing purpose only.
Thanks.
--
*Best Regards*
*Mohd. Azim*
Semi Professional
Maulana Azad Library
Aligarh Muslim University
Aligarh, India-202002
Mob: +91 8439129662
Website: http://www.amu.ac.in/amulibshowfacultydata2.jsp?did=10066&eid=10061263
****************************** _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
Subject: Digest Footer
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------
End of Koha Digest, Vol 130, Issue 31 *************************************
-- Best regards Dr. Shankar Reddy Kolle Assistant Librarian (University of Horticultural Sciences, Bagalkot) College of Horticulture, Kolar Cell no.9742749018
-- Best regards Dr. Shankar Reddy Kolle Assistant Librarian (University of Horticultural Sciences, Bagalkot) College of Horticulture, Kolar Cell no.9742749018