On Wed, Feb 27, 2008 at 04:18:03PM +0800, Cathy Zhou wrote:
> >
> I am not sure about the second issue and I don't think that is Clearview
> related. But I have some thoughts on the first issue.
>
> In softmac_hold_device(), we first tried to hold the rtls0 device and it
> succeeded:
>
>         if ((dip = ddi_hold_devi_by_instance(getmajor(dev), ppa, 0)) ==
>         NULL)
>                 return (ENOENT);
>
> That is why it is spinning to find the rtls0 in softmac_hash. Based on my
> read of the problem, there is only one rtls device instance, which was
> "rtls1" and after reboot it changed to "rtls0". If so, it is strange to see
> "rtls1" but no "rtls0" in the softmac_hash. There is something wrong there.
>
> May I have the access to the system so that I can take a look what goes
> wrong?
>

hm.  interesting.  you're right.  something strange is going on.

you can start up the domU which is seeing the problem as follows:
        ssh curle.sfbay
        su -
        cd /export/xen/pvcmdk
        xm create hvm_snv-nd.py

i've left it running at sitting at the kmdb prompt.
you can access the console as follows:
        telnet curle.sfbay 6001

ed

Reply via email to