PDA

View Full Version : Login with gdm


mahashakti89
November 4th, 2009, 08:53
Hi,

I installed gnome2 from ports. I managed it after some help . Now I am facing a problem with GDM which lets not me logging into gnome-session. I get following message on the console :

gnome-keyring-daemon : Couldn't allocate secure memory to store keys or passwords on disk.

I googled, found some answers like putting :

gnome_enable="YES"
hald_enable ...
dbus_enable ...
avahi-daemon ...
polkitd_enable ...

in /etc/rc.conf

but it doesn't work . Any help wil be appreciated

mahashakti89

SirDice
November 4th, 2009, 08:56
gnome-keyring-daemon : Couldn't allocate secure memory to store keys or passwords on disk.
That message is "normal".

Make sure /proc is mounted. Also see http://www.freebsd.org//gnome/docs/faq2.html

mahashakti89
November 4th, 2009, 11:11
That message is "normal".

Make sure /proc is mounted. Also see http://www.freebsd.org//gnome/docs/faq2.html

Oh, yes it alrerady is, here is my /etc/fstab

# Device Mountpoint FStype Options Dump Pass#
/dev/ad10s2b none swap sw 0 0
/dev/ad10s2a / ufs rw 1 1
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
/dev/acd1 /cdrom1 cd9660 ro,noauto 0 0
proc /proc procfs rw 0 0


Thanks

mahashakti89

SirDice
November 4th, 2009, 11:16
Yes, but is it also mounted?

mahashakti89
November 4th, 2009, 13:15
Yes, but is it also mounted?

Yes, I did it one more time.

mahashakti89

SirDice
November 4th, 2009, 13:58
What account are you using to login? Not root I hope?

mahashakti89
November 4th, 2009, 14:39
What account are you using to login? Not root I hope?

No fear, I am using a normal account created on install.
My name is appearing as first choice in GDM , my keyboard and lang options also.

Thanks

mahashakti89

SirDice
November 4th, 2009, 16:33
In /etc/rc.conf remove gnome_enable and gdm_enable for a while but leave dbus_enable and hald_enable.

Add to ~/.xinitrc

exec gnome-session


You can then start GNOME using startx after you've logged in. This is to ensure that bit works as it should.

mahashakti89
November 4th, 2009, 17:28
In /etc/rc.conf remove gnome_enable and gdm_enable for a while but leave dbus_enable and hald_enable.

Add to ~/.xinitrc

exec gnome-session


You can then start GNOME using startx after you've logged in. This is to ensure that bit works as it should.

Yes, i will give it a try, last question, I already tried it with startx, but .... command not found . In which package is the command ?

Thanks

mashakti89

DutchDaemon
November 4th, 2009, 17:43
pkg_info -W /usr/local/bin/startx
/usr/local/bin/startx was installed by package xinit-1.1.1_1


You really should have it installed already, because it is:


Required by:
xorg-apps-7.4_1
xorg-7.4_2

mahashakti89
November 4th, 2009, 21:08
pkg_info -W /usr/local/bin/startx
/usr/local/bin/startx was installed by package xinit-1.1.1_1


You really should have it installed already, because it is:


Required by:
xorg-apps-7.4_1
xorg-7.4_2


Working now, Thanks :)

mahashakti89