Time |
S |
Nick |
Message |
04:23 |
|
wajasu |
was looking at getting koha-remove working so that it shuts down all the <instancename> services. |
04:24 |
|
wajasu |
adjusted to bring down z3950 and long_tasks worker. but the last process that needs to end is apache server. Since the ktd has it running as the instancename in /etc/apache2/envvars |
04:26 |
|
wajasu |
this was so the deluser can succeed. this way koha-create can run. |
06:27 |
|
|
reiveune joined #koha |
06:32 |
|
|
alex_ joined #koha |
06:32 |
|
alex_ |
Bonjour |
06:33 |
|
irc |
Aus Wiedersehen |
07:02 |
|
|
lds joined #koha |
07:58 |
|
|
cait joined #koha |
08:28 |
|
ashimema |
morning |
08:43 |
|
ashimema |
@later tell oleonard just ask if you want a hand getting bug 12029 up to standards.. sounds like the code is a bit 'fun' in it's current state. |
08:43 |
|
huginn |
ashimema: The operation succeeded. |
10:48 |
|
oleonard |
Thanks ashimema. |
10:56 |
|
oleonard |
Joubu: Thank you for looking at Bug 12029 but know that the people who wrote that code will NOT hear your complaints :) |
10:57 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=12029 enhancement, P5 - low, ---, oleonard, Signed Off , Patrons should be able to delete their patron messages |
10:58 |
|
|
koha_user joined #koha |
10:58 |
|
koha_user |
hello everybody |
10:59 |
|
koha_user |
I just installed koha on ubuntu server with ip deployment, but I can't proceed on the first login |
10:59 |
|
koha_user |
any idea ? |
10:59 |
|
oleonard |
koha_user: Were you able to complete the onboarding steps? |
11:00 |
|
koha_user |
yes |
11:00 |
|
koha_user |
everything went well |
11:00 |
|
koha_user |
http://52.47.129.176:8080/ |
11:00 |
|
koha_user |
it's a test server |
11:00 |
|
oleonard |
And now you can't log in using the user credentials you defined during onboarding? |
11:00 |
|
koha_user |
yes |
11:01 |
|
koha_user |
i checked inside the server |
11:01 |
|
koha_user |
sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/iterlibrary/koha-conf.xml; echo |
11:01 |
|
koha_user |
got Error: Invalid username or password |
11:01 |
|
koha_user |
and sometimes timeout |
11:02 |
|
oleonard |
Maybe try: https://wiki.koha-community.or[…]koha-reset-passwd |
11:03 |
|
koha_user |
env: ‘/bin/admin/set_password.pl’: No such file or directory |
11:03 |
|
koha_user |
on sudo too |
11:04 |
|
koha_user |
working on vanilla ubuntu server from aws |
11:04 |
|
koha_user |
ubuntu 20 |
11:14 |
|
* ashimema |
gets ichy fingers and considers converting bug 12029 to use a new REST api route |
11:14 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=12029 enhancement, P5 - low, ---, oleonard, Signed Off , Patrons should be able to delete their patron messages |
12:21 |
|
tcohen |
good morning y'all |
12:22 |
|
tcohen |
koha_user: the DB user and pass won't let you in |
12:22 |
|
tcohen |
if it is a packages install |
12:22 |
|
tcohen |
you can jump into a instance's terminal with |
12:22 |
|
tcohen |
koha-shell <instance> |
12:23 |
|
tcohen |
and run /usr/share/koha/bin/admin/set_password.pl |
12:24 |
|
tcohen |
or just koha-reset-passwd as the root user |
12:29 |
|
koha_user |
thank you |
12:35 |
|
|
slef joined #koha |
12:43 |
|
koha_user |
no patron found matching the specified criteria |
12:44 |
|
tcohen |
sudo koha-mysql <instance> |
12:44 |
|
tcohen |
> SELECT * FROM borrowers; |
12:44 |
|
koha_user |
/usr/share/koha/bin/admin/set_password.pl --userid <userid> |
12:52 |
|
koha_user |
tcohen: you was right |
12:52 |
|
koha_user |
but actually I don't remember set this user_id |
13:23 |
|
|
Dyrcona joined #koha |
13:37 |
|
|
lukeg joined #koha |
13:37 |
|
tcohen |
have you tried the cardnumber, koha_user? |
13:49 |
|
koha_user |
no finaly the id was firstname.lastname |
13:49 |
|
koha_user |
I don't know why at all, I didn't set up the login |
13:50 |
|
koha_user |
Yes I was trying with all other values |
13:56 |
|
|
cait joined #koha |
14:01 |
|
wajasu |
tcohen: i've been using ktd. which guys are savyon it and use it. |
14:03 |
|
|
lukeg joined #koha |
14:04 |
|
wajasu |
i was working on geting koha-remove working. if we patch root_bashrc to have /kohadev/koha/debian/scripts:$PATH:/kohadevbox/bin then its easyer to run/test those scripts in the ktd. |
14:05 |
|
Joubu |
/kohadevbox/misc4dev/cp_debian_files.pl can also help you |
14:05 |
|
wajasu |
i was looking at that. |
14:07 |
|
wajasu |
my goal is to get the koha-remove working so that koha-create wont get in a catch-22 situation. remove cant deluser "kohadev-koha" without all processes running as kohadev being stopped. (including apache) |
14:08 |
|
wajasu |
if apache gets stopped, and the kohadev-koha user is removed (from password). apache wont start because envvars defines APACHE_RUN_USER and APACHE_RUN_GROUP as kohadev-koha |
14:09 |
|
wajasu |
because ktd uses mpm-itk, koha-create --createdb kohadev fails |
14:09 |
|
wajasu |
etc |
14:10 |
|
wajasu |
i was wondering if there is a reason we must run apache as kohadev-koha. |
14:24 |
|
tcohen |
it's always been a security thing |
14:24 |
|
tcohen |
using mpm_itk to run apache with the right permissions |
14:25 |
|
tcohen |
I guess once we get rid of CGI... |
14:25 |
|
wajasu |
oh |
14:28 |
|
wajasu |
wow, eventually moving from cgi. to what? |
14:40 |
|
tcohen |
we use Plack |
14:41 |
|
tcohen |
and most CGI scripts are run using a Plack tool for that |
14:41 |
|
tcohen |
but there are a few scripts that are still run in CGI-mode |
14:41 |
|
tcohen |
if we get rid of them, then apache can run as www-data and it is the plack server the one that needs to run as the user |
14:44 |
|
Joubu |
bug 27421 |
14:44 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=27421 enhancement, P5 - low, ---, jonathan.druart+koha, In Discussion , Porting tools/stage-marc-import.pl to BackgroundJob |
14:45 |
|
Joubu |
back to NSO |
14:47 |
|
wajasu |
ok. we just need to plackify our remaining scripts. |
15:00 |
|
|
bag joined #koha |
15:12 |
|
reiveune |
bye |
15:12 |
|
|
reiveune left #koha |
15:38 |
|
huginn |
News from kohagit: Bug 28854: DBRev 22.06.00.015 <https://git.koha-community.org[…]31dc9d7b14d0fc595> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: DBIC update <https://git.koha-community.org[…]57c0e55c134a0ca5a> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (QA follow-up) Fix DB revision for AV's above 10 <https://git.koha-community.org[…]9cf237500da5bd234> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (QA follow-up) Remove duplicate key test <https://git.koha-community.org[…]0802f2bf42efbd09d> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (QA follow-up) <https://git.koha-community.org[…]5463ce9a9afa35dcf> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Remove fields from from bundle items <https://git.koha-community.org[…]1f7b4f18f3bcebe2a> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (QA follow-up) Add missing TT filters <https://git.koha-community.org[…]23757a916dc3b57d2> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Add handling for part_numbers/names <https://git.koha-community.org[…]19cdd30832f1ea3a3> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Link to 'In bundle' on OPAC <https://git.koha-community.org[…]9879d27718e8aa3b1> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Restore block styling on bundled span <https://git.koha-community.org[…]919ceddfc6e5c80e2> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Make 'Manage bundle' button a 'toggle' <https://git.koha-community.org[…]d5de143d58a799577> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Add bundle item status to manage button <https://git.koha-community.org[…]758686fbe07d375be> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Restore last seen date formatting <https://git.koha-community.org[…]cce2e20877cbbf97f> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Link bundle items to thier biblios <https://git.koha-community.org[…]b796ecfca73117ea8> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Disable bundle editing for checked out <https://git.koha-community.org[…]e9ed3fbf8b25f5d4c> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Use barcodedecode in Koha::REST::V1::Items <https://git.koha-community.org[…]8fd6ac2dd465b562e> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Improve error for item not found <https://git.koha-community.org[…]043f2aa17dfc9f9f5> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Fix typo in templates and test plan <https://git.koha-community.org[…]65938030b0b33b582> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Move preferences to "Item bundles" <https://git.koha-community.org[…]7b119010314fec961> |
15:38 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Rename column configuration to barcode <https://git.koha-community.org[…]06c82eb8f82c80b6f> |
15:45 |
|
Joubu |
window.$biblio_to_html => should be on its own bug |
15:47 |
|
Joubu |
please squash :D |
15:47 |
|
Joubu |
see you tomorrow, #koha |
15:48 |
|
tcohen |
bye Joubu |
15:49 |
|
ashimema |
I actually meant to split out $biblio_to_html then promptly forgot during the long rebase/feedback/qa cycle |
15:49 |
|
ashimema |
my mistake.. sorry tcohen |
15:52 |
|
tcohen |
I have just noticed a minor issue, the atomicupdate will add the AVs each time |
15:52 |
|
ashimema |
ack.. yes |
15:52 |
|
tcohen |
not the kind of bug people will want to backport to maintenance branches... |
15:52 |
|
tcohen |
heh |
15:53 |
|
ashimema |
I'll have a go at fixing that |
15:53 |
|
ashimema |
having said that.. it's certainly a new feature so shouldn't really be getting backported 😜 |
15:53 |
|
ashimema |
want me to follow-up |
15:54 |
|
tcohen |
Joubu: I thought of squashing... will keep it in mind, this was big and not super trivial to squash the pieces while keeping things meaningful, and keeping the QA follow-up attribution either |
15:54 |
|
tcohen |
I wouldn't spend time on that ashimema |
15:54 |
|
ashimema |
😄 |
15:55 |
|
* ashimema |
just checked his database and it's littered with a tonne of them from development |
15:55 |
|
tcohen |
only the first time it is used to set the sysprefs |
15:55 |
|
ashimema |
mind you.. it did help me spot bugs I did fix.. hehe |
15:55 |
|
ashimema |
like I had more than 10 AV's because of it.. and the highlighted a bug I fixed in a follow-up using CAST.. hehe |
15:55 |
|
tcohen |
I have spent a few minutes checking jenkins mailing config |
15:55 |
|
ashimema |
nice |
15:56 |
|
* ashimema |
wondered a while back if there was any way to get the 'recent changes' stuff working in jenkins.. |
15:56 |
|
tcohen |
it was using a Theke members email, who passed a couple years ago... so full of bounces and banned everywhere |
15:56 |
|
ashimema |
I think mtj said it was hard |
15:57 |
|
tcohen |
it should be solved once the IP is cleaned from the email provider ban list |
15:57 |
|
ashimema |
🙂 |
16:08 |
|
tcohen |
hopefully before this round finishes haha |
16:15 |
|
koha-jenkins |
Project Koha_Master_U20 build #481: UNSTABLE in 36 min: https://jenkins.koha-community[…]a_Master_U20/481/ |
16:16 |
|
koha-jenkins |
Project Koha_Master_D11_ES6 build #14: SUCCESS in 8 min 45 sec: https://jenkins.koha-community[…]aster_D11_ES6/14/ |
16:20 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸ‰ðŸ¥™ðŸ¡ |
16:22 |
|
* ashimema |
is on the case of the failing test |
16:24 |
|
koha-jenkins |
Project Koha_Master_D11_My8 build #911: UNSTABLE in 46 min: https://jenkins.koha-community[…]ster_D11_My8/911/ |
16:44 |
|
koha-jenkins |
Project Koha_Master_U22 build #131: UNSTABLE in 1 hr 7 min: https://jenkins.koha-community[…]a_Master_U22/131/ |
16:51 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #1000: UNSTABLE in 35 min: https://jenkins.koha-community[…]_MDB_Latest/1000/ |
16:59 |
|
koha-jenkins |
Project Koha_Master build #2109: STILL UNSTABLE in 42 min: https://jenkins.koha-community[…]Koha_Master/2109/ |
17:07 |
|
koha-jenkins |
Project Koha_Master_D11_ES7 build #16: SUCCESS in 7 min 28 sec: https://jenkins.koha-community[…]aster_D11_ES7/16/ |
17:08 |
|
koha-jenkins |
Project Koha_Master_D10 build #731: UNSTABLE in 43 min: https://jenkins.koha-community[…]a_Master_D10/731/ |
17:48 |
|
koha-jenkins |
Project Koha_Master build #2110: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]Koha_Master/2110/ |
17:50 |
|
koha-jenkins |
Project Koha_Master_D12 build #206: UNSTABLE in 1 hr 6 min: https://jenkins.koha-community[…]a_Master_D12/206/ |
17:51 |
|
koha-jenkins |
Project Koha_Master_D12 build #207: STILL UNSTABLE in 59 min: https://jenkins.koha-community[…]a_Master_D12/207/ |
17:52 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #1001: STILL UNSTABLE in 44 min: https://jenkins.koha-community[…]_MDB_Latest/1001/ |
17:54 |
|
koha-jenkins |
Project Koha_Master_D11_ES7 build #17: SUCCESS in 6 min 54 sec: https://jenkins.koha-community[…]aster_D11_ES7/17/ |
19:22 |
|
|
lukeg joined #koha |
19:23 |
|
huginn |
News from kohagit: Bug 28854: DBRev 22.06.00.016 <https://git.koha-community.org[…]5d74a734f425fc186> |
19:23 |
|
huginn |
News from kohagit: Bug 28854: (follow-up) Replace unique constraint in return claims <https://git.koha-community.org[…]fd5f69ff5fdafd632> |
19:25 |
|
pastebot |
"tcohen" at 127.0.0.1 pasted "lukeg: this is how I run koha-push updatebz" (5 lines) at https://paste.koha-community.org/11082 |
19:34 |
|
lukeg |
tcohen++ |
19:47 |
|
koha-jenkins |
Project Koha_22.05_U20 build #28: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_22.05_U20/28/ |
19:48 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸ”🥯🪠|
20:01 |
|
huginn |
News from kohagit: Bug 28854: Compiled CSS <https://git.koha-community.org[…]e7ea99160d73a8443> |
20:02 |
|
alohabot |
🎠🲠Koha '22.05.x' packages pushed to 'koha-staging' repo ðŸ™ðŸŽðŸ® |
20:23 |
|
koha-jenkins |
Project Koha_22.05_U22 build #25: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_22.05_U22/25/ |
20:26 |
|
koha-jenkins |
Project Koha_22.05_D11 build #34: STILL UNSTABLE in 1 hr 17 min: https://jenkins.koha-community[…]oha_22.05_D11/34/ |
20:32 |
|
koha-jenkins |
Project Koha_22.05_U18 build #31: STILL UNSTABLE in 1 hr 19 min: https://jenkins.koha-community[…]oha_22.05_U18/31/ |
20:47 |
|
koha-jenkins |
Project Koha_Master_D11_My8 build #912: STILL UNSTABLE in 45 min: https://jenkins.koha-community[…]ster_D11_My8/912/ |
20:48 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo 🥗ðŸðŸ¥œ |
21:02 |
|
alohabot |
🎠🹠Koha '22.05.x' packages pushed to 'koha-staging' repo ðŸ¿ðŸŒ¯ðŸš |
21:16 |
|
koha-jenkins |
Project Koha_Master_U20 build #482: STILL UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]a_Master_U20/482/ |
21:20 |
|
|
cait joined #koha |
21:27 |
|
koha-jenkins |
Project Koha_22.05_U20 build #29: SUCCESS in 54 min: https://jenkins.koha-community[…]oha_22.05_U20/29/ |
21:30 |
|
koha-jenkins |
Project Koha_Master_D10 build #732: STILL UNSTABLE in 43 min: https://jenkins.koha-community[…]a_Master_D10/732/ |
21:38 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #1002: STILL UNSTABLE in 35 min: https://jenkins.koha-community[…]_MDB_Latest/1002/ |
21:46 |
|
koha-jenkins |
Project Koha_22.05_D11 build #35: STILL UNSTABLE in 1 hr 19 min: https://jenkins.koha-community[…]oha_22.05_D11/35/ |
21:53 |
|
koha-jenkins |
Project Koha_Master_D11_ES6 build #15: SUCCESS in 7 min 27 sec: https://jenkins.koha-community[…]aster_D11_ES6/15/ |
21:54 |
|
|
dpk joined #koha |
22:11 |
|
huginn |
News from kohagit: Bug 28854: Fix permissions problem <https://git.koha-community.org[…]a61c759f83451e7e6> |
22:18 |
|
koha-jenkins |
Project Koha_Master_U22 build #132: STILL UNSTABLE in 47 min: https://jenkins.koha-community[…]a_Master_U22/132/ |
22:38 |
|
koha-jenkins |
Project Koha_Master build #2111: ABORTED in 44 min: https://jenkins.koha-community[…]Koha_Master/2111/ |
22:46 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸ…ðŸ„🋠|
22:49 |
|
koha-jenkins |
Project Koha_22.05_U18 build #32: STILL UNSTABLE in 1 hr 22 min: https://jenkins.koha-community[…]oha_22.05_U18/32/ |
22:50 |
|
|
koha-jenkins joined #koha |
23:04 |
|
|
koha-jenkins joined #koha |
23:16 |
|
koha-jenkins |
Project Koha_Master_D11_ES7 build #18: SUCCESS in 10 min: https://jenkins.koha-community[…]aster_D11_ES7/18/ |
23:18 |
|
tuxayo |
tcohen: you're welcome, thanks for testing and pinging me about 29418 ^^ |
23:22 |
|
tcohen |
+1 |
23:44 |
|
koha-jenkins |
Project Koha_22.05_U22 build #26: SUCCESS in 38 min: https://jenkins.koha-community[…]oha_22.05_U22/26/ |
23:53 |
|
koha-jenkins |
Yippee, build fixed! |
23:53 |
|
koha-jenkins |
Project Koha_Master_U20 build #483: FIXED in 47 min: https://jenkins.koha-community[…]a_Master_U20/483/ |
23:53 |
|
wahanui |
Congratulations! |