Time Nick Message 02:50 sjamso hello everyone 02:52 sjamso Can anyone help me out with the fine calculation. My koha does not calculate any fines. Please need help 02:54 sjamso I get the following error when i run the ./fines.pl manually 02:54 sjamso Can't locate C4/Context.pm in @INC (you may need to install the C4::Context module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./fines.pl line 33. BEGIN failed--compilation aborted at ./fines.pl line 33. 02:54 sjamso any suggestion please 02:54 wahanui any suggestion is great 03:07 sjamso any suggestion on failed fine calulation 03:07 wizzyrea did you install with packages? 03:15 sjamso no.. not with package 03:15 sjamso I get this error .. Can't locate C4/Context.pm in @INC (you may need to install the C4::Context module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./fines.pl line 33. BEGIN failed--compilation aborted at ./fines.pl line 33. 03:15 sjamso When I run the ./fines.pl in crontab 06:34 morgane hi ! 06:39 Oak hello morgane ! 06:40 morgane hi Oak :) 06:43 Oak :) 06:43 Oak thank you for working on Koha :) 06:45 * dcook waves 06:45 * Oak waves to dcook 06:49 morgane Oak: thanks! I'm very happy to work on it 06:51 Oak cool. 07:01 fridolin hie 07:04 Oak hi fridolin 07:04 akawa Morning #koha! 07:04 Oak morning 07:17 marcelr hi #koha 07:38 marcelr anyone else experiencing very slow opac-memberentry.pl in current master ? 07:44 marcelr ah generate_csrf_token takes forever in opac-memberentry ? 07:52 LibraryClaire morning 07:52 eythian So I hear 07:53 * cait waves 07:54 * LibraryClaire waves back 07:54 LibraryClaire does seem to come around every day 07:56 marcelr hi cait LibraryClaire and eythian 07:56 LibraryClaire hi marcelr :) 07:57 eythian marcelr: goedemorgen 07:57 eythian I saw reference to a TV show "I am Cait" yesterday while scrolling through channels. Didn't see if it's any good though. 07:57 cait scary 07:58 eythian marcelr: I finally got around to signing up for Dutch lessons, starting in September. I think these ones are pretty basic though, but that's OK. 07:58 marcelr echte inburgeraar 07:58 eythian heh 07:59 eythian it'll take a bit more than basic lessons for that, give it time :) 08:00 marcelr should learn english one day :) 08:00 eythian yeah, suppose I should. 08:01 cait :) 08:17 * cait waves at rocio1 08:17 rocio1 hi! 08:21 cait Joubu: around? 08:22 cait I got this in the qa scripts http://paste.koha-community.org/37 08:23 cait does someone know where this comes from? 08:25 cait hm found bug 16104 08:25 huginn 04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 normal, P5 - low, ---, jonathan.druart, In Discussion , Warnings "used only once: possible typo" should be removed 08:41 marcelr cait: you can ignore these errors; somehow related to caching 08:42 cait thx marcelr - i seemed to remember something like that but wanted to check 08:42 cait i put it in discussion for another thing tho 08:42 cait It seems like it adds a double use of the expirationdate column in reserves 08:43 cait it was bug 12063 - maybe you can take a look at some point? I'd be interested what you think as you are using holds quite differently 08:43 huginn 04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12063 enhancement, P5 - low, ---, koha-bugs, In Discussion , Change date calculation for reserve expiration to skip all holidays 08:51 atheia hello :-) 08:57 cait hi atheia :) 08:58 marcelr cait: ok will have a look at 12063 08:59 marcelr still fighting with the pushed bug 16591 08:59 huginn 04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16591 is not accessible. 08:59 marcelr bug 16591 09:00 marcelr security bug 09:03 LibraryClaire hi atheia :) 09:23 cait marcelr: what's th eissue? performance? 09:24 marcelr well, it hangs until it reaches timeout 09:24 marcelr somewhere in the dark seed generation stuff of secure::random 09:25 marcelr looking in the perl debugger now 09:45 cait marcelr: ouch :( 09:45 cait i tested it - so not sure why it didn'thappen for me 09:46 marcelr if more people have it, we will hopefully hear soon 09:46 cait hm doesn't happen for me 09:46 cait i jus checked on master, speed is ok for opac-memberentry 09:47 cait i am on ubuntu 09:47 cait maybe a different version of the dependency? 09:47 cait but the old lts even 09:48 cait Version: 1.00-1 10:13 marcelr yes, i also have version 1.00 10:13 marcelr but the problem is deeper 10:13 marcelr it is about reading /dev/random 10:14 marcelr while /dev/urandom would probably be faster and sufficient 10:24 cait marcelr: you lostme there - buttell me if i can help with testing in some way 10:25 marcelr i'll see if jonathan replies on the comments I made on the report; and perhaps we need to build a wrapper around the token calls 10:25 eythian never use /dev/random 10:25 eythian (unless you really really know you need to) 10:25 marcelr yes but Crypt Seed Random does 10:25 eythian well, it should be patched/overridden 10:25 marcelr with the result that opac-memberentry hangs 10:26 eythian (this is especially a problem on a server that has not so much entropy.) 10:26 marcelr yes 10:26 marcelr test server 10:26 wahanui test server is installed in a Virtual Machine that is not shared. 10:26 eythian http://www.2uo.de/myths-about-urandom/ <-- relevant reading should you need to make a case beyond "it's breaking stuff" :) 10:27 marcelr it should first test urandom but it does that as second alternative 12:23 marcelr quit 12:23 marcelr ting 13:06 tcohen morning 13:12 nengard hi tcohen 13:54 * andreashm waves 13:54 andreashm Anyone know why you can't copy control fields into other fields using the MARC modification template? 13:55 andreashm Or that have other option for us to use when importing, for copying the 001 into a new 035a? 13:55 andreashm (We'd rather not use MarcEdit for this, as we would like this to be automatically done with imports) 13:55 nengard hmmmm 13:56 nengard I never tried - is it that it's not working or that it's not an option? 14:06 Joubu andreashm: it's just a limitation of the code. It could be improved 14:06 huginn New commit(s) kohagit: Bug 2735: CSS changes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=199c00c7ba4edb78bcf0d022cfedc4e891316071> / Bug 2735: Fix authority search pagination at the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=de2df0dfe85bc8ac33375ad5b436ac247c3875d6> / Bug 16920: sysprefs.sql - missing comma for MaxOpenSuggestions <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bfac6 14:12 tcohen hi Joubu! 14:13 tcohen hi andreashm 14:13 Joubu Hi tcohen! 14:13 tcohen enjoying the sun?? 14:13 tcohen drinking soft beers this days?? 14:14 Joubu I am going to a beer festival tonight :) 14:15 Joubu thanks for the rebase btw! I am not sure it was the right way to go. I thought it would help to have independent patches 14:15 eythian Joubu: hey, me too, sorta. I have to go to a brewery for beers, anyway. 14:16 huginn New commit(s) kohagit: Bug 16810: Fines note not showing on checkout <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a353fe5d988d64f52d0a530b1d507f8f8eab2a5a> / Bug 16682: (followup) Fix display if Batch patron modification tool does not get... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5a1f3acaabf235733a3e7a98d16d0395df1980b8> / Bug 16682: Fix display if Batch patron modification tool does not get any patro 14:16 Joubu heh, friday is always kind of a beer festival, that's it? :) 14:17 Joubu http://www.unbagnodibirra.com 14:19 tcohen Joubu: we need to push kyle to commit them soon hehe 14:20 eythian https://www.zonnepanelendelen.nl/project/oedipus <-- Joubu, I sponsored this, and the first beer from it is ready now. 14:21 andreashm hi tcohen 14:22 Joubu eythian: so you will know if the investment was worth :) 14:22 eythian exactly :) 15:06 huginn New commit(s) kohagit: Bug 16900 - Hold suspend button incorrectly styled in patron holds list <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6c711e6cda36ab339fc52d63ec1fd99d1f39fe99> / Bug 16897 - Re-focus on "Add item" in Lists <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fcf2e1325e6cf056b5b7e5e95545adcd322d1b52> / Bug 16893 - Missing closing tag disrupts patron checkouts page style <http://git.koha-communi 15:11 morgane bye ! 15:16 huginn New commit(s) kohagit: Bug 16621: Translatability: Issues in opac-user.tt (sentence splitting) <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dc1ff4efff70cabfad5b8e2e69e7a9448cc61e16> 15:27 huginn New commit(s) kohagit: Bug 16812: Revise JS script for z3950_search.tts and remove onclick events <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f240a91640234bf0f4e3bf6162c8fe3389db4ec2> / Bug 16777: Correct intranet search alias <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3fe6abc9d57fc1dc9968af0b25644f4cdb2289e0> / Bug 16701: (follow-up) improve some changes <http://git.koha-community.org/gitweb/?p=koha.git 16:55 oleonard Hi all 17:29 hector Hi oleonard 18:07 huginn New commit(s) kohagit: Bug 16681 - Allow update of opacnote via batch patron modification tool <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=81a9e7c88ee44fdfdd2f4f19b52150ce7176b1b7> / Bug 16538: Improve the style of progress bars <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=65b2da08c9edaa6d2afe83ca7a5b72000128ecbe> / Bug 16531: Circ overdue report is showing an empty table if no overdues <http://git.koha-co 18:17 huginn New commit(s) kohagit: Bug 16909: Koha::Patrons - Remove checkuniquemember <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1c61729e840655bfea7123d0c826a0cffa9bd1bc> / Bug 16889: Remove C4::Items::biblioitems_columns and use Koha::Biblioitems->columns... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dc78583de113bb9d24e29c2ca1c7d4033951fd59> / Bug 16889: Remove C4::Items::columns and use Koha::Items->columns inst 18:27 huginn New commit(s) kohagit: Bug 16913: Koha::Patrons - Remove GetBorrowersNamesAndLatestIssue <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=358010afa525c26067ef69a8077d95ab5fc016d2> 22:34 eythian Belated Tsipouro o'clock.