[Solved] Process org.freedesktop.systemd1 exited with status 1


jorisjh

Recommended Posts

Running Ubuntu 16.04 LTS, I've installed according to the guide: https://help.getsync.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux

but running as user fails, any idea?

 sudo apt-get install resilio-sync
[sudo] password for user:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  ubuntu-core-launcher
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  resilio-sync
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 0 B/9,988 kB of archives.
After this operation, 15.0 MB of additional disk space will be used.
Selecting previously unselected package resilio-sync.
(Reading database ... 243056 files and directories currently installed.)
Preparing to unpack .../resilio-sync_2.4.4-1_amd64.deb ...
Unpacking resilio-sync (2.4.4-1) ...
Processing triggers for systemd (229-4ubuntu13) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up resilio-sync (2.4.4-1) ...
Processing triggers for systemd (229-4ubuntu13) ...
Processing triggers for ureadahead (0.100.0-19) ...
user@staalserver:~$ sudo nano /usr/lib/systemd/user/resilio-sync.service
user@staalserver:~$ systemctl --user enable resilio-syncFailed to execute operation: Process org.freedesktop.systemd1 exited with status 1

 

Link to comment
Share on other sites

this message comes from dbus daemon, not sync. 
check:
1) systemctl --user status , and also systemctl --state=failed --all
2) go to /etc/systemd/system and make directory listing. Check if you have any symbolic links  to/from default.target.wants and multi-user.target.wants directories. 

Link to comment
Share on other sites

  • 1 year later...

Hi guys, I'm having the same problem, I'm trying to start resilio sync as current user on Centos 7.5 but the command systemctl --user enable resilio-sync returns Failed to execute operation: Process org.freedesktop.systemd1 exited with status 1

After that I tried...

$ systemctl --user status
Failed to read server status: Errore di input/output

then

$ systemctl --state=failed --all
0 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.

here below the listing of /etc/systemd/system

$ ls -la /etc/systemd/system
totale 12
drwxr-xr-x. 18 root root 4096 11 mag 10.23 .
drwxr-xr-x.  4 root root  151 11 mag 10.04 ..
drwxr-xr-x.  2 root root   57 11 mag 10.23 basic.target.wants
drwxr-xr-x.  2 root root   31 30 apr 11.54 bluetooth.target.wants
lrwxrwxrwx.  1 root root   41 30 apr 11.54 dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service
lrwxrwxrwx.  1 root root   41 30 apr 11.58 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service
lrwxrwxrwx.  1 root root   44 30 apr 12.07 dbus-org.freedesktop.ModemManager1.service -> /usr/lib/systemd/system/ModemManager.service
lrwxrwxrwx.  1 root root   46 30 apr 12.01 dbus-org.freedesktop.NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx.  1 root root   57 30 apr 12.01 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
lrwxrwxrwx.  1 root root   36 30 apr 12.26 default.target -> /lib/systemd/system/graphical.target
drwxr-xr-x.  2 root root   87 30 apr 11.54 default.target.wants
drwxr-xr-x.  2 root root   38 30 apr 12.07 dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants
lrwxrwxrwx.  1 root root   35 30 apr 12.03 display-manager.service -> /usr/lib/systemd/system/gdm.service
drwxr-xr-x.  2 root root   32 30 apr 11.54 getty.target.wants
drwxr-xr-x.  2 root root   65 30 apr 12.33 graphical.target.wants
drwxr-xr-x.  2 root root   35 11 mag 10.23 local-fs.target.wants
drwxr-xr-x.  2 root root 4096 11 mag 10.23 multi-user.target.wants
drwxr-xr-x.  2 root root   48 11 mag 10.08 network-online.target.wants
drwxr-xr-x.  2 root root   26 30 apr 11.56 printer.target.wants
drwxr-xr-x.  2 root root   31 30 apr 12.03 remote-fs.target.wants
drwxr-xr-x.  2 root root  114 30 apr 11.56 sockets.target.wants
drwxr-xr-x.  2 root root   36 30 apr 12.07 spice-vdagentd.target.wants
drwxr-xr-x.  2 root root 4096 11 mag 10.23 sysinit.target.wants
drwxr-xr-x.  2 root root   44 30 apr 11.54 system-update.target.wants
drwxr-xr-x.  2 root root   29 30 apr 11.58 vmtoolsd.service.requires

 

Can you help?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.