Time |
S |
Nick |
Message |
04:34 |
|
|
davidnind joined #koha |
05:43 |
|
|
lmstrand joined #koha |
06:02 |
|
|
lds joined #koha |
06:23 |
|
|
saa joined #koha |
06:23 |
|
saa |
my koha instance is not showing library names it says processing but not displaying |
06:23 |
|
saa |
what could be the reason |
06:23 |
|
saa |
i can see library name code in mysql with branches correctly |
06:42 |
|
ashimema |
Why do people not stick around long enough to get answers |
07:08 |
|
|
marion joined #koha |
07:11 |
|
|
marcelr joined #koha |
07:11 |
|
marcelr |
hi #koha |
07:15 |
|
|
fridolin joined #koha |
07:15 |
|
fridolin |
hi tyhere |
07:22 |
|
marcelr |
o/ |
07:22 |
|
|
saa joined #koha |
07:22 |
|
saa |
while running invetory when I uploaded my txt file it threw error as Malformed multipart POST: data truncated |
07:22 |
|
saa |
what is this error |
07:38 |
|
|
cait joined #koha |
07:43 |
|
|
cait1 joined #koha |
07:45 |
|
magnuse |
Barbara++ davidnind++ |
07:52 |
|
marcelr |
davidnind++ |
07:52 |
|
marcelr |
hi magnuse |
07:55 |
|
cait1 |
good morning all |
08:07 |
|
marcelr |
hi cait1 |
08:14 |
|
|
Jeremyb joined #koha |
08:19 |
|
ashimema |
Morning |
08:19 |
|
wahanui |
Morning is always someone's afternoon |
08:21 |
|
ashimema |
how are we today>? |
08:23 |
|
magnuse |
hiya marcelr |
08:25 |
|
marcelr |
o/ |
08:36 |
|
magnuse |
\o/ |
08:45 |
|
fridolin |
chill |
08:46 |
|
fridolin |
Bug 29378 how bad |
08:46 |
|
huginn` |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=29378 blocker, P5 - low, ---, koha-bugs, Needs Signoff , After the automatic update to 21.05.05, the OPAC switches to maintenance mode and the web installer is displayed |
09:17 |
|
|
saa joined #koha |
09:17 |
|
saa |
what is best way to carry out inventory with 1 lakh barcodes |
09:22 |
|
mtj |
saa, try increasing the TimeOut value in your apache -> http://httpd.apache.org/docs/2[…]core.html#timeout |
09:23 |
|
saa |
how much should it be set |
09:23 |
|
saa |
so that it can handle in one go 1 lakh recods |
09:23 |
|
|
fridolin left #koha |
09:24 |
|
mtj |
i have historically set to 15 mins, from default of 5 |
09:25 |
|
mtj |
set timeout back to default, after you have finished inventory |
09:25 |
|
saa |
can u tell me exactly which line to change in apache2.conf |
09:26 |
|
ashimema |
fridolin around still.. is it not crazy hours? |
09:27 |
|
saa |
is it KeepAliveTimeOut or just TimeOut to be changed |
09:28 |
|
mtj |
just TimeOut |
09:29 |
|
mtj |
saa: you can add the line to /etc/koha/apache-shared.conf - and it will change all koha instances |
09:30 |
|
mtj |
aah no, dont do that ^ :) |
09:30 |
|
saa |
so it should be TimeOut=900 right |
09:30 |
|
saa |
i am editing directly apache2.conf |
09:30 |
|
mtj |
..that changes OPAC site too |
09:31 |
|
mtj |
edit /etc/apache2/sites-enabled/my-koha-instance.conf |
09:32 |
|
mtj |
..add within the admin/staff 'virtualhost' block |
09:33 |
|
saa |
in my-koha-instance.conf can u tell me what exactly to add |
09:34 |
|
saa |
..add within the admin/staff 'virtualhost' block where is this |
09:34 |
|
mtj |
# Intranet |
09:34 |
|
mtj |
<VirtualHost *:8080> |
09:34 |
|
mtj |
TimeOut 5 |
09:34 |
|
mtj |
</VirtualHost> |
09:34 |
|
mtj |
TimeOut 900 |
09:34 |
|
saa |
ok |
09:35 |
|
saa |
do i have to restart apache or any other service |
09:35 |
|
saa |
and will this 900 work for whole file in one go |
09:35 |
|
mtj |
restart apache |
09:35 |
|
saa |
or i will still have to split file into few thousands |
09:35 |
|
mtj |
it will work for 15 minutes :) |
09:35 |
|
saa |
ok |
09:36 |
|
mtj |
increase the value if needed |
09:36 |
|
mtj |
saa, thats the best workaround i know, for inventory timing-out |
09:37 |
|
saa |
ok |
09:37 |
|
saa |
let me see |
09:37 |
|
saa |
thx a lot |
09:37 |
|
saa |
i struggled a lot and then thought of asking |
09:37 |
|
mtj |
when you have finished inventory jobs, remove the timeout setting and restart apache |
09:40 |
|
saa |
ok |
09:40 |
|
saa |
sure |
09:40 |
|
saa |
tx |
09:40 |
|
mtj |
saa, disabling zebra indexing will speed up inventory too |
09:40 |
|
saa |
i have started it let me see |
09:40 |
|
saa |
oh is it |
09:41 |
|
saa |
sorry can u tell me hw to run tht |
09:42 |
|
ashimema |
marclr++ #QAing attachements bug 🙂 |
09:42 |
|
* ashimema |
can't spell today it seems |
09:44 |
|
saa |
is it koha-stop-zebra |
09:44 |
|
ashimema |
yes, I believe it is |
10:04 |
|
saa |
i did all above stil i am getting message as This Page Cannot Be Displayed |
10:05 |
|
saa |
hello mtj can you tell me what is going wrong now |
10:05 |
|
saa |
after 5 minutes only this message has come |
10:05 |
|
saa |
do i have to do anything at client browser level as well |
10:20 |
|
|
davidnind left #koha |
10:26 |
|
ashimema |
Have I just inadvertently kicked myself out of irc? |
10:33 |
|
marcelr |
no |
10:35 |
|
ashimema |
Phew |
10:35 |
|
ashimema |
Thanks marcelr |
10:58 |
|
marcelr |
ashimema: what about 29146/29334 ? |
11:08 |
|
ashimema |
ah yes.. |
11:08 |
|
ashimema |
I've been meaning to try and wrap my head around those for a while |
11:08 |
|
ashimema |
my current answer is.. "I don't know".. |
11:10 |
|
ashimema |
OK.. |
11:10 |
|
ashimema |
they're not questions any more.. I should have read the bug instead of relying on the title |
11:10 |
|
* ashimema |
rewords the title to be a statement |
11:10 |
|
ashimema |
and then QA's the actual code |
11:11 |
|
ashimema |
sorry dude.. the title wording put me off as it sounded distinctly like there was still a question there.. |
11:11 |
|
ashimema |
reading the comments it's clearly a bug |
11:23 |
|
magnuse |
bug 29146 |
11:23 |
|
wahanui |
well, bug 29146 is ready for takeoff |
11:23 |
|
huginn` |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=29146 normal, P5 - low, ---, m.de.rooy, Passed QA , Default values from the framework should only be applied at biblio/item creation |
11:23 |
|
magnuse |
bug 29334 |
11:23 |
|
huginn` |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=29334 normal, P5 - low, ---, m.de.rooy, Passed QA , Do not apply framework defaultvalue to existing authority records |
11:24 |
|
ashimema |
done 🙂 |
11:25 |
|
|
janPasi joined #koha |
11:41 |
|
oleonard |
o/ |
11:47 |
|
magnuse |
\o |
11:50 |
|
oleonard |
~o~ |
11:57 |
|
magnuse |
ø |
12:03 |
|
ashimema |
? |
12:12 |
|
magnuse |
did that not show as a ø? |
12:12 |
|
oleonard |
ø |
12:13 |
|
ashimema |
it did |
12:13 |
|
oleonard |
in the context of o/ and \o is ø a facepalm? |
12:13 |
|
ashimema |
lol |
12:13 |
|
magnuse |
must be! |
12:25 |
|
|
marion joined #koha |
12:52 |
|
lmstrand |
g'day |
12:53 |
|
lmstrand |
I need help figuring out why my opac page redirects searches to this address: |
12:54 |
|
lmstrand |
xxxxxxxxx/cgi-bin/koha/opac-search.pl?idx=&q=kissa&branch_group_limit= |
12:54 |
|
lmstrand |
in the opac settings there is a setting for OPACBaseURL but it has no effect |
12:55 |
|
lmstrand |
I want the search point to xxxx/cgi-bin/sco/opac-search.pl for example |
12:57 |
|
lmstrand |
not sure if it can be fixed with apache but I'd want to know where the location of the search module for opach is defined and why does the search try to seach at that location. |
12:59 |
|
kidclamp |
lmstrand: OPACBaseURL only affects the xxxxx portion of your URL - the rest is the location of the script in the koha directories |
13:00 |
|
kidclamp |
In the default koha config for apache: ScriptAlias /cgi-bin/koha/ "/kohadevbox/koha/opac/" |
13:01 |
|
kidclamp |
why do you want to use 'sco' as the directory? sco refers to 'self check out' for Koha generally |
13:04 |
|
lmstrand |
well the idea is to reveal the opac ui in the intranet address space |
13:05 |
|
lmstrand |
to be used as a "poor man's checkout device" on a dedicated pc |
13:05 |
|
lmstrand |
or that's how I understood it. |
13:06 |
|
tcohen |
good morning |
13:06 |
|
pastebot |
"oleonard" at 127.0.0.1 pasted "Error in the console when approving or rejecting tags" (56 lines) at http://paste.koha-community.org/4784 |
13:07 |
|
oleonard |
^^ Anyone understand what's going on there? |
13:08 |
|
tcohen |
oleonard: something is f*ed up |
13:08 |
|
tcohen |
haha |
13:12 |
|
kidclamp |
lmstrand: I am not sure I understand still - you can use the sco from any machine - but it sounds like you want the opac search accessible from the self checkout out? |
13:17 |
|
lmstrand |
I'm trying to move the SCO tool from the opac side to the Intranet side |
13:19 |
|
lmstrand |
I have only been able to expose the sco-main.pl page, searches point to that address with koha in the middle and I get a "Not found" page |
13:19 |
|
lmstrand |
https://outi-test.koha-suomi.f[…]n/sco/sco-main.pl |
13:23 |
|
lmstrand |
you would need a cert to enter the site. |
13:24 |
|
lmstrand |
does this have to do something with the Apache RewriteRules? |
13:24 |
|
lmstrand |
I'm not sure where those addresses with the /koha/ in the middle get generated |
13:25 |
|
lmstrand |
I'm an Apache noob. |
13:28 |
|
ashimema |
cait or marcelr still around? |
13:28 |
|
* ashimema |
is back to trying to get to grips with 773 linking |
13:28 |
|
cait1 |
sorry, stuck deeply in my xslt to do list |
13:29 |
|
ashimema |
it's xslt I'm querying if that helps 😉 |
13:30 |
|
ashimema |
but okies.. I don't want to distract |
13:30 |
|
* ashimema |
thinks the order of the choose statements might be wrong in the 773 links |
13:41 |
|
magnuse |
lmstrand: why "move the SCO tool from the opac side to the Intranet side"? why not just use it where it is? which domain it sits on should have little to say for the functionality |
13:43 |
|
lmstrand |
so it's not restricted by firewall rules etc in the local network I guess? This is just a task I received. |
13:45 |
|
lmstrand |
we are using cert keys to restrict machines from accessing the intranet. |
13:45 |
|
lmstrand |
well browsers |
13:45 |
|
|
Dyrcona joined #koha |
13:46 |
|
lmstrand |
allows for work-at home stuff and mobile etc. use securely |
13:47 |
|
lmstrand |
and to allow those SCO machines work outside the local network? |
13:48 |
|
lmstrand |
well anyways this seems to be an Apache issue I just can't wrap my head around. |
16:19 |
|
|
cait1 left #koha |
16:21 |
|
|
Melissa joined #koha |
17:14 |
|
ashimema |
@later tell marcelr I've finally found another moment to look at the get_marc_host stuff... See the bug.. the most useful detail is in the POD for the new get_host_queries routine.. I think it's much closer to Marc standard with this.. and a little more capable |
17:14 |
|
huginn` |
ashimema: The operation succeeded. |
17:14 |
|
ashimema |
Needs more unit tests of course |
17:17 |
|
ashimema |
bug 29268 |
17:17 |
|
huginn` |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=29268 normal, P5 - low, ---, martin.renvoize, Needs Signoff , Query used in Koha::Biblio->get_marc_host is incorrect |
18:21 |
|
|
Putti joined #koha |
18:42 |
|
|
gooble_gobble joined #koha |
20:01 |
|
|
SSDAS joined #koha |
20:04 |
|
|
Pavlis joined #koha |
20:05 |
|
Pavlis |
Hello, how to set name of email address sender in KohaAdminEmailAddress ? |
20:43 |
|
|
davidnind joined #koha |
22:26 |
|
|
magnuse__ joined #koha |
22:32 |
|
|
magnuse joined #koha |
22:37 |
|
|
fridolin joined #koha |
23:27 |
|
fridolin |
seeeee u |
23:27 |
|
|
fridolin left #koha |