"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

Related posts:

  1. gam_server, Solaris and high CPU load Since upgrading to s11b83a I noticed that gam_server processes eat...
  2. Unlocking pkgadd ## Waiting for up to <300> seconds for package administration...
  3. Troubleshooting GNOME If you can't login, if your GNOME session crashes, if...
  4. Upgrade x (Solaris + SqueezeCenter) Here's a quick way to upgrade one or both Solaris...
  5. Unkillable process Snv_92 has been entertaining me since I upgraded from quite...

Leave a comment