Time  Nick          Message
02:05 mtompset      Have a great day (24 hour period), #koha
06:00 * magnuse     waves
06:43 reiveune      hello
07:02 fridolin      hie there
07:50 cait          morning #koha
07:55 magnuse       kia ora cait!
07:56 cait          hi magnuse :)
08:19 mveron        Good morning / daytime #koha
08:29 LibraryClaire hi mveron
08:29 mveron        hi LibraryClaire
09:27 eythian       hi
09:27 wahanui       bidet, eythian
10:38 CJSHayward    Hello!
10:40 CJSHayward    I am trying to install Koha to listen to all incoming connections on port 7026. I posted (with configuration files) a bug at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18831 , and I was encouraged to ask help on chat.
10:40 huginn        04Bug 18831: normal, P5 - low, ---, koha-bugs, RESOLVED INVALID, Redirected to maintenance mode on attempt to listen to all connections on a port
10:42 kidclamp_DND  CJSHayward, you need to visit the staff interface to run the websintaller first - you might want to assing a different portnumber to make it easier
10:42 CJSHayward    Thank you. Is there a URL for visiting thte staff interface?
10:42 kidclamp_DND  that is set by you in the apache configuration
10:46 CJSHayward    Thank you. Is that the sites-enabled file, or something else? I looked at my configuration (https://pastebin.com/Vz9iWM2R) and did not identify what the staff interface is configured by.
10:49 kidclamp_DND
10:49 kidclamp_DND  ServerName library-intra.myDNSname.org
10:50 kidclamp_DND  the file should be /etc/apache2/sites-available/library.conf
10:50 kidclamp_DND  or similar
10:52 drojf         hi #koha
10:53 eythian       hi drojf
10:54 drojf         hi eythian
10:59 drojf         i don't see any problems regarding the new repository on the mailing list. did people report problems in here? otherwise i will assume it went fine
11:02 CJSHayward    Hello. I'm not able to authenticate with the web installer interface. There is only one username/password combination (repeated twice) in my koha-conf.html; it is being rejected by the web installer login.
11:04 CJSHayward    Are the stored passwords plaintext, or hashed into linenoise?
11:05 drojf         CJSHayward: check more to the end of the file, in the section "config"
11:05 drojf         there is database configuratrion
11:05 drojf         and <user> and <pass>
11:05 drojf         if you use packages, user is something like koha_yourinstance
11:06 drojf         don't use the info in the <serverinfo> part
11:06 CJSHayward    Ok; working on that. I had done a string search for "password" and missed that.
11:06 CJSHayward    (It inconsistently has "pass".)
11:09 CJSHayward    Chugging along after things seem to initially be working; thanks...
11:12 CJSHayward    I'm getting an error in the installation process: https://pastebin.com/U22QZcF4
11:19 marcelr       hi #koha
11:19 josef_moravec hi marcelr
11:19 marcelr       o/
11:39 eythian       hi marcelr
11:45 CJSHayward    I'm much further along. It's asking me for a library code. Is there any way to either get a library code that will be appropriate across multiple installations, or avoid entering a library code?
11:57 magnuse       the library code is just an internal identifier, don't put too much thought into it :-)
11:58 CJSHayward    Success, at least to the point of passing a smoke test! (-:
12:04 kidclamp_DND  drojf++
12:50 drojf         later #koha
12:59 rsantellan    good morning #koha
13:05 rsantellan    I'm looking at bug 14572 and even that is not why I found it. It's making me unable to save a new holyday
13:05 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14572 minor, P5 - low, ---, mtj, NEW , insert_single_holiday() forces a value on an AUTO_INCREMENT column, during an INSERT
13:08 rsantellan    I can't find a code guideline that if it is better to pass a NULL or not pass it at all?
13:09 oha           i don't understand why is that a problem? but you just want to not pass it for defaults
13:09 oha           rsantellan: ^
13:10 rsantellan    if I try that insert on MariaDB 10.2 it fails
13:10 rsantellan    the same in Mysql 5.7
13:11 rsantellan    what I think is or pass a NULL or remove the id from the query
13:11 Joubu         remove the id from the query
13:11 oha           yes, remove it
13:11 rsantellan    alright I will do that! Thanks!
13:11 oha           i wouldn't be surprised if a null will overwrite the defaults
13:16 tcohen        morning
13:26 cait          morning tcohen :)
14:01 Joubu         fridolin: see bug 18835, you need it for next 17.05.x release
14:01 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18835 critical, P5 - low, ---, koha-bugs, NEW , SQL syntax error in overdue_notices.pl
14:02 CJSHayward    I am having trouble with what looks like a mostly complete installation, but http://localhost:7026/cgi-bin/koha/opac-user.pl is displaying an error: "Table 'koha_library.club_enrollments' doesn't exist at /usr/share/koha/lib/Koha/Objects.pm line 260"
14:02 CJSHayward    What should I do to create this and any other missing tables?
14:07 marcelr       Joubu: 18651 I do not remember that if failed with me
14:07 Joubu         marcelr: it did not for me
14:07 Joubu         no worries, I have a fix. It is only because no circ rule is defined
14:08 marcelr       ok
14:17 huginn        New commit(s) kohagit: Bug 18835: Fix SQL syntax error in overdue_notices.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=939eadc5d987429db04887623c3f260ee02b86d2> / Bug 18651: Fix tests if no circ rule exist <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=66f435149a8f2e116070ed28c34bdd5cd627a30f>
14:27 huginn        New commit(s) kohagit: Bug 18800: Patron card images: Add some more explanation to upload page and fix small... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=053fbaf9267cce79ba80d23389b26f46a91111f8> / Bug 18684 - Get rid of %%] in translation for currency.tt <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=58f5a73f41b73361821b847e55a663cc0801c998> / Bug 18665: Add test for HtmlTags.pm <http://git.koha-community
15:00 reiveune      bye
15:05 marcelr       Joubu: with bug 18834 on the way I would appreciate your attention on bug 18228
15:05 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18834 enhancement, P5 - low, ---, m.de.rooy, Needs Signoff , Show "Anyone seeing this list" permission only for shared and public lists
15:05 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18228 enhancement, P5 - low, ---, m.de.rooy, Signed Off , Make list permissions easier to use/understand
15:06 Joubu         marcelr: I would prefer a QAer to take a look
15:06 tcohen        DEVINIM?
15:07 Joubu         tcohen: they are a support company from Turkey
15:07 marcelr       Joubu: I had the impression that you already QAed it
15:08 marcelr       i read comments about pushing it after release of 1705
15:09 tcohen        Joubu: awesome
15:09 Joubu         marcelr: sorry I am not sure what to say. I expressed my concerns on the bug report
15:10 Joubu         I think it would be better to get opinions from someone else
15:10 Joubu         tcohen: why?
15:11 tcohen        new people around
15:11 tcohen        I like it
15:12 oleonard      Hi #koha
15:12 Joubu         marcelr: I guess the only solution we both have is to held cat's QAers as hostage
15:12 Joubu         and exchange them for QAing bug reports
15:12 wahanui       Joubu: that doesn't look right
15:12 Joubu         their dogs then
15:19 marcelr       hmm does not sound good, have to go; bye #koha
15:40 cait          fridolin: bug 18835 for 17.05
15:40 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18835 critical, P5 - low, ---, jonathan.druart, Pushed to Master , SQL syntax error in overdue_notices.pl
15:40 cait          broken overdue_notices
15:43 huginn        New commit(s) kohagit: Update mailmap - Jonathan Druart <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2702b4688e31e62fb6851b7979dc56011d38ce89>
15:53 mtompset      @seen gmcharlt
15:53 huginn        mtompset: gmcharlt was last seen in #koha 1 week, 5 days, 2 hours, 30 minutes, and 47 seconds ago: * gmcharlt waves back at cait
15:53 * cait        waves and runs out
15:53 mtompset      Bye cait
15:53 mpltech       Hey, everyone. I don't know who I should report this to, but I have encountered an error in the master version of Koha from git. When I try to check something in, I get a software error: DBIx::Class::Storage::DBI::_dbh_execute(): Table 'me' was not locked with LOCK TABLES at /home/koha/kohaclone/Koha/Objects.pm line 129. This has only been happening since I refreshed my local development copy from git (about a 24-48 hour time f
15:53 mtompset      Greetings, #koha.
15:56 oleonard      mpltech: You're working with an existing installation, existing database?
15:56 oleonard      mpltech: The only thing which has changed is via git?
15:56 mtompset      bug 18364?
15:56 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18364 major, P5 - low, ---, jonathan.druart, Pushed to Stable , LOCK and UNLOCK are not transaction-safe
15:57 mpltech       oleonard: yes and yes.
15:57 oleonard      mtompset: This is in master. Bug 18364 should already be fixed
15:58 oleonard      mpltech: kohadevbox, or straight installation from git?
15:58 mpltech       oleonard: straight from git.
15:58 oleonard      I wonder if it means a database update didn't run? You could try running updatedatabase.pl directly.
16:00 mtompset      bug 18651?
16:00 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651 blocker, P5 - low, ---, jonathan.druart, Pushed to Master , Move of checkouts is still not correctly handled
16:02 jenkins       Project Koha_Master_D8 build #206: STILL UNSTABLE in 1 hr 48 min: https://jenkins.koha-community.org/job/Koha_Master_D8/206/
16:02 jenkins       * jonathan.druart: Bug 18651: Fix tests if no circ rule exist
16:02 jenkins       * jonathan.druart: Bug 18835: Fix SQL syntax error in overdue_notices.pl
16:02 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18835 critical, P5 - low, ---, jonathan.druart, Pushed to Master , SQL syntax error in overdue_notices.pl
16:02 * mtompset    grumbles.
16:02 mtompset      We had a working Jenkins... why did it break? :(
16:04 tcohen        they pass for me
16:06 mpltech       oleonard: Is there a trick to running updatedatabase.pl manually? I get an error.
16:06 mtompset      tcohen: did you try out my kohadevbox patch?
16:06 tcohen        mtompset: not yet
16:06 * mtompset    frowns.
16:06 mpltech       mthompset: I was wondering about bug 18651 myself.
16:06 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651 blocker, P5 - low, ---, jonathan.druart, Pushed to Master , Move of checkouts is still not correctly handled
16:07 mtompset      And gmcharlt hasn't looking into my patch from 15 days ago either: https://github.com/perl4lib/marc-perl/pull/5/commits/39addca6d617a4603cce5e720fde52ffbb529257
16:13 oleonard      Hi CJSHayward
16:13 CJSHayward    Any advice on getting past the blockade described at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 ?
16:13 huginn        04Bug 18836: normal, P5 - low, ---, koha-bugs, NEW , Patron login is erroring out after failing to find table
16:13 CJSHayward    Hi oleonard
16:13 wahanui       hi dear loon
16:14 oleonard      CJSHayward: Did this problem start after an upgrade?
16:29 Joubu         mpltech: What is the last commit of your working branch?
16:29 Joubu         mpltech: ok, recreated
16:31 mpltech       Joubu: sorry, I'm still newe with git. How do I find what the last commit is?
16:32 Joubu         git log git log --oneline -1
16:32 Joubu         git log --oneline -1
16:33 mpltech       Joubu: 053fbaf Bug 18800: Patron card images: Add some more explanation to upload page and fix small translatabiity issue
16:33 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18800 trivial, P5 - low, ---, veron, Pushed to Master , Patron card images: Add some more explanation to upload page and fix small translatability issue
16:41 CJSHayward    This is a fresh installation: I have never logged in from the client side.
16:43 CJSHayward    Is there a sane way to disable whatever wants club_enrollments?
16:44 mtompset      Did you log in from the staff side?
17:01 * oleonard    would really like a "save and edit" button for notices
17:13 Joubu         CJSHayward: how did you install?
17:25 CJSHayward    Joubu: I installed from packages, and then finished up with a web installer.
17:25 CJSHayward    Debian packages from a Mint system.
17:26 Joubu         CJSHayward: login into your DBMS and "show tables", how many tables do you have?
17:26 CJSHayward    MySQL lists 190 tables.
17:26 Joubu         I have 195
17:27 Joubu         which version of Koha?
17:27 wahanui       which version of Koha are you using?
17:27 CJSHayward    I thought I requested stable; is there a way to query version number?
17:27 Joubu         (sorry if you said it already)
17:28 Joubu         select value from systempreferences where variable="version";
17:28 Joubu         and
17:28 Joubu         git grep 'VERSION = ' Koha.pm
17:28 Joubu         may be useful
17:28 CJSHayward    17.05
17:30 Joubu         did you follow the official documentation to install Koha?
17:30 Joubu         install?
17:30 wahanui       i guess install is done yet
17:31 Joubu         install ishttps://wiki.koha-community.org/wiki/Koha_on_Debian
17:31 Joubu         install is https://wiki.koha-community.org/wiki/Koha_on_Debian
17:33 huginn        New commit(s) kohagit: Bug 18651: Do no LOCK/UNLOCK the table <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=905572910b3af03d86fdbd3e52c72614f41c978b>
17:50 jenkins       Project Koha_Master_D8 build #207: STILL UNSTABLE in 1 hr 48 min: https://jenkins.koha-community.org/job/Koha_Master_D8/207/
17:50 jenkins       * jonathan.druart: Bug 18665 - Translatability: Add tt filter to allow html tags inside tt
17:50 jenkins       * jonathan.druart: Bug 18665: Add test for HtmlTags.pm
17:50 jenkins       * jonathan.druart: Bug 18684 - Get rid of %%] in translation for currency.tt
17:50 jenkins       * jonathan.druart: Bug 18800: Patron card images: Add some more explanation to upload page
17:50 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18665 enhancement, P5 - low, ---, veron, Pushed to Master , Translatability: Add tt filter to allow html tags inside tt directives
17:50 jenkins       * jonathan.druart: Update mailmap - Jonathan Druart
17:50 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18684 enhancement, P5 - low, ---, veron, Pushed to Master , Translatability: Get rid of %%] in translation for currency.tt
17:50 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18800 trivial, P5 - low, ---, veron, Pushed to Master , Patron card images: Add some more explanation to upload page and fix small translatability issue
17:54 Joubu         jenkins: liar!
17:54 jenkins       Joubu you may not issue bot commands in this chat!
19:35 jenkins       Yippee, build fixed!
19:35 wahanui       o/ '`'`'`'`'`'`'`'`'`
19:35 jenkins       Project Koha_Master_D8 build #208: FIXED in 1 hr 45 min: https://jenkins.koha-community.org/job/Koha_Master_D8/208/
19:35 jenkins       jonathan.druart: Bug 18651: Do no LOCK/UNLOCK the table
19:35 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651 blocker, P5 - low, ---, jonathan.druart, Pushed to Master , Move of checkouts is still not correctly handled
19:37 Joubu         ha!
19:37 cait          :)
19:37 cait          confetti!
19:37 wahanui       o/ '`'`'`'`'`'`'`'`
19:41 magnuse       confetti!
19:41 wahanui       it has been said that confetti is http://25.media.tumblr.com/tumblr_lpm3j6aNaN1qh8hleo1_400.gif
20:02 Joubu         @later tell tcohen https://wiki.koha-community.org/wiki/KohaDevBox is all yours
20:02 huginn        Joubu: The operation succeeded.
20:02 * Joubu       keeps asking
20:33 tcohen        hi
20:38 CJSHayward    After I was having trouble as documented at http://paste.koha-community.org/469?tx=on&submit=Format+it%21 , Katrin Fischer asked what happened if I tried to install a new project. I did that, but ran into an error: http://paste.koha-community.org/469?tx=on&submit=Format+it%21
20:39 CJSHayward    Sorry about the duplicate URL; I was referring to but 18836.
20:40 cait          CJSHayward: i suggest you wait a few days
20:40 cait          there is a bug in 17.05 with the web installer
20:40 cait          it might be that
20:40 cait          we should have a .01 release tomorrow an dpackages for it hopefully soon after
20:40 CJSHayward    Thanks. Could I have the URL to check periodically?
20:40 cait          it will be announced on the mailing list and the website
20:40 CJSHayward    Great. Thanks so much!
20:58 CJSHayward    cait: so "aptitude update; aptitude upgrade" should catch the fix after the packages have been posted live?
21:00 cait          i think so yes
21:01 CJSHayward    Thanks!
21:01 cait          btw i am katrin :)
21:01 CJSHayward    Lovely to meet you!
21:02 cait          :) nice to see new people around here
21:02 CJSHayward    Thank you.
21:03 cait          i am sure we will figure it out in the end
21:03 cait          please don't give up!
21:05 CJSHayward    I'm not near giving up. I'd just like to have a working installation on an appliance ideally by Friday.
21:06 cait          you are using packages right?
21:06 cait          is this for testing?
21:29 Joubu         @later tell fridolin hope you read your bz notifications ;)
21:29 huginn        Joubu: The operation succeeded.
21:30 * Joubu       is afk for ~10days, take care #koha
21:31 tcohen        enjoy Joubu
21:31 cait          have fun :)
21:46 wizzyrea      I am thinking we should not announce a release until the packages are ready
21:46 wizzyrea      I know that's coordination and stuff