Re: [Koha] FW: Can only access OPAC or Staff client

2016-05-12 Thread Doug Dearden
Hi Kelsey,

I think what you want is to make your OPAC and your staff client both listen on 
port 80, and use the ServerName directive to distinguish between the two.
https://httpd.apache.org/docs/current/vhosts/examples.html

Doug



From: Kelsey Lied [mailto:kal...@stkate.edu]
Sent: Thursday, May 12, 2016 2:50 PM
To: Doug Dearden 
Cc: koha-user 
Subject: Re: [Koha] FW: Can only access OPAC or Staff client

Thanks, Doug.

This'll work in a pinch and get us through.

I'm curious, though, why we'd have to force the port -- shouldn't the name 
matching in the virtual hosts make forcing the port unnecessary?  I think 
there's some hiccup in the configurations that's interfering with this working 
with standard-port-less URLs.  I shouldn't have had to move the staff client 
off of 80 at all if the name-matching was working...

On Thu, May 12, 2016 at 2:53 PM, Doug Dearden 
> wrote:

Hi Kelsey,

For your OPAC use library.kohaesfl.org (defaults 
to port 80)
For your staff client use 
library.kohaesfl.org:8080 (forces use of port 
8080)

Best,

Doug

-Original Message-
From: Koha 
[mailto:koha-boun...@lists.katipo.co.nz]
 On Behalf Of Kelsey Lied
Sent: Thursday, May 12, 2016 10:36 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Can only access OPAC or Staff client

Hi,

I've got a new almost-up install with a weird happening -- only the OPAC or
Staff client is available.

I've split the two to be on different ports, 80 and 8080.  Both
library.kohaesfl.org and 
library-intra.kohaesfl.org will go to 
whichever
site is currently set to port 80.  (ie, right now, the OPAC is on 80 and
they both go to the OPAC.  If I flip the ports in
/etc/apache2/sites-available/library.conf and /etc/koha/koha-sites.conf so
that the intranet is on port 80, both URLs will give the staff side).

Both subdomains have valid DNS entries pointing them to the right server;
both will work if accessed via IP:port; both 80 and 8080 are being
"Listen"ed to in /etc/apache2/ports.conf

Has anybody seen this or does anybody have any ideas on what to try?

Thanks,
Kelsey Lied
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] FW: Can only access OPAC or Staff client

2016-05-12 Thread Kelsey Lied
Thanks, Doug.

This'll work in a pinch and get us through.

I'm curious, though, why we'd have to force the port -- shouldn't the name
matching in the virtual hosts make forcing the port unnecessary?  I think
there's some hiccup in the configurations that's interfering with this
working with standard-port-less URLs.  I shouldn't have had to move the
staff client off of 80 at all if the name-matching was working...

On Thu, May 12, 2016 at 2:53 PM, Doug Dearden  wrote:

>
> Hi Kelsey,
>
> For your OPAC use library.kohaesfl.org (defaults to port 80)
> For your staff client use library.kohaesfl.org:8080 (forces use of port
> 8080)
>
> Best,
>
> Doug
>
> -Original Message-
> From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Kelsey
> Lied
> Sent: Thursday, May 12, 2016 10:36 AM
> To: koha@lists.katipo.co.nz
> Subject: [Koha] Can only access OPAC or Staff client
>
> Hi,
>
> I've got a new almost-up install with a weird happening -- only the OPAC or
> Staff client is available.
>
> I've split the two to be on different ports, 80 and 8080.  Both
> library.kohaesfl.org and library-intra.kohaesfl.org will go to whichever
> site is currently set to port 80.  (ie, right now, the OPAC is on 80 and
> they both go to the OPAC.  If I flip the ports in
> /etc/apache2/sites-available/library.conf and /etc/koha/koha-sites.conf so
> that the intranet is on port 80, both URLs will give the staff side).
>
> Both subdomains have valid DNS entries pointing them to the right server;
> both will work if accessed via IP:port; both 80 and 8080 are being
> "Listen"ed to in /etc/apache2/ports.conf
>
> Has anybody seen this or does anybody have any ideas on what to try?
>
> Thanks,
> Kelsey Lied
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] FW: Can only access OPAC or Staff client

2016-05-12 Thread Doug Dearden

Hi Kelsey,

For your OPAC use library.kohaesfl.org (defaults to port 80)
For your staff client use library.kohaesfl.org:8080 (forces use of port 8080)

Best,

Doug

-Original Message-
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Kelsey Lied
Sent: Thursday, May 12, 2016 10:36 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Can only access OPAC or Staff client

Hi,

I've got a new almost-up install with a weird happening -- only the OPAC or
Staff client is available.

I've split the two to be on different ports, 80 and 8080.  Both
library.kohaesfl.org and library-intra.kohaesfl.org will go to whichever
site is currently set to port 80.  (ie, right now, the OPAC is on 80 and
they both go to the OPAC.  If I flip the ports in
/etc/apache2/sites-available/library.conf and /etc/koha/koha-sites.conf so
that the intranet is on port 80, both URLs will give the staff side).

Both subdomains have valid DNS entries pointing them to the right server;
both will work if accessed via IP:port; both 80 and 8080 are being
"Listen"ed to in /etc/apache2/ports.conf

Has anybody seen this or does anybody have any ideas on what to try?

Thanks,
Kelsey Lied
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] No results found

2016-05-12 Thread Indranil Das Gupta
Hi Regina,

Git installation is meant only for developers. For everyone else, the
recommended method is using debian packages.

https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages

Pls follow that.

-Indranil
On May 13, 2016 12:13 AM, "regina kivuyo"  wrote:

 i need your help please

i is four month now

i installed different version of ubuntu but i failed to get result when i
search

i installed version 3.18 ,3.20 ,i installed from git i failed ,
i don't no what is the problem
 know i am planning to install from git
and also using version 3.22

plsease help which is nice way to go
to download from the community or use git method

 also help
i want to uninstall koha
how to do it

--
regina
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] No results found

2016-05-12 Thread regina kivuyo
 i need your help please

i is four month now

i installed different version of ubuntu but i failed to get result when i
search

i installed version 3.18 ,3.20 ,i installed from git i failed ,
i don't no what is the problem
 know i am planning to install from git
and also using version 3.22

plsease help which is nice way to go
to download from the community or use git method

 also help
i want to uninstall koha
how to do it

-- 
regina
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Paton log in problem

2016-05-12 Thread Martin House
Can you remove the email address and just use user login (name) and
password?

Martin House
martin.ho...@gmail.com
704-996-0297
"An unexamined life is not worth living."


On Thu, May 12, 2016 at 12:49 PM, Lenora Oftedahl  wrote:

> I have assigned a patron a staff login ID and password to use the catalog
> via the librarian interface.  He is outside our firewall.  When he attempts
> to log in as either staff or public, he is getting an error.
>
> Your Persona email is not valid.
>
> Anyone have a clue?
>
> Thanx.
> Lenora
> StreamNet Regional Library
> Columbia River Inter-Tribal Fish Commission
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Paton log in problem

2016-05-12 Thread Lenora Oftedahl
I have assigned a patron a staff login ID and password to use the catalog via 
the librarian interface.  He is outside our firewall.  When he attempts to log 
in as either staff or public, he is getting an error.
 
Your Persona email is not valid.
 
Anyone have a clue?
 
Thanx.
Lenora
StreamNet Regional Library
Columbia River Inter-Tribal Fish Commission
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Can only access OPAC or Staff client

2016-05-12 Thread Kelsey Lied
Hi,

I've got a new almost-up install with a weird happening -- only the OPAC or
Staff client is available.

I've split the two to be on different ports, 80 and 8080.  Both
library.kohaesfl.org and library-intra.kohaesfl.org will go to whichever
site is currently set to port 80.  (ie, right now, the OPAC is on 80 and
they both go to the OPAC.  If I flip the ports in
/etc/apache2/sites-available/library.conf and /etc/koha/koha-sites.conf so
that the intranet is on port 80, both URLs will give the staff side).

Both subdomains have valid DNS entries pointing them to the right server;
both will work if accessed via IP:port; both 80 and 8080 are being
"Listen"ed to in /etc/apache2/ports.conf

Has anybody seen this or does anybody have any ideas on what to try?

Thanks,
Kelsey Lied
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] New koha service for German public libraries

2016-05-12 Thread Mirko Tietgen
Hi Norbert,

looking forward to your contributions to Koha. I will in
Thessaloniki for the whole conference and hackfest.

Cheers,

Mirko


Norbert Weinberger schrieb am 12.05.2016
> Hi Mirko,
> 
> We've talked already to Katrin from BSZ on what the best way would be to bring
> in our enhancements to the community version. We want to follow the community
> process for these enhancements, which is to specify them first on the wiki. 
> This
> will include the German Onleihe as well. As we've started the company just a 
> few
> weeks ago, it will take a while to get everthing done that is on our list, so
> your help is very welcome.
> 
> Hope that there is a chance in Thessaloniki to chat about that or just give 
> me a
> call !
> 
> Cheers, Norbert
> 
>> Mirko Tietgen  hat am 12. Mai 2016 um 14:07
>> geschrieben:
>>
>> Hi Norbert,
>>
>> Norbert Weinberger schrieb am 12.05.2016
>>
>>> We hope that we can contrinbute a lot to the community and looking forward
>>> meet
>>> with colleagues at the KohaCon in Thessaloniki.
>>
>> A good start may be to release the Onleihe integration for Koha that
>> is advertised on your website.
>>
>> To me it sounds like you provide a hosted closed source fork of
>> Koha, which is rather anti-community.
>>
>> Just a thought,
>>
>> Mirko
>>
>> --
>>
>> Mirko Tietgen
>> mi...@abunchofthings.net
>> http://koha.abunchofthings.net
>> http://meinkoha.de
>>
>> ___
>> Koha mailing list http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
> 
> --
> 
> LMSCloud GmbH
> Norbert Weinberger - Geschäftsführer
> Konrad-Zuse-Platz 8 - D-81829 München
> t +49 (0)89 207042-621  m +49 (0)170-2261054 f +49 (0)89 207042-623
> e norbert.weinber...@lmscloud.de
> w www.lmscloud.de
> 



signature.asc
Description: OpenPGP digital signature
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] New koha service for German public libraries

2016-05-12 Thread Norbert Weinberger
Hi Mirko,

We've talked already to Katrin from BSZ on what the best way would be to bring
in our enhancements to the community version. We want to follow the community
process for these enhancements, which is to specify them first on the wiki. This
will include the German Onleihe as well. As we've started the company just a few
weeks ago, it will take a while to get everthing done that is on our list, so
your help is very welcome.

Hope that there is a chance in Thessaloniki to chat about that or just give me a
call !

Cheers, Norbert

> Mirko Tietgen  hat am 12. Mai 2016 um 14:07
> geschrieben:
> 
> Hi Norbert,
> 
> Norbert Weinberger schrieb am 12.05.2016
> 
> > We hope that we can contrinbute a lot to the community and looking forward
> > meet
> > with colleagues at the KohaCon in Thessaloniki.
> 
> A good start may be to release the Onleihe integration for Koha that
> is advertised on your website.
> 
> To me it sounds like you provide a hosted closed source fork of
> Koha, which is rather anti-community.
> 
> Just a thought,
> 
> Mirko
> 
> --
> 
> Mirko Tietgen
> mi...@abunchofthings.net
> http://koha.abunchofthings.net
> http://meinkoha.de
> 
> ___
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha

--

LMSCloud GmbH
Norbert Weinberger - Geschäftsführer
Konrad-Zuse-Platz 8 - D-81829 München
t +49 (0)89 207042-621  m +49 (0)170-2261054 f +49 (0)89 207042-623
e norbert.weinber...@lmscloud.de
w www.lmscloud.de
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] New koha service for German public libraries

2016-05-12 Thread Mirko Tietgen
Hi Norbert,

Norbert Weinberger schrieb am 12.05.2016

> We hope that we can contrinbute a lot to the community and looking forward 
> meet
> with colleagues at the KohaCon in Thessaloniki. 

A good start may be to release the Onleihe integration for Koha that
is advertised on your website.

To me it sounds like you provide a hosted closed source fork of
Koha, which is rather anti-community.

Just a thought,

Mirko


--

Mirko Tietgen
mi...@abunchofthings.net
http://koha.abunchofthings.net
http://meinkoha.de




signature.asc
Description: OpenPGP digital signature
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] New koha service for German public libraries

2016-05-12 Thread Norbert Weinberger
Hi,

my name is Norbert Weinberger and I'm the Managing director of the new founded
company LMSCloud GmbH in Munich. We will provide Koha Hosting and Support
services for Public Libraries in the German speaking countries.Therefore our
website currently only is available in German - sorry for that.

We hope that we can contrinbute a lot to the community and looking forward meet
with colleagues at the KohaCon in Thessaloniki. 

Can you please add us to the paid support list on the community website under
"Germany" with the following information's:

Company Name: LMSCloud GmbH

Contact Person: Roger Großmann

Contact email k...@lmscloud.de

Website: www.lmscloud.de

Telephone: +49 89 207042-620

Thanks in advance 

Norbert

--

LMSCloud GmbH
Norbert Weinberger - Geschäftsführer
Konrad-Zuse-Platz 8 - D-81829 München
t +49 (0)89 207042-621  m +49 (0)170-2261054 f +49 (0)89 207042-623
e norbert.weinber...@lmscloud.de
w www.lmscloud.de
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha