Search the Community
Showing results for tags 'installation failed'.
-
I'm on a Raspberry Pi 1B and this is what I get. $apt-get install resilio-sync .... Setting up resilio-sync (2.4.4-1) ... Job for resilio-sync.service failed. See 'systemctl status resilio-sync.service' and 'journalctl -xn' for details. invoke-rc.d: initscript resilio-sync, action "start" failed. dpkg: error processing package resilio-sync (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: resilio-sync E: Sub-process /usr/bin/dpkg returned an error code (1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: $sudo systemctl status resilio-sync.service ● resilio-sync.service - Resilio Sync service Loaded: loaded (/lib/systemd/system/resilio-sync.service; enabled) Active: failed (Result: start-limit) since Fri 2016-12-16 00:47:27 PST; 5min ago Docs: http://help.getsync.com/ Dec 16 00:47:27 RPi1B systemd[1]: Unit resilio-sync.service entered failed state. Dec 16 00:47:27 RPi1B systemd[1]: resilio-sync.service holdoff time over, scheduling restart. Dec 16 00:47:27 RPi1B systemd[1]: Stopping Resilio Sync service... Dec 16 00:47:27 RPi1B systemd[1]: Starting Resilio Sync service... Dec 16 00:47:27 RPi1B systemd[1]: resilio-sync.service start request repeated too quickly, refusing to start. Dec 16 00:47:27 RPi1B systemd[1]: Failed to start Resilio Sync service. Dec 16 00:47:28 RPi1B systemd[1]: Unit resilio-sync.service entered failed state. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: $ sudo journalctl -xn -- Logs begin at Thu 2016-12-15 19:47:48 PST, end at Fri 2016-12-16 00:51:18 PST. -- Dec 16 00:47:27 RPi1B systemd[1]: Failed to start Resilio Sync service. -- Subject: Unit resilio-sync.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit resilio-sync.service has failed. -- -- The result is failed. Dec 16 00:47:28 RPi1B systemd[1]: Unit resilio-sync.service entered failed state. Dec 16 00:47:31 RPi1B sudo[4538]: pi : TTY=pts/0 ; PWD=/etc/init.d ; USER=root ; COMMAND=/usr/bin/dpkg --configure resilio-sync Dec 16 00:47:31 RPi1B sudo[4538]: pam_unix(sudo:session): session opened for user root by pi(uid=0) Dec 16 00:47:32 RPi1B systemd[1]: Reloading. Dec 16 00:47:33 RPi1B systemd[1]: Reloading. Dec 16 00:47:34 RPi1B sudo[4538]: pam_unix(sudo:session): session closed for user root Dec 16 00:47:34 RPi1B systemd[1]: Failed to send queued message: Transport endpoint is not connected Dec 16 00:51:18 RPi1B sudo[4614]: pi : TTY=pts/0 ; PWD=/etc/init.d ; USER=root ; COMMAND=/bin/journalctl -xn Dec 16 00:51:18 RPi1B sudo[4614]: pam_unix(sudo:session): session opened for user root by pi(uid=0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: $sudo dpkg --configure resilio-sync Setting up resilio-sync (2.4.4-1) ... Job for resilio-sync.service failed. See 'systemctl status resilio-sync.service' and 'journalctl -xn' for details. invoke-rc.d: initscript resilio-sync, action "start" failed. dpkg: error processing package resilio-sync (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: resilio-sync :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: I also get this error: $systemctl --user enable resilio-sync Failed to get D-Bus connection: No such file or directory Any idea what's going wrong?