Re: [Koha] Koha not compatible with Plesk Control Panel?

2023-09-26 Thread Alessandro Tedesco
Hi Mason,

thank you so much for checking and replying to this issue.

>perhaps you could log a support ticket/bug with plesk?
I have already open a post in the Plesk Forum, but it seems that for the
moment they won't fix this issues:
https://talk.plesk.com/threads/a-fix-for-javascript-common-package-incompatibility-with-plesk.371562/

However, can you confirm that the "javascript-common package" was
introduced since the 22.05 Release? (I am able to install Koha  21.11 in
the VPS running Ubuntu with Plesk without problems).

Another question: is anyone using (or can recommend) a control panel for
Debian (or Ubuntu) that doesn't cause conflicts with Koha (maybe
DirectAdmin?)

Thanks and Kind Regards
Alessandro


Il giorno mar 26 set 2023 alle ore 07:20 Mason James  ha
scritto:

> hi Alessandro
>
> the bad news is that koha-common depends on libmojolicious-perl,
>   which depends on libjs-bootstrap4,
>which depends on libjs-popper.js,
> which depends on javascript-common
>
>
> https://packages.debian.org/bookworm/libmojolicious-perl
>
>
> perhaps you could log a support ticket/bug with plesk?
>
>
> cheers, Mason
>
>
> On 25/09/23 11:00 am, Alessandro Tedesco wrote:
> > Hello everyone,
> >
> > I am trying to install the current stable release of Koha on a VPS (OS
> > Ubuntu 22.04.1) managed with the Plesk Control Panel.
> >
> > However, it seems that Koha is not compatible with Plesk.
> >
> > Below the error generated after launching the installation
> > ---
> > # sudo apt-get install koha-common
> > Reading package lists... Done
> > Building dependency tree... Done
> > 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:
> > psa : Conflicts: javascript-common but 11+nmu1 is to be installed
> > E: Error, pkgProblemResolver::Resolve generated breaks, this may be
> caused
> > by held packages.
> > ---
>
>
> note you have a problem with the psa and javascript-common
> >
> > I have found that Plesk is not compatible with the javascript-common
> > package required by Koha (https://
> >
> talk.plesk.com/threads/cant-install-prometheus-together-with-plesk-on-debian-bullseye.367321/#post-917570
> > ).
> >
> > However, it's strange because last year I installed Koha without problems
> > on a VPS with Plesk...maybe the javascript-common package in the latest
> > versions of Koha?
> >
> > Does anyone experience the same issues?
> >
> > Thanks and Kind Regards
> > Alex
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
>

-- 
*Alessandro Tedesco, Ph.D.*
CREAtive COMmunication STUDIO
___

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


[Koha] memcached

2023-09-26 Thread Сычев Игорь Алексеевич
Hello!

What is the error?

root@koha:~# systemctl status memcached
● memcached.service - memcached daemon
 Loaded: loaded (/lib/systemd/system/memcached.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Sat 2023-09-23 20:52:52 +07; 3 days ago
   Docs: man:memcached(1)
   Main PID: 696931 (memcached)
  Tasks: 10 (limit: 4657)
 Memory: 14.4M
CPU: 3min 27.948s
 CGroup: /system.slice/memcached.service
 └─696931 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 
127.0.0.1 -P /var/run/memcached/memcached.pid

Sep 23 20:52:52 koha systemd[1]: Started memcached daemon.
root@koha:~# koha-translate --update ru-RU

Connection to the memcached servers '__MEMCACHED_SERVERS__' failed. Are the 
unix socket permissions set properly? Is the host reachable?
If you ignore this warning, you will face performance issues

Good Luck!

Igor A. Sychev
Tomsk Polytechnic University
https://lib.tpu.ru


___

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


[Koha] Coded fields

2023-09-26 Thread Сычев Игорь Алексеевич
Hello!

The search by "physical representation" does not work if the subfields 182 of 
the Unimarc field are filled in. 
It works if you fill out 106, but these subfields are outdated.

106 CODED DATA FIELD: TEXTUAL RESOURCE - FORM OF ITEM
$a Form of resource Item: Coded Data:Medium Designator
i = multimedia (e.g. a resource an item in regular print with a microfiche 
supplement) (obsolete)
This code is replaced by field 182 Coded Data Field - Media type, $a/0 code 
"m"= "multiple media".
s = electronic (obsolete)
This code is replaced by field 182 Coded Data Field - Media type, $a/0 code 
"b"= "electronic". To be used when resource Item is intended for manipulation 
by a computer. The resource item may reside in a carrier accessed either 
directly or remotely, in some cases requiring the use of peripheral devices 
attached to the computer. This code is not used for items that do not 
necessarily require the use of a computer (e.g. music compact discs, 
videodiscs).
t = microform (obsolete)
This code is replaced by field 182 Coded Data Field - Media type, $a/0 code 
"c"= "microform".

https://cdn.ifla.org/wp-content/uploads/files/assets/uca/unimarc_updates/BIBLIOGRAPHIC/b_106_update2016.pdf
https://cdn.ifla.org/wp-content/uploads/files/assets/uca/unimarc_updates/BIBLIOGRAPHIC/b_182_new2016.pdf

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34919

Good Luck!

Igor A. Sychev
Tomsk Polytechnic University
https://lib.tpu.ru
___

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


Re: [Koha] Koha not compatible with Plesk Control Panel?

2023-09-26 Thread Mason James

On 26/09/23 8:27 pm, Alessandro Tedesco wrote:

Hi Mason,

thank you so much for checking and replying to this issue.

 >perhaps you could log a support ticket/bug with plesk?
I have already open a post in the Plesk Forum, but it seems that for the moment 
they won't fix this issues:
https://talk.plesk.com/threads/a-fix-for-javascript-common-package-incompatibility-with-plesk.371562/
 


However, can you confirm that the "javascript-common package" was introduced 
since the 22.05 Release? (I am able to install Koha  21.11 in the VPS running Ubuntu with 
Plesk without problems).


hiya,

even koha 21.11 still depends on libmojolicious-perl - so your success with 
koha 21.11 is probably due to installing on an older ubuntu version (focal?), 
rather than an older koha version

try installing koha on ubuntu focal/20.04, which wont have a javascript-common 
dependency :)




Another question: is anyone using (or can recommend) a control panel for Debian 
(or Ubuntu) that doesn't cause conflicts with Koha (maybe DirectAdmin?)

Thanks and Kind Regards
Alessandro


Il giorno mar 26 set 2023 alle ore 07:20 Mason James mailto:m...@kohaaloha.com>> ha scritto:

hi Alessandro

the bad news is that koha-common depends on libmojolicious-perl,
   which depends on libjs-bootstrap4,
    which depends on libjs-popper.js,
     which depends on javascript-common


https://packages.debian.org/bookworm/libmojolicious-perl 



perhaps you could log a support ticket/bug with plesk?


cheers, Mason


On 25/09/23 11:00 am, Alessandro Tedesco wrote:
 > Hello everyone,
 >
 > I am trying to install the current stable release of Koha on a VPS (OS
 > Ubuntu 22.04.1) managed with the Plesk Control Panel.
 >
 > However, it seems that Koha is not compatible with Plesk.
 >
 > Below the error generated after launching the installation
 > ---
 > # sudo apt-get install koha-common
 > Reading package lists... Done
 > Building dependency tree... Done
 > 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:
 > psa : Conflicts: javascript-common but 11+nmu1 is to be installed
 > E: Error, pkgProblemResolver::Resolve generated breaks, this may be 
caused
 > by held packages.
 > ---


note you have a problem with the psa and javascript-common
 >
 > I have found that Plesk is not compatible with the javascript-common
 > package required by Koha (https://
 > 
talk.plesk.com/threads/cant-install-prometheus-together-with-plesk-on-debian-bullseye.367321/#post-917570
 

 > ).
 >
 > However, it's strange because last year I installed Koha without problems
 > on a VPS with Plesk...maybe the javascript-common package in the latest
 > versions of Koha?
 >
 > Does anyone experience the same issues?
 >
 > Thanks and Kind Regards
 > Alex
 > ___
 >
 > Koha mailing list http://koha-community.org 
 > Koha@lists.katipo.co.nz 
 > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha 




--
*Alessandro Tedesco, Ph.D.*
CREAtive COMmunication STUDIO


___

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