You are not logged in.
I have been running psd fine for over a year. Not sure if it was the latest update or my system crash that was hard rebooted, but I am having issues with psd. Everything else works fine.
I tried to remove it and reinstall it same problem. Cant stop/start/disable, etc, psd.service. I have psd running on my other PC with the latest updates and it still runs perfect.
arch ~ $ psd preview
Profile-sync-daemon v6.18 on Arch Linux
Systemd service is currently unknown.
Systemd resync-timer is currently unknown.
Overlayfs technology is currently inactive.
Psd will manage the following per /home/arch/.config/psd/psd.conf:
browser/psname: firefox/firefox
sync target: /home/arch/.mozilla/firefox/l8210j8f.default
tmpfs dir: /run/user/1000/arch-firefox-l8210j8f.default
profile size: 35M
recovery dirs: none
browser/psname: opera-developer/opera-developer
sync target: /home/arch/.config/opera-developer
tmpfs dir: /run/user/1000/arch-opera-developer
profile size: 79M
recovery dirs: none
arch ~ $ systemctl status psd.service
* psd.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
arch ~ $ sudo systemctl status psd.service
[sudo] password for arch:
* psd.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
# Its Installed:
local/profile-sync-daemon 6.18-1
# Trying to start it, I get a access denied! Weird.
arch /var/log $ sudo systemctl start psd.service
Failed to start psd.service: Unit psd.service failed to load: No such file or directory.
arch /var/log $ systemctl start psd.service
Failed to open /run/systemd/ask-password-block/136:0: Permission denied
Failed to start psd.service: Access deniedLast edited by banshee28 (2015-11-06 13:03:01)
Arch64, AMD64, LXDE
Offline
Psd ships with a user unit for several months now since v6 was released. You are trying to start the old system unit.
Offline
Psd ships with a user unit for several months now since v6 was released. You are trying to start the old system unit.
Nice, yea I noticed the --user, but was trying to enter my username right after that, lol.
Thanks graysky!!
Its working now.
arch ~ $ systemctl --user status psd
* psd.service - Profile-sync-daemon
Loaded: loaded (/usr/lib/systemd/user/psd.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:psd(1)
man:profile-sync-daemon(1)
https://wiki.archlinux.org/index.php/Profile-sync-daemon
arch ~ $ systemctl --user start psd
arch ~ $ systemctl --user status psd
* psd.service - Profile-sync-daemon
Loaded: loaded (/usr/lib/systemd/user/psd.service; disabled; vendor preset: enabled)
Active: active (exited) since Fri 2015-11-06 07:25:32 EST; 1s ago
Docs: man:psd(1)
man:profile-sync-daemon(1)
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Process: 14473 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 14473 (code=exited, status=0/SUCCESS)
CGroup: /user.slice/user-1000.slice/user@1000.service/psd.service
Nov 06 07:25:32 archpc systemd[349]: Starting Profile-sync-daemon...
Nov 06 07:25:32 archpc systemd[349]: Started Profile-sync-daemon.
psd p
Profile-sync-daemon v6.18 on Arch Linux
Systemd service is currently active.
Systemd resync-timer is currently active.
Overlayfs technology is currently inactive.Last edited by banshee28 (2015-11-06 13:03:44)
Arch64, AMD64, LXDE
Offline