← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:19 | irma_ joined #koha | |
00:35 | kathryn joined #koha | |
00:45 | rangi | @later tell joubu I dont thnk we can wait on some promised research, and the mysql config issue is way less hacky than code fixes for a db issue |
00:45 | huginn | rangi: The operation succeeded. |
00:46 | rangi | @later tell mtj I wotn have a chance to look at mod_mellon/provisioning stuff until next week |
00:46 | huginn | rangi: The operation succeeded. |
00:49 | mtj | hiya rangi, no probs... do you have a vhosts file i can crib from? |
00:50 | .ive clicked that my 500 error is caused by a problem with default mellon and apache mpm_itk | |
00:52 | i havent stumbled upon the workaround yet - other than disabling itk on my dev koha | |
01:00 | rangi | https://library.charteredaccou[…]koha/opac-main.pl <-- is using mpm-itk and mellon ill check the config |
01:01 | we set some headers | |
01:01 | Header unset X_REMOTE_USER | |
01:01 | RequestHeader unset X_REMOTE_USER | |
01:01 | RequestHeader set X_REMOTE_USER %{MELLON_NAME_ID}e | |
01:01 | but other than that, its standard mod_mellon | |
01:02 | mtj | hmm, ok... |
01:02 | https://sympa.uninett.no/lists[…]-04/msg00000.html | |
01:02 | ...thats the exact problem i hit, same odd apache errors | |
01:03 | rangi | hmm |
01:03 | it is single site, so we maybe not including mpm-itk .. you only need it for multiple instances | |
01:05 | mtj | ah yep, ok .. |
01:05 | rangi | (we put all the non standard stuff on their own servers) |
01:06 | mtj | so the mellon <location> blocks, any magic there..? |
01:06 | rangi | just those headers |
01:07 | have you tried just commetning out the set id line? | |
01:07 | AssignUserID | |
01:07 | that one? | |
01:07 | mtj | yep, it works.. |
01:08 | rangi | right so you dont have to disable mpm-itk |
01:08 | you just dont set a user for that one site | |
01:08 | mtj | sorry...that was my workaround. |
01:08 | rangi | the rest all still could |
01:11 | mtj | so, which <locations> need MellonEnable "auth" set? |
01:11 | <Location /cgi-bin/koha/opac-user.pl> | |
01:11 | MellonEnable "auth" | |
01:11 | </Location> | |
01:11 | rangi | whatever ones you want |
01:11 | i think its better to set auth for all | |
01:11 | then set info | |
01:11 | for the ones you dont want | |
01:11 | safer | |
01:11 | Francesca joined #koha | |
01:11 | mtj | <Location /> |
01:11 | MellonEnable "info" | |
01:11 | </Location> | |
01:12 | rangi | do it the other way |
01:12 | make it on for all | |
01:12 | turn it off for the ones you dont want it on | |
01:12 | like opac-main opac-search | |
01:12 | mtj | yep, much better :0) |
01:13 | rangi | dont forget |
01:13 | <Location /opac-tmpl/bootstrap> | |
01:13 | MellonEnable "off" | |
01:13 | </Location> | |
01:13 | too :) | |
01:14 | or you could jsut try the shibboleth stuff | |
01:14 | that didnt exist/work in koha when we started | |
01:14 | mtj | right, ill try both i think |
01:19 | re: the itk error.. i see a bunch of mellon *lock or *path directives here.. | |
01:19 | https://github.com/UNINETT/mod_auth_mellon | |
01:20 | im guessing that setting those to something unique might fix the error | |
01:21 | thanks for the braindump chris :) | |
01:47 | Francesca joined #koha | |
01:59 | caboose joined #koha | |
02:00 | sameee joined #koha | |
02:13 | caboose joined #koha | |
02:21 | Francesca joined #koha | |
02:32 | Francesca joined #koha | |
03:37 | kathryn joined #koha | |
05:09 | dilan joined #koha | |
05:18 | cait joined #koha | |
05:23 | Francesca joined #koha | |
05:41 | robert joined #koha | |
06:03 | marcelr joined #koha | |
06:04 | marcelr | hi #koha |
06:07 | laurence joined #koha | |
06:10 | Francesca joined #koha | |
06:13 | LibraryClaire joined #koha | |
06:15 | cait | marcelr: the lock causes lots of issues in my testing - did you read the comments on the bugs? |
06:16 | marcelr | must have seen a lot |
06:17 | cait | as far as i understand you can only lock the whole table |
06:17 | which means other processes trying to insert etc fail | |
06:17 | marcelr | depends on what you want |
06:17 | cait | I don't want half the check-ins to fail constantly |
06:17 | marcelr | :) |
06:22 | cait | marcelr: if you can make the lock working better... but it seems mysql is not supporting it too well and Joubu has noted problems it causes with DBIX |
06:23 | marcelr | we should do it via dbix; and if dbix does not give us any good locks, it was a bad choice |
06:23 | paul_p joined #koha | |
06:23 | cait | it seems mysql doesn't support row level locking etc |
06:24 | so maybe only so much to blame on the orm tool | |
06:25 | marcelr | yeah |
06:25 | Francesca joined #koha | |
06:26 | marcelr | InnoDB implements standard row-level locking |
06:27 | cait | there was some discussion about database table types last night |
06:27 | I won't have much time today to get involved witht his, travelling | |
06:31 | marcelr | ok |
06:37 | JoshB joined #koha | |
06:37 | JoshB joined #koha | |
06:39 | reiveune joined #koha | |
06:40 | reiveune | hello |
06:52 | ibeardslee joined #koha | |
06:53 | cait joined #koha | |
06:57 | AndrewIsh joined #koha | |
07:22 | sophie_m joined #koha | |
07:33 | * cait | waves at AndrewIsh |
07:33 | * AndrewIsh | waves back |
07:34 | gaetan_B joined #koha | |
07:34 | gaetan_B | hello |
07:46 | fridolin joined #koha | |
07:46 | fridolin | hie terhe |
08:15 | khall joined #koha | |
08:18 | Francesca joined #koha | |
08:32 | khall joined #koha | |
08:36 | Francesca joined #koha | |
08:45 | eythian | hi |
09:20 | fridolin | Bug 18965 |
09:20 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=18965 normal, P5 - low, ---, fridolin.somers, Needs Signoff , branch transfer limits pagination save bug |
09:20 | fridolin | realy complex bug to produce |
09:20 | but 1line patch :D | |
09:31 | manu joined #koha | |
09:37 | manu | while sending email alerts for renewing books in bulk(like renewing 15 books) some titles are missing.Any idea about this? |
09:45 | cait joined #koha | |
09:46 | * cait | waves from train |
09:52 | cait1 joined #koha | |
09:56 | kidclamp joined #koha | |
10:04 | sameee joined #koha | |
10:10 | cait joined #koha | |
10:10 | cait | manu: which version? |
10:10 | wahanui | well, which version is recommended? |
10:11 | Francesca joined #koha | |
10:11 | cait | there is a known bug with a race condition, but it should be fixed in recent versions |
10:15 | cait joined #koha | |
10:27 | marcelr | have to go #koha, have fun with bug 18970 :) |
10:27 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=18970 enhancement, P5 - low, ---, m.de.rooy, ASSIGNED , Yet another try at issue id's |
11:06 | LibraryClaire joined #koha | |
11:20 | LibraryClaire1 joined #koha | |
11:27 | LibraryClaire1 left #koha | |
11:30 | LibraryClaire joined #koha | |
11:33 | meliss joined #koha | |
11:36 | caboose joined #koha | |
11:59 | jzairo joined #koha | |
12:05 | edveal joined #koha | |
12:12 | jenkins joined #koha | |
12:17 | rsantellan joined #koha | |
12:17 | rsantellan | good morning #koha |
12:23 | oleonard joined #koha | |
12:28 | kmlussier joined #koha | |
13:00 | NateC joined #koha | |
13:06 | LeeJ joined #koha | |
13:06 | * LeeJ | waves |
13:06 | LeeJ | morning #koa |
13:06 | #koha | |
13:10 | tcohen joined #koha | |
13:16 | kellym joined #koha | |
13:17 | francharb joined #koha | |
13:18 | JoshB joined #koha | |
13:32 | tcohen | morning |
13:38 | kellym left #koha | |
13:41 | francharb joined #koha | |
13:44 | jac joined #koha | |
13:51 | LeeJ_customizationsforwork | oleonard: around? |
13:52 | oleonard_answeringLeeJsquestio | yes |
13:52 | LeeJ_customizationsforwork | haha |
13:55 | oleonard: being the resident OPAC UX specialist, are "if" conditionals in TT the recommended method for dynamic pages? As in I choose from a drop down and submit and the page reloads and hides/shows information based on selection? | |
13:56 | oleonard | That's what the advanced search page does when you choose "more options," so it's certainly an acceptable way of doing things. |
13:56 | LeeJ_customizationsforwork | sweet |
13:56 | oleonard | Before implementing such a think I'd think about whether the user should have a persistent state associated with their choice. |
14:08 | francharb joined #koha | |
14:24 | fpyrih joined #koha | |
14:25 | LibraryClaire left #koha | |
14:32 | edveal joined #koha | |
14:39 | fridolin left #koha | |
15:00 | TGoat joined #koha | |
16:01 | reiveune | bye |
16:01 | reiveune left #koha | |
16:04 | edveal | It is a quite Friday in #koha |
16:12 | rocio joined #koha | |
16:20 | talljoy joined #koha | |
16:27 | francharb joined #koha | |
16:36 | laurence left #koha | |
17:09 | jbeno joined #koha | |
18:22 | francharb joined #koha | |
18:27 | everyday joined #koha | |
18:39 | edveal | Are the sandboxes not working. I tried loging into one and it tells me the login/pwd is invalid? |
18:41 | I guess no bug testing today. | |
18:42 | Ok, the Unimarc ones work it is just the marc21 sandboxes 05 and 06 that don’t work. | |
18:42 | everyday joined #koha | |
18:44 | bag | edveal: we are rebuilding ours |
18:44 | trying to get some set up with ES | |
18:45 | edveal | OK, cool I was was just going to work through a bug or two this afternoon while I had some time. |
18:46 | khall had said the BWS were not up so I was just looking at the BibLibre ones. | |
18:47 | francharb joined #koha | |
19:18 | LeeJ_lunch | have a good weekend #koha |
19:26 | everyday | cya leej |
19:28 | Nuentoter joined #koha | |
19:29 | kmlussier joined #koha | |
19:31 | talljoy joined #koha | |
19:44 | caboose | hi..the RSS feed in the OPAC..does anyone know which files generate that? Is that in: /cronjobs/rss |
20:40 | bshum joined #koha | |
20:50 | TGoat joined #koha | |
21:24 | caboose-afk joined #koha | |
21:36 | tallerjoy joined #koha | |
22:12 | talljoy_DND joined #koha | |
22:18 | irma_ joined #koha | |
22:19 | JoshB left #koha | |
22:21 | NateC joined #koha | |
22:24 | talljoy_DND joined #koha | |
22:25 | caboose-afk joined #koha | |
22:35 | NateC joined #koha | |
22:49 | NateC joined #koha | |
23:02 | NateC joined #koha | |
23:44 | talljoy_DND joined #koha |
← Previous day | Today | Next day → | Search | Index