Time  Nick         Message
07:57 alex_a       bonjour
10:51 endeto       I just installed postfix for koha 17 over ubuntu 16.04
10:52 endeto       ./process_message_queue.pl
10:52 endeto       unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 244
10:53 endeto       what would be the solution?
11:04 kidclamp     run the command from the koha-shell
11:04 kidclamp     sudo koha-shell {instance}
11:04 kidclamp     package commands?
11:05 kidclamp     https://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages
11:19 endeto       Thanks so much
11:19 endeto       it works
11:38 endeto       I just  added a user so that can he get alerts ?
12:01 coyas        hello
12:01 coyas        i need help with OpacCustomSearch
12:16 endeto       just added a user but never gets alert
12:16 endeto       for his registration
12:28 coyas        hi
12:29 coyas        i want to create a subdomain like catalogos.bn.cv
12:29 coyas        but koha content is on /etc  , /usr/share, ...
12:30 coyas        i don't know where is the opac .html (or .pl)
12:30 coyas        someone help me
12:42 kidclamp     coyas = that would be managed in the apache conf
12:43 coyas        i know
12:44 coyas        look
12:44 coyas        #Apache virtual hosts creation variables
12:44 coyas        DOMAIN=".myDNSname.org"
12:44 coyas        INTRAPORT="80" # use 8080 for an IP-based install.
12:44 coyas        INTRAPREFIX=""
12:44 coyas        INTRASUFFIX="-intra"
12:44 coyas        OPACPORT="80"
12:44 coyas        OPACPREFIX=""
12:44 coyas        OPACSUFFIX=""
12:44 coyas        if i use opacprefix=catalogos
12:46 coyas        has no need for create a virtual host ???
12:57 kidclamp     Koha will create two virtual hosts, one for the opac and one for the intranet
12:57 kidclamp     in your scenarion they would be catalogos.bn.cv and catalogos-instra.bn.cv
13:02 tcohen       coyas: the virtual host definitions are needed
13:03 tcohen       you need to change DOMAIN=".bn.cv"
13:03 coyas        my server is online
13:04 tcohen       ok, then what do you want to do?
13:04 tcohen       you want to add an 'alias' to the existing configuration?
13:04 tcohen       what does running koha-list say?
13:04 tcohen       what's the instance name?
13:05 coyas        i don't need to create a sudomain in cpanel
13:05 tcohen       coyas: do you speak spanish?
13:05 coyas        no portugues
13:05 coyas        do you speak portuguese
13:06 tcohen       I don't
13:06 coyas        spanish is like portuguese
13:06 tcohen       so you have a running Koha
13:06 coyas        i understand
13:06 tcohen       on a server
13:06 coyas        sim
13:06 tcohen       perfecto
13:06 tcohen       perfeito?
13:06 tcohen       and what do you want to do?
13:07 coyas        i want to create a subdomain
13:07 coyas        catalogos.bn.cv
13:07 tcohen       what do you call a subdomain?
13:08 tcohen       a different way to access the same Koha?
13:08 coyas        i use cloudflare to create a cname catalogos.bn.cv to point to bn.cv
13:08 tcohen       or a separate Koha instance?
13:08 coyas        subdomain, the only way to access koha opac
13:09 coyas        when user type catalogos.bn.cv they will go to koha opac (simples)
13:10 coyas        now to access koha opac we have to type bn.cv:8081
13:10 coyas        is not good
13:17 tcohen       so there are two interfaces, the OPAC and the intranet
13:17 coyas        ya
13:17 tcohen       you have problems accessing the intranet?
13:17 coyas        catalogos.bn.cv and admin.bn.cv
13:17 tcohen       (usually 8081)
13:18 coyas        no problems to access nothing
13:18 coyas        is all ok
13:18 tcohen       ok
13:18 tcohen       go on
13:18 coyas        i have to put the access more friendly
13:19 coyas        bn.cv:8080 and bn.cv:8081 is not friendly
13:19 coyas        catalogos.bn.cv and admin.bn.cv is friendly
13:20 tcohen       ok, I'm not familiar with cloudfare
13:20 tcohen       but you need to point those two domains into the Koha server
13:20 tcohen       and solve the 'port issue'
13:20 tcohen       by editing the vhost definitions
13:20 coyas        is easy
13:20 coyas        ok
13:20 tcohen       they are usually in /etc/apache2/sites-enabled/*.conf
13:21 tcohen       you will find a single file for each 'Koha instance'
13:21 tcohen       you need to:
13:22 tcohen       - Make sure there's a ServerAlias entry (or ServerName) with the right domain name (i.e. OPAC has catalogos.bn.cv and intranet has admin.bn.cv)
13:22 tcohen       - Fix the used port in the lines that say <VirtualHost *:8080> and <VirtualHost *:8081)
13:23 tcohen       (so they of course say '*:80')
13:24 tcohen       you will probably find the ServerName entries on each vhost definition block
13:24 tcohen       just check if they make sense
13:24 tcohen       if they do, add ServerAlias the.domain
13:25 tcohen       so you have more than one way to access the service
13:25 tcohen       otherwise, just change the ServerName directive so it reflects what you want
13:25 tcohen       that said, I need to but lots of things for tonight's fruit salad
13:25 tcohen       so
13:25 tcohen       byeeeeee
13:28 coyas        tanks
15:06 koha-jenkins Project Koha_18.05_D8 build #153: SUCCESS in 20 min: https://jenkins.koha-community.org/job/Koha_18.05_D8/153/
15:08 koha-jenkins Project Koha_18.05_U18 build #153: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.05_U18/153/
15:33 koha-jenkins Project Koha_18.05_D9 build #149: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.05_D9/149/
16:54 koha-jenkins Project Koha_18.05_D8 build #154: SUCCESS in 22 min: https://jenkins.koha-community.org/job/Koha_18.05_D8/154/
17:05 koha-jenkins Project Koha_18.05_U18 build #154: SUCCESS in 28 min: https://jenkins.koha-community.org/job/Koha_18.05_U18/154/
17:20 koha-jenkins Project Koha_18.05_D9 build #150: SUCCESS in 25 min: https://jenkins.koha-community.org/job/Koha_18.05_D9/150/
19:58 coyas        hi