On Wed, 2006-12-06 at 11:56 -0500, Tom Gendron wrote: > Hi, > > I just did a live up grade from nv_51 to nv_53 on my laptop. I can log > in on a console window just find, but if I log into gdm, I get a small > window that says "Completing Post Install Setup" that never completes. > The progress bar just goes back and forth like a pendulum. > > Any ideas on how to resolve this?
Is the postrun service running? (svcs -a | grep postrun) If not, you will need to enable it using svcadm enable svc:/system/postrun:default Laca
