When I try to initially sync after install I get a keychain error.
With reference to these steps under issue #43 I did the following:
xbps-install pass (libsecret and gnome-keyring were already installed)
updated /etc/pam.d/login as per the above
updated /etc/pam.d/passwd as per the above
Here is the output from running dcli configure save-master-password-true --debug:
warn: Unable to reach OS keychain because of error: "Platform secure storage failure: zbus error: org.freedesktop.Dbus.Error.UnknownMethod: Object does not exist at path: "/org/freedesktop/secrets/collection/login"", so its use has been disabled. To retry using it, please execute `dcli configure save-master-password-true`. Until then, you will have to retype your master password each time you run the cli.
Environment:
When I try to initially sync after install I get a keychain error.
With reference to these steps under issue #43 I did the following:
xbps-install pass
(libsecret and gnome-keyring were already installed)/etc/pam.d/login
as per the above/etc/pam.d/passwd
as per the aboveHere is the output from running
dcli configure save-master-password-true --debug
: