Time Nick Message 06:19 cait1 good morning #koha 06:23 reiveune hello 06:45 magnuse \o/ 06:53 alex_a Bonjour 07:08 magnuse gah! sip2 is driving me crazy. i upgraded from 19.05 to 20.05, got it running, rebooted the server and now i can't start it properly again. all i see in the logs is 5 times "koha-koha-sip: client (pid 4944) exited with 1 status", then 1 "koha-koha-sip: terminating too quickly, waiting 30 seconds" and this repeats endlessly 07:09 magnuse koha-sip --start gives no output, koha-sip --status says is is running 07:10 magnuse "telnet 127.0.0.1 8023" gives "telnet: Unable to connect to remote host: Connection refused" 07:11 magnuse the log4perl config looks ok 07:20 magnuse koha-sip --stop, koha-sip --disable, move the old SIPconfig.xml, koha-sip --enable, replace new SIPconfig.xml with old SIPconfig.xml, koha-sip --start = same problem 07:25 magnuse koha-sip --stop/--start removes and creates /var/run/koha/koha/koha-koha-sip.pid as expected 07:29 magnuse sudo koha-shell -c "perl /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/sites/koha/SIPconfig.xml" koha = returns without any output 08:00 magnuse anyone got any clues how to troubleshoot this? 08:03 kohaputti magnuse, could be some permission thing, try running with strace in front of 08:04 kohaputti or maybe the port is already in use 08:19 magnuse kohaputti: "sudo netstat -tunlp" shows nothing listening on 8023, at least 08:25 Joubu magnuse: did you check the sip log files? 08:26 Joubu looks like there are 3 of them 08:26 Joubu sip-error.log sip.log sip-output.log 08:31 magnuse Joubu: yeah, nothing there except 5 times "koha-koha-sip: client (pid 4944) exited with 1 status", then 1 "koha-koha-sip: terminating too quickly, waiting 30 seconds" 08:32 magnuse that is in sip-error.log 08:33 magnuse so it says "koha-koha-sip: client (pid 4944) exited with 1 status" 5 times, with different pid numbers 08:33 magnuse then it says "koha-koha-sip: terminating too quickly, waiting 30 seconds" and waits 30 seconds before another 5 of the first message 08:34 Joubu I would double-check the permissions 08:35 magnuse permissions on what? the config file looks ok, at least 08:37 magnuse /var/run/koha/koha/koha-koha-sip.pid is created and removed as expected 08:39 Joubu the other log files maybe? 08:41 magnuse looks good to me, same as on another server without problems 08:41 Joubu the 3 files are created? 08:41 magnuse yes 08:42 Joubu 644 and owned by koha-koha? 08:42 Joubu sorry, have to make sure :) 08:43 Joubu bug 26673 08:43 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26673 minor, P5 - low, ---, dcook, RESOLVED FIXED, Remove Perl shebangs from Perl modules 08:43 Joubu maybe caused by this? 08:43 Joubu are you on 20.05.06? 08:44 Joubu at least 08:44 wahanui at least is that possible to hide everything but only the name? 08:45 Joubu you shouldn't be affected by this if you run it with "perl /path/to/SIPServer.pm" 08:45 magnuse 20.05.10 - the shebang is missing, but i added it in 08:46 magnuse the log files are -rw-r--r-- 1 koha-koha koha-koha 08:51 magnuse added the shebang to C4/SIP/Logger.pm too, but still the same result 08:53 Joubu just tried on 20.05.10 and cannot recreate the problem 08:53 Joubu no clue from me 08:53 magnuse thanks for trying! 08:53 Joubu maybe you have something weird with the log 08:53 Joubu I would try to remove 08:53 Joubu tie *STDERR, "C4::SIP::Trapper"; 08:53 Joubu just in case 08:53 Joubu C4/SIP/SIPServer.pm line 25 08:55 magnuse tried it now, no change 09:05 magnuse running "perl -MCarp::Always /path/to/SIPserver.pm /path/to/SIPconfig.xml" did not provide extra output 09:06 * magnuse will try again after lunch 09:53 severine_q Hello #Koha :) 10:00 magnuse bonjour severine_q 10:00 severine_q morning magnuse ! 10:05 kohaputti do you know if it is possible allow installing plugins only with root priveleges and not also from staff interface? 10:07 magnuse kohaputti: don't think so 10:07 Joubu kohaputti: either you set enable_plugins in the koha config and it's enabled, or you turn it off globally 10:07 kohaputti okay 10:07 Joubu there is a permission however 10:07 kohaputti I was looking for a way to prevent the librarians to uploading malicious plugins 10:08 kohaputti and only allow uploading "trusted ones" 10:09 Joubu kohaputti: we should at least have a new permission for upload 10:10 Joubu we usually trust superlibrarian users 10:10 kohaputti right, I also would like to disable it for superlibrarians 10:11 Joubu then you need a new config flag 10:13 kohaputti yeah, could do a new feature request 10:13 kohaputti will explore my other options first though 10:16 kohaputti ah, there is already bug 25672 10:16 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 enhancement, P5 - low, ---, dcook, ASSIGNED , Administrators should be able to disable client-side plugin upload 10:16 huginn News from kohagit: Bug 27069: DBRev 20.12.00.027 <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4bfc2584e02f3233fed8c8f329205d712f3bfe0b> 10:16 huginn News from kohagit: Bug 26498: DBRev 20.12.00.026 <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f6d2a50478d7c5ae4307518a478a1c46398e0e32> 10:16 kohaputti somebody is working on it 10:22 magnuse kia ora cait1 10:22 magnuse kia ora cait 10:35 cait hello 10:37 oleonard Hi all 10:53 koha-jenkins Yippee, build fixed! 10:53 wahanui Congratulations! 10:53 koha-jenkins Project Koha_Master_D9_MDB_Latest build #556: FIXED in 35 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/556/ 10:57 oleonard I always feel a sense of dread when the new Roles page goes up... What if no one volunteers?? 11:00 cait you got to think more positive :) 11:00 cait and sign up! 11:05 oleonard The roles I am qualified for I will do whether or not my name is on the list ;) 11:05 oleonard (wrangling bugs and being opinionated about UI) 11:12 koha-jenkins Project Koha_Master build #1609: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_Master/1609/ 11:31 koha-jenkins Project Koha_Master_D9_My8 build #539: SUCCESS in 1 hr 13 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/539/ 11:38 koha-jenkins Project Koha_Master_U2010 build #141: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/141/ 11:38 severine_q cait, can you leach me how to be a (not too bad) bug wrangle ? 11:38 severine_q *teach 11:38 severine_q i'd be happy to help on that part :) 11:48 koha-jenkins Project Koha_Master_D9 build #1609: SUCCESS in 1 hr 29 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1609/ 11:55 pastebot "magnuse" at 127.0.0.1 pasted "Debug output from daemon and koha-sip" (139 lines) at http://paste.koha-community.org/26 11:55 tcohen morning 11:55 magnuse kia ora tcohen 11:56 tcohen hey magnuse 11:56 wahanui i guess magnuse is not modifying the item subfields 11:56 magnuse nope, magnuse is struggling with daemon and koha-sip 12:01 * oleonard knows we all struggle with our own demons 12:05 koha-jenkins Project Koha_Master_D10_CPAN build #283: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_Master_D10_CPAN/283/ 12:06 tcohen what? D10 cpan is passing? 12:08 tcohen meh, it is only updating Devel::Cover, I thought it was running the latest Mojolicious 12:16 koha-jenkins Project Koha_Master_D11 build #253: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_Master_D11/253/ 12:18 pastebot "magnuse" at 127.0.0.1 pasted "More debug info from daemon and koha-sip" (176 lines) at http://paste.koha-community.org/27 12:30 koha-jenkins Project Koha_Master_U2010 build #142: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/142/ 12:47 cait1 severine_q: i fele like you already are, but always going to help and have your back when needed :) 12:48 cait1 sorry, i missed the question earlier when switching computers after lunch break 13:03 severine_q thanks a lot cait1 ! 13:46 huginn News from kohagit: Bug 22773: Compiled CSS <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a26303138cf75c669129a527e309f2fbfc240af6> 13:46 huginn News from kohagit: Bug 22773: (follow-up) Fix id clash and data element <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7b7937f3e5c048fa42f925c1c7942eb403fa205b> 13:46 huginn News from kohagit: Bug 28097: Mock finesModes to disable recalculation <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f3e81738c83f6f2bae869f056ba934fc45315c1f> 13:46 huginn News from kohagit: Bug 22773: Assign different id to checkboxes <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=72ce742597c32b1d2c50a5a16be6cfdd24afb991> 13:46 huginn News from kohagit: Bug 22773: (follow-up) Ensure buttons only affect their related table <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ca2028d0e74950564e53f7335e0b66be111f445b> 13:46 huginn News from kohagit: Bug 22773: (QA follow-up) Fix missing filters <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fc4e1b513c0fc29aa109b865f16388c056654db1> 13:46 huginn News from kohagit: Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6e074c844e6c4c384346892ff85a0a73e8a36902> 13:46 huginn News from kohagit: Bug 22773: (follow-up) Recommended changes are made on datatable and butons <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f41d896d0da1a5c46572fd8b7a5ea7469fc99b4f> 13:46 huginn News from kohagit: Bug 22773: Message appearing if any invoice selected <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d3f40686797c6fb4e98a1d456b797e379a495b54> 13:46 huginn News from kohagit: Bug 22773: (follow-up) Fix capitalization <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=366ee356969940033dc1e1c754c1c87a33599b33> 13:46 huginn News from kohagit: Bug 22773: Bulk Close invoices and Filter invoice view (open/closed) <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8b86c0ed4df243f6223956ba1e136c37cd9840ef> 13:47 severine_q is it better I resurrect the old bug 4533 or create a new one ? 13:47 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4533 enhancement, P5 - low, ---, koha-bugs, CLOSED FIXED, Add "duplicate item" link when editing items 13:47 severine_q i had several users telling me they never know when they will be able to duplicate (or not) an item 13:48 severine_q most think the buttons display should be more consistent between the create / duplicate / edit pages 13:52 Joubu severine_q: not sure I understand, what do you suggest? 13:52 Joubu et bonjour :) 13:52 severine_q salut Joubu ! 13:52 Joubu what are the create / duplicate / edit pages? 13:53 severine_q Add item / Duplicate item : Edit item 13:53 Joubu do you mean the additem vs moredetail? 13:54 severine_q no, still an add itel when the "Duplicate" options are not displayed when you edit an existing item 13:55 severine_q *still on ass item 13:55 severine_q *add 13:55 severine_q tired^ 13:55 severine_q http://staff-bz8179.sandboxes.ptfs-europe.co.uk/cgi-bin/koha/cataloguing/additem.pl?op=edititem&frameworkcode=&biblionumber=21652&itemnumber=23154&searchid=#edititem 13:55 severine_q ffor example 13:56 Joubu "Add a new item"? 13:58 severine_q if you use this option, changes are lost 14:03 Joubu tcohen: ping! 14:15 Joubu mtj: have a look at bug 28110 please 14:15 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110 normal, P5 - low, ---, julian.maurice, Signed Off , YAML::XS minimum version should be 0.67, not 0.41 14:21 koha-jenkins Project Koha_Master_D9_MDB_Latest build #557: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/557/ 14:23 Awazez Hello everyone ! I’m awazez and I'm trying to configure the opac of koha. I installed the software locally. I went to the OPAC preferences in the OPACBaseURL and entered the URL (My IP+port/OPAC) . I saved it but when I entered this url. I get a 404 error. What’s going wrong ? 14:30 koha-jenkins Project Koha_Master build #1610: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_Master/1610/ 14:31 cait1 Awazez: the prerference is only for some features within Koha, wher a link to the OPAC is generated 14:31 cait1 you have to configure your OPAC Url with Apache 14:32 Awazez in the config file ? 14:32 cait1 well, it will have been configured, using what was in your sites config file when you have set up the instance 14:39 koha-jenkins Project Koha_Master_U2010 build #143: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_Master_U2010/143/ 14:42 * magnuse knuckles bag 14:48 koha-jenkins Project Koha_Master_D9 build #1610: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1610/ 14:55 koha-jenkins Project Koha_20.05_D9 build #265: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/265/ 14:56 oleonard-away kidclamp around? 14:56 * oleonard is oleonard around?? 14:56 * kidclamp waves 14:56 oleonard I have a question about Bug 17202 14:56 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17202 normal, P5 - low, ---, josef.moravec, Needs Signoff , Deleting a rotating collection with items should either be prohibited or items should be removed 14:56 koha-jenkins Project Koha_Master_D11 build #254: SUCCESS in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master_D11/254/ 14:57 kidclamp i may have answers 14:57 oleonard After applying the patch, should the items be removed from collections_tracking after deleting the collection? 14:57 kidclamp no 14:57 koha-jenkins Project Koha_Master_D9_My8 build #540: SUCCESS in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/540/ 14:57 kidclamp there is the bigger patch dealing with all of that - this is sort of an itermediate plug the hole type patch 14:58 kidclamp bug 18606 14:58 oleonard Okay, the test plan didn't say so but I thought it might have been implied. 14:58 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 enhancement, P5 - low, ---, josef.moravec, Failed QA , Move rotating collections code to Koha::Object 14:58 oleonard So everything looks good for this one. 15:04 koha-jenkins Project Koha_20.05_D11 build #630: UNSTABLE in 33 min: https://jenkins.koha-community.org/job/Koha_20.05_D11/630/ 15:10 oleonard khall around? 15:11 oleonard Or maybe you can help again kidclamp, since you've tested it too. Looking at Bug 13613 15:11 huginn Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613 normal, P5 - low, ---, kyle, Needs Signoff , Don't allow digest to be selected without a digest-able transport selected 15:11 kidclamp what's up 15:11 oleonard Again I feel like I'm missing something in the test plan 15:12 oleonard What does it mean, "only the email transport is enabled?" 15:13 oleonard "the digest mode checkbox should 15:13 oleonard be disabled if no digest-able transports are checked for a given notice" 15:14 kidclamp ah, it is a small visual bug - or that is our claim 15:14 kidclamp you can independently check 'email' or 'digest only' 15:14 kidclamp but in reslity - if you check 'digest only' you also need ot check a transport type 15:14 kidclamp otherwise it is meaningless 15:15 reiveune bye 15:15 oleonard Got it kidclamp, thanks 15:25 koha-jenkins Project Koha_20.05_U16 build #270: SUCCESS in 30 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/270/ 15:35 koha-jenkins Project Koha_20.05_U20 build #300: UNSTABLE in 47 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/300/ 15:36 koha-jenkins Project Koha_20.05_U2010 build #163: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/163/ 15:44 koha-jenkins Project Koha_Master_D10_CPAN build #284: SUCCESS in 1 hr 5 min: https://jenkins.koha-community.org/job/Koha_Master_D10_CPAN/284/ 15:45 koha-jenkins Project Koha_20.05_D10 build #267: SUCCESS in 47 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/267/ 15:56 cait1 oleonard++ 15:58 koha-jenkins Project Koha_20.05_U18 build #134: SUCCESS in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/134/ 16:12 koha-jenkins Project Koha_20.05_D9 build #266: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/266/ 16:27 oleonard cait1++ 16:30 koha-jenkins Project Koha_20.05_U2010 build #164: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/164/ 16:39 cait1 nah 16:39 cait1 bye all 16:56 oleonard So plugins have a "method," which is one of a predefined set of methods? 16:57 oleonard ...But GetPlugins doesn't return the plugin's method among the other details? 16:58 koha-jenkins Project Koha_20.05_U18 build #135: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/135/