Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Mason James
On 12/05/23 3:53 am, Michael Kuhn wrote: Hi Today I had trouble installing Koha 22.11.05-2 - meanwhile I have found an older posting by myself ( https://lists.katipo.co.nz/public/koha/2022-August/058296.html ) and followed my own hint. Again I was able to solve the problem by adding the host

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Michael Kuhn
Hi Today I had trouble installing Koha 22.11.05-2 - meanwhile I have found an older posting by myself ( https://lists.katipo.co.nz/public/koha/2022-August/058296.html ) and followed my own hint. Again I was able to solve the problem by adding the hostname to the 127.0.0.1 line in file "/etc/

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Michael Kuhn
Hi Veronica You wrote: > our hostname was a long one like "webserver-20983.hosteurope.com". > Changing the hostname in /etc/hostname to something simpler (like > "kohaserver") enabled us to install Koha without problem. > But maybe you have another problem. The hostname in file "/etc/hostname"

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Michael Kuhn
Hi Veronica You wrote: > we had a similar problem installing Koha 22.05. Solution was changing > the hostname to something more simple. > Hope you can solve this. What do you mean with "more simple"? Our hostname is just "koha"... Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BB

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Michael Kuhn
Hi Philippe You wrote: > Simple typo, it's > > systemctl COMMAND servicename > > as > > systemctl stop rabbitmq-server Thanks for the hint ( I could have seen that) but it doesn't help: koha@koha:~$ sudo systemctl stop rabbitmq-server koha@koha:~$ sudo systemctl start rabbitmq-server Job for r

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Philippe Blouin
Simple typo, it's systemctl COMMAND servicename as systemctl stop rabbitmq-server Philippe Blouin, Directeur de la technologie Tél.  : (833) 465-4276, poste 230 philippe.blo...@inlibro.com inLibro | pour esprit libre | www.inLibro.com On 2023-05-11 10:18, Michael Ku

Re: [Koha-devel] Starting rabbitmq-server fails with Koha 22.11.05-2

2023-05-11 Thread Michael Kuhn
Hi Jonathan You wrote: > Well, it's pretty obvious, everything is in the log: > """ > The process' exit code is 'exited' and its exit status is 1. > """ > > Heh :D > > I don't know! Did you try to stop and start it again? > systemctl rabbitmq-server stop > systemctl rabbitmq-server start It's n