"Completing post install setup"
If after entering username/password you see a small window (with a going back and forth blue "slider") saying:
"Completing post install setup"
most likely svc:/system/postrun/default service is not running.
Check the status:
# svcs -vx postrun
and enable it if it's disabled (for example, after a system upgrade)
# svcadm enable postrun
Related system packages:
# pkginfo | fgrep postrun
GNOME2 SUNWpostrun Delayed execution environment for procedural package scripts
GNOME2 SUNWpostrun-root Delayed execution environment for procedural package scripts – / filesystem
GNOME2 SUNWpostrun Delayed execution environment for procedural package scripts
GNOME2 SUNWpostrun-root Delayed execution environment for procedural package scripts – / filesystem
Related posts:
- gam_server, Solaris and high CPU load Since upgrading to s11b83a I noticed that gam_server processes eat...
- Unlocking pkgadd ## Waiting for up to <300> seconds for package administration...
- Troubleshooting GNOME If you can't login, if your GNOME session crashes, if...
- Upgrade x (Solaris + SqueezeCenter) Here's a quick way to upgrade one or both Solaris...
- Unkillable process Snv_92 has been entertaining me since I upgraded from quite...

