lunes, 16 de febrero de 2009

FreeBSD 7.1 Gnome 2.22.3 Muy Lento al Iniciar

Bueno luego de fallar en la actualización de Gnome 2.22.3 a 2.24.x, he instalado FreeBSD 7.1 todo en limpio, muchos de ustedes habrán notado de Gnome tarda en iniciar, luego de leer mucho Google, foros, preguntar a otros colisteros, resumo aqui la reseta para tener operativo gnome 2.22.3 en freebsd 7.1:
Primero:
añadir estas lineas a /etc/rc.conf
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"

Segundo:
Añadir estas lineas a /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
proc /proc procfs rw 0 0

con esto se eliminan los errores:
Feb 16 10:19:18 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:19:18 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:19:38 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:19:38 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:21:39 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:21:39 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:21:52 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:21:52 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:21:53 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:21:53 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:21:53 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:21:53 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Feb 16 10:21:54 thor gnome-keyring-daemon[1052]: adding removable location: volume_uuid_C624_5AD3 at /media/CACHE
Feb 16 10:38:35 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Feb 16 10:38:35 thor console-kit-daemon[948]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed


Tercero:
Editar como root el archivo /usr/local/share/xsessions/gnome.desktop
cambiar
Exec=gnome-session
por
Exec=gnome-session --purge-delay=5000 --warn-delay=5000

Reiniciamos el pc, y con esto el automontaje y el inicio de gnome debe funcionar mejor.


Luego puede que me anime a intentar actualizar de nuevo gnome, o puede que espere los paquetes ya listos. Aunque les comento desde ya que esta disponible KDE4
Tira Ecol