graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
899 stars 84 forks source link

PSD fails to load on Manjaro #288

Closed jkemp814 closed 3 years ago

jkemp814 commented 3 years ago
systemctl --user start psd
Job for psd.service failed because the control process exited with error code.
See "systemctl --user status psd.service" and "journalctl --user -xe" for details.
[james@manjaro-pny ~]$ journalctl --user -xe
░░ 
░░ The job identifier is 316 and the job result is failed.
Dec 14 14:40:20 manjaro-pny systemd[745]: Dependency failed for Timed resync.
░░ Subject: A start job for unit UNIT has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit UNIT has finished with a failure.
░░ 
░░ The job identifier is 332 and the job result is dependency.
Dec 14 14:40:20 manjaro-pny systemd[745]: psd-resync.service: Job psd-resync.service/start failed with result 'dependency'.
Dec 14 14:40:20 manjaro-pny systemd[745]: psd-resync.timer: Unit is bound to inactive unit psd.service. Stopping, too.
Dec 14 14:40:20 manjaro-pny systemd[745]: psd-resync.timer: Succeeded.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The unit UNIT has successfully entered the 'dead' state.
Dec 14 14:40:20 manjaro-pny systemd[745]: Stopped Timer for profile-sync-daemon - 1Hour.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 334 and the job result is done.

How do I find out which dependency is missing?

graysky2 commented 3 years ago

How did you install this?

jkemp814 commented 3 years ago

Using the Manjaro stable repository. sudo pacman -S profile-sync-daemon.

I then found the arch wiki and installed the dependencies. Still complains.

graysky2 commented 3 years ago

I am not sure what the output of journalctl is telling me. Can you point me to a manjaro PKGBUILD?

jkemp814 commented 3 years ago

I installed using pacman so there isn't a PKGBUILD file that I can see. I will try and find another way.

graysky2 commented 3 years ago

I thought they made them available on gitlab but I did not one.

smac89 commented 3 years ago

Try enabling psd-resync.service before starting psd.service

yutayu commented 3 years ago

I use psd from pacman on Manjaro. It works well.