08-27-2019, 01:50 AM
Looking into this a bit further I'm getting same result as you on a 0W with either the arm6 or arm7 binary. It appears to be some sort of fault with the udisks service, possibly related to udisks-glue ??
Note that the udisks-glue package was not carried forward by the RPi Foundation from Stretch to Buster and so it required manual compilation and integration for moOde 6 and works perfectly on arm7 but apparently there are issues on arm6.
-Tim
Code:
pi@rp2:~ $ sudo systemctl status udisks.service
● udisks.service - Disk Manager (legacy version)
Loaded: loaded (/lib/systemd/system/udisks.service; static; vendor preset: enabled)
Active: failed (Result: signal) since Mon 2019-08-26 21:32:46 EDT; 1min 3s ago
Docs: man:udisks(7)
Process: 1522 ExecStart=/usr/lib/udisks/udisks-daemon --no-debug (code=killed, signal=SEGV)
Main PID: 1522 (code=killed, signal=SEGV)
Aug 26 21:32:46 rp2 systemd[1]: Starting Disk Manager (legacy version)...
Aug 26 21:32:46 rp2 systemd[1]: udisks.service: Main process exited, code=killed, status=11/SEGV
Aug 26 21:32:46 rp2 systemd[1]: udisks.service: Failed with result 'signal'.
Aug 26 21:32:46 rp2 systemd[1]: Failed to start Disk Manager (legacy version).
Note that the udisks-glue package was not carried forward by the RPi Foundation from Stretch to Buster and so it required manual compilation and integration for moOde 6 and works perfectly on arm7 but apparently there are issues on arm6.
-Tim