Time  Nick         Message
22:25 davidnind[m] I'm happy that they are useful! I put them in so that if I have to retest, I don't have to remember/re-create what I had already worked out before...
22:23 tuxayo       davidnind++ thanks for letting testing notes like SQL queries ready to use for the next person testing :)
20:00 davidnind[m] anything you are unsure off, just ask on IRC - all the experienced Koha developers are all very willing to help developers getting started with Koha (from my observations)
19:25 irc          That's good pointers to the wiki.
19:25 wajasu       that workflow is just what i neeeded
19:24 wajasu       ok
18:31 davidnind[m] That's about the limit of my knowledge...
18:30 davidnind[m] And also info about commit messages: https://wiki.koha-community.org/wiki/Commit_messages
18:30 davidnind[m] See the development workflow: https://wiki.koha-community.org/wiki/Development_workflow
18:29 davidnind[m] I create a branch, then I think if master has been updated you need to do a pull or rebase? I'm not really sure...
18:28 davidnind[m] I've only done really basic string patches, so I'm not qualified to comment really 😄
18:27 davidnind[m] wajasu: yes, develop against master (unless it is a version specific bug)
15:29 wajasu       developing against master
15:29 wajasu       when i dev in ktd, should i being doing the  ktd pull   periodically
15:23 wajasu       ok.
14:44 davidnind[m] wajasu: you can just take it and change the status from NEW to ASSIGNED
13:03 irc          It's fresh
13:02 irc          Reported:	2022-07-08 14:57 UTC by wajasu
12:27 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31124 major, P5 - low, ---, koha-bugs, NEW , koha-remove fails to remove long_tasks queue daemon, so koha-create for same <instance> user fails
12:27 wajasu       can i just "take" bug 31124 and provide a patch or does someone have to assign it?
09:08 irc          /Ignore #koha joins,quits
01:23 koha-jenkins Project Koha_Master_D10 build #726: STILL UNSTABLE in 43 min: https://jenkins.koha-community.org/job/Koha_Master_D10/726/
01:21 wajasu       i'm running debian11.03 with 22.05
01:18 kolvir       If I start over, should I install debian instead?
01:06 kolvir       think that's what I need to do?
01:04 koha-jenkins Project Koha_Master_D12 build #201: STILL UNSTABLE in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D12/201/
00:56 koha-jenkins Project Koha_Master_D11_MDB_Latest build #996: STILL UNSTABLE in 1 hr 2 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/996/
00:56 koha-jenkins Project Koha_Master_D11_ES7 build #10: SUCCESS in 6 min 58 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/10/
00:49 koha-jenkins Project Koha_Master_D11_ES6 build #8: SUCCESS in 7 min 3 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/8/
00:44 kolvir       at this point I'm considering a system reinstall. I need to get koha up and running soon
00:42 koha-jenkins Project Koha_Master build #2103: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master/2103/
00:41 kolvir       but a2enmod still says it doesn't exits
00:41 kolvir       ok make install puts mpm_itk.so in /usr/lib/apache2/modules
00:39 koha-jenkins Project Koha_Master_U22 build #126: STILL UNSTABLE in 47 min: https://jenkins.koha-community.org/job/Koha_Master_U22/126/
00:35 kolvir       I even tried building it from source and was going to manually put it in mods-available, but the makefile wants to put it in /usr/bin/apxs and the output files aren't the same type as the ones in mods-available, so it was over my head
00:31 kolvir       v 2.4.7-04-1 is what I have installed
00:24 koha-jenkins Project Koha_Master_D12 build #200: STILL UNSTABLE in 39 min: https://jenkins.koha-community.org/job/Koha_Master_D12/200/
00:21 wajasu       maybe since you upgraded your repo list needs to change for jammy
00:20 wajasu       https://packages.ubuntu.com/jammy/libapache2-mpm-itk
00:20 kolvir       brb, I must feed my dog before he tears the house apart
00:19 wahanui      I haven't seen 'that', kolvir
00:19 kolvir       seen that before, didn't help unfortunately
00:18 kolvir       sudo a2enmod mpm_itk ERROR: Module mpm_itk does not exist!
00:18 wajasu       https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Some_difficulties_were_encountered_installing_apache2-mpm-itk.
00:17 kolvir       sudo koha-create --create-db Library  Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:      sudo a2enmod mpm_itk
00:17 kolvir       after what you told me to do
00:17 kolvir       ❯ apache2ctl -V Server version: Apache/2.4.52 (Ubuntu) Server built:   2022-06-14T12:30:21 Server's Module Magic Number: 20120211:121 Server loaded:  APR 1.7.0, APR-UTIL 1.6.1 Compiled using: APR 1.7.0, APR-UTIL 1.6.1 Architecture:   64-bit Server MPM:     prefork   threaded:     no     forked:     yes (variable process count) Server compiled with....  -D APR_HAS_SENDFILE  -D APR_HAS_MMAP  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)  -D APR_USE_PROC_P
00:15 kolvir       ok 1 min
00:15 wajasu       apt-get install -f
00:15 wajasu       service apache2 restart
00:15 wajasu       a2enmod mpm_prefork
00:15 wajasu       a2dismod mpm_event
00:14 kolvir       even though it says it is installed
00:14 kolvir       for some reason mpm-itk will not install correctly.
00:13 kolvir       not in there, just mpm_prefork_module. have tried disabling that and installing mpm-itk, but mpm-itk is not found
00:12 wajasu       should show mpm_itk_module (shared)
00:12 kolvir       no it is not in that or available
00:11 wajasu       apachectl -M
00:10 wajasu       did you see the mod_itk.* in /etc/apache2/mods-enabled
00:06 tuxayo       Your koha stuff look ok
00:04 kolvir       I followed the procedure for a system upgrade
00:04 kolvir       ok
00:04 tuxayo       I don't know if that's normal after an upgrade. Better ask in a Ubuntu chat for the lines not related to Koha
00:04 kolvir       koha list =   1 deb http://debian.koha-community.org/koha 22.05 main
00:03 tuxayo       Ah wait, it's not the right release you say
00:03 tuxayo       And hi ^^
00:03 wajasu       https://wiki.ubuntu.com/Releases
00:03 tuxayo       These are for the updates of you system
00:03 tuxayo       no
00:02 kolvir       should I comment those out?
00:02 kolvir       I still have some focal lines in sources.list, for example deb http://us.archive.ubuntu.com/ubuntu/ jammy multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse
00:02 wajasu       /etc/apt/sources.list
00:01 wajasu       /etc/apt/sources.list.d
00:00 kolvir       nm
00:00 kolvir       where is koha.list? I do not have a dir /etc/sources.list.d
00:00 wajasu       deb http://debian.koha-community.org/koha stable main