Kasus ini terjadi pada pc sudah terinstalasi debian ethc dan baru saja di upgrade. Booting berjalan seperti biasa sampai dengan login form. Tapi setelah login, ternyata gdm ga bisa loading (hang). Kenapa ini ??
Setelah googling sana sini dan akhirnya dapat masukan bahwa hal tersebut bisa terjadi karena gnome tidak memiliki session manager. Langsung saja saya coba instalasi :
$ sudo apt-get install gnome-session
Setelah proses instalasi selesai dan reboot. Akhirnya setelah login, gdm kembali normal
2 Comments »
tags: Linux
By default, root can not login to gnome in debian or ubuntu. In case, there’s another way to enable root login to gnome permanently. In a console just edit file :
$ sudo gedit /etc/gdm/gdm.conf
In the [security] section of the file, change “AllowRoot=false“ to “AllowRoot=true“. Or you can add following line :
AllowRoot=true
Save it and you need to reboot or restart the gdm to find out.
Or you can do this by gnome, go to menu “System -> Administration -> Login Window” :
Go to “Security” tab and just check “Allow local system administrator login“.
Close dan reboot.
2 Comments »