Virginia Wray wrote:
> Hi -
> 
> I noticed at the end of installation of my latest test image......
> when I rebooted, the system printed a live-fs-root failure message.
> It appears that the clean up that needs to happen at the end of the 
> installation is not happening properly.
> 
> 
> I'm seeing this in the finish_log of the slim live cd.
> 
> editing GRUB menu: bootadm update-menu -R /a -Z -o /dev/rdsk/c4t0d0s0
> bootadm: get_grubroot(): cannot get (hd?,?,?) for menu. menu not on 
> bootdisk: /dev/rdsk/c4t0d0s0
> Creating boot_archive for /a
> updating /a/platform/i86pc/amd64/boot_archive
> updating /a/platform/i86pc/boot_archive
> 16 blocks
> Traceback (most recent call last):
>   File "/usr/bin/pkg", line 2185, in ?
>     __img.history.operation_result = \
>   File "/usr/lib/python2.4/vendor-packages/pkg/client/history.py", line 
> 196, in
> __setattr__
>     if self.__save():
>   File "/usr/lib/python2.4/vendor-packages/pkg/client/history.py", line 
> 407, in
> __save
>     encoding=sys.getdefaultencoding())
>   File 
> "/var/tmp/pkgbuild-gbuild/SUNWPython-extra-2.4.2-build/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py",
>  
> line 1746, in writexml
>   File 
> "/var/tmp/pkgbuild-gbuild/SUNWPython-extra-2.4.2-build/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py",
>  
> line 821, in writexml
>   File 
> "/var/tmp/pkgbuild-gbuild/SUNWPython-extra-2.4.2-build/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py",
>  
> line 816, in writexml
>   File 
> "/var/tmp/pkgbuild-gbuild/SUNWPython-extra-2.4.2-build/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py",
>  
> line 304, in _write_data
> AttributeError: 'NoneType' object has no attribute 'replace'

This particular error indicates that some value that should have been 
defined is None instead causing minidom to fail.

It's difficult to say what the real problem is without reproducing the 
issue and doing some debugging.

The unhelpful error is courtesy of minidom.

Can you file a bug for this?

-- 
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to