Summary:
I have completed an install of Kolibri according to the instructions detailed at:
https://kolibri.readthedocs.io/en/latest/install/raspberry_pi_manual.html
I followed the instructions verbatim (literally cutting and pasting - the only deviation being the name of the SSID) and I believe that the installation was successful - I can access Kolibri content without issue, both from the device on which Kolibri was installed, as well as from other devices.
However, when attempting to utilize the methods specified for attaching external storage, I seem to be encountering issues - specifically, when I run:
pi@raspberrypi:~ $ sudo systemctl kolibri stop
Unknown operation kolibri.
In an attempt to learn what I could and troubleshoot further, I tried skipping the:
sudo systemctl kolibri stop
and going directly to:
pi@raspberrypi:~ $ kolibri manage movedirectory /media/pi/500 GB Volume
Which results in:
WARNING:root:No C Extensions available for this platform.
INFO Running Kolibri with the following settings: kolibri.deployment.default.settings.base
WARNING Redis is configured without a maximum memory policy. Using Redis with Kolibri, the following is suggested: maxmemory-policy allkeys-lru
WARNING Problematic Redis settings detected, please see Redis configuration documentation for details: Redis configuration – Redis
INFO Invoking command movedirectory /media/pi/500 GB Volume
Unknown command: ‘movedirectory’
Type ‘kolibri manage help’ for usage.
I am completely new to Raspbian, so I apologize in advance if this is an obvious or novice question - I’ve searched the forums and documentation to no avail.
Any assistance is greatly appreciated. Thanks in advance.
Technical details
- Kolibri 0.14.7
- Raspbian GNU/Linux 10 (buster) on Raspberry Pi 400 (from Raspberry Pi Imager)
- Chromium Version 92.0.4515.98 (Official Build) Built on Raspbian , running on Raspbian 10 (32-bit)