hangs during gnome startup

Hi,

I have installed the gnome2 metaport, and configured /etc/rc.conf to boot whith gdm. Once authenticated, the Gnome desktop loads endlessly, to finally fill up swap and memory and get frozen, using all of the system's resources.

I don't have any clue how this happens. The only thing that I can see is this message on ttyv0
Code:
gnome-keyring-daemon[95148]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
but I have read that message on a bug report, and it is related to another problem.

uname -a
Code:
FreeBSD casav 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
/boot/loader.conf
Code:
sem_load="YES"
nvidia_load="YES"
linux_load="YES"
kern.ipc.shmall=256000
kern.ipc.shmmni=1024
kern.ipc.shmseg=1024
kern.maxfiles=16384
kern.ipc.shm_allow_removed=1

/etc/rc.conf
Code:
hostname="casav"
keymap="latinamerican.kbd"
ifconfig_fxp0="DHCP"
sshd_enable="YES"
#moused_enable="YES"
ntpd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
linux_enable="YES"
hald_enable="YES"
dbus_enable="YES"
fusefs_enable="YES"
gdm_emable="YES"
gnome_enable="YES"

Please help :(
 
Back
Top