> Kyle McDonald wrote:
> > This is a repeatable freeze up. Should I file a bug? Is there more I can
> > do to investigate before that?
> >
> I've burned b91(I originally saw this on b90) now 3 times, tried all 3
> dvds in 3 different (though identical model) machines and it's hung up
> on every try. 1 hangs installing the 'man pages'. the others on
> libtiff.. but all basically a little past 30%.
>
> I'm about to go and try a UFS install, since the only thing I'm doing
> different this time is requesting ZFS boot, but I don't see how that
> could be the problem.
>
> Is there some way to get more insight into what is going on here?
You can try to boot the installer under kmdb control, by appending
option "-k" at the end of the grub "kernel" line.
When the installer hangs, you can break into kmdb by sending
a BREAK signal on the serial line.
In kmdb you can try the command "::ptree" to view what
processes are currently running. "::cont" resumes the kernel.
You may wait a minute, repeat the BREAK, ::pstree, ::cont a few
times, and check if the list of running processes changes.
Other commands of interest in kmdb might be
::cpuinfo -v
::memstat
::kmastat
::arc
(zfs' arc cache might have problems with the kernel's heap,
that's why ::memstat, ::kmastat, ::arc could be interesting; but
that's just a wild guess by me...)
This message posted from opensolaris.org