Dave Miner stated:
> Sean McGrath wrote:
>> Hi folks. We do an install of osol using the AI image, on the console
>> we can change the /etc/default/login file and the sshd_config to allow
>> root to login to see whats going on.
>>
>> This is ok on x86, but on sparc its readonly. This correct ?
>>
>
> Probably not; what does pkg verify say?
During AI install, it doesn't speak nicely:
(though I'm guessing that pkg verify during install wouldn't work anyway)
root at opensolaris:~# pkg verify
Traceback (most recent call last):
File "/usr/bin/pkg", line 2259, in ?
__ret = main_func()
File "/usr/bin/pkg", line 2224, in main_func
return verify_image(img, pargs)
File "/usr/bin/pkg", line 402, in verify_image
img.load_catalogs(progresstracker)
File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1759, in
load_catalogs
self.load_catalog_cache()
File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1711, in
load_catalog_cache
self.__load_pkg_states()
File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1894, in
__load_pkg_states
auth = self.installed_file_authority(path)
File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1082, in
installed_file_authority
f = file(filepath, "r+")
IOError: [Errno 2] No such file or directory:
'/var/pkg/pkg/SUNW1394/0.5.11%2C5.11-0.106%3A20090131T174643Z/installed'
pkg: This is an internal error. Please let the developers know about this
problem by filing a bug at http://defect.opensolaris.org and including the
above traceback and this message. The version of pkg(5) is '048096a95369'.
root at opensolaris:~#
>
> Dave
--
Sean.
.