Problems trying to upgrade from Koha 17.11
Hi, I am currently running Koha 17.11 on Ubuntu server 16.04 on Mysql 5.7. I'm wanting to upgrade Koha but am having problems with the "sudo apt- get install koha-common" step. I'm getting the following error: koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed On googling I have seen a lot of discussion of this issue but have not been able to find a definite solution. I found a few suggestions but none of them worked. Can anyone point me in the right direction to find a solution for this? Thanks for any help you can give me. Regards, Tim Auld Webmaster Northern Philatelic Library Minneapolis, Minnesota.
hi Tim take a look here... https://wiki.koha-community.org/wiki/Koha_on_Debian and specifically here... https://wiki.koha-community.org/wiki/Koha_on_Debian#Support_for_Koha_on_olde... assuming you want to upgrade to koha stable on ubuntu 16.04, you should run the following command... $ echo 'deb http://debian.koha-community.org/koha stable main xenial' | sudo tee /etc/apt/sources.list.d/koha.list cheers, Mason On 3/08/20 1:03 pm, auldstampguy@gmail.com wrote:
Hi, I am currently running Koha 17.11 on Ubuntu server 16.04 on Mysql 5.7. I'm wanting to upgrade Koha but am having problems with the "sudo apt- get install koha-common" step. I'm getting the following error:
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed
On googling I have seen a lot of discussion of this issue but have not been able to find a definite solution. I found a few suggestions but none of them worked.
Can anyone point me in the right direction to find a solution for this?
Thanks for any help you can give me.
Regards,
Tim Auld Webmaster Northern Philatelic Library Minneapolis, Minnesota.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
aah, you are running ubuntu 17.11 perhaps upgrade to to ubuntu 18.04, and replace 'xenial' with 'bionic' in the example below... On 3/08/20 3:56 pm, Mason James wrote:
hi Tim take a look here... https://wiki.koha-community.org/wiki/Koha_on_Debian
and specifically here... https://wiki.koha-community.org/wiki/Koha_on_Debian#Support_for_Koha_on_olde...
assuming you want to upgrade to koha stable on ubuntu 16.04, you should run the following command...
$ echo 'deb http://debian.koha-community.org/koha stable main xenial' | sudo tee /etc/apt/sources.list.d/koha.list
cheers, Mason
On 3/08/20 1:03 pm, auldstampguy@gmail.com wrote:
Hi, I am currently running Koha 17.11 on Ubuntu server 16.04 on Mysql 5.7. I'm wanting to upgrade Koha but am having problems with the "sudo apt- get install koha-common" step. I'm getting the following error:
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed
On googling I have seen a lot of discussion of this issue but have not been able to find a definite solution. I found a few suggestions but none of them worked.
Can anyone point me in the right direction to find a solution for this?
Thanks for any help you can give me.
Regards,
Tim Auld Webmaster Northern Philatelic Library Minneapolis, Minnesota.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Mason, I followed your directions for the upgrade. I found that I had to upgrade the Ubuntu OS from 16.04 to 18.04 before doing the Koha upgrade. I have upgraded Koha from 17.11 to 20.5. The system comes up and runs. I can log into it. I'm having a problem with searching the catalog in that nothing is returned on the search. The about screen tells me that there is an error and Zebra is not available. When I do the Zebra rebuild I get the following: ==================== Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/library/biblios Zebra authorities directory = /var/lib/koha/library/authorities Koha directory = /usr/share/koha/intranet/cgi-bin Lockfile = /var/lock/zebra_koha_library/rebuild/rebuild..LCK BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== skipping biblios ==================== CLEANING ==================== kohaadmin@www2:~$ ps axf | grep "zebrasrv" 16431 pts/0 S+ 0:00 \_ grep --color=auto zebrasrv kohaadmin@www2:~$ Running this rebuild doesn't make any difference, I think because the Records exported is showing zero(0). There are definitely books in the system. Thousands of them. Do you have any suggestions as to how to fix this? Regards ... Tim. On Mon, 2020-08-03 at 16:16 +1200, Mason James wrote:
aah, you are running ubuntu 17.11
perhaps upgrade to to ubuntu 18.04, and replace 'xenial' with 'bionic' in the example below...
On 3/08/20 3:56 pm, Mason James wrote:
hi Tim take a look here... https://wiki.koha-community.org/wiki/Koha_on_Debian
and specifically here...
https://wiki.koha-community.org/wiki/Koha_on_Debian#Support_for_Koha_on_olde...
assuming you want to upgrade to koha stable on ubuntu 16.04, you should run the following command...
$ echo 'deb http://debian.koha-community.org/koha stable main xenial' | sudo tee /etc/apt/sources.list.d/koha.list
cheers, Mason
On 3/08/20 1:03 pm, auldstampguy@gmail.com wrote:
Hi, I am currently running Koha 17.11 on Ubuntu server 16.04 on Mysql 5.7. I'm wanting to upgrade Koha but am having problems with the "sudo apt- get install koha-common" step. I'm getting the following error:
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed
On googling I have seen a lot of discussion of this issue but have not been able to find a definite solution. I found a few suggestions but none of them worked.
Can anyone point me in the right direction to find a solution for this?
Thanks for any help you can give me.
Regards,
Tim Auld Webmaster Northern Philatelic Library Minneapolis, Minnesota.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Mason, I believe I have fixed the Zebra reindexing problem. I had to create the directory /var/lock/koha/library/biblios and make the biblios directory completely open for update. After doing this the "sudo koha- rebuild-zebra -v -f library" zebra index rebuild ran successfully. So I went and tested the catalog look up and it still didn't work. So rebooted the server. And that seems to have fixed everything. The catalog search works. And the authorities, biblios and rebuild directories have been recreated in the /var/lock/koha/library directory. I think the step that I missed was to reboot the server after the Koha upgrade. Thanks for your help. Regards ... Tim. On Mon, 2020-08-03 at 16:16 +1200, Mason James wrote:
aah, you are running ubuntu 17.11
perhaps upgrade to to ubuntu 18.04, and replace 'xenial' with 'bionic' in the example below...
On 3/08/20 3:56 pm, Mason James wrote:
hi Tim take a look here... https://wiki.koha-community.org/wiki/Koha_on_Debian
and specifically here...
https://wiki.koha-community.org/wiki/Koha_on_Debian#Support_for_Koha_on_olde...
assuming you want to upgrade to koha stable on ubuntu 16.04, you should run the following command...
$ echo 'deb http://debian.koha-community.org/koha stable main xenial' | sudo tee /etc/apt/sources.list.d/koha.list
cheers, Mason
On 3/08/20 1:03 pm, auldstampguy@gmail.com wrote:
Hi, I am currently running Koha 17.11 on Ubuntu server 16.04 on Mysql 5.7. I'm wanting to upgrade Koha but am having problems with the "sudo apt- get install koha-common" step. I'm getting the following error:
koha-common : Depends: libnet-oauth2-authorizationserver-perl but it is not going to be installed
On googling I have seen a lot of discussion of this issue but have not been able to find a definite solution. I found a few suggestions but none of them worked.
Can anyone point me in the right direction to find a solution for this?
Thanks for any help you can give me.
Regards,
Tim Auld Webmaster Northern Philatelic Library Minneapolis, Minnesota.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
auldstampguy@gmail.com -
Mason James