Re: [Koha] Install issue

2018-08-21 Thread Mirko Tietgen
Hi,

I assume your systems are 32bit?

We only had a 64bit version of libcryptx-perl in the repository
which may have caused the problem. Please do apt-get update and then
try to upgrade again.

Cheers,

Mirko


Michael Buhrley schrieb am 18.08.2018
> I am new to Koha and have had the same issue on 3 different fresh Linux 
> installs. I tried it with Debian 9, Ubuntu 18.04 and Ubuntu 16.04, all with 
> the same problem.
> 
> I followed the install instructions at 
> https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages 
> <https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages>
> 
> No problem with the steps up to the install command but when issuing the sudo 
> apt-get install koha-common
> I get the following:
> 
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not 
> going to be installed
> E: Unable to correct problems, you have held broken packages.
> 
> 
> I have tried installing linnet-oauth2-authorizationserver-perl separately but 
> then I get this:
> 
> The following packages have unmet dependencies:
>  libnet-oauth2-authorizationserver-perl : Depends: libcryptx-perl (>= 0.021) 
> but it is not installable
> E: Unable to correct problems, you have held broken packages.
> 
> 
> And then finally when trying to install libcryptx-perl I get:
> 
> Package libcryptx-perl is not available, but is referred to by another 
> package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> E: Package 'libcryptx-perl' has no installation candidate
> 
> My /etc/apt/sources.list.d/koha.list contains deb 
> http://debian.koha-community.org/koha stable main 
> 
> If I change that stable to 17.11 then it will install that version but I am 
> unable to get it to install with “stable” in the repository.
> 
> Please let me know if you have any thoughts regarding this. 
> 
> Thank you,
> 
> 
> 
> 
> Michael Buhrley
> m...@idi.edu
> 
> 
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Debian packages for 18.05.02 and 17.11.08 are up

2018-07-27 Thread Mirko Tietgen
Hi,

I think you are missing the point. You already do have
libhttp-oai-perl installed. Hence the conflict. Your proposed
changes will not help you at all. Your configuration does not allow
dpkg to remove libhttp-oai-perl during the upgrade process, which
could be a result of that package being labelled essential in your
configuration or something completely different. The expected
behaviour in a default installation is a few lines of "dependency
problems, but removing anyway as you requested" and then it's done.
Try adding --force-depends to your upgrade command, that may fix it.

-- Mirko

Narcis Garcia schrieb am 27.07.2018
> Thank you for your detailed answer.
> I see in Debian 9 repositories that nothing else than Koha depends on
> libhttp-oai-perl ; then this means that package's dependencies should
> sure better this.
> 
> The order of specified dependencies in package matters:
> 
> Instead of*:
> libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<
> 4.0) | libhttp-oai-3.27-perl
> 
> These dependencies should be written as:
> libhttp-oai3-koha (< 4.0) | libhttp-oai-3.27-perl
> 
> And a "libhttp-oai3-koha" metapackage with dependencies:
> libhttp-oai-perl (>= 3.2), libhttp-oai-perl (< 4.0)
> 
> + In the meanwhile, a bug to Debian Perl Group for libhttp-oai-perl
> package could be filed.
> 
> (*) The problem is that first case matches with libhttp-oai-perl=4.03
> 
> 
> El 26/07/18 a les 20:32, Mirko Tietgen ha escrit:
>> The problem is that Debian 9 ships libhttp-oai-perl in a version
>> that won't work with Koha. So as a temporary workaround we use a
>> custom package, libhttp-oai-3.27-perl. Check
>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800 for
>> more details.
>>
>> The conflict is intended. You cannot have libhttp-oai-perl and
>> libhttp-oai-3.27-perl installed together. koha-common 18.05.x
>> depends on libhttp-oai-3.27-perl.
>>
>> We have tested this in various setups to ensure the upgrade process
>> works. In your case, it does not work flawlessly and you do not want
>> to use the workaround. That's unfortunate, but it does not seem
>> feasible for us to investigate your local setup. Given that this is
>> a temporary solution and you are "not in a hurry", my advice is to
>> wait for Koha to support libhttp-oai-perl 4.07+ and we don't need
>> the workaround any longer.
>>
>> Tomás has also answered to this thread. He has looked into this
>> before and will do again eventually (I hope). He is a Koha service
>> provider, so if it matters to you, sponsoring a development is
>> always an option.
>>
>> Cheers,
>>
>> Mirko
>>
>>
>> Narcis Garcia schrieb am 26.07.2018
>>> I see that workaround at
>>> https://lists.katipo.co.nz/public/koha/2018-May/050652.html
>>> (thank you)
>>>
>>> ...but there is a package dependencies problem anyway.
>>> I'm not in a hurry to upgrade Koha; then I prefer to wait for a
>>> consistent packages scenario.
>>>
>>>
>>> El 26/07/18 a les 19:47, Mirko Tietgen ha escrit:
>>>> Please check the bug tracker at
>>>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20826#c12
>>>> about this issue.
>>>>
>>>> Narcis Garcia schrieb am 26.07.2018
>>>>> This v18.05.02 seems bad packaged same as v18.05.01
>>>>>
>>>>> $ apt update
>>>>> $ apt-cache show koha-common | grep -ie version
>>>>> Version: 18.05.02-1
>>>>> Version: 17.11.06-1
>>>>>
>>>>> $ apt full-upgrade
>>>>> The following packages were automatically installed and are no longer
>>>>> required:
>>>>> [400 packages listed]
>>>>> Use 'sudo apt autoremove' to remove them.
>>>>> The following packages will be REMOVED:
>>>>>   koha-common libhttp-oai-perl
>>>>> The following NEW packages will be installed:
>>>>>   libnet-libidn-perl libsub-quote-perl
>>>>> The following packages will be upgraded:
>>>>> apache2 [...]
>>>>> 44 upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
>>>>> Need to get 43.1 MB of archives.
>>>>> After this operation, 461 MB disk space will be freed.
>>>>> Do you want to continue? [Y/n] n
>>>>>
>>>>> $ apt install koha-common
>>>>> Reading package lists... Done
>>>>> Building dependency tree
>>>>> Reading stat

Re: [Koha] Koha Debian packages for 18.05.02 and 17.11.08 are up

2018-07-26 Thread Mirko Tietgen
The problem is that Debian 9 ships libhttp-oai-perl in a version
that won't work with Koha. So as a temporary workaround we use a
custom package, libhttp-oai-3.27-perl. Check
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800 for
more details.

The conflict is intended. You cannot have libhttp-oai-perl and
libhttp-oai-3.27-perl installed together. koha-common 18.05.x
depends on libhttp-oai-3.27-perl.

We have tested this in various setups to ensure the upgrade process
works. In your case, it does not work flawlessly and you do not want
to use the workaround. That's unfortunate, but it does not seem
feasible for us to investigate your local setup. Given that this is
a temporary solution and you are "not in a hurry", my advice is to
wait for Koha to support libhttp-oai-perl 4.07+ and we don't need
the workaround any longer.

Tomás has also answered to this thread. He has looked into this
before and will do again eventually (I hope). He is a Koha service
provider, so if it matters to you, sponsoring a development is
always an option.

Cheers,

Mirko


Narcis Garcia schrieb am 26.07.2018
> I see that workaround at
> https://lists.katipo.co.nz/public/koha/2018-May/050652.html
> (thank you)
> 
> ...but there is a package dependencies problem anyway.
> I'm not in a hurry to upgrade Koha; then I prefer to wait for a
> consistent packages scenario.
> 
> 
> El 26/07/18 a les 19:47, Mirko Tietgen ha escrit:
>> Please check the bug tracker at
>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20826#c12
>> about this issue.
>>
>> Narcis Garcia schrieb am 26.07.2018
>>> This v18.05.02 seems bad packaged same as v18.05.01
>>>
>>> $ apt update
>>> $ apt-cache show koha-common | grep -ie version
>>> Version: 18.05.02-1
>>> Version: 17.11.06-1
>>>
>>> $ apt full-upgrade
>>> The following packages were automatically installed and are no longer
>>> required:
>>> [400 packages listed]
>>> Use 'sudo apt autoremove' to remove them.
>>> The following packages will be REMOVED:
>>>   koha-common libhttp-oai-perl
>>> The following NEW packages will be installed:
>>>   libnet-libidn-perl libsub-quote-perl
>>> The following packages will be upgraded:
>>> apache2 [...]
>>> 44 upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
>>> Need to get 43.1 MB of archives.
>>> After this operation, 461 MB disk space will be freed.
>>> Do you want to continue? [Y/n] n
>>>
>>> $ apt install koha-common
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> Some packages could not be installed. This may mean that you have
>>> requested an impossible situation or if you are using the unstable
>>> distribution that some required packages have not yet been created
>>> or been moved out of Incoming.
>>> The following information may help to resolve the situation:
>>> The following packages have unmet dependencies:
>>>  koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is
>>> not going to be installed
>>> E: Unable to correct problems, you have held broken packages.
>>>
>>>
>>> El 26/07/18 a les 19:21, Mirko Tietgen ha escrit:
>>>> Hi,
>>>>
>>>> it's hot, no further text, ;)
>>>>
>>>> Cheers,
>>>>
>>>> Mirko
>>>>
>>>>
>>> ___
>>> 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 mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Debian packages for 18.05.02 and 17.11.08 are up

2018-07-26 Thread Mirko Tietgen
Please check the bug tracker at
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20826#c12
about this issue.

Narcis Garcia schrieb am 26.07.2018
> This v18.05.02 seems bad packaged same as v18.05.01
> 
> $ apt update
> $ apt-cache show koha-common | grep -ie version
> Version: 18.05.02-1
> Version: 17.11.06-1
> 
> $ apt full-upgrade
> The following packages were automatically installed and are no longer
> required:
> [400 packages listed]
> Use 'sudo apt autoremove' to remove them.
> The following packages will be REMOVED:
>   koha-common libhttp-oai-perl
> The following NEW packages will be installed:
>   libnet-libidn-perl libsub-quote-perl
> The following packages will be upgraded:
> apache2 [...]
> 44 upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
> Need to get 43.1 MB of archives.
> After this operation, 461 MB disk space will be freed.
> Do you want to continue? [Y/n] n
> 
> $ apt install koha-common
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
>  koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is
> not going to be installed
> E: Unable to correct problems, you have held broken packages.
> 
> 
> El 26/07/18 a les 19:21, Mirko Tietgen ha escrit:
>> Hi,
>>
>> it's hot, no further text, ;)
>>
>> Cheers,
>>
>> Mirko
>>
>>
> ___
> 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] Koha Debian packages for 18.05.02 and 17.11.08 are up

2018-07-26 Thread Mirko Tietgen
Hi,

it's hot, no further text, ;)

Cheers,

Mirko


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


Re: [Koha] Koha 18.05.00 Debian package released

2018-05-28 Thread Mirko Tietgen
This may be the result of some local apt configuration. It works for
me (and others) with default configuration.

What you could do is
- make a backup (!!!)
- upgrade, allow koha-common and libhttp-oai-perl to be removed
- if koha-common 18.05 is not installed automatically afterwards,
install koha-common (18.05) again

Unless you remove with --purge, your installation should still work
and your Koha DB should be upgraded like normal. But as I said, make
a backup first.

HTH,

Mirko



Narcis Garcia schrieb am 25.05.2018
> El 25/05/18 a les 11:22, Mirko Tietgen ha escrit:
>> thanks a lot for your feedback. I understand you are on 17.11.06 and
>> then try to upgrade to 18.05.00, is that correct?
> 
> Correct.
> 
>>
>> Narcis Garcia schrieb am 25.05.2018
>>> *The following packages will be REMOVED:**
>>> **  koha-common libhttp-oai-perl*
>>
>> This indicates there is a problem with libhttp-oai-perl. The version
>> in Stretch (4.03) is broken. To provide the OAI functionality of
>> Koha, there is a backported version libhttp-oai-3.27-perl for
>> systems that ship libhttp-oai-perl 4.x. This version conflicts with
>> the systems libhttp-oai-perl.
>>
>> However I can't reproduce the problem. On upgrade I get warnings,
>> but libhttp-oai-3.27-perl is installed and Koha is upgraded.
>>
>> Could you share the output of
>>
>> apt-cache policy koha-common
> 
> koha-common:
>   Installed: 17.11.06-1
>   Candidate: 18.05.00-1
>   Version table:
>  18.05.00-1 500
> 500 http://debian.koha-community.org/koha stable/main i386 Packages
>  *** 17.11.06-1 100
> 100 /var/lib/dpkg/status
> 
>> apt-cache policy libhttp-oai-perl
> 
> libhttp-oai-perl:
>   Installed: 4.03-2
>   Candidate: 4.03-2
>   Version table:
>  *** 4.03-2 500
> 500 http://mirrors.ircam.fr/pub/debian stretch/main i386 Packages
> 100 /var/lib/dpkg/status
> 
>> apt-cache policy libhttp-oai-3.27-perl
> 
> libhttp-oai-3.27-perl:
>   Installed: (none)
>   Candidate: 3.27-1~koha+1
>   Version table:
>  3.27-1~koha+1 500
> 500 http://debian.koha-community.org/koha stable/main i386 Packages
> ___
> 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] Koha 18.05.00 Debian package released

2018-05-25 Thread Mirko Tietgen
Hi,

thanks a lot for your feedback. I understand you are on 17.11.06 and
then try to upgrade to 18.05.00, is that correct?

Narcis Garcia schrieb am 25.05.2018
> *The following packages will be REMOVED:**
> **  koha-common libhttp-oai-perl*

This indicates there is a problem with libhttp-oai-perl. The version
in Stretch (4.03) is broken. To provide the OAI functionality of
Koha, there is a backported version libhttp-oai-3.27-perl for
systems that ship libhttp-oai-perl 4.x. This version conflicts with
the systems libhttp-oai-perl.

However I can't reproduce the problem. On upgrade I get warnings,
but libhttp-oai-3.27-perl is installed and Koha is upgraded.

Could you share the output of

apt-cache policy koha-common

apt-cache policy libhttp-oai-perl

apt-cache policy libhttp-oai-3.27-perl

Cheers,

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


[Koha] Koha 18.05.00 Debian package released

2018-05-25 Thread Mirko Tietgen
Hi everybody,

thanks & congratulations Jonathan for this release!

Jonathan Druart schrieb am 24.05.2018

> The Debian packages for this new version will be available soon. Stay tuned!
> 
> They are supposed to work out-of-the-box on:
> * Debian Jessie (8)
> * Debian Stretch (9)
> * Ubuntu Xenial (16.04 LTS)
> And should work without too much trouble under Ubuntu Bionic (18.04 LTC),
> check the install wiki page for more information.

The Debian package of Koha 18.05.00 is now available from the
community repository. The repository layout has changed:

Koha 18.05 is now 'stable'.
Koha 17.11 is now 'oldstable'.
Koha 17.05 is now 'oldoldstable' (security updates only).

Please check the Koha wiki for more information about supported
branches and apt configuration:
https://wiki.koha-community.org/wiki/Koha_on_Debian#Set_up_package_sources

The missing dependencies for Ubuntu 18.04 are now available for Koha
18.05 and 17.11. Installation should work out of the box.

If you encounter any problems with the repository, like missing
dependencies, please let me know.

Cheers,

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


Re: [Koha] Release candidate 2 of Koha 18.05.00 available

2018-05-18 Thread Mirko Tietgen
Koha 18.05.00~~rc2 is now availabe in the unstable repository.


Jonathan Druart schrieb am 17.05.2018
> A new tag v18.05.00-rc2 has been pushed.
> 
> On Mon, 14 May 2018 at 17:47 Mirko Tietgen <mi...@abunchofthings.net> wrote:
> 
>> Good news everyone,
>>
>> the first release candidate (RC1) of the upcoming feature release
>> Koha 18.05.00 is now available from the UNSTABLE repository:
>>
>> koha-common_18.05.00~~rc1-2
>>
>> !!! This is a test version and NOT considered ready for use in
>> production !!!
>>
>> If you test the RC1, please report any bugs you may find at the
>> community bug tracker.[1]
>>
>> Please refer to the Koha wiki for information about the repository
>> configuration.[2]
>>
>> Information for developers: The version number is lower than the
>> versions in the NIGHTLY repository, which have been bumped to
>> koha-common_18.05.00~git[…]. If you have the NIGHTLY repository in
>> your apt configuraton and want to test the RC1 of 18.05.00, you
>> should disable the NIGHTLY repository.
>>
>> Cheers,
>>
>> Mirko
>>
>>
>> [1] https://bugs.koha-community.org/bugzilla3/
>> [2]
>>
>> https://wiki.koha-community.org/wiki/Debian#Follow_a_suite:_stable.2C_oldstable_.E2.80.A6
>>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Release candidate of Koha 18.05.00 available

2018-05-14 Thread Mirko Tietgen
Good news everyone,

the first release candidate (RC1) of the upcoming feature release
Koha 18.05.00 is now available from the UNSTABLE repository:

koha-common_18.05.00~~rc1-2

!!! This is a test version and NOT considered ready for use in
production !!!

If you test the RC1, please report any bugs you may find at the
community bug tracker.[1]

Please refer to the Koha wiki for information about the repository
configuration.[2]

Information for developers: The version number is lower than the
versions in the NIGHTLY repository, which have been bumped to
koha-common_18.05.00~git[…]. If you have the NIGHTLY repository in
your apt configuraton and want to test the RC1 of 18.05.00, you
should disable the NIGHTLY repository.

Cheers,

Mirko


[1] https://bugs.koha-community.org/bugzilla3/
[2]
https://wiki.koha-community.org/wiki/Debian#Follow_a_suite:_stable.2C_oldstable_.E2.80.A6


--

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

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


[Koha] Koha 17.11.00 package / repository rollover

2017-12-08 Thread Mirko Tietgen
Good news everyone,

the Debian package for Koha 17.11.00 is now available from the
community repository.

With the new major release, the repository structure will change
slightly.

Koha 17.11 is now 'stable'.
Koha 17.05 is now 'oldstable'

Koha 16.11 is still maintained, but no futher Debian packages are
provided. The last packaged version 16.11.14 is available from the
16.11 pocket of the repository.

Koha 16.05 has had its last release two weeks ago and is no longer
maintained. The final version 16.05.19 is now available from the
16.05 pocket of the repository.

Please check the wiki for detailed apt configuration information:
https://wiki.koha-community.org/wiki/Koha_on_Debian#Set_up_package_sources

Have a nice weekend,

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


Re: [Koha] Koha 16.11.09 released

2017-06-23 Thread Mirko Tietgen
Katrin Fischer schrieb am 22.06.2017
> The Koha community is proud to announce the release of Koha 16.11.09.
> 
> This is a maintenance release of 16.11 and includes  1 enhancement
> and 57 bugfixes.
> 
> The full release notes are available at
> https://koha-community.org/koha-16-11-09-release/
> 
> Packages will be available soon.
> 

The Debian package for Koha 16.11.09 is available from the Koha
community repository since yesterday.


--

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


Re: [Koha] Koha 17.05.01 released

2017-06-23 Thread Mirko Tietgen
Fridolin Somers schrieb am 23.06.2017
> The Koha community is proud to announce the release of 17.05.01.
> 
> This is a maintainance release.
> As always you can download the release from
> http://download.koha-community.org.
> 
> Have a look at release post :
> http://koha-community.org/koha-17-05-01-released
> 
> This is my first release for 17.05, I'm happy to contribute again to
> this great project.
> 
> Regards,
> 

The Debian package for Koha 17.05.01 is now available from the Koha
community repository.


--

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


[Koha] Koha 17.05.00 and 16.05.14 packages; repository reorganized

2017-06-13 Thread Mirko Tietgen
1. Koha 17.05.00 Debian package released
2. Koha 16.05.14 CRITICAL bugfix Debian package released
3. Koha community repository reorganized


Hi everybody,


1. Koha 17.05.00 Debian package released

The Debian package for Koha 17.05.00 is now available from the Koha
community repository.

The package is available via the 17.05/stable pocket of the
repository, more information below.


2. Koha 16.05.14 Debian package released

The Debian package for Koha 16.05.14 is now available from the Koha
community repository.

The package is available via the 16.05/oldoldstable pocket of the
repository, more information below.


3. Koha community repository reorganized

The repository has been completely reorganized for the 17.05
release. A lot of obsolete dependency packages have been removed,
additional configuration options are available.

You have two apt configuration options now:


a. Follow by codename (version number)

We do not have codenames for Koha versions yet, so we use the
version number instead

17.05
16.11
16.05

When a new major version is released, you will stay on the version
you have chosen until you change your apt configuration.

Example: Release of 17.11
If you have set "17.05" in your apt configuration, you will stay on
17.05 until you change your apt configuration to follow 17.11.

To use this option, choose one of the following in your apt
configuration:

(for 17.05)
deb https://debian.koha-community.org/koha 17.05 main

(for 16.11)
deb https://debian.koha-community.org/koha 16.11 main

(for 16.05)
deb https://debian.koha-community.org/koha 16.05 main


b. Follow by suite

This has been the standard way so far: follow Koha stable or
oldstable, which change every release cycle.
At the moment we have

stable17.05
oldstable 16.11

There is also oldoldstable this release cycle. This suite may not be
available in every release cycle.

oldoldstable  16.05

When a new major version is released, suite names will change and
you will upgrade to a newer branch of Koha with your next update.

Example: Release of 17.11
17.11 becomes "stable", 17.05 becomes "oldstable".
If you have set "stable" in your apt configuration, you will
automatically upgrade from 17.05 to 17.11.

To use this option, choose one of the following in your apt
configuration:

(for 17.05)
deb https://debian.koha-community.org/koha stable main

(for 16.11)
deb https://debian.koha-community.org/koha oldstable main

(for 16.05)
deb https://debian.koha-community.org/koha oldoldstable main


Cheers,

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


Re: [Koha] Koha 16.05.13 release

2017-05-30 Thread Mirko Tietgen
The first package for Koha 16.05.13 accidentally contained a wrong
branch and was removed from the repository after discovery last week.

I have uploaded 16.05.13-2 to the Koha community repository.
Apologies for any inconvenience!

-- Mirko


Mason James schrieb am 24.05.2017
> The Koha community is proud to announce the release of Koha 16.05.13
> 
> This is a maintenance release and includes 36 bugfixes, and Hea2 :0)
>  https://hea.koha-community.org/
> 
> The full release notes are available at
>  https://koha-community.org/koha-16.05.13-release/
> 
> Packages will be available soon.
> 
> Mason
> 
> ___
> 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] Koha 16.05.13 release

2017-05-25 Thread Mirko Tietgen
Mason James schrieb am 24.05.2017
> The Koha community is proud to announce the release of Koha 16.05.13
> 
> This is a maintenance release and includes 36 bugfixes, and Hea2 :0)
>  https://hea.koha-community.org/
> 
> The full release notes are available at
>  https://koha-community.org/koha-16.05.13-release/
> 
> Packages will be available soon.

The Debian package for Koha 16.05.13 is now available from the Koha
community repository.

Please note that this will be the last official Debian package for
the Koha 16.05.x branch.

With the release of Koha 17.05, Debian packages will be available for
Koha 17.05.x('stable')
Koha 16.11.x('oldstable')

Koha 16.05.x will continue to be maintained during the coming
release cycle and receive maintenance and security updates, but
there won't be official Debian packages available from the Koha
community repository any longer.

Cheers,

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


Re: [Koha] Koha 16.11.08 released

2017-05-22 Thread Mirko Tietgen
Katrin Fischer schrieb am 22.05.2017
> The Koha community is proud to announce the release of Koha 16.11.08.
> 
> This is a maintenance release of 16.11 and includes 5 enhancements
> and 50 bugfixes.
> 
> The full release notes are available at
> https://koha-community.org/koha-16-11-08-release/
> 
> Packages will be available soon.

The Debian package is now available from the Koha community repository.

-- 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


Re: [Koha] Koha 16.05.12 released

2017-05-09 Thread Mirko Tietgen
The Debian package for Koha 16.05.12 is now available from the Koha
community repository.

-- Mirko


--

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



Mason James schrieb am 08.05.2017
> The Koha community is proud to announce the release of Koha 16.05.12.
> 
> This is a maintenance release of 16.05 and includes 49 bugfixes.
> 
> The full release notes are available at
> https://koha-community.org/koha-16-05-12-release/
> 
> Packages will be available soon.
> ___
> 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] Koha 16.11.07 released

2017-04-28 Thread Mirko Tietgen
Koha 16.11.07 is now available from the Koha community repository.

Katrin Fischer schrieb am 22.04.2017
> The Koha community is proud to announce the release of Koha
> 16.11.07.
> 
> This is a maintenance release of 16.11 and includes 38
> bugfixes.
> 
> The full release notes are available at 
> https://koha-community.org/koha-16-11-07-release/
> 
> Packages will be available soon.
> 
> ___ 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] Koha 16.11.06 released

2017-03-31 Thread Mirko Tietgen
Katrin Fischer schrieb am 27.03.2017
> The Koha community is proud to announce the release of Koha 16.11.06.
> 
> This is a maintenance release of 16.11 and contains 9 bugfixes.
> 
> The full release notes are available at
> https://koha-community.org/koha-16-11-06-release/
> 
> Packages will be available soon.

The package is available from the Koha community repository.

-- 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


Re: [Koha] Number of Koha Libraries in the World

2016-12-13 Thread Mirko Tietgen
Hi,

Chris Cormack schrieb am 13.12.2016
> I'm happy to volunteer to do all of those tasks.

Cool!

> CC-BY-SA is the license I would suggest, does anyone have objections?  Adding 
> a method to retrieve the data is easy.

Sounds good to me.

> And the rest I can write because I can see all the code so can write up 
> exactly what is stored and how.

Yes, I know "everyone" can do it, in theory ;) Lacking the time to
do it myself though.

> As to the why for the sysprefs it's really useful when we are doing the 
> should we deprecate this feature, is anyone using it question. So I can write 
> that up too.

Makes sense, I have not thought about that.

> Should be done within a day or 2.

Wow. Thanks! I'm happy to write up something in German about it
based on that.

-- Mirko



> Chris
> 
> 
> On 14 December 2016 6:10:20 AM NZDT, Mirko Tietgen <mi...@abunchofthings.net> 
> wrote:
>> Hi.
>>
>> it needs privacy information. What is anonymized, where and when?
>> Who has access to non-anonymised data (if anyone)?
>>
>> It needs an imprint/statement of responsibility on the website. Who
>> is responsible for gathering and processing the data, and for
>> anonymizing it? Where is the data stored?
>>
>> It needs a license. Saying it is open data does not make it open, I
>> can't find a license except for the hea code.
>>
>> It needs actual data to download, or it is not open data but some
>> graphs someone somewhere renders with data they pile up secretly.
>>
>> It needs information about why a gazillion sysprefs are gathered, be
>> that anonymized or not, and probably an option to turn that off.
>>
>> Just a pile of German 2€cents with basic questions nobody is going
>> to ask, but just not turn on the data collection. I'm asking it so
>> at some point I might be able to recommend turning it on, which so
>> far I don't, because I doubt it is compatible to German data privacy
>> laws.
>>
>> -- Mirko
>>
>> PS: Yes for the open vs proprietary part. I just don't think we are
>> there yet.
>>
>>
>>
>>
>> Chris Cormack schrieb am 13.12.2016
>>> I agree, we could make the installer/upgrade prompt them to fill them
>> in also.
>>>
>>> And then it's just building an interface, if we can get JSON from Hea
>> then that part is easy. It then needs no work from users except to fill
>> in the sysprefs.
>>>
>>> Chris
>>>
>>>
>>> On 14 December 2016 5:31:01 AM NZDT, Jonathan Druart
>> <jonathan.dru...@bugs.koha-community.org> wrote:
>>>> The easiest way in my opinion would be to improve Hea, we already
>> have
>>>> Koha
>>>> instances sending their data.
>>>> It is very easy for libraries to register as they just need to fill
>>>> some
>>>> sysprefs in.
>>>>
>>>> On Tue, 13 Dec 2016 at 17:04 Nathan Curulla
>> <n...@bywatersolutions.com>
>>>> wrote:
>>>>
>>>>> Hi Everyone,
>>>>>
>>>>> I hear what you are all saying about this and agree that it would
>> be
>>>>> better to roll our own, but here is the thing: Hea is not user
>>>> friendly at
>>>>> all and the Wiki is not a good marketing tool because it is not
>>>> pretty (no
>>>>> offense on either of these). If you really want to market Koha you
>>>> need to
>>>>> look at these things from the eyes of a non-developer, non-tech
>>>> oriented
>>>>> librarian. If you do that you will see that these two tools are not
>>>>> optimal, especially in comparison to something that larger
>> companies
>>>> that
>>>>> Koha competes with are going to put out.
>>>>>
>>>>> It is good to hear that you want to clean things up and re-invent
>> the
>>>>> wheel, but actually doing that in a reasonable amount of time in a
>>>>> competitive environment is another thing. If someone has a concrete
>>>>> proposal for an attractive, sortable, searchable, easy to submit to
>>>> option
>>>>> on the website for libraries to put information in than I think
>> that
>>>> would
>>>>> be great and I will do everything to help that I can, but who is
>>>> going to
>>>>> do it and when? With products like Folio coming Koha needs to be
>>>> front and
>>>>> center in the open source library world and showing 

Re: [Koha] Question about running PLACK

2016-12-13 Thread Mirko Tietgen
Hi,

Martin House schrieb am 13.12.2016
> Is there anything I should be aware of, before moving my production server
> from zebra to plack?

That question does not work. Plack does not index your data as Zebra
does. You can't do what you describe here.

In other words, have any of you run in to issues that
> may not be noted in the official instructions? My follow up question is, do
> I need to remove zebra after plack install, or do I just leave it sitting
> there?

You cannot remove Zebra or Koha will break. You cannot exchange
Plack for Zebra, because Plack does not do what Zebra does.

> I've looked at a few sites, and can't find concrete answers to these
> questions.

Try asking the right questions. Are you really talking about Plack?
Are you maybe thinking about Elasticsearch instead?

> PS. I'm sick of having to run zebra-reindex every day, manually, so I
> figure it's time to investigate plack.

Why would you manually run Zebra? Use the indexer daemon or at least
a cron job.

HTH,

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


Re: [Koha] Number of Koha Libraries in the World

2016-12-13 Thread Mirko Tietgen
Hi.

it needs privacy information. What is anonymized, where and when?
Who has access to non-anonymised data (if anyone)?

It needs an imprint/statement of responsibility on the website. Who
is responsible for gathering and processing the data, and for
anonymizing it? Where is the data stored?

It needs a license. Saying it is open data does not make it open, I
can't find a license except for the hea code.

It needs actual data to download, or it is not open data but some
graphs someone somewhere renders with data they pile up secretly.

It needs information about why a gazillion sysprefs are gathered, be
that anonymized or not, and probably an option to turn that off.

Just a pile of German 2€cents with basic questions nobody is going
to ask, but just not turn on the data collection. I'm asking it so
at some point I might be able to recommend turning it on, which so
far I don't, because I doubt it is compatible to German data privacy
laws.

-- Mirko

PS: Yes for the open vs proprietary part. I just don't think we are
there yet.




Chris Cormack schrieb am 13.12.2016
> I agree, we could make the installer/upgrade prompt them to fill them in also.
> 
> And then it's just building an interface, if we can get JSON from Hea then 
> that part is easy. It then needs no work from users except to fill in the 
> sysprefs.
> 
> Chris
> 
> 
> On 14 December 2016 5:31:01 AM NZDT, Jonathan Druart 
> <jonathan.dru...@bugs.koha-community.org> wrote:
>> The easiest way in my opinion would be to improve Hea, we already have
>> Koha
>> instances sending their data.
>> It is very easy for libraries to register as they just need to fill
>> some
>> sysprefs in.
>>
>> On Tue, 13 Dec 2016 at 17:04 Nathan Curulla <n...@bywatersolutions.com>
>> wrote:
>>
>>> Hi Everyone,
>>>
>>> I hear what you are all saying about this and agree that it would be
>>> better to roll our own, but here is the thing: Hea is not user
>> friendly at
>>> all and the Wiki is not a good marketing tool because it is not
>> pretty (no
>>> offense on either of these). If you really want to market Koha you
>> need to
>>> look at these things from the eyes of a non-developer, non-tech
>> oriented
>>> librarian. If you do that you will see that these two tools are not
>>> optimal, especially in comparison to something that larger companies
>> that
>>> Koha competes with are going to put out.
>>>
>>> It is good to hear that you want to clean things up and re-invent the
>>> wheel, but actually doing that in a reasonable amount of time in a
>>> competitive environment is another thing. If someone has a concrete
>>> proposal for an attractive, sortable, searchable, easy to submit to
>> option
>>> on the website for libraries to put information in than I think that
>> would
>>> be great and I will do everything to help that I can, but who is
>> going to
>>> do it and when? With products like Folio coming Koha needs to be
>> front and
>>> center in the open source library world and showing the world how
>> many
>>> people use it is a no brainer (and should be easy) in terms of ways
>> to do
>>> just that.
>>>
>>> So the options are that someone volunteers to create this interface
>>> (ByWater staff can help with this if given the access and permission,
>> but
>>> we aren’t going to do it alone) with a completion target of end of
>> Feb.
>>> 2017, or we link out to a third party site that already has the
>> content. If
>>> we don’t hear from anyone about the former we are going to go with
>> the
>>> latter. We need to move on this kind of stuff soon or Koha will be
>> left in
>>> the dust in the coming emergence of open source in the library world.
>> We
>>> need to become more accessible to those who don’t code, otherwise we
>> are
>>> playing into the misconception that open source is for developers
>> only.
>>>
>>> Respectfully,
>>>
>>> -Nate
>>>
>>>> Nathan A. Curulla
>>>> Owner, CRO
>>>> ByWater Solutions
>>>> Support and Consulting for Open Source Software
>>>> Headquarters: Portland, OR.
>>>> East Coast Office: Redding, CT.
>>>> Phone/Fax # (888) 900-8944 xt 2
>>>> Cell # (203) 685-7207
>>>
>>>> http://bywatersolutions.com <http://bywatersolutions.com/>
>>>> n...@bywatersolutions.com <mailto:n...@bywatersolutions.com>
>>> ___
>>> 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] KohaCon 2017 Online Registration Form

2016-11-04 Thread Mirko Tietgen
Hi,

from the IRC meeting I understand the fee and the registration is
there to avoid having locals attend the conference. Is that correct?

A very important point of Kohacon as I understand it is to give
locals a chance to participate in something they could otherwise
not be part of. Free of charge.

We switch the location every year and have rules to avoid it going
back and forth between Europe and the USA most of the time. Rules
that lead to the Philippines winning the bid by default, because a
European location was automatically ruled out this time.

As I understand, we do that so there is a small chance for people
to attend a Kohacon even if they can't travel to distant places.
I'd like people in the Philippines to have that chance next year.

I would like some clarification on this please.

-- Mirko


Manny Tamayao schrieb am 03.11.2016
> Dear Paul and to our fellow Koha Community,
> 
> 
> 
> Forgive us for the modification.
> 
> Yes, to your surprise we will have a registration fee ($100)
> for KohaCon2017. We are doing our best to make it registration
> free.
> 
> We are talking to the stakeholders of the venue and looking for
> other sponsors to help us.
> 
> Again, we hope that you will understand us and everyone will
> register online https://goo.gl/forms/BSZz8NT46u4pBqT23.
> 
> 
> 
> Salamat,
> 
> Manny
> 
> 
> 
> 
> 
> 
> 
> Ø  --
> 
> 
> 
> Ø  Message: 4
> 
> Ø  Date: Wed, 2 Nov 2016 17:30:07 +0100
> 
> Ø  From: Paul Poulain <paul.poul...@biblibre.com>
> 
> Ø  To: koha@lists.katipo.co.nz
> 
> Ø  Subject: Re: [Koha] KohaCon 2017 Online Registration Form
> 
> Ø  Message-ID:
> <b9c5816d-9093-4368-d535-2d1864141...@biblibre.com>
> 
> Ø  Content-Type: text/plain; charset=utf-8; format=flowed
> 
> 
> 
> Ø  Hello Manny,
> 
> 
> 
> Ø  I'm a little bit surprised, with the reg fee as
> 
> Ø  https://wiki.koha-community.org/wiki/KohaCon17_Proposals
> says:
> 
> 
> 
> Ø  "proposed cost: no registration fee".
> 
> 
> 
> 
> 
> Ø  Le 30/10/2016 à 16:20, Manny Tamayao a écrit :
> 
> Ø  Good day Koha community,
> 
> Ø  >
> 
> Ø  Here's the link to our KohaCon 2017 online registration
> form:
> 
> Ø  https://goo.gl/forms/BSZz8NT46u4pBqT23. We will waive the
> registration fee
> 
> Ø  of the first 100 participants who will register early.
> 
> Ø  >
> 
> Ø  Kindly help us to disseminate this information.
> 
> Ø  >
> 
> Ø  Salamat,
> 
> Ø  Manny
> 
> Ø  >
> 
> Ø  >
> 
> Ø  >
> 
> 
> 
> Ø  --
> 
> Ø  Paul Poulain, Associé-gérant / co-owner
> 
> Ø  BibLibre, Services en logiciels libres pour les
> bibliothèques
> 
> Ø  BibLibre, Open Source software and services for libraries 
> ___ 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] Request to be listed as Bug wrangler in Release team for version 16.11

2016-10-04 Thread Mirko Tietgen
+1

ASAP and without any discussion.


Am 4. Oktober 2016 15:16:56 MESZ, schrieb "Marc Véron" :
>Dear Koha Community,
>
>It seems that I missed the election as Bug wrangler (continued) for
>Koha 
>16.11, see:
>https://wiki.koha-community.org/wiki/Roles_for_16.11
>
>That's why I kindly request to be listed in the release team for 16.11,
>
>as I was for previous versions.
>
>Thanks and kind regards
>
>Marc Véron
>
>Koha Support Schweiz
>www.koha-support.ch
>
>___
>Koha mailing list  http://koha-community.org
>Koha@lists.katipo.co.nz
>https://lists.katipo.co.nz/mailman/listinfo/koha

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


Re: [Koha] Koha 16.05.04 Released

2016-09-22 Thread Mirko Tietgen
Frédéric Demians schrieb am 22.09.2016
> It is with great pleasure that we announce the release of Koha 16.05.04, a
> maintenance release of the Koha open source integrated library system.
> 
> See the full release notes here:
> https://koha-community.org/koha-16-05-04-released/
> Download:
> http://koha-community.org/download-koha/
> 
> Stay tuned for Debian/Ubuntu package availability.

The Debian package for Koha 16.05.04 is now available in the
community repository.

It is probably the first Koha package built on a plane. Enjoy.


--

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


Re: [Koha] Attaching files to catalogue records

2016-09-15 Thread Mirko Tietgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chrispin Simasiku Sitali schrieb am 15.09.2016

> 1. How do I prevent the attached file "downloading".
> 
> 2. Is it possible to tweak something so that a patron can only
> read the attached document on-screen and not downloading it.

No. It is downloaded to be displayed.

HTH,

Mirko


- --

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJX2sR+AAoJEHvt1u/LqkinTs8P/2dUm8roTUlMiKFt43b7SGhx
mK19kF/OXMjgGnlV06SPGri1dMyL7XMacxdtQIZiUYpklhPvoHcGUzec/mSkKtSQ
yZCXpJT/IRjdflbiSCpBLjEH9izm1wvlFijGgBFuRUJW91RiGMphowr63NdZ8NfS
9QAY/Ji+yOfCOXMGGpGhdRFabLUtDDOgB2JCRGg4W2JIYoflRa1bxuX8W61FXEv6
ZzK6ZG2ba36lPL0vT6oBp1R4R8Wm4QjIg+wdO5IDQwwHxUVMC0iUnROjqYjAxH6u
H0x3I8a7llkYglE1REjHSiiDp/RrRBcxpMEFXKMzgByaJPGiJ0lg59/LW2Aue0wR
t/eoIHnqv8pMZ4BRLhNzrV8STGvwxIV6go00x/mkq3G2vIpvDqj2mrYC1kzAgvk5
0uPzCVD9FZwffF7l+OXzrDSmI7lm/y6hzYzXA3Yh/ejHywIdcX5hh31mXRBxIVOE
UKGnGW4UgdCCM8fm7lQ/u0bQcwJ8W6gvcDlJc6k1G+vCI+kfNJDYzTi9GYDkOwSk
IuNxTdNTssQ6m0NIL0xGZ79dXlF1CplyLjHzyzitPcTopxQpx3Cp4+YsrKf9CBBh
qUa+OhrTHKJqIEabY/eMRUh857am/SFvE5uGfQw3DYRH3F07c0N6hEjn71CNICof
HacDcU4LspXMt5jVeNJ1
=dy5f
-END PGP SIGNATURE-
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Berlin, 16 Sep 2016: Round the World Koha Speaking Tour

2016-09-11 Thread Mirko Tietgen
Dear list,

this Friday we will have Joann Ransom talk about Koha in Berlin.
She'll stop by on her Round the World Koha Speaking Tour at

Büro 2.0, Weigandufer 45, 12059 Berlin
Friday, 16 September 2016, 14–16
Admission: free

Seats are limited but still available, please send me an email
offlist if you want to attend.

Cheers,

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] Debian packages for Koha 16.05.03 and 3.22.10 available

2016-08-26 Thread Mirko Tietgen
Hello everyone,

Debian packages for the latest stable and oldstable releases are
available from the Koha community repository.

Both branches contain security patches and it is strongly
recommended to upgrade.

-- 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] Kohacon 2017 at at Ayala Museum, Philippines

2016-08-12 Thread Mirko Tietgen
Hello everyone,

the deadline to hand in proposals to host Kohacon 2017 has ended.

We had two bids. Due to our policy to switch continents each year
only one of them was valid. That means we can skip the voting process.

Kohacon 2017 will take place at Ayala Museum, Makati, Philippines in
June 2017. You can find more info at
https://wiki.koha-community.org/wiki/KohaCon17_Proposals

Congratulations to the organizing group, we are looking forward to
another exciting Koha event.

Cheers,

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] Kohacon 2017 bidding closing soon

2016-08-09 Thread Mirko Tietgen
Hello everyone,

a quick reminder, proposals for Kohacon 2017 can be entered in the
wiki until tomorrow, 10 August 2016, 10 UTC.

https://wiki.koha-community.org/wiki/KohaCon17_Proposals

Cheers,

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] Debian packages for Koha 16.05.02 and 3.22.09 available

2016-08-02 Thread Mirko Tietgen
Hello everyone,

Debian packages for Koha 16.05.02 and 3.22.09 are now available.

Cheers,

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] Kohacon 2017 proposals: deadline 10 August 2016, 10 UTC

2016-07-06 Thread Mirko Tietgen
Hello everyone (again),

the deadline to submit your proposals to host Kohacon 2017 is
10 August 2016, 10 UTC.

Please add your proposals to the wiki[1] and feel free to make an
announcement to the main Koha mailing list.

Cheers,

Mirko


[1] https://wiki.koha-community.org/wiki/KohaCon17_Proposals


--

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] Next general IRC meeting: 3 August 2016

2016-07-06 Thread Mirko Tietgen
Hello everyone,

today's general IRC meeting was postponed due to lack of attendence
and urgent agenda items.

The next general Koha IRC meeting will be held on 3 August 2016, 10
UTC. Please add important items to the agenda in the wiki.[1]

Cheers,

Mirko


[1]
https://wiki.koha-community.org/wiki/General_IRC_meeting_3_August_2016


--

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


Re: [Koha] Koha 16.05.01 released

2016-06-26 Thread Mirko Tietgen
Mirko Tietgen schrieb am 26.06.2016
> Debian Packages for Koha 16.05.01 and 3.22.08 are now available from
> the community repository.

Note: Due to an additional dependency, a 'dist-upgrade' may be
needed to update package installations to Koha 16.05.01.

-- 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


Re: [Koha] After upgrade to 16.5.00.000 - OPAC/Staff Client not showing results

2016-06-16 Thread Mirko Tietgen
Hi,

Satish schrieb am 16.06.2016

> both staff client and
> opac not appearing in the browser.
> 
> expecting some advice.

Have you followed the advice to enable mod_version, and did Apache
start after that? Have you been able to log into the staff client
and check the page I suggested? You have not mentioned it.

DOM indexing is unrelated to that, and you should only change it if
the system tells you to.

HTH,

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


Re: [Koha] After upgrade to 16.5.00.000 - OPAC/Staff Client not showing results

2016-06-16 Thread Mirko Tietgen
Hi,

Satish schrieb am 16.06.2016

> Invalid command '<IfVersion', perhaps misspelled or defined by a module not
> included in the server configuration

You have to enable mod_version for Apache.

Once your webserver is up again, check
Home > About Koha > System information
regarding the Zebra problem. You may need to change to DOM indexing.

HTH,

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


Re: [Koha] How to get listed on the community website?

2016-06-11 Thread Mirko Tietgen
Hi Norbert,

Norbert Weinberger schrieb am 11.06.2016

> We have also a first demo for the OPAC available, which is based on MARC21 and
> is accessable under https://wallenheim.lmscloud.net/
> Is it possible to get a reference for that on the website on the demo page ?

Given that it is a fork with lots of things people won't find in
Koha, I don't see how it is supposed to be a representative
demonstration of the Koha Integrated Library System.

Sorry, had to say it.

-- Mirko



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] Kohacon 2017

2016-06-07 Thread Mirko Tietgen
The wiki page can be found here:
https://wiki.koha-community.org/wiki/KohaCon17_Proposals

Please add your proposals to host Kohacon 2017.

-- 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] Kohacon 2017

2016-06-04 Thread Mirko Tietgen
Hello everyone,

Kohacon 2016 is almost over. It was a fantastic event and I am sad to leave 
Thessaloniki and everyone here tomorrow.

We already have a wiki page for Kohacon 2017 bids, and I invite everyone to 
enter their proposals to host Kohacon next year.

My phone does not want to copy the link, so just do a search in the Koha wiki 
for kohacon17. 

Keep in mind that we have been in Europe this year, so we will pick a place on 
a different continent next year.

We have not set a deadline yet (I think), we should do so at one of the next 
IRC meetings.

Cheers from Thessaloniki,

Mirko





___
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 <mi...@abunchofthings.net> 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 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


Re: [Koha] Using build_oai_sets.pl with embed items option

2016-04-22 Thread Mirko Tietgen
Hi Pedro,

Pedro Amorim schrieb am 22.04.2016

> Yes, I have basic knowledge in git, however I have never contributed to an 
> open-source project before.
> My question was more about on how to file a bug, but I think I got it sorted:
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16327

Great!

> 
> So I have to:
> 1) Clone the project branch 3.22;

Patches are done against the master branch, unless it's really
version specific. I changed it in the bug too.


> 2) Alter the code;
> 3) Submit the patch using git format-patch

You can use git-bz to directly interact with the bugtracker. have a
look at https://wiki.koha-community.org/wiki/Git_bz_configuration

HTH,

Mirko



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] Need assistance setting up SRU target

2016-04-07 Thread Mirko Tietgen
Andy Boze schrieb am 07.04.2016
> Mirko,
> 
> Thanks very much for your assistance. I can successfully search
> SwissBib, and I now have a much better understanding of how Koha
> works with SRU.

That's fantastic! Would you mind sharing your full config so others
can reuse it?

-- 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


Re: [Koha] Need assistance setting up SRU target

2016-04-06 Thread Mirko Tietgen
Hi Andy,

Andy Boze schrieb am 06.04.2016

> Based on that URL, I've set the "Additional SRU options" field
> like this.
> 
> operation=searchRetrieve,recordSchema=info:srw/schema/1/marcxml-v1.1-light,maximumRecords=10,recordPacking=XML

Good idea, but it does not work that way. Koha expects ZOOM in that
field. http://www.indexdata.com/yaz/doc/zoom.html

sru=get is the equivalent to operation=searchRetrieve, schema the
equivalent to recordSchema…


> (It's not clear to me whether I should percent-encode special 
> characters such as : and / in the SRU options field. I've tried
> it with and without encoding.)

…a tilde (~) in the URL has to be encoded at least in newer versions
of Koha. I would assume the same for the other fields. That would
give you something like

sru=get,sru_version=1.1,schema=info%3Asrw%2Fschema%2F1%2Fmarcxml-v1.1-light

> 
> Also for the database field I've tried it both with and without
> a leading slash (/). I would have assumed without, but just in
> case...

Not sure if that matters, but it works without / for other servers.

Try YAZ-client to test the connection. http://www.indexdata.com/yaz

Spoiler: it did not work for me anyway, but maybe the ZOOM stuff and
YAZ get you in the right direction. You may want to get in contact
with the Swissbib people if you can't get it to work.

I put up the information related to DNB (German National Library) a
while back. It's in German, but you can probably understand the
config part and how to use yaz-client to test.
http://abunchofthings.net/blog/freie-metadaten-von-der-dnb-per-sru/

HTH,

Mirko


-- 

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



> 
> sru/search/defaultdb /sru/search/defaultdb
> 
> And since its a regular http: URL, I've assumed port 80.
> 
> I continue to get no results when I do an SRU search in
> Cataloging.
> 
> Is there a way to determine what Koha is sending to the SRU
> server and what response is sent back? Is this logged anywhere?
> 
> Thanks in advance.
> 
> On 4/6/2016 9:34 AM, Tomas Cohen Arazi wrote:
>> Andy, you need to configure Koha so it retrieves MARCXML data
>> from the SRU target.
>> 
>> 2016-04-05 21:00 GMT-03:00 Andy Boze <boz...@nd.edu>:
>> 
>>> I'm hoping someone might be able to see what I'm doing wrong.
>>> I'm trying to set up an SRU target for SwissBib. The SRU
>>> information for SwissBib is at
>>> http://www.swissbib.org/wiki/index.php?title=SRU . (We're 
>>> using Koha v. 3.18.05.100)
>>> 
>>> I've used the SRU Explain function ( 
>>> http://sru.swissbib.ch/sru/explain?operation=explain ) to
>>> get information about search attributes.
>>> 
>>> In setting up the SRU target in Koha, I've used the
>>> following.
>>> 
>>> Hostname: sru.swissbib.ch Port: 80 Database:
>>> sru/search/defaultdb Syntax: UNIMARC Encoding: utf8
>>> 
>>> Additional SRU options: operation=searchRetrieve (I've tried
>>> using other SRU options, too, but this seems to be the
>>> minimum required.)
>>> 
>>> SRU Search fields mapping: Title - dc:title ISBN -
>>> dc:identifier Any - dc:anywhere Author - dc:author ISSN -
>>> dc:identifier Standard ID - dc:id
>>> 
>>> The following URL will produce results in my web browser, but
>>> I get no results when I do an equivalent SRU search in Koha.
>>> 
>>> 
>>> http://sru.swissbib.ch/sru/search/defaultdb?query=+dc.anywhere+%3D+verne=searchRetrieve=10
>>>
>>>
>>>
>>> 
Does anyone have any thoughts about what's wrong? Thanks in advance.
>>> 
>>> -- Andy Boze, Associate Librarian University of Notre Dame 
>>> 208 Hesburgh Library (574) 631-8708 
>>> ___ Koha mailing
>>> list  http://koha-community.org Koha@lists.katipo.co.nz 
>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>> 
>> 
>> 
>> 
> 




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] Request to add a new support company

2016-03-19 Thread Mirko Tietgen
Hi Radek,

it is good practise not to use national top level domains for
commercial services related to Koha ILS.

If you try other national top level domains, you will find that they
are either forwarded to koha-community.org (like koha.no), used for
noncommercial Koha user groups, not registered at all or not related
to Koha ILS.

Using a national top level domain for commercial Koha support
implies the status of an "official" Koha support provider for that
particular country, but no such thing exists.

Please consider using eg. rbit.cz for your commercial services and
forwarding koha.cz to koha-community.org or a noncommercial czech
user group.

Thank you,

Mirko


--

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



Radek Šiman schrieb am 18.03.2016
> Hello,
> 
> we'd like to ask the responsible persons to add the following record
> to the list of support companies. We offer Koha support in the Czech
> Republic from 2015. We help libraries with the installation and
> maintenance of this ILS as well as we support growing Czech Koha
> community and its development effort.
> 
> Best regards,
> Radek Šiman
> 
> 
> Company Name: R-Bit Technology, s.r.o.
> 
> Contact Person: Radek Šiman
> 
> Contact email: i...@koha.cz
> 
> Website: http://www.koha.cz
> 
> Telephone: +420 604 944 755
> 
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha



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] 500 error message appears when i add item with non latin content i. The field NOTE

2016-02-27 Thread Mirko Tietgen
Hi,

Rania Azad Mohammed schrieb am 27.02.2016

> When i do add items to record with nonlatin content only in the Notes
> fields I got the message 500 error otherwise everything work perfectly, can
> someone help regarding this ?! I am using koha 3.2

The last release for the Koha 3.2 branch was 2011. This version is
no longer supported. Please upgrade to a recent version of Koha.

HTH,

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


Re: [Koha] [Koha-devel] KohaCon16 - Registrations & Call for proposals Open

2016-02-23 Thread Mirko Tietgen
Hello everyone,

just a reminder: the deadline for presentation proposals ends in
less than a week. http://kohacon2016.lib.auth.gr/?page_id=29

-- Mirko



Γιάννης Κουρμούλης schrieb am 25.01.2016
> ​​Dear koha lists members
> 
> 
> We are pleased to announce that Registration
> <http://kohacon2016.lib.auth.gr/?page_id=24> and Call <http://kohaCall/>
> for Proposals <http://kohacon2016.lib.auth.gr/?page_id=29> are now open for
> Kohacon16!
> 
> 
> Registration is free.
> 
> 
> Developers, technical support staff, librarians are invited to share their
> experience by contributing with a presentation proposal based on their
> knowledge, ideas, best practices and even mistakes! (Please note that all
> presentations will be in English).
> 
> 
> KohaCon16 will be organized by the Library & Information Centre and will be
> held at the Aristostle University of Thessaloniki on 30 May – 4 June 2016.
> For detailed information and updates, please visit the *KohaCon16 site*
> <http://kohacon2016.lib.auth.gr/>.
> 
> 
> 
> “Let's make it Ko-ha-ppen!”​
> 
> KohaCon16
> Library & Information Center
> Aristotle University of Thessaloniki
> GR-54124 Thessaloniki
> Greece
> 
> ​
> ​tel: +30 2310 99 5368 <+302310995368>
> ​
> email: <kohaco...@lib.auth.gr>kohaco...@lib.auth.gr
> ​url: ​kohacon2016.lib.auth.gr
> 
> 
> 
> ___
> Koha-devel mailing list
> koha-de...@lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/
> 




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] Change default text of login field name

2016-02-09 Thread Mirko Tietgen
Hi Christopher,

Christopher Davis schrieb am 09.02.2016

> I am looking for a way to change the default text of the "login" and
> "password" fields on our Koha OPAC webpages 

You can do that with JQuery (in the OPACUserJS system preference),
see
https://wiki.koha-community.org/wiki/JQuery_Library#Change_the_text_of_the_OPAC_login_form_.28Bootstrap.29

Check the top of that page for instructions.

HTH,

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


Re: [Koha] Fwd: After restoring backup, rebuilding zebra index outputs many errors retrivieving biblio records and search doesn't work

2016-02-08 Thread Mirko Tietgen
Hi,

David M. Bucknell schrieb am 09.02.2016

> We are running Koha 3.10.  I accidentally deleted some files and
> now, after restoring from a backup, cannot get search to work.  When
> we run zebra index, we get lots errors such as you can see below. 
> (Searching gives 0 results.)

What files did you delete? And what kind of backup did you use?
If you deleted Koha system files, a database backup (like the Debian
packages provide) will not restore these. You might have to
reinstall Koha and then restore from backup.

HTH,

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


Re: [Koha] Self-Checkout Authority settings?

2016-02-04 Thread Mirko Tietgen
Hi,

Andrew Parrish schrieb am 04.02.2016
> I am trying to get the self-checkout system working and by default only
> superlibrarians can log into the system from the OPAC. 

You have to create a special staff user for SCO. See
http://translate.koha-community.org/manual/3.20/en/html-desktop/#selfcheckout

HTH,

-- Mirko



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] Create report

2016-02-03 Thread Mirko Tietgen
Hi,
 
Usashi Chatterjee schrieb am 03.02.2016
> How to get a list of all the books?
> 
> Usashi

Maybe the SQL reports library in the wiki is of help? There are a
lot of sample reports
https://wiki.koha-community.org/wiki/SQL_Reports_Library

HTH,

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


Re: [Koha] Help: How to send a HTTP request when books lending?

2016-02-03 Thread Mirko Tietgen
Hi,

王塬 schrieb am 04.02.2016
> Hello ,I’m using KOHA 3.22 ,and I need to send a HTTP request
> with Marc data to my another services when books lending .What
> should I do ?PLZ.

What other services are you using and what are you trying to achieve?

-- Mirko



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] sorry the check in error (2) is

2016-02-02 Thread Mirko Tietgen
Hi,

from the cc entry in your email I assume that you are using a Live
DVD provided by a commercial vendor. If that is the case, please
send your error messages to this vendor only and not to the list.

Live DVDs are out of date per default and contain bugs that are
already fixed in Koha. They are not supported by the community.

-- Mirko



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] Koha General IRC Meeting reminder

2016-02-01 Thread Mirko Tietgen
Hello everyone,

the next general IRC meeting is 03 February 2016 10 UTC
http://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+IRC+General+Meeting=20160203T10

Place: The #koha IRC channel (IRC server irc.oftc.net).
If you don't have an IRC client you can join the meeting using your
web browser. http://webchat.oftc.net/?channels=koha

Agenda: https://wiki.koha-community.org/wiki/Next_General_IRC_meeting

Cheers,

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


Re: [Koha] Koha Conclave Bangalore (17-18 February 2016)

2016-02-01 Thread Mirko Tietgen
Hi,

you have announced this event at least four times within one month
now. The last email was not even a week ago. It is not common on
this list to do that. Is it really necessary?

-- Mirko



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] Koha Conclave Bangalore (17-18 February 2016)

2016-02-01 Thread Mirko Tietgen
Amit Gupta schrieb am 02.02.2016
> This mail is with Venue details.

It's the same email you sent on 27 January, except for a blank line
less and a longer signature.

-- Mirko



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] Wiki certificate

2016-02-01 Thread Mirko Tietgen
Paul,

Paul A schrieb am 31.01.2016
> a) Win XP has a market penetration of one in every nine or ten
> computers world wide;

According to w3cschools.com, Windows XP has a marketshare of 2,3%
(December 2015)[1]

> I might guess that this percentage is higher
> outside the "Western world" where libraries are perhaps just as
> important, or more so, than in "developed countries." 

Citation needed.

> Nothing to do
> with pyramids, but whether or not the Koha Wiki is important to
> them, I'll leave up to you...

My guess is that this percentage is higher in western
administrations that rather pay extra support fees than get their
act together and migrate to a recent operating system, because they
rely on custom software developed around the time of pyramids that
requires XP.

I live in Berlin. 28.902 of 70.223 Computers the Senate of Berlin is
responsible for were runnuning Windows XP end of October 2014. They
paid 300.000€ to get extra support from Microsoft until April
2015.[2] At that point the data security officer demanded 10.000s of
Computers running XP to be shut down immediately. Microsoft agreed
to renew the support contract once again.

In this case the information went public. I really don't want to
know how many cases like that we have in Germany alone. I don't know
what the status is today, but I have guess.

Fun fact: There were also 320 Servers running Windows 2003 Server
mid-2015, the extended support contract was supposed to cost about a
million Euro.[3]

> As to paying Microsoft's licensing fees, we're a charity and prefer
> spending our budget on outreach to school children, rather than
> financing Redmond.

Which means you are running a completely unsupported operating
system on some of your computers. That's scary. Good to hear you
plan to end that.

-- Mirko


[1] http://www.w3schools.com/browsers/browsers_os.asp
[2]
http://pardok.parlament-berlin.de/starweb/adis/citat/VT/17/SchrAnfr/s17-15656.pdf
(German)
[3]
http://www.heise.de/newsticker/meldung/Windows-Server-2003-Berliner-Senat-vor-sicherheitstechnischer-Herausforderung-2766718.html
(German)




> 
> At 08:58 PM 1/30/2016 +0100, Mirko Tietgen wrote:
>> Hi,
>>
>> Paul A schrieb am 30.01.2016
>>
>> > It appears that the Koha/Let's encrypt certificate will never
>> > work on WinXP
>>
>> No, it won't. XP was dead before LE was born. It will probably not
>> work for other ancient stuff, like pyramids.
>>
>> Wikipedia[1] says
>>
>> > On April 14, 2009, Windows XP exited mainstream support and
>> > entered the Extended Support phase; […] Extended support ended  on
>> > April 8, 2014, over 12 years since the release of XP; normally
>> > Microsoft products have a support life cycle of only 10
>> > years.[118] Beyond the final security updates released on April
>> > 8, no more security patches or support information are provided
>> > for XP free-of-charge; "critical patches" will still be created,
>> > and made available only to customers subscribing to a paid
>> > "Custom Support" plan
>>
>> I don't know how much money you would have to put into the paid
>> "Custom Plan" for something like this to happen, but since the rest
>> of the world does not have a paid "Support Win XP forever" plan,
>> it's not really their problem either.
>>
>> If XP still works for you, cool. If it does not, well, there have
>> been a few new versions now to choose an upgrade from. Or switch to
>> GNU/Linux, I hear it's quite good.
>>
>> -- Mirko
>>
>>
>> [1] https://en.wikipedia.org/wiki/Windows_XP#End_of_support
>>
>>
>> ___ Koha mailing list 
>> http://koha-community.org Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koh
> 
> ---
> Maritime heritage and history, preservation and conservation,
> research and education through the written word and the arts.
> <http://NavalMarineArchive.com> and <http://UltraMarine.ca>
> 
> 



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] Wiki certificate

2016-01-30 Thread Mirko Tietgen
Hi,

Paul A schrieb am 30.01.2016

> It appears that the Koha/Let's encrypt certificate will never 
> work on WinXP

No, it won't. XP was dead before LE was born. It will probably not
work for other ancient stuff, like pyramids.

Wikipedia[1] says

> On April 14, 2009, Windows XP exited mainstream support and
> entered the Extended Support phase; […] Extended support ended on
> April 8, 2014, over 12 years since the release of XP; normally
> Microsoft products have a support life cycle of only 10
> years.[118] Beyond the final security updates released on April
> 8, no more security patches or support information are provided
> for XP free-of-charge; "critical patches" will still be created,
> and made available only to customers subscribing to a paid
> "Custom Support" plan

I don't know how much money you would have to put into the paid
"Custom Plan" for something like this to happen, but since the rest
of the world does not have a paid "Support Win XP forever" plan,
it's not really their problem either.

If XP still works for you, cool. If it does not, well, there have
been a few new versions now to choose an upgrade from. Or switch to
GNU/Linux, I hear it's quite good.

-- Mirko


[1] https://en.wikipedia.org/wiki/Windows_XP#End_of_support



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] Big Koha Migration of Turkey

2016-01-26 Thread Mirko Tietgen
Hi Mengu,

thank you for sharing those interesting numbers.

> I should also say that this a quite derived version of 3.20, we
> have added many new features, new modules and changed a lot of
> codes for the use of public libraries so we may call this Koha 
> version as Koha -- Devinim.

What kind of customisations do you apply? And are you planning to
get them into regular Koha for everyone to use? Do you have a public
repository for them, and what license do you use?

Thank you in advance,

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


Re: [Koha] Your suggestions for a new name of Koha NA

2015-12-21 Thread Mirko Tietgen
From a non-US perspective, this thread is priceless. Thanks a lot to everyone 
involved, please keep us entertained.

-- Mirko

PS. Do you really not understand that you are neither "North America" nor 
"America" but just the US of some part of America? It's very easy to see from 
outside. :)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Missing lost status in Default framework item record

2015-12-07 Thread Mirko Tietgen
Hi Elaine,


Elaine Bradtke schrieb am 07.12.2015

> In the item record (952 $1) The Lost status line is not there. It doesn't
> display in the editor, the numbering goes from 0-Withdrawn status to
> 2-Source of classification or shelving scheme
> 
> Can anyone else confirm this?
> Or is it possible something corrupted the default framework when we moved
> from 3.18 to 3.20?

The values are set in the LOST authorized value. Can you check
Administration > Authorized values for the LOST entry? You can edit
the options too.

Does it work ok in other frameworks?

Next thing you could check is Administration > MARC Frameworks,
default, MARC structure for that subfield. There should be "Auth
value:LOST" set for 952$1.

HTH,

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


Re: [Koha] Missing lost status in Default framework item record

2015-12-07 Thread Mirko Tietgen
Apparently the behaviour got changed and the field is hidden in the
framework setting for the editor. You could change the visibility in
the MARC Frameworks editor.

http://koha.1045719.n5.nabble.com/Item-Lost-Status-not-showing-in-Editor-td5861454.html

HTH,

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


Re: [Koha] export from 3.01 --> import to 3.20

2015-12-04 Thread Mirko Tietgen
> My new server is wanting to use field 995 for the item information
> 
> My old server is exporting that info to field 952 ...
> 
> Which field is correct (or "most correct")??

That sounds like your old server is using MARC21 and your new one is
using UNIMARC. They are both correct, but you have to choose on of
them (during installation) and you can't load MARC21 data into a
UNIMARC installation. The field distribution is very different.

HTH,

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


Re: [Koha] question on bug 6874 and html5 video streaming

2015-11-16 Thread Mirko Tietgen
Hi Hugo,

you're right, it is not possible at the moment. I have a draft patch
that appears to fix it, but it needs more work.

It's not the highest thing on my list right now, feel free to
sponsor a few hours if you think it is important.

HTH,

Mirko


--

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


Hugo Agud schrieb am 16.11.2015
> Good morning
> 
> We're still checking koha 3_22 beta and one librarian raised one question
> on attach a file to bibliographic.
> 
> The patch works fine, but I guess that what we're checking it is not part
> of the functionality but we wish to ask for confirmation.
> 
> We have configured upload_file propertly and it works fine!, but we have
> tried to use in conjuntion with html5 and it is not working (html5 video
> streaming or image 856)
> 
> I guess it is because it creates a link to the file, it just call to koha
> the file... right?
> 
> URL: http://<>/cgi-bin/koha/
> opac-retrieve-file.pl?id=cb25c0c1a55915464623ccc60649e73d
> 
> I was thnking on those who wish to upload videos or images and wish to
> publish using html5
> 
> Thanks you in advance!
> 
> 



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] MARC 21 code for Accession Number

2015-11-13 Thread Mirko Tietgen
Hi,

does the wiki answer your questions? You can use 952/995$i Inventory
number as the field for accession number.

http://wiki.koha-community.org/wiki/Holdings_data_fields_%289xx%29#MARC21_Holding_field.2C_3.0_default_-_field_952

HTH,

Mirko


--

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


Balaji Ravichandran schrieb am 13.11.2015
> I would also like to know how the "Holdings" part is displayed in Koha
> interface?
> It says no item description is available for me in the holdings part.
> 
> On 13 November 2015 at 15:14, Balaji Ravichandran <rbalaji...@gmail.com>
> wrote:
> 
>> Hi all,
>>
>> Can anyone help me out with the exact MARC 21 code for Accession Number,so
>> that I can match the row with it using Marc Edit tool?
>>
>> Thank You!!!
>>
>>
>> --
>> Regards,
>> Balaji Ravichandran ( பாலாஜி ) ,
>> Volunteer at Free Software Foundation - Tamilnadu,
>> Mobile : 9790528505
>> My Blog - balogic.wordpress.com
>>
> 
> 
> 



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] Classification code on bibliographic record

2015-11-11 Thread Mirko Tietgen
Hi Krister,

Krister Andréason schrieb am 11.11.2015

> The 084 field is shown when editing the bibliographic record and it’s shown 
> on the marc view in the staff interface.
> However, it is not shown on the bibliographic record in the staff interface 
> (/catalogue/detail.pl). Nor is it shown in the opac.
> 
> Maybe we have to make a new xslt stylesheet for Swedish libraries?

as long as you stick to the MARC21 specs, you could also add it to
the standard stylesheet in Koha for everyone to use.

Cheers,

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


Re: [Koha] ABCD is a an Open Source web-based integrated library management software

2015-11-08 Thread Mirko Tietgen
Rasheed Ahmed schrieb am 08.11.2015

> developed by BIREME and VLIR

The website states it is no longer developed by those entities.


> *For Presentation click here*

That presentation is 4.5 years old. Development on the software
apparently stopped around that time. Why would anyone want to use it
then?

-- Mirko



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] General IRC meeting and 3.24 elections in 30 minutes

2015-11-04 Thread Mirko Tietgen
Hello everyone,

just a short reminder that we have a community IRC meeting in half
an hour, and we are electing the team for the next release cycle.
Please attend and show your support for our volunteers.

The meeting agenda can be found at
http://wiki.koha-community.org/wiki/General_IRC_meeting_4_November_2015

Candidates for the 3.24 release cycle can be found here
http://wiki.koha-community.org/wiki/Roles_for_3.24

See you there http://koha-community.org/get-involved/irc/

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


Re: [Koha] Records missing from data export

2015-10-23 Thread Mirko Tietgen
Hi David,

the attachments got filtered. You can use
http://paste.koha-community.org/ and send a link with your data to the list.

-- Mirko


--

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

Am 23.10.2015 um 16:57 schrieb David Liddle:
> I'm preparing to help a library switch to Koha over the next few months. In
> testing the "Export data" tool today, I discovered that 2 of the 4
> bibliographic entries are missing from the export. (The entries are only
> samples used to test the import and linking of records.) The XML export
> file and the MARCXML files saved from the individual records are attached
> to this message, assuming they passed through any list filters. Can someone
> help me understand what causes the omission of these two records?
> 
> Thank you!
> 
> --
> 
> *David Liddle*
> 
> *IT Support Specialist*
> Wycliffe Global Alliance - Europe Area
> Siegenweg 30, 57299 Burbach, Germany
> 
> *Direct:* david_lid...@wycliffe.net
> *Support:* sos_eur...@wycliffe.net
> *Bomgar:* https://sos.wycliffe.net
> <https://sos.wycliffe.net/download_customer_connector.ns?id=65=David+Liddle>
> 
> *Office:* +49 2736 298 302, Ext. 107
> *Mobile:* +49 176 421 473 69
> *Skype:* dfliddle
> ___
> 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] MARC Import

2015-10-22 Thread Mirko Tietgen
Sergio Scotto schrieb am 22.10.2015
> I have import over 17k and it works, but the javascript o whatever it is
> that load the bar will not work (same for revert), it is better import small
> batches.

That will be fixed with the next version of Koha, see
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321

-- 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


Re: [Koha] KOHA with PostgreSQL

2015-10-13 Thread Mirko Tietgen
Hi,

Am 11.10.2015 um 21:15 schrieb Mengu Yazicioglu:

> I think it is biggest Koha installation around the world,
> We use Mariadb on clustered servers and we are very comfortable with the
> performance.
> Of course, our technical staff trace the servers and databased everyday.

sounds awesome! Would you mind sharing some more details about your
server setup?

Cheers,

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


Re: [Koha] New Debian install - OPAC invisible

2015-10-08 Thread Mirko Tietgen
Hi,

Mark Tompsett schrieb am 08.10.2015
> Greetings,
> 
> We owe them the best solution.

I don't think I owe anyone anything when it comes to free community
support. But I'd rather not decide what is the best solution for
everyone.


> requires Apache and Networking configuration knowledge.
> Knowledge which is not easily condensed to "a simple command that
> leads to the result people ask for".

True, there is a second command (add Listen 8080 to ports.conf).

All things Koha require a lot of special knowledge. We could close
the list then and make it autoreply "get paid support" to all questions.


> Why should default not be disabled? Perhaps […]

Perhaps not. Who knows. When someone asks about a Koha installation
on a local IP address, I'd assume a test installation on a dedicated
(virtual) machine, not a production system, unless they tell me
otherwise.


> Most of time, it likely will work, but not in all cases. Is
> debugging all those cases part of Koha's scope?I don't believe so.
> This is why a support company would be recommended. They would be
> able to navigate any pitfalls provided by the users configuration
> which could vary wildly from user to user.

So we close the list? I do not see why we should make any difference
between the Apache setup (magic only a professional can do) and Koha
(much more complex than doing some webserver config). Maybe we
should go as far as labelling free community support dangerous,
because we can never take into account all things that may or may
not be, while suppport companies could get the whole picture before
making recommendations?


> As stated before, name-based access is the default. Name based
> installations are the simplest. All that is needed is the hosts file
> hack. But a DNS entry is the correct solution, because otherwise
> someone has to run around to every computer on the network editing
> their hosts file?!

A "hack" with a wrong DNS entry is the right solution? Sounds fishy
to me.

I do not assume any other computers needing to access it in this and
many other cases. There must be thousands of local test
installations out there. Many of which lead to getting a support
company once people tested and decided they would actually like to
migrate to Koha.


> That's the wrong way to do networking, but best
> practices regarding networking is definitely beyond scope. 

You can either let people do it in a way that works, or explain the
way you think is better. "Don't do A, but B is too complicated, hire
someone" is not a constructive answer.


> Also, knowing where to put the hosts file hack ON THE CLIENT is hard.
> http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Tweak_Hosts_File

Oh, even more reading required for the easiest solution. :P


> Next, if someone decides to move their Koha on the internet, having
> already set up for name-based access makes the transition easier.

Because they all run on myDNSname.org? That will be lot of fun once
I spend the 12€ to buy that domain.


> [lots of imagination stuff]

I imagine nothing of that. I see a question that from years of
experience (I'm a support provider, we know a lot of stuff :P) I can
me assume to be about a local installation and I give advice that is
easy to follow. If that leads to a follow-up question, fine. In
dozens of cases it lead to something like "great, it's working now,
thanks a lot, koha is awesome".

Cheers,

Mirko



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 Debian install - OPAC invisible

2015-10-07 Thread Mirko Tietgen
I fail to understand the Apache default website fetish and the advantage of 
longish rage emails without real advice besides "pay someone to do 
it in the way I prefer" over a simple command that leads to the result people 
ask for.

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


Re: [Koha] Disable displaying items from other locations (independent branches)

2015-09-21 Thread Mirko Tietgen
Hi Gregor,

Le-grex schrieb am 20.09.2015

> "Staff Client Catalog Search: By default, items from other
> locations are displayed catalog searches."
> 
> But i don't get how to change this default behaviour?

I don't think there is an equivalent to the OPAC limitation options
in the staff client. You can manually limit searches to a single
branch in advanced search, I assume that is meant here.

If you do not want the libraries to be connected at all, multiple
Koha instances may be a better choice than independent branches.
Have you looked into that?

HTH,

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


Re: [Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread Mirko Tietgen
Clint Deckard schrieb am 18.09.2015
> Debian squeeze

I opened a bug report
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14847

-- 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


Re: [Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread Mirko Tietgen
Clint Deckard schrieb am 18.09.2015
> Greetings,
> Whilst trying to update a debian package install to 3.18 the
> following error is returned
> The following packages have unmet dependencies:
>  koha-common : Depends: libdbix-connector-perl but it is not
> installable
What operating system are you using?


--

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


Re: [Koha] 3.16.05 to 3.18.09 upgrade problem

2015-09-18 Thread Mirko Tietgen
Clint Deckard schrieb am 18.09.2015
> Debian squeeze
It looks like the package is not in the oldstable repo for Koha and
not in Squeeze. It is in the Koha stable repo though. You could try
to change your source.list to Koha stable, install only that package
and then change source.list to oldstable to get Koha 3.18.

Maybe there is a more elegant way (besides upgrading to a recent
version of Debian. Squeeze is not supported from 3.20 on I think).

HTH,

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


[Koha] Kohacon 2016 location

2015-09-16 Thread Mirko Tietgen
Hello everyone,

the voting period is over and the preliminary results are in.

Kohacon 2016 will be hosted by Aristotle University of Thessaloniki,
Greece.

Congratulations!

The survey has been completed 1074 times. In some cases, people were
overly enthusiastic and had to vote more than once, which lead to
disqualification. The results are

80,35% Thessaloniki, Greece
08,10% Manila, Philippines

[11,55% invalid]

I'd like to thank the people behind both proposals for offering to
host Kohacon 2016!

See you all in Thessaloniki next May or June,

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


Re: [Koha] Koha error 2.2.8

2015-09-11 Thread Mirko Tietgen
Hi,

Am 09.09.2015 um 11:59 schrieb Gaurav Sharma:
> hi,
> I try to newand try to install koha 2.2.8 on my system windows 7 32 bit
> with
> 1.Apache http server 2.2 at location @ C>Program files>Apache Software
> Foundation>Apache2.2
> 2.Active Pearl 5.20 at location c:/usr
> 3. MySql 4.1
> 4.koha 2.2.8

Koha 2.2.8 is more than 8 years old, released 1 May 2007. That is about
700 in software years. Do not use it. There is no support for this
version, and it has little to do with Koha today.

There is no version of Koha for Windows.

There are instructions how to set up Koha on Debian or Ubuntu in the
Koha wiki: http://wiki.koha-community.org/wiki/Koha_on_Debian

You will have to install a GNU/Linux system if you want to install Koha.

HTH,

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


[Koha] Vote for the Kohacon 2016 conference location now!

2015-09-09 Thread Mirko Tietgen
Dear list,

we have opened the vote for the location of the Kohacon 2016
community conference. You can find the proposals in the Koha wiki at
http://wiki.koha-community.org/wiki/KohaCon16_Proposals

We decided on a simple form over a ranking at the IRC meeting a few
minutes ago.

The rules are simple:

* everybody can vote
* one vote per person

The voting period is one week. The vote is open until 16 September
2015, 12 UTC.

To vote, visit
http://abunchofthings.net/limesurvey/index.php/639452?lang=en and
follow the instructions.

Happy voting, and thanks to both bidders for offering to host
Kohacon 2016. Good luck! :)

Mirko



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] Vote for the Kohacon 2016 conference location now!

2015-09-09 Thread Mirko Tietgen
Just to make that clear, one vote per person does not mean one vote
per every of your 15 email addresses. Please don't do that, we see
it anyway and it is neither nice nor not fair.

Thank you.



Mirko Tietgen schrieb am 09.09.2015
> Dear list,
> 
> we have opened the vote for the location of the Kohacon 2016
> community conference. You can find the proposals in the Koha wiki at
> http://wiki.koha-community.org/wiki/KohaCon16_Proposals
> 
> We decided on a simple form over a ranking at the IRC meeting a few
> minutes ago.
> 
> The rules are simple:
> 
> * everybody can vote
> * one vote per person
> 
> The voting period is one week. The vote is open until 16 September
> 2015, 12 UTC.
> 
> To vote, visit
> http://abunchofthings.net/limesurvey/index.php/639452?lang=en and
> follow the instructions.
> 
> Happy voting, and thanks to both bidders for offering to host
> Kohacon 2016. Good luck! :)
> 
> Mirko
> 
> 
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
> 



 



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] Raspberry Pi

2015-08-25 Thread Mirko Tietgen
Jonathan Druart schrieb am 25.08.2015
 Hello Fred,
 
 Have a look at this wiki page: 
 http://wiki.koha-community.org/wiki/Koha_on_a_Raspberry_Pi

But beware that this was done 3 years ago with the very first
version of the Raspberry Pi. The recent one has much better CPU and
RAM, and you should be able to just install a regular Raspian image
and then use http://wiki.koha-community.org/wiki/Debian

With Plack support out of the box, it could work ok for a small
library. Trying it with the latest Raspi and doing some benchmarks
has been on my list for a while now, but I have a lot of other
things to do.

-- 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] Kohacon 2016 proposals voting

2015-08-06 Thread Mirko Tietgen
Dear all,

it was decided on the 5 August general IRC meeting that


1) bidding for Kohacon 2016 locations will end one week after the
August 2015 general IRC meeting. If you want to host Kohacon 2016,
add your proposal to the wiki[1] now and announce it on the general
mailing list, so people know about it.

No proposals will be accepted after 12 August 2015, 22 UTC.

Proposals so far:

- Aristotle University of Thessaloniki (Greece) to host Kohacon in
May or June 2016
- The Philippines (location tba.) to host Kohacon in September or
October 2016

You will find more details on the wiki page.[1]


2) voting for the Kohacon 2016 location will start next general IRC
meeting, 9 September 2015, 10 UTC. It will be open for one week.
Everyone is allowed to vote, one vote per person. Your name and
email address will be required. Votes are secret, only people
involved in conducting the vote will be able to see them. Your data
is not used for anything beyond that, of course.


Have a nice day,

Mirko


[1] http://wiki.koha-community.org/wiki/KohaCon16_Proposals



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] Migrating from LibraryWorld to Koha - problem mapping item information

2015-08-03 Thread Mirko Tietgen
Hi,

Alice Louise Mckinney, Library [Faculty Rtc] schrieb am 03.08.2015

 The bib information comes across fine and the item information is also
 there, BUT none of the item information is mapping to the Koha item record.
What does that mean exactly? And where do you have the item
information? You may want to check
http://wiki.koha-community.org/wiki/Holdings_data_fields_%289xx%29#MARC21_Holding_field_.28952.29.2C_3.x_default
to see where Koha expects it.

HTH,

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


Re: [Koha] Error connecting to MySQL

2015-07-25 Thread Mirko Tietgen
Hi Jonathan,

what version of Koha did you install, what instructions and what
installation method (Debian packages, tarball…) did you use?

If you did a package installation, you will find Koha log files in
/var/log/koha/instancename/ (in your case that would be
/var/log/koha/lib/). You should probably check MySQL log files too.

There is also some system information availabe in the staff client 
»About Koha« that may be worth checking for errors.

-- 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


Re: [Koha] Building OAI sets error

2015-07-22 Thread Mirko Tietgen
Vinod Mishra schrieb am 22.07.2015

 when i put the link
 http://192.168.28.202/cgi-bin/koha/opac/oai.pl it does not give any data
 etc but getting following errors on OPAC:

Your URL is wrong. Try

http://192.168.28.202/cgi-bin/koha/oai.plverb=Identify

See https://www.openarchives.org/OAI/openarchivesprotocol.html for
more information on OAI-PMH usage.

HTH,

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


Re: [Koha] Koha Security - can someone provide a description of the encryption?

2015-07-15 Thread Mirko Tietgen
Hi David,

Hartman, David W. - Tech Library schrieb am 15.07.2015

 I was wondering what type of encryption is in Koha for patron
 records.  I just want to let my leadership know the data is
 secured.

the passwords are hashed using bcrypt, if that is what you mean.

HTH,

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


Re: [Koha] Installation: I have a blank page

2015-07-10 Thread Mirko Tietgen
Hi Jean,

Jean Carfantan schrieb am 10.07.2015
 I have installed Koha on a Ubuntu machine. My problem is that i
 have a blank homepage on port 80 or 8080. Is there anything I
 should know ?

How did you install? What instructions did you use?

-- 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


Re: [Koha] Installation: I have a blank page

2015-07-10 Thread Mirko Tietgen
Jean Carfantan schrieb am 10.07.2015
 Thank you Owen, I had koha-common and everything from
 http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages but I have
 just .tt pages in the templates directory. I'm new to Koha. May be there is
 something missing.
What does

sudo apt-cache policy koha-common

tell you? Have you done the web part of the installation at all or
have you never seen anything at the staff client address? Koha won't
work before you do the web installation.

-- 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


Re: [Koha] Database without tables

2015-07-07 Thread Mirko Tietgen
Angel schrieb am 07.07.2015

 From the same server, I suppose. From outside it seems has no effect.
From anywhere. What does »no effect« mean exactly? It sounds like
your DNS settings are not correct or the port is not open in Apache
(if you did an IP based config). Or maybe the default site is
running. Or a firewall… a lot of options.

-- 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


Re: [Koha] Database without tables

2015-07-07 Thread Mirko Tietgen
Angel schrieb am 07.07.2015

 http://libreteca-intra.rompeelcirculo.org
 http://libreteca.rompeelcirculo.org

I don't know what Omega Search and Xapian is, but it has nothing to
do with Koha.

-- 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


Re: [Koha] Proposal to remove the 'Paid support' list

2015-07-01 Thread Mirko Tietgen
Mark Tompsett schrieb am 01.07.2015

 A list like Name/Organization, Country, Date of Last Accepted
 Patch capped since old stable initial release would be nice, but it
 opens it back up to this stupidity which we want to avoid, because
 marketing people may hype and lie. No list provides no opportunity
 for them to hype and lie.

Do you think they will lie to git? How will they do that? :)

Curious,

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


Re: [Koha] Proposal to remove the 'Paid support' list

2015-07-01 Thread Mirko Tietgen
Tomas Cohen Arazi schrieb am 01.07.2015

 What is the benefit for people listed? I would say marketing
 and/or some SEO advantage (Liz told me there are counter measures
 applied so it is not used for SEO).

A place to send libraries to that are looking for support. A place
for (at best community-active) support providers to be found without
spending time on marketing. Apparently that does not work for some
parts of the world, where the market appears to be huge but people
contributing are very few in comparison.


[…]
 people are referring to being listed on the site as a way to
 certify their validation as service providers.
 
 I think this hurts the project, because people tend to trust some
 quality degree is assured if companies are listed, which we
 cannot certify; and also makes community members spend a lot of
 time reviewing people's sites, with try/error iterations very
 often [1].

Agreed, this has to stop.


 I propose we replace the current listing with (a) nothing or (b)
 some pie diagram with companies/institutions contributions (git
 log, or what best addresses the need) to the project.

I want to work on Koha, not on advertising campaigns and SEO. I
think marketing is one of the evils of our time. I have been
promoting Koha as an idea and a library system for years before I
started to officially work as a support provider, but I won't print
newspaper ads or buy banners on Facebook (or whatever marketing
people do) to announce my services.

It would be nice if people could find out I am contributing stuff
without learning to understand bugzilla.

My proposal would be to have something similar to the »Patches
pushed for release« thingy on http://dashboard.koha-community.org.
Maybe a longer time span (like, people/ companies that have
contributed over the last year), but no »all time contributers« list
that would bring us lots of one time »contributions« for the sake of
being listed forever.

That would make it easy to see who has been active recently, and
that's all it says. No endorsement. Maybe with an option to list by
country. Maybe with a link to a website, maybe not. Information
specialists like librarians will be able to put a name into a search
engine. If they don't care about community involvement, so be it.

-- 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


Re: [Koha] Regarding incremental fine

2015-06-28 Thread Mirko Tietgen

Ramesh Chander schrieb am 28.06.201
 Can anybody help me in implementing incremental fine for overdue
 of books?

There is an enhancement request for this feature:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10874

If by »implementing« you mean »develop the feature«, you could join
the person that expressed interest on the bug tracker. If you mean
»change settings in Koha to make it work« then I'm afraid it is not
possible at the moment.

HTH,

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


Re: [Koha] Request for registering as Support Company

2015-06-24 Thread Mirko Tietgen
Caspinet It Solutions schrieb am 24.06.2015

 Website: https://caspinet.com ,   http://koha.az

It has been consensus in the past to not use koha.top_level_domain
for business, but redirect to the official Koha website.

HTH,

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


Re: [Koha] Koha Fundraising Committee Draft Terms of Reference

2015-06-16 Thread Mirko Tietgen
I don't know how to say this without stepping on anyone's toes, but
I think this discussion is taking a problematic direction. I don't
think it is good to tie the general discussion and decision on all
things fundraising to the personal situation of people that may be
funded once all is settled.

I refuse to agree I »have put somebody in a difficult situation«
because I opposed voting on things that were made public on very
short notice before meetings. I was not informed I was discussing
anyone's situation. A situation I knew nothing about.

It seems like behind the scenes it has already been agreed to
1) put money into the fund
2) pay somebody with that money

so I have a simple proposal for the parties involved. Please
consider contracting people directly until the fundraising stuff is
actually up and running and everybody is happy.

Hope that does not anger anyone,

Mirko

PS. Yes, I would like to see Jonathan continue his fine work on
Koha. Just to make that clear.


--

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


Re: [Koha] Koha Digest, Vol 116, Issue 16

2015-06-16 Thread Mirko Tietgen
Hi,

Sanjay Nayak Library schrieb am 16.06.2015

 How to install Koha in Windows 7 ? 

There is no version for Windows. You will have to install on a
GNU/Linux server.

HTH,

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


Re: [Koha] How to access OPAC from my website

2015-06-16 Thread Mirko Tietgen
Hi,

Irène Mushimiyimana schrieb am 16.06.2015

 Hello!I have configured Koha on a local machine 

if you want Koha to be accessible from the web, you need to install
it on a server with a public IP address,[1] or forward traffic on
the ports you want to run Koha on from your internet gateway to the
local machine.

[1] https://en.wikipedia.org/wiki/IP_address#Public_addresses

HTH,

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


Re: [Koha] Update on International Koha Fund - THE PAYPAL donate button CODE

2015-05-20 Thread Mirko Tietgen
Brendan Gallagher schrieb am 21.05.2015

 In my opinion we should wait a few days to make sure that anyone
 that has objections can voice them before we place that on the
 koha-community.org website.  Please comment here or even on the
 bug.

I could not find a bug yet, but I would prefer a text link or a
self-hosted button over integrating elements from Paypal's servers
into the Koha website.

The link seems to work without loading elements from Paypal:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclickhosted_button_id=MDY79FZJ9Q574

-- Mirko


-- 

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



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


  1   2   >