Quantcast
Channel: The FreeBSD Forums
Viewing all articles
Browse latest Browse all 15

hangs during gnome startup

$
0
0
hi

i have installed gnome2 metaport, and configured /etc/rc.conf to boot whith gdm. once authenticated, gnome desktop loads endlessly, to finally fill swap and memory and get freezed, using whole system's resources.

i don't have any clue how this is 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 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 :(

Viewing all articles
Browse latest Browse all 15

Trending Articles