All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with Dom0 ( SuSE )
@ 2006-02-24 19:24 Gonzalo Medina Castro
  2006-02-27 10:32 ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Gonzalo Medina Castro @ 2006-02-24 19:24 UTC (permalink / raw)
  To: xen-devel


I install Xen in a SuSE ES 9. The problem is that if I connect to the server
with ssh, and I try to make a tar, or copy files from another server with
rsync, Dom0 down, I neet to reboot it. If I do the same, but directly on the
server, nothing happends, only happend if I try to do this remotely.
Any ideas?
--
View this message in context: http://www.nabble.com/Problem-with-Dom0-%28-SuSE-%29-t1182898.html#a3114207
Sent from the Xen - Dev forum at Nabble.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-24 19:24 Problem with Dom0 ( SuSE ) Gonzalo Medina Castro
@ 2006-02-27 10:32 ` Keir Fraser
  2006-02-27 14:56   ` Gonzalo Medina Castro
  2006-02-27 15:34   ` Gonzalo Medina Castro
  0 siblings, 2 replies; 7+ messages in thread
From: Keir Fraser @ 2006-02-27 10:32 UTC (permalink / raw)
  To: Gonzalo Medina Castro; +Cc: xen-devel


On 24 Feb 2006, at 19:24, Gonzalo Medina Castro wrote:

> I install Xen in a SuSE ES 9. The problem is that if I connect to the 
> server
> with ssh, and I try to make a tar, or copy files from another server 
> with
> rsync, Dom0 down, I neet to reboot it. If I do the same, but directly 
> on the
> server, nothing happends, only happend if I try to do this remotely.
> Any ideas?

Perhaps a network card problem. Does dom0 print any error messages when 
it fails? What NIC are you using?

  -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-27 10:32 ` Keir Fraser
@ 2006-02-27 14:56   ` Gonzalo Medina Castro
  2006-02-27 15:34   ` Gonzalo Medina Castro
  1 sibling, 0 replies; 7+ messages in thread
From: Gonzalo Medina Castro @ 2006-02-27 14:56 UTC (permalink / raw)
  To: xen-devel


When Dom0 freeze, after reboot it, I found this in messages log:

Feb 27 11:36:59 dbaxixen kernel: megaraid: aborting-912059 cmd=28 <c=2 t=1
l=0>
Feb 27 11:36:59 dbaxixen kernel: megaraid abort: scsi cmd:912059, do now own

I search in google, but I can't found a problem with this module for Xen.

The server is a DELL PowerEdge 2850, with an LSI Logic MegaRAID, I don't
know what only fail if I use disk access trough an ssh connection. If
someone have an idea, I appreciate that. Thanks.


--- Original Message ---
> 
> On 24 Feb 2006, at 19:24, Gonzalo Medina Castro wrote:
> 
> > I install Xen in a SuSE ES 9. The problem is that if I connect to the 
> > server
> > with ssh, and I try to make a tar, or copy files from another server 
> > with
> > rsync, Dom0 down, I neet to reboot it. If I do the same, but directly 
> > on the
> > server, nothing happends, only happend if I try to do this remotely.
> > Any ideas?
> 
> Perhaps a network card problem. Does dom0 print any error
> messages when 
> it fails? What NIC are you using?
> 
>   -- Keir
> 

--
View this message in context: http://www.nabble.com/Problem-with-Dom0-%28-SuSE-%29-t1182898.html#a3146449
Sent from the Xen - Dev forum at Nabble.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-27 10:32 ` Keir Fraser
  2006-02-27 14:56   ` Gonzalo Medina Castro
@ 2006-02-27 15:34   ` Gonzalo Medina Castro
  2006-02-28  8:52     ` Keir Fraser
  1 sibling, 1 reply; 7+ messages in thread
From: Gonzalo Medina Castro @ 2006-02-27 15:34 UTC (permalink / raw)
  To: xen-devel


I find this, when this module fail, only ssh connection fail, I believe that
the server down, but this not true, only ssh conection down. I'm still
looking a solution for this problem.
--
View this message in context: http://www.nabble.com/Problem-with-Dom0-%28-SuSE-%29-t1182898.html#a3147053
Sent from the Xen - Dev forum at Nabble.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-27 15:34   ` Gonzalo Medina Castro
@ 2006-02-28  8:52     ` Keir Fraser
  2006-02-28 14:46       ` Gonzalo Medina Castro
  0 siblings, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2006-02-28  8:52 UTC (permalink / raw)
  To: Gonzalo Medina Castro; +Cc: xen-devel


On 27 Feb 2006, at 15:34, Gonzalo Medina Castro wrote:

> I find this, when this module fail, only ssh connection fail, I 
> believe that
> the server down, but this not true, only ssh conection down. I'm still
> looking a solution for this problem.

Try booting with 'nousb' as a domain0 kernel parameter.

  -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-28  8:52     ` Keir Fraser
@ 2006-02-28 14:46       ` Gonzalo Medina Castro
  2006-02-28 17:17         ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Gonzalo Medina Castro @ 2006-02-28 14:46 UTC (permalink / raw)
  To: xen-devel


Thanks Keir, with "nousb", I can resolve my problem.
--
View this message in context: http://www.nabble.com/Problem-with-Dom0-%28-SuSE-%29-t1182898.html#a3164673
Sent from the Xen - Dev forum at Nabble.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with Dom0 ( SuSE )
  2006-02-28 14:46       ` Gonzalo Medina Castro
@ 2006-02-28 17:17         ` Keir Fraser
  0 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2006-02-28 17:17 UTC (permalink / raw)
  To: Gonzalo Medina Castro; +Cc: xen-devel


On 28 Feb 2006, at 14:46, Gonzalo Medina Castro wrote:

> Thanks Keir, with "nousb", I can resolve my problem.

It'd be interesting to know whether 'usb-handoff' (instead of 'nousb') 
also fixes the problem. Using usb-handoff would mean that you could 
still use USB devices.

  -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-02-28 17:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24 19:24 Problem with Dom0 ( SuSE ) Gonzalo Medina Castro
2006-02-27 10:32 ` Keir Fraser
2006-02-27 14:56   ` Gonzalo Medina Castro
2006-02-27 15:34   ` Gonzalo Medina Castro
2006-02-28  8:52     ` Keir Fraser
2006-02-28 14:46       ` Gonzalo Medina Castro
2006-02-28 17:17         ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.