← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
05:16 | chriss joined #koha | |
05:30 | enkidu joined #koha | |
06:17 | cait joined #koha | |
06:18 | cait1 joined #koha | |
06:19 | cait1 | good morning #koha |
06:22 | reiveune joined #koha | |
06:23 | reiveune | hello |
06:38 | paul_p joined #koha | |
06:45 | magnuse | \o/ |
06:53 | alex_a joined #koha | |
06:53 | alex_a | Bonjour |
07:08 | did joined #koha | |
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 | koha-sip --start gives no output, koha-sip --status says is is running | |
07:10 | "telnet 127.0.0.1 8023" gives "telnet: Unable to connect to remote host: Connection refused" | |
07:11 | the log4perl config looks ok | |
07:11 | did joined #koha | |
07:16 | kohaputti joined #koha | |
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 | koha-sip --stop/--start removes and creates /var/run/koha/koha/koha-koha-sip.pid as expected | |
07:29 | 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 | 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 | 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 | looks like there are 3 of them | |
08:26 | 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 | that is in sip-error.log | |
08:33 | so it says "koha-koha-sip: client (pid 4944) exited with 1 status" 5 times, with different pid numbers | |
08:33 | 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 | /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 | sorry, have to make sure :) | |
08:43 | bug 26673 | |
08:43 | huginn | Bug https://bugs.koha-community.or[…]_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 | are you on 20.05.06? | |
08:44 | 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 | the log files are -rw-r--r-- 1 koha-koha koha-koha | |
08:51 | 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 | no clue from me | |
08:53 | magnuse | thanks for trying! |
08:53 | Joubu | maybe you have something weird with the log |
08:53 | I would try to remove | |
08:53 | tie *STDERR, "C4::SIP::Trapper"; | |
08:53 | just in case | |
08:53 | C4/SIP/SIPServer.pm line 25 | |
08:54 | henryb joined #koha | |
08:55 | magnuse | tried it now, no change |
09:05 | 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:23 | kohaputti joined #koha | |
09:53 | severine_q joined #koha | |
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 | and only allow uploading "trusted ones" | |
10:10 | Joubu | kohaputti: we should at least have a new permission for upload |
10:10 | 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 | will explore my other options first though | |
10:16 | ah, there is already bug 25672 | |
10:16 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=25672 enhancement, P5 - low, ---, dcook, ASSIGNED , Administrators should be able to disable client-side plugin upload |
10:16 | News from kohagit: Bug 27069: DBRev 20.12.00.027 <https://git.koha-community.org[…]329205d712f3bfe0b> | |
10:16 | News from kohagit: Bug 26498: DBRev 20.12.00.026 <https://git.koha-community.org[…]a478a1c46398e0e32> | |
10:16 | kohaputti | somebody is working on it |
10:20 | cait joined #koha | |
10:22 | magnuse | kia ora cait1 |
10:22 | kia ora cait | |
10:35 | cait | hello |
10:37 | oleonard | Hi all |
10:44 | kidclamp joined #koha | |
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[…]9_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 | 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 | (wrangling bugs and being opinionated about UI) | |
11:12 | koha-jenkins | Project Koha_Master build #1609: SUCCESS in 53 min: https://jenkins.koha-community[…]Koha_Master/1609/ |
11:31 | Project Koha_Master_D9_My8 build #539: SUCCESS in 1 hr 13 min: https://jenkins.koha-community[…]aster_D9_My8/539/ | |
11:32 | lds joined #koha | |
11:38 | koha-jenkins | Project Koha_Master_U2010 build #141: SUCCESS in 37 min: https://jenkins.koha-community[…]Master_U2010/141/ |
11:38 | severine_q | cait, can you leach me how to be a (not too bad) bug wrangle ? |
11:38 | *teach | |
11:38 | i'd be happy to help on that part :) | |
11:41 | Dyrcona joined #koha | |
11:48 | koha-jenkins | Project Koha_Master_D9 build #1609: SUCCESS in 1 hr 29 min: https://jenkins.koha-community[…]a_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[…]ter_D10_CPAN/283/ |
12:06 | tcohen | what? D10 cpan is passing? |
12:08 | 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[…]a_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[…]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 | sorry, i missed the question earlier when switching computers after lunch break | |
12:56 | marie-luce joined #koha | |
13:03 | severine_q | thanks a lot cait1 ! |
13:28 | bdonnahue1 joined #koha | |
13:44 | Awazez joined #koha | |
13:46 | huginn | News from kohagit: Bug 22773: Compiled CSS <https://git.koha-community.org[…]7e309f2fbfc240af6> |
13:46 | News from kohagit: Bug 22773: (follow-up) Fix id clash and data element <https://git.koha-community.org[…]1c7942eb403fa205b> | |
13:46 | News from kohagit: Bug 28097: Mock finesModes to disable recalculation <https://git.koha-community.org[…]56ba934fc45315c1f> | |
13:46 | News from kohagit: Bug 22773: Assign different id to checkboxes <https://git.koha-community.org[…]16be6cfdd24afb991> | |
13:46 | News from kohagit: Bug 22773: (follow-up) Ensure buttons only affect their related table <https://git.koha-community.org[…]35e0b66be111f445b> | |
13:46 | News from kohagit: Bug 22773: (QA follow-up) Fix missing filters <https://git.koha-community.org[…]5f16388c056654db1> | |
13:46 | News from kohagit: Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label <https://git.koha-community.org[…]ff85a0a73e8a36902> | |
13:46 | News from kohagit: Bug 22773: (follow-up) Recommended changes are made on datatable and butons <https://git.koha-community.org[…]b7a5ea7469fc99b4f> | |
13:46 | News from kohagit: Bug 22773: Message appearing if any invoice selected <https://git.koha-community.org[…]56b797e379a495b54> | |
13:46 | News from kohagit: Bug 22773: (follow-up) Fix capitalization <https://git.koha-community.org[…]754c1c87a33599b33> | |
13:46 | News from kohagit: Bug 22773: Bulk Close invoices and Filter invoice view (open/closed) <https://git.koha-community.org[…]a1e136c37cd9840ef> | |
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.or[…]w_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 | 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 | 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 | *still on ass item | |
13:55 | *add | |
13:55 | tired^ | |
13:55 | http://staff-bz8179.sandboxes.[…]earchid=#edititem | |
13:55 | 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:08 | bag joined #koha | |
14:08 | khall joined #koha | |
14:15 | Joubu | mtj: have a look at bug 28110 please |
14:15 | huginn | Bug https://bugs.koha-community.or[…]_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[…]9_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[…]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 | 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[…]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[…]a_Master_D9/1610/ |
14:55 | Project Koha_20.05_D9 build #265: SUCCESS in 29 min: https://jenkins.koha-community[…]oha_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.or[…]_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[…]a_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[…]aster_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 | 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.or[…]_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[…]ha_20.05_D11/630/ |
15:10 | oleonard | khall around? |
15:11 | 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.or[…]_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 | What does it mean, "only the email transport is enabled?" | |
15:13 | "the digest mode checkbox should | |
15:13 | 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 | you can independently check 'email' or 'digest only' | |
15:14 | but in reslity - if you check 'digest only' you also need ot check a transport type | |
15:14 | otherwise it is meaningless | |
15:15 | reiveune | bye |
15:15 | reiveune left #koha | |
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[…]ha_20.05_U16/270/ |
15:35 | khall_ joined #koha | |
15:35 | koha-jenkins | Project Koha_20.05_U20 build #300: UNSTABLE in 47 min: https://jenkins.koha-community[…]ha_20.05_U20/300/ |
15:36 | Project Koha_20.05_U2010 build #163: SUCCESS in 32 min: https://jenkins.koha-community[…]_20.05_U2010/163/ | |
15:44 | Project Koha_Master_D10_CPAN build #284: SUCCESS in 1 hr 5 min: https://jenkins.koha-community[…]ter_D10_CPAN/284/ | |
15:45 | Project Koha_20.05_D10 build #267: SUCCESS in 47 min: https://jenkins.koha-community[…]ha_20.05_D10/267/ | |
15:47 | khall joined #koha | |
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[…]ha_20.05_U18/134/ |
16:12 | Project Koha_20.05_D9 build #266: SUCCESS in 36 min: https://jenkins.koha-community[…]oha_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[…]_20.05_U2010/164/ |
16:39 | cait1 | nah |
16:39 | bye all | |
16:39 | cait1 left #koha | |
16:55 | did joined #koha | |
16:56 | oleonard | So plugins have a "method," which is one of a predefined set of methods? |
16:57 | ...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[…]ha_20.05_U18/135/ |
17:18 | cait joined #koha | |
18:09 | bdonnahue1 joined #koha |
← Previous day | Today | Next day → | Search | Index