I managed to get the majority of the upgrade working now. To fix the errors to do a "reconfigure boot" I had to fix package errors.
The two packages with problems was: SUNWopenssl and the package that contains: libcrypto.so.0.9.8 For the libcrypto.so.0.9.8 related errors: I was not able to find this file in any packages on the b107 DVD. But, in looking at my libraries I found instances looking like: libcrypto.so.0.9.8~11 I had to look through all the directories (/lib, /lib/64 & /lib/32) and remove the "~11". There were more libcrypto entries in /lib with the same errors, I fixed them all. For the SUNWopenssl error: It appears there must be some kind of bug in the scripts adding this package. When I tried to add this package manually it complained about not being able to delete directory /etc/sfw/openssl. When infact it did delete the directory. This caused packageadd to fail and did not complete its postinstall script. Never the less, I finished it manually. After fixing these two errors, I was able to do my "reconfigure boot" successfully. I'm still having problems with getting my printer discovery functioning properly. Some error messages associated: $ svcs -xv svc:/network/device-discovery/printers:snmp (Hardware Abstraction Layer network attached device discovery) State: maintenance since Sun Feb 08 17:25:13 2009 Reason: Start method failed repeatedly, last exited with status 1. See: http://sun.com/msg/SMF-8000-KS See: /var/svc/log/network-device-discovery-printers:snmp.log Impact: This service is not running. $ cat /var/svc/log/network-device-discovery-printers:snmp.log ....... [ Feb 8 17:25:13 Executing start method ("/lib/svc/method/svc-network-discovery start snmp"). ] /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.Hal --type=method_call /org/freedesktop/Hal/devices/network_attached org.freedesktop.Hal.Device.NetworkDiscovery.EnablePrinterScanningViaSNMP int32:60 string:public string:0.0.0.0 Error org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.4" (uid=0 pid=421 comm=") interface="org.freedesktop.Hal.Device.NetworkDiscovery" member="EnablePrinterScanningViaSNMP" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=349 comm=")) [ Feb 8 17:25:13 Method "start" exited with status 1. ] $ cat /var/svc/log/system-dbus:default.log ......... [ Feb 8 16:33:27 Method "start" exited with status 0. ] [ Feb 8 17:23:25 Stopping because service disabled. ] [ Feb 8 17:23:25 Executing stop method (:kill). ] [ Feb 8 17:25:03 Executing start method ("/lib/svc/method/svc-dbus start"). ] [ Feb 8 17:25:06 Method "start" exited with status 0. ] Dbus looks like it's starting properly, so what is the communication error the network-device-discovery-printers:snmp.log is complaining about?
