Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 11:38:31 -0600
From:      Jeremy Messenger <mezz.freebsd@gmail.com>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: gnome-keyring problems
Message-ID:  <CADLFttf_f0F=hLmwK=ABscLs4HMViSbJgckaUVyRVYFJs_E1pw@mail.gmail.com>
In-Reply-To: <1355641756489-5769670.post@n5.nabble.com>
References:  <1355641756489-5769670.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 16, 2012 at 1:09 AM, Beeblebrox <zaphod@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"


-- 
mezz.freebsd@gmail.com - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLFttf_f0F=hLmwK=ABscLs4HMViSbJgckaUVyRVYFJs_E1pw>