gnome-keyring problems
Jeremy Messenger
mezz.freebsd at gmail.com
Fri Dec 28 17:38:32 UTC 2012
On Sun, Dec 16, 2012 at 1:09 AM, Beeblebrox <zaphod at berentweb.com> wrote:
> I have had this problem since day 1 with Gnome, but now it is starting to
> cause some other problems. I am trying to get usb drives to automount but
> also firefox fails to build because it is unable to get authorisation. Also,
> from gnome menu:
> system > administration > users and groups > my user shows "this account is
> disabled". Clicking "Enable Account" asks for password (old + new) but as
> soon as I enter old password, the dialog window crashes and closes. I am
> able to manage groups but "Advanced Settings" also shows nothing.
That features don't work on FreeBSD. It's fixed in GNOME 3 at
Marcuscom CVS from what I have heard.
> From dmesg:
> gnome-keyring-daemon[1097]: couldn't allocate secure memory to keep
> passwords and or keys from being written to the disk
> dbus[736]: [system] Rejected send message, 2 matched rules,
> type="method_call" ..... sender=(comm="nautilus ") ....
> comm="/usr/local/sbin/console_kit_daemon --no-daemon")
>
> While trying to fix the error from several websites
> (https://live.gnome.org/GnomeKeyring/Pam and this for HAL
> http://www.freebsd.org/gnome/docs/halfaq.html#q3)
>
> I also got this error:
> "openpam_load_module no pam_gnome_keyring.so"
> pam_gnome_keyring.so is infact installed in /usr/local/lib.
> in /etc/pam.d/slim I have:
> auth optional pam_gnome_keyring.so
> session optional pam_gnome_keyring.so auto_start
Try to do it with full path:
auth optional /usr/local/lib/pam_gnome_keyring.so
session optional /usr/local/lib/pam_gnome_keyring.so auto_start
> --
> View this message in context: http://freebsd.1045724.n5.nabble.com/gnome-keyring-problems-tp5769670.html
> Sent from the freebsd-gnome mailing list archive at Nabble.com.
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
--
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the freebsd-gnome
mailing list