-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Installed berry-share latest package on a Pi OS Trixie. There is not even a web server created.
Discovered that libssl.so.1.1 is missing (try to start berry-share not as a service). Installed it from Bullseye repos. Still have no web interface created.
~ $ sudo systemctl status berry-share
× berry-share.service - BerryShare service
Loaded: loaded (/etc/systemd/system/berry-share.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2026-01-11 10:00:01 GMT; 5s ago
Duration: 118ms
Invocation: edba1b5d60d14ec5b9dc23e3a1017279
Process: 852 ExecStart=/usr/bin/berry-share (code=exited, status=127)
Main PID: 852 (code=exited, status=127)
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Scheduled restart job, restart counter is at>
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Start request repeated too quickly.
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Failed with result 'exit-code'.
Jan 11 10:00:01 raspberrypi systemd[1]: Failed to start berry-share.service - BerryShare service.
colt@raspberrypi:~ $ sudo systemctl status berry-share
× berry-share.service - BerryShare service
Loaded: loaded (/etc/systemd/system/berry-share.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2026-01-11 10:00:01 GMT; 2min 2s ago
Duration: 118ms
Invocation: edba1b5d60d14ec5b9dc23e3a1017279
Process: 852 ExecStart=/usr/bin/berry-share (code=exited, status=127)
Main PID: 852 (code=exited, status=127)
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Scheduled restart job, restart counter is at>
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Start request repeated too quickly.
Jan 11 10:00:01 raspberrypi systemd[1]: berry-share.service: Failed with result 'exit-code'.
Jan 11 10:00:01 raspberrypi systemd[1]: Failed to start berry-share.service - BerryShare service.