Hello, I am getting two errors that seem related to Freedombox storage. When inspecting storage via Cockpit, the boot and root partitions on the SD Card are less than half full.
- I am on Debian GNU/Linux 10 (buster) version 19.2.
- I’m using the Olimex kit, purchased May 2019.
- The OS is flashed to a 64GB SD Card and I’m also using a 128GB USB drive for Syncthing.
Here’s what I’m seeing:
1.) Error getting information about root partition: Mount point / not found. This is reported by /usr/lib/python3/dist-packages/plinth/modules/storage/views.py
2.) Error opening directory “/usr/lib/arm-linux-gnueabihf/udisks2/modules”: No such file or directory. On this error, I checked and indeed there is no udisks2 directory in /usr/lib/arm-linux-gnueabihf/.
Is my system not configured properly? Maybe my storage devices are faulty? Any ideas on what’s going on with these?
Here is the copy/paste of the errors from the logs:
1.)
Error getting information about root partition: Mount point / not found. Traceback (most recent call last): File “/usr/lib/python3/dist-packages/plinth/modules/storage/views.py”, line 98, in warn_about_low_disk_space root_info = get_disk_info(’/’) File “/usr/lib/python3/dist-packages/plinth/modules/storage/init.py”, line 150, in get_disk_info raise PlinthError(‘Mount point {} not found.’.format(mount_point)) plinth.errors.PlinthError: Mount point / not found.
CODE_ARGS | (PlinthError(‘Mount point / not found.’),) |
---|---|
CODE_FILE | /usr/lib/python3/dist-packages/plinth/modules/storage/views.py |
CODE_FUNC | warn_about_low_disk_space |
CODE_LINE | 101 |
EXCEPTION_INFO | (<class ‘plinth.errors.PlinthError’>, PlinthError(‘Mount point / not found.’), <traceback object at 0xb04b2148>) |
EXCEPTION_TEXT | Traceback (most recent call last): File “/usr/lib/python3/dist-packages/plinth/modules/storage/views.py”, line 98, in warn_about_low_disk_space root_info = get_disk_info(’/’) File “/usr/lib/python3/dist-packages/plinth/modules/storage/init.py”, line 150, in get_disk_info raise PlinthError(‘Mount point {} not found.’.format(mount_point)) plinth.errors.PlinthError: Mount point / not found. |
LOGGER | plinth.modules.storage.views |
PRIORITY | 3 |
PROCESS_NAME | MainProcess |
SYSLOG_IDENTIFIER | /usr/bin/plinth |
THREAD_NAME | CP Server Thread-8 |
_BOOT_ID | 07d64e0ccaca48ef9f509c8bcb134c51 |
_CAP_EFFECTIVE | 0 |
_CMDLINE | /usr/bin/python3 /usr/bin/plinth |
_COMM | plinth |
_EXE | /usr/bin/python3.7 |
_GID | 116 |
_HOSTNAME | freedombox |
_MACHINE_ID | ea13826b003746f0b285707b166a018e |
_PID | 479 |
_SELINUX_CONTEXT | unconfined |
_SOURCE_REALTIME_TIMESTAMP | 1564959489047335 |
_SYSTEMD_CGROUP | /system.slice/plinth.service |
_SYSTEMD_INVOCATION_ID | ec1ad9fb8ee8422583e61291a0ee8a5a |
_SYSTEMD_SLICE | system.slice |
_SYSTEMD_UNIT | plinth.service |
_TRANSPORT | journal |
_UID | 110 |
__CURSOR | s=d1114b009dae45da9232a8f378140468;i=18f9;b=07d64e0ccaca48ef9f509c8bcb134c51;m=1274db42b3;t=58f52866ebb9d;x=ea3db72576d896cc |
__MONOTONIC_TIMESTAMP | 79269937843 |
__REALTIME_TIMESTAMP | 1564959489047453 |
2.)
Error loading modules: Error opening directory “/usr/lib/arm-linux-gnueabihf/udisks2/modules”: No such file or directory
GLIB_DOMAIN | udisks |
---|---|
PRIORITY | 4 |
_BOOT_ID | 07d64e0ccaca48ef9f509c8bcb134c51 |
_CAP_EFFECTIVE | 3fffffffff |
_CMDLINE | /usr/lib/udisks2/udisksd |
_COMM | udisksd |
_EXE | /usr/lib/udisks2/udisksd |
_GID | 0 |
_HOSTNAME | freedombox |
_MACHINE_ID | ea13826b003746f0b285707b166a018e |
_PID | 313 |
_SELINUX_CONTEXT | unconfined |
_SOURCE_REALTIME_TIMESTAMP | 1564955631283912 |
_SYSTEMD_CGROUP | /system.slice/udisks2.service |
_SYSTEMD_INVOCATION_ID | f4520eed7e824bfea30e0518526a5e36 |
_SYSTEMD_SLICE | system.slice |
_SYSTEMD_UNIT | udisks2.service |
_TRANSPORT | journal |
_UID | 0 |
__CURSOR | s=d1114b009dae45da9232a8f378140468;i=177f;b=07d64e0ccaca48ef9f509c8bcb134c51;m=118eea7639;t=58f51a07def23;x=5293eda8ca100356 |
__MONOTONIC_TIMESTAMP | 75412174393 |
__REALTIME_TIMESTAMP | 1564955631284003 |