On Mar 27, 2008, at 2:50 PM, Noah Yan wrote: > I have installed Solaris Express Developer Edition b79b on a Sun > Fire X4200 (a two dual-core Opteron machine). everything is fine, > but cannot start the cde-login with the following errors: > > bash-3.2# svcs -xv > svc:/application/graphical-login/cde-login:default (CDE login) > State: maintenance since Thu Mar 27 13:21:59 2008 > Reason: Restarting too quickly. > See: http://sun.com/msg/SMF-8000-L5 > See: man -M /usr/dt/share/man -s 1 dtlogin > See: /var/svc/log/application-graphical-login-cde-login:default.log > Impact: This service is not running. > > > checked the logfile, website and manual and google too, but cannot > find solutions to this. anybody can help on this.
instead of playing with CDE - you can always use gdm instead: # svcadm disable cde-login # /usr/dt/bin/dtconfig -d # svcadm enable gdm --- .je
