Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to handle rsync error #354

Open
horror-proton opened this issue May 9, 2023 · 0 comments
Open

Unable to handle rsync error #354

horror-proton opened this issue May 9, 2023 · 0 comments

Comments

@horror-proton
Copy link

When starting psd.service, rsync failed to sync config due to tmpfs out of space. But it kept running and cause data loss.

Expected behavior: psd should roll back the transaction and call for help from user if rsync did dot return zero.

May 09 18:50:17 archlinux systemd[637]: Starting Timed resync...
May 09 18:50:18 archlinux profile-sync-daemon[9450]: rsync: [receiver] write failed on "/run/user/1000/psd/arch-google-chrome/Default/Service Worker/CacheStorage/...": No space left on device (28)
May 09 18:50:18 archlinux profile-sync-daemon[9450]: rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.2.7]
May 09 18:50:18 archlinux profile-sync-daemon[9449]: rsync: [sender] write error: Broken pipe (32)
May 09 18:50:18 archlinux profile-sync-daemon[9449]: rsync error: error in file IO (code 11) at io.c(848) [sender=3.2.7]
May 09 18:50:18 archlinux profile-sync-daemon[9411]: google-chrome sync successful
May 09 18:50:19 archlinux systemd[637]: Finished Timed resync.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant