On 5/19/23 15:19, Hector Gonzalez Jaime wrote:
What does sudo koha-plack --start instancename Do?
root@store:/usr/sbin# koha-plack --start library bash:
koha-plack: command not found
Which seems even more weird. Are the permissions wrong?
You are still missing /usr/sbin in your PATH variable.
That's been added.
It mighty not have been added permanently.
to verify what is on your path, you can type: echo $PATH
Aha! It wasn't. I've put it back again, but results of that have already
been posted with a new stop point.
if it is missing any of the directories, add it with:
PATH=/sbin:/usr/sbin:$PATH, followed by export PATH
it might be part of .bashrc, but if you are editing root's one, you
might want to check your regular user's .bashrc first.
Okay, you lost me here. I'm not aware of .bashrc, so am not aware if I
am, or should be, editing it.
Thanks again for trying.
Regards,
/ Bruce /
Bruce A. Metcalf, Librarian
The Augustan Library
_______________________________________________
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha