Re: [Koha] Unable to install Koha on Ubuntu

2020-12-03 Thread Quỳnh Vũ Đỗ
Hi, My order of installation is the following: 1) Install the Server operating system (Ubuntu, Debian) 2) Install the Web server software (e.g. Apache 2), PHP and Database server (MySQL or MariaDB). You may need to do some configuration for Apache and for authentication with MySQL (or MariaDB ?)

Re: [Koha] OAI-PMH: Error No verb supplied

2020-12-03 Thread Hugo Agud Andreu
you should add the action to the oai-pmh, like =ListRecords=marcxml Hugo Agud - Orex Digital www.orex.es

[Koha] OAI-PMH: Error No verb supplied

2020-12-03 Thread Vimal Kumar V.
Dear Friends, I have enabled OAI-PMH with Koha (ver. 20.11.0). I opened link, it displays an error message, "Error No verb supplied" Screenshot available at the following link, https://ibb.co/S3GSBxD May I know anything wrong? It has any meaning? No verb upplied -- Dr Vimal Kumar V. Technical

Re: [Koha] MySql errors

2020-12-03 Thread Coehoorn, Joel
The important part of that log is here: 201201 14:04:22 InnoDB: Fatal error: cannot allocate memory for the buffer pool This means there's not enough memory. But I also see this: 01201 14:04:22 InnoDB: Initializing buffer pool, size = 128.0M 128MB is the default for MySql, but it's

Re: [Koha] MySql errors

2020-12-03 Thread Alvaro Cornejo
Hi Scott Log shows a lack of memory for InnoDB... 201201 14:04:22 InnoDB: Initializing buffer pool, size = 128.0M InnoDB: mmap(135987200 bytes) failed; errno 12 201201 14:04:22 InnoDB: Completed initialization of buffer pool 201201 14:04:22 InnoDB: Fatal error: cannot allocate memory for the

Re: [Koha] MySql errors

2020-12-03 Thread Scott Owen
Nothing that jumps out at me ??? 201201 14:04:21 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead. 201201 14:04:21 [Note] Plugin 'FEDERATED' is disabled. 201201 14:04:21

Re: [Koha] MySql errors

2020-12-03 Thread Alvaro Cornejo
Hi Scott, Have you any error/warning on your mysql log that might give you a clue? Might it be that mysql runs out of allowed connections or memory? See this: https://tecadmin.net/check-update-max-connections-value-mysql

[Koha] MySql errors

2020-12-03 Thread Scott Owen
Hi All, I have been getting some random errors for the last couple of months on all of my Koha boxes: Software error: DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at