Time  Nick         Message
23:49 stpjhlibrary Is anyone else having this issue? It looks like it is a pretty common issue...
23:28 wahanui      Any ideas are welcome :)
23:28 stpjhlibrary Any ideas??
22:48 stpjhlibrary The following ids exist in both issues and old_issues tables: 14172, 14161,
22:48 stpjhlibrary Then I also have this to add to it:
22:47 stpjhlibrary Some of your tables have problems with their auto_increment values which may lead to data loss. You should not ignore this warning. The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.
22:47 stpjhlibrary Can anyone help me I am getting this error and am struggling to find a fix?
21:24 pablo        My fears come true after retrying : Software error: DBIx::Class::Storage::DBI::_dbh_execute(): Duplicate entry '413-75' for key 'PRIMARY' at /usr/share/koha/lib/Koha/SearchField.pm line 38
21:18 pablo        I was working on two VMs. I reboot both, one of them now works... until the step when the webinstaller fill schema with data, now I get _Gateway Timeout_ no luck for me
21:17 huginn`      cait: The operation succeeded.
21:17 cait         @later tell tcohen is jenkins broken? wanted to check if my build turned green now
20:50 pianohacker  (if you have that running, if so: koha-plack --restart library)
20:50 pianohacker  also plack
20:46 pianohacker  pablo: try restarting memcached?
20:42 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19260 major, P5 - low, ---, josef.moravec, Pushed to Master , Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
20:42 jenkins      josef.moravec: Bug 19260: (followup) Fix CancelReserves.t test
20:42 jenkins      Project Koha_Master_D8 build #282: STILL UNSTABLE in 28 min: https://jenkins.koha-community.org/job/Koha_Master_D8/282/
20:36 pastebot     "pablo" at 127.0.0.1 pasted "Access denied over web installer, fine over CLI" (83 lines) at http://paste.koha-community.org/14
20:31 pablo        Sure
20:30 pianohacker  pablo: can you post the <config> part of your koha-conf.xml (with passwords removed, of course) to paste.koha-community.org?
20:29 pianohacker  pablo: the CLI vs. the web installer... but I don't think that's right
20:23 pablo        the service is called mysql. Since is systemd I use sudo systemctl restart mysql.service to restart always
20:22 pablo        I remove everything about mysql, but have mysql-common, wich koha-common depends/need
20:21 pablo        What do you mean with _one of them_?
20:19 pianohacker  that's unlikely to be the problem, but...
20:19 pablo        instance created with sudo koha-create --create-db --letsencrypt --zebralang "es" --use-memcached --enable-sru library
20:19 pianohacker  hmm... could one of them be connecting over TCP and the other by unix socket?
20:18 pianohacker  THAT is really weird.
20:18 pablo        the problem is with the web installer
20:17 pablo        yes, sudo koha-mysql library works fine too
20:17 pianohacker  also, does 'sudo koha-mysql library' work?
20:17 pianohacker  pablo: just to confirm, you don't have mysql and mariadb both running? And do you have the database set correctly in koha-conf.xml?
20:16 pablo        no, left autogenerated password
20:13 cait         look for the koha-conf.xml file - you might have to change it there too
20:13 cait         you changed the mysql password after installing koha?
20:11 pablo        changing root password with sudo mysql_secure_installation might be related?
20:10 cait         hm
20:09 pablo        Yes
20:09 cait         did you use mariadb?
20:08 pablo        work just fine..
20:08 pablo        mysql -u koha_library -p"$(sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/library/koha-conf.xml;echo)" -h localhost koha_library
20:08 pablo        but over CLI everything looks fine
20:07 pablo        DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Access denied for user 'koha_library'@'localhost' (using password: YES)
20:07 pablo        I'm stuck with Koha installation over Ubuntu 16.04
20:07 cait         hi :)
20:07 pablo        Hi!
19:51 huginn`      New commit(s) kohagit: Bug 19260: (followup) Fix CancelReserves.t test <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=725a3022c9ca025755a2d86a36ed84039deab232>
19:27 cait         :)
19:27 cait         tcohen++
19:18 pianohacker  it's workiiiiiing
19:18 pianohacker  tcohen++
19:09 tcohen       files
19:09 tcohen       and the related swagger
19:09 tcohen       I suggest you take a look at Koha::REST::V1::Acquisitions::Vendors
19:08 tcohen       and it involves small changes
19:08 tcohen       we've just moved from using the Swagger2 library, into using Mojolicious::Plugin::OpenAPI
19:08 tcohen       can you show me your controller codE?
19:07 tcohen       let me refresh my memory
19:07 tcohen       it depends on what you call recently
19:06 pianohacker  ?
19:06 pianohacker  tcohen: hmm, the only thing I see is that it's trying and failing to rend er the template for auth/under; did something change with the permissions system in the rest API recently
19:05 pianohacker  bye khall!
18:57 pianohacker  oh gosh, yes, there was a bit missing
18:56 tcohen       pianohacker: make sure kohadevbox clone is up to date
18:56 tcohen       sudo cpanm -i Mojolicious@7.21 JSON::Validator@0.97 Mojolicious::Plugin::OpenAPI@1.15
18:55 pianohacker  ah, removed libmojolicious...openapi and now the provision is working
18:54 pianohacker  did that, and tried installing the packages manually too, nothing was actually installed. Should I try the cpanm command, or just blow away this devbox and start fresh?
18:50 * tcohen     sees a light at the end of the tunnel
18:50 tcohen       should update JSON::Validator and install Mojolicious::Plugin::OpenAPI
18:50 tcohen       sudo apt update ; sudo apt ugprade
18:49 pianohacker  I think that might be related to this error I got: Breaks existing package 'libmojolicious-plugin-openapi-perl' dependency libjson-validator-perl (>= 0.97
18:48 tcohen       sudo cpanm -i Mojolicious::Plugin::OpenAPI|1.15
18:48 tcohen       sudo cpanm -i Mojolicious::Plugin::OpenAPI
18:48 tcohen       sudo cpanm -i Mojoliicous::Plugin::OpenAPI
18:48 pianohacker  checked that :(
18:47 tcohen       ah
18:47 tcohen       so maybe your rebase removed the entry in paths.json
18:47 tcohen       is the openapi validation that is blocking access
18:47 tcohen       it means your code is not being reached
18:47 tcohen       if you reach 'raptor...'
18:46 tcohen       work
18:46 tcohen       but vim + vdebug is known to woe
18:46 pianohacker  which means more output, excellent. I think that should help, thanks. Any ideas off the cuff of what I may have messed up?
18:46 tcohen       I use Komodo IDE
18:46 tcohen       but it will (also) launch Plack/Starman in debug mode
18:45 pianohacker  sweeeeeeeet
18:45 tcohen       it is designed to connect to a remote debugging session
18:45 tcohen       plack_debug_start
18:45 wahanui      i think an alias is a little faster
18:45 tcohen       an alias
18:45 tcohen       doing so, will add a
18:45 tcohen       or just vagratn provision
18:44 tcohen       yeah
18:41 pianohacker  so, set that to true, then vagrant reload --provision?
18:41 tcohen       in vars/user.yml
18:41 tcohen       with remote_debugger: true
18:40 tcohen       try reprovisioning}+
18:40 pianohacker  yup
18:40 tcohen       you a recent kohadevbox, right?
18:39 pianohacker  not "raptor not found", just... 404. And I have no idea how to debug  this
18:39 pianohacker  the issue is, I had all of this working beautifully, did some work, rebased, came back, and now this endpoint returns a blank 404 page
18:38 pianohacker  (there will be more under this path, obviously)
18:38 pianohacker  so, I'm working on a new, very simple, REST endpoint; GET /circulation-rules/kinds just returns some static data
18:38 tcohen       of course
18:37 pianohacker  tcohen: yo! Do you have a second for a funky swagger question?
18:37 huginn`      cait: The operation succeeded.
18:37 cait         @later tell LeeJ merged :)
18:37 * cait       waves
18:15 huginn`      LeeJ: The operation succeeded.
18:15 LeeJ         @later tell cait merge request submitted for the remaining perldoc entries in cron_jobs.rst :)
17:02 LeeJ         hi #koha
17:02 * LeeJ       waves
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19423 normal, P5 - low, ---, jonathan.druart, Pushed to Master , DecreaseLoanHighHolds.t is failing randomly
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19193 minor, P5 - low, ---, nick, Pushed to Master , When displaying the fines of the guarantee on the guarantor account, price is not in correct format.
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17664 minor, P5 - low, ---, mtompset, Pushed to Master , Silence non-zebra warnings in t/db_dependent/Search.t
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19345 minor, P5 - low, ---, david.bourgault, Pushed to Master , SendMail error does not display error message in password recovery
16:02 jenkins      * Jonathan Druart: Bug 19423: Prevent DecreaseLoanHighHolds.t to fail randomly
16:02 jenkins      * nick: Bug 19193: When displaying the fines of the guarantee on the guarantor
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18550 normal, P5 - low, ---, veron, Pushed to Master , Patron card creator: Print output does not respect layout units
16:02 jenkins      * mtompset: Bug 17664: Silence non-zebra warnings in t/db_dependent/Search.t
16:02 jenkins      * david.bourgault: Bug 19345: Add missing error flag to template
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315 normal, P5 - low, ---, nick, Pushed to Master , Routing preview may use wrong biblionumber
16:02 jenkins      * veron: Bug 18550: [Follow-up] Add POD descriptions to subs
16:02 jenkins      * veron: Bug 18550: Patron card creator: Print output does not respect layout
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19398 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Wrong date format in quick patron search table
16:02 jenkins      * m.de.rooy: Bug 19315: [QA Follow-up] Trivial edits
16:02 jenkins      * nick: Bug 19315: Use bibnum instead of biblionumber in routing-preview.pl and
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19386 normal, P5 - low, ---, jonathan.druart, Pushed to Master , t/db_dependent/SIP/Patron.t is failing randomly
16:02 jenkins      * Jonathan Druart: Bug 19398: Format date of birth in circ patron search
16:02 jenkins      * m.de.rooy: Bug 19386: [QA Follow-up] Remove some default values
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 major, P5 - low, ---, nick, Pushed to Master , Renewal as issue causes too many error
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19374 major, P5 - low, ---, lari.taskula, Pushed to Master , CircSidebar overlapping transferred items table
16:02 jenkins      * Jonathan Druart: Bug 19386: Prevent t/db_dependent/SIP/Patron.t to fail randomly
16:02 jenkins      * Jonathan Druart: Bug 19198: Prevent the test to fail randomly
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 major, P5 - low, ---, kyle, Pushed to Master , AllowHoldsOnPatronsPossessions is not working
16:02 jenkins      * Jonathan Druart: Bug 19198: do not autovivify
16:02 jenkins      * nick: Bug 19198: (QA followup) Fix typo in conditions
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19260 major, P5 - low, ---, josef.moravec, Pushed to Master , Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
16:02 jenkins      * nick: Bug 19198: Renewal as issue causes too many error
16:02 jenkins      * nick: Bug 19198: Unit tests
16:02 jenkins      * lari.taskula: Bug 19374: CircSidebar overlapping transferred items table
16:02 jenkins      * kyle: Bug 19135: Restore AllowHoldsOnPatronsPossessions behaviour
16:02 jenkins      * m.de.rooy: Bug 19260: [QA Follow-up] Remove obsolete $dbh
16:02 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19388 critical, P5 - low, ---, jonathan.druart, Pushed to Master , Error in course details on OPAC if an item is checked-out
16:02 jenkins      * josef.moravec: Bug 19260: Holds marked as problems being seen as expired ones and
16:02 jenkins      * josef.moravec: Bug 19260: Add test for CancelExpiredReserves
16:02 jenkins      * Jonathan Druart: Bug 19388: FIX display item status if item is checked out
16:02 jenkins      Project Koha_Master_D8 build #281: STILL UNSTABLE in 28 min: https://jenkins.koha-community.org/job/Koha_Master_D8/281/
15:44 huginn`      New commit(s) kohagit: Bug 19423: Prevent DecreaseLoanHighHolds.t to fail randomly <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=090b450a502340e3d03b5ee6a075cc92e647aada>
15:10 huginn`      New commit(s) kohagit: Bug 19193: When displaying the fines of the guarantee on the guarantor account, price... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0d124e1bc322e6823c192c51effa0f3eecb2ac1f> / Bug 17664: Silence non-zebra warnings in t/db_dependent/Search.t <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5e63a3838102ee1fe8a1bc15640196ab611dbc89> / Bug 19345: Add missing error flag to template <http://
14:52 jenkins      Project Koha_16.05_D8 build #1: UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_16.05_D8/1/
14:39 reiveune     bye
14:15 jenkins      Project Koha_16.05_D8 build #1: ABORTED in 1 min 4 sec: https://jenkins.koha-community.org/job/Koha_16.05_D8/1/
13:31 Joubu        well, the change makes sense, and 2 people reports the problem. I think I will push it even if not signoff/qa
13:29 * oleonard   couldn't reproduce the bug on kohadevbox with perl v5.20.2
13:23 Joubu        ok thanks, maybe 5.22 vs 5.24 then
13:19 alex_a       Joubu: perl 5.22.1, on non-plack environment, koha master (tested yesterday). jajm has reproduce also
13:14 huginn`      tcohen: marcelr was last seen in #koha 2 hours, 45 minutes, and 9 seconds ago: <marcelr> have to go cu #koha
13:14 tcohen       @seen marcelr
13:13 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 normal, P5 - low, ---, koha-bugs, RESOLVED DUPLICATE, Undefined subroutine &C4::Members::Attributes::SearchIdMatchingAttribute when searching patrons
13:13 Joubu        alex_a: it seems that the error does not appear for everybody. Do you know the perl version where it occurs?
13:13 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19418 major, P1 - high, ---, alex.arnaud, Needs Signoff , Patron search is broken
13:13 magnuse      bug 19418 and bug 19172,
13:11 tcohen       Joubu: yes we can
13:10 tcohen       alex_a: :-D
13:10 tcohen       morning
13:09 alex_a       BZ 19418 and BZ 19172, same bug, smae fix... :)
12:23 cait         maybe it's that?
12:23 cait         i broke patron search in 16.11.11i think
12:14 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19418 major, P1 - high, ---, alex.arnaud, Needs Signoff , Patron search is broken
12:14 * oleonard   can't reproduce Bug 19418
12:09 oleonard     Hi all
11:01 kidclamp     not mine, so lemme ask
11:01 cait         can you share the script maybe?
11:00 kidclamp     and we do it at night
10:59 kidclamp     so essentially just with package tools
10:59 kidclamp     we have a script that clears all the temp and shadow files, backs up the existing indexes, stops the indexer, calls 'koha-rebuild-zebra -a(b) -r -v --wait-for-lock; restart indexer
10:57 cait         yes
10:57 kidclamp     you mean how do we do it in practice cait?
10:56 cait         how do you reindex a huge library? Zebra offers some options and we were wondering
10:56 cait         it fits well with this https://twitter.com/oleonard/status/916233992596283392 :)
10:55 cait         kidclamp or someone else... can I ask you a Zebra question?
10:30 kidclamp     have a good one marcelr
10:28 marcelr      have to go cu #koha
10:28 marcelr      ok 129 now
10:22 kidclamp     yeah, I may just abandon it, was supposed to be an easy one
10:22 marcelr      will have another look later
10:22 marcelr      >130 in queue
10:22 marcelr      hmm i did not look further
10:22 kidclamp     exactly, I don't know how to fix
10:21 marcelr      but it did?
10:21 kidclamp     I mean, it shouldn't work that way
10:21 kidclamp     :-) yes
10:21 marcelr      just running the test
10:21 kidclamp     marcelr, I don't know what to do on 9031 - the timezone should be set to America/New_York so I don't understand how you got your error
10:06 kidclamp     indeed, I looked for too long trying to find it, but mysql won't do it
10:01 marcelr      all but one would have been handy
10:01 marcelr      hi kidclamp
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 minor, P5 - low, ---, mtompset, Pushed to Stable , Elastic related tests do not skip when ES modules are not installed
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19385 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , t/Calendar.t is failing randomly
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 normal, P5 - low, ---, m.de.rooy, Pushed to Stable , Koha/Patrons.t fails when item-level_itypes is not set
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 minor, P5 - low, ---, katrin.fischer, Pushed to Stable , Clarify meaning of record number in Batch record deletion tool
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18946 normal, P5 - low, ---, karamqubsi, Pushed to Stable , Change language from external web fails
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 minor, P5 - low, ---, fridolin.somers, Pushed to Stable , When SMS is enabled the OPAC messaging table is misaligned
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 normal, P5 - low, ---, veron, Pushed to Stable , Can not save new patron on fresh install (Conflict between autoMemberNum and BorrowerMandatoryField)
09:53 jenkins      * mtompset: Bug 18897: Add skipping to
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 normal, P5 - low, ---, veron, Pushed to Stable , Collection column in Item search is always empty
09:53 jenkins      * mtompset: Bug 18897: Skipping t/db_dependend/00-strict elastic search stuffs as
09:53 jenkins      * mtompset: Bug 18897: Use Module::Load::Conditional::can_load
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 normal, P5 - low, ---, colin.campbell, Pushed to Stable , Order cancelled status is reset on basket close
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 normal, P5 - low, ---, katrin.fischer, Pushed to Stable , Did you mean? from authorities uses incorrect punctuation
09:53 jenkins      * mtompset: Bug 18897: Improve error message
09:53 jenkins      * ldjamison: Bug 18897: Koha_Elasticsearch_Indexer.t doesn't skip when ES module(s)
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621 normal, P5 - low, ---, alexbuckley, Pushed to Stable , After duplicate message system picks category expiry date rather than manual defined
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18812 normal, P5 - low, ---, nick, Pushed to Stable , SIP Patron status does not respect OverduesBlockCirc
09:53 jenkins      * Jonathan Druart: Bug 19385: Fix random t/Calendar.t failure - clear the cache before
09:53 jenkins      * m.de.rooy: Bug 19004: [QA Follow-up] No need to check item-level_itypes again
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , GetReservesToBranch is not used
09:53 jenkins      * m.de.rooy: Bug 19004: Adjust AddReturn for retrieving item type
09:53 jenkins      * m.de.rooy: Bug 19004: Patrons.t should create its own data for enrollment fees.
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19007 normal, P5 - low, ---, kyle, Pushed to Stable , Allow paypal payments via debit or credit card again
09:53 jenkins      * katrin.fischer: Bug 14316: Clarify meaning of record number in Batch record modification
09:53 jenkins      * katrin.fischer: Bug 14316: Clarify meaning of record number in Batch record deletion
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14353 enhancement, P5 - low, ---, veron, Pushed to Stable , Show 'damaged' and other status on the 'place holds' page in staff
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15924 normal, P5 - low, ---, nick, Pushed to Stable , Coce not enabled on lists
09:53 jenkins      * kyle: Bug 18946 [QA Followup] - code cleanup
09:53 jenkins      * karamqubsi: Bug 18946 - Change language from external web fails
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19335 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , 00-merge-markers.t fails
09:53 jenkins      * lari.taskula: Bug 18692 - intranet part
09:53 jenkins      * fridolin.somers: Bug 18692 - same with syspref TalkingTechItivaPhone
09:53 jenkins      * fridolin.somers: Bug 18692 - When SMS is enabled the OPAC messaging table is misaligned
09:53 jenkins      * veron: Bug 18636: Sysprefs: Add explanation for conflict autonumbernum /
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , 00-merge-conflict-markers.t launches too many tests
09:53 jenkins      * veron: Bug 16485: collection column in Item search is always empty
09:53 jenkins      * colin.campbell: Bug 19024 Do not unset order cancelled status on basket close
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19128 normal, P5 - low, ---, katrin.fischer, Pushed to Master , XSS - patron-attr-types.tt, authorised_values.tt and categories.tt
09:53 jenkins      * colin.campbell: Bug 19024 Fix some infelicities of phrasing in test messages
09:53 jenkins      * Jonathan Druart: Bug 19024: Add tests
09:53 jenkins      * Jonathan Druart: Bug 9857: Fix failing tests
09:53 jenkins      * katrin.fischer: Bug 9857 - Follow-up - Fix for searches with su= or su:
09:53 jenkins      * katrin.fischer: Bug 9857: Did you mean? uses wrong punctuation in search links
09:53 jenkins      * alexbuckley: Bug 18621: Added in value attribute to dateexpiry field
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19391 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , auth_values_input_www.t  is failing because of bug 19128
09:53 jenkins      * nick: Bug 18812 - SIP Patron status does not respect OverduesBlockCirc
09:53 jenkins      * Jonathan Druart: Bug 19055: Remove C4::Reserves::GetReservesToBranch
09:53 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18794 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , OAI/Server.t fails on slow servers
09:53 jenkins      * kyle: Bug 19007 - Allow paypal payments via debit or credit card again
09:53 jenkins      * veron: Bug 14353 - Show 'damaged' and other status on the 'place holds' page in
09:53 jenkins      * nick: Bug 15924 - Coce not enabled on lists
09:53 jenkins      * Jonathan Druart: Bug 19335: Fix 00-merge-conflict-markers.t when dockerised
09:53 jenkins      * Jonathan Druart: Bug 19227: Reduce the number of tests run by 00-merge-conflict-markers.t
09:53 jenkins      * Jonathan Druart: Bug 19391: (bug 19128 follow-up) Fix failing tests from
09:53 jenkins      * Jonathan Druart: Bug 18794: Fix test ListMetadataFormats in OAI/Server.t
09:52 jenkins      Project Koha_16.11_D8 build #73: STILL UNSTABLE in 3 hr 30 min: https://jenkins.koha-community.org/job/Koha_16.11_D8/73/
09:21 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19260 major, P5 - low, ---, josef.moravec, Passed QA , Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
09:21 magnuse      josef_moravec++ alexbuckley++ marcelr++ for moving bug 19260 along
09:05 wahanui      i heard feature freeze was Oct 27th (soft) and Nov 3 (hard)
09:05 magnuse      feature freeze?
08:32 cait         ah ok
08:18 magnuse      more of that when there is a hackfest in Lund later this year
08:18 magnuse      cait: i think andreashm talked about qa, but no practical work i guess
07:54 cait         but no sign-off session?
07:54 cait         very cool :)
07:51 marcelr      great
07:50 magnuse      60 people, all running or preparing for or interested in koha
07:50 magnuse      the conference/meeting in sweden was awesome
07:49 magnuse      hiya marcelr
07:49 marcelr      hi cait magnuse
07:49 magnuse      w00t!
07:48 cait         magnuse: still 2 hours of documentation sprint day...
07:38 * magnuse    waves
07:05 cait         good morning #koha
07:03 wahanui      i heard germs was http://i.imgur.com/5UfhT.jpg
07:03 huginn`      GERMS!!!!
06:43 alex_a       bonjour
06:40 fridolin     hi there
06:26 wahanui      kia ora, reiveune
06:26 reiveune     hello
05:40 marcelr      hi #koha
00:45 wizzyrea     imo.
00:45 wizzyrea     the friendliness comes at a cost, which is stability.
00:44 pablo        I found ubuntu more friendly than debian... but ¯\_(ツ)_/¯
00:35 wizzyrea     but it's not what I would recommend (and I"ve run both)
00:35 wizzyrea     we have a lot fewer problems with debian, but ubuntu is probably more widely used because ... well who knows why but it is.
00:34 pablo        so you say from now on better use Debian instead of Ubunto? IIRC tcohen told me ubuntu server was much more used... at least a couple of years ago
00:33 pablo        I'll edit wiki so mariadb-server is installed *before* koha-common, also other things about systemd way of doing things
00:32 wizzyrea     i think you worked that out yourself ;)
00:32 pablo        Thanks a lot @wizzyrea ! :)
00:32 wizzyrea     yay
00:32 pablo        Well, now I have a problem with letsencrypt ("DEBUG:letsencrypt.cli:Exiting abnormally", working fine before) but the issue about koha-commond depending on mysql-client seems over