Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ls .mozilla/firefox/
- <profile>/ Crash Reports/ profiles.ini
- # psd p
- Profile-sync-daemon v5.63 on Manjaro Linux
- Daemon pid file is not present.
- Resync cronjob is present.
- Overlayfs technology is currently inactive.
- Psd will manage the following per /etc/psd.conf settings:
- browser/psname: firefox/firefox
- owner/group id: aaditya/100
- sync target: /home/aaditya/.mozilla/firefox/<profile>
- tmpfs dir: /tmp/aaditya-firefox-<profile>
- profile size: 20M
- # rc-service psd start
- * Caching service dependencies ... [ ok ]
- * Starting Profile-Sync-Daemon ...
- Profile-sync-daemon v5.63 on Manjaro Linux
- $ ls .mozilla/firefox/
- <profile>-backup/ Crash Reports/ <profile>@ profiles.ini
- # rc-service psd stop
- * Stopping Profile-Sync-Daemon ...
- Profile-sync-daemon v5.63 on Manjaro Linux
- [ ok ]
- $ ls .mozilla/firefox/
- <profile>/ Crash Reports/ profiles.ini
- # rc-update add psd
- * service psd added to runlevel default
- # reboot
- After reboot, the .mozilla/firefox/<profile> symlink is broken and firefox refuses to start with the message:
- Your Firefox profile cannot be loaded. It may be missing or inaccessible.
- Also, even after adding psd to default runlevel before, rc-status does not show it..
- $ rc-status
- Runlevel: default
- dbus [ started ]
- metalog [ started ]
- consolekit [ started ]
- netmount [ started ]
- acpid [ started ]
- udev-postmount [ started ]
- local [ started ]
- Dynamic Runlevel: hotplugged
- Dynamic Runlevel: needed
- xdm-setup [ started ]
- dhcpcd [ started ]
- Dynamic Runlevel: manual
- However, the service and runlevel seems to be there.
- $ ls /etc/init.d/psd
- /etc/init.d/psd*
- $ ls -l /etc/runlevels/default/psd
- lrwxrwxrwx 1 root root 15 18.01.2015 17:50 /etc/runlevels/default/psd -> /etc/init.d/psd*
- I suspect that it is not executing the OpenRC service at shutdown or reboot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement