Advertisement
Guest User

psd

a guest
Jan 18th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. $ ls .mozilla/firefox/
  2. <profile>/ Crash Reports/ profiles.ini
  3.  
  4. # psd p
  5. Profile-sync-daemon v5.63 on Manjaro Linux
  6.  
  7. Daemon pid file is not present.
  8. Resync cronjob is present.
  9. Overlayfs technology is currently inactive.
  10.  
  11. Psd will manage the following per /etc/psd.conf settings:
  12.  
  13. browser/psname: firefox/firefox
  14. owner/group id: aaditya/100
  15. sync target: /home/aaditya/.mozilla/firefox/<profile>
  16. tmpfs dir: /tmp/aaditya-firefox-<profile>
  17. profile size: 20M
  18.  
  19. # rc-service psd start
  20. * Caching service dependencies ... [ ok ]
  21. * Starting Profile-Sync-Daemon ...
  22. Profile-sync-daemon v5.63 on Manjaro Linux
  23.  
  24. $ ls .mozilla/firefox/
  25. <profile>-backup/ Crash Reports/ <profile>@ profiles.ini
  26.  
  27. # rc-service psd stop
  28. * Stopping Profile-Sync-Daemon ...
  29. Profile-sync-daemon v5.63 on Manjaro Linux
  30. [ ok ]
  31. $ ls .mozilla/firefox/
  32. <profile>/ Crash Reports/ profiles.ini
  33.  
  34. # rc-update add psd
  35. * service psd added to runlevel default
  36.  
  37. # reboot
  38.  
  39. After reboot, the .mozilla/firefox/<profile> symlink is broken and firefox refuses to start with the message:
  40.  
  41. Your Firefox profile cannot be loaded. It may be missing or inaccessible.
  42.  
  43. Also, even after adding psd to default runlevel before, rc-status does not show it..
  44.  
  45. $ rc-status
  46. Runlevel: default
  47. dbus [ started ]
  48. metalog [ started ]
  49. consolekit [ started ]
  50. netmount [ started ]
  51. acpid [ started ]
  52. udev-postmount [ started ]
  53. local [ started ]
  54. Dynamic Runlevel: hotplugged
  55. Dynamic Runlevel: needed
  56. xdm-setup [ started ]
  57. dhcpcd [ started ]
  58. Dynamic Runlevel: manual
  59.  
  60. However, the service and runlevel seems to be there.
  61.  
  62. $ ls /etc/init.d/psd
  63. /etc/init.d/psd*
  64.  
  65. $ ls -l /etc/runlevels/default/psd
  66. lrwxrwxrwx 1 root root 15 18.01.2015 17:50 /etc/runlevels/default/psd -> /etc/init.d/psd*
  67.  
  68.  
  69. I suspect that it is not executing the OpenRC service at shutdown or reboot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement