Changes to 23-FEB-2011: Solaris package management is broken between r1 and r2

'''It's simple, you see -- just remove all the patches you have ever applied before installing any new packages. Duh!'''

More failure on the Solaris front.  Package management on Solaris (10 and older) systems is completely broken.  If you have have to install a vendor package after the system has been installed you must first back-out all patches.

''What ?  That can't be right... I install packages all the time without backing out all my patches.  You're crazy!''

Sure, you CAN install packages without backing out all the patches but it's not a good idea.  The central issues here are that:
   1. A single Solaris patch provides updates for multiple packages; and
   2. Solaris patches are sparse

So when you patch a system, all the packages that are installed get patched and the bits for packages that are not installed get ignored.  Thus, if you later install package that was patched by a patch you have already installed, you cannot then re-apply the patch (because you already have it, and you may even have a newer patch that overlaps some of the packages so you cannot simply re-install the patch as you may end up downgrading things that have been patched).

''What ?''

Let's work from a recent example.  I got a request to install TFTP on 2 existing servers.  These servers are running Solaris 10 Update 5.  They have, of course, had all relevant patches applied to them.  They did not have the `SUNWtftp` package installed. --> Let's work from a recent example.  I got a request to install TFTP on 2 existing servers.  These servers are running Solaris 10 Update 5.  They have, of course, had all relevant patches applied to them.  They did not have the `SUNWtftp` package installed.  That made me sad.  But I endeavored to persevere and decided to install the `SUNWtftp` package despite not being able to take the systems down for several hours to patch them.  So I installed the `SUNWtftp` package from Solaris 10 Update 5 from the original installation media.  I ended up the package `SUNWtftp` version `11.10.0,REV=2005.01.21.15.53` installed.
(blank line)
Good to go.
(blank line)
Well, not quite.  I tried to actually USE the tftp service and it ended up failing with:
Feb 23 22:42:27 nx tftpd[14237]: [ID 659407 daemon.error] socket (main): Permission denied
Feb 23 22:42:32 nx tftpd[14278]: [ID 659407 daemon.error] socket (main): Permission denied
Feb 23 22:42:37 nx tftpd[14317]: [ID 659407 daemon.error] socket (main): Permission denied
Feb 23 22:42:42 nx tftpd[14388]: [ID 659407 daemon.error] socket (main): Permission denied
Feb 23 22:42:47 nx tftpd[14458]: [ID 659407 daemon.error] socket (main): Permission denied

Legend

     Only in r1
     Only in r2
     -->      Modified slightly between r1 and r2