All of lore.kernel.org
 help / color / mirror / Atom feed
* device/udev problem
@ 2005-10-19 11:22 Stephan Böni
  0 siblings, 0 replies; 9+ messages in thread
From: Stephan Böni @ 2005-10-19 11:22 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]

Does anyone know the problem with missing device nodes (like /dev/hda1) in domU?
 
Must the device nodes used in domU exist in the dom0?
 
What i have to do, when some device nodes are missing in domU?
 
Stephan
 

[-- Attachment #1.2: Type: text/html, Size: 1126 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: device/udev problem
@ 2005-10-19 11:44 Stephan Böni
  2005-10-19 11:51 ` stoeni
  2005-10-19 12:20 ` Kurt Garloff
  0 siblings, 2 replies; 9+ messages in thread
From: Stephan Böni @ 2005-10-19 11:44 UTC (permalink / raw)
  To: xen-devel

> Does anyone know the problem with missing device nodes (like /dev/hda1) in domU?
> 
> Must the device nodes used in domU exist in the dom0?
> 
> What i have to do, when some device nodes are missing in domU?
> 

OK, no answer - other question: Has anyone created a domU with Xen3 successfully?

Stephan

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

* Re: device/udev problem
  2005-10-19 11:44 device/udev problem Stephan Böni
@ 2005-10-19 11:51 ` stoeni
  2005-10-19 12:20 ` Kurt Garloff
  1 sibling, 0 replies; 9+ messages in thread
From: stoeni @ 2005-10-19 11:51 UTC (permalink / raw)
  To: xen-devel

Stephan Böni schrieb:
> OK, no answer - other question: Has anyone created a domU with Xen3 successfully?

sometimes :) i'm waiting for some fixes an will try the unstable sources
the next days.

on sunday i got three domU's up and running, one did the whole night
kernel compile (and delete afterwards), the other two domU's did rsync
themselves the whole night. simple load test. all domains on a workload
of five but not probs. then i tried the sources from monday ... erhm .. ;-)

-- 
Tschaw/2,
Stoeni!

++ Please remember: rm -rf means "read mail -really fast" ++

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

* Re: device/udev problem
  2005-10-19 11:44 device/udev problem Stephan Böni
  2005-10-19 11:51 ` stoeni
@ 2005-10-19 12:20 ` Kurt Garloff
  2005-10-19 13:15   ` Ewan Mellor
  1 sibling, 1 reply; 9+ messages in thread
From: Kurt Garloff @ 2005-10-19 12:20 UTC (permalink / raw)
  To: Stephan Böni; +Cc: Xen development list


[-- Attachment #1.1: Type: text/plain, Size: 889 bytes --]

Hi Stephan,

On Wed, Oct 19, 2005 at 01:44:23PM +0200, Stephan Böni wrote:
> > Does anyone know the problem with missing device nodes (like /dev/hda1) in domU?

I still guess missing hotplug events in dom0, see my other mail.

> > Must the device nodes used in domU exist in the dom0?

No. They are unrelated.

> > What i have to do, when some device nodes are missing in domU?
> 
> OK, no answer - other question: Has anyone created a domU with Xen3 successfully?

I do it very often.
After some time, xenbus seems to get stuck however, and then the hotplug
events don't seem to get through any longer.
Rebooting helps against this.

Best,
-- 
Kurt Garloff                   <kurt@garloff.de>             [Koeln, DE]
Physics:Plasma modeling <garloff@plasimo.phys.tue.nl> [TU Eindhoven, NL]
Linux: SUSE Labs (Director)    <garloff@suse.de>            [Novell Inc]

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: device/udev problem
  2005-10-19 12:20 ` Kurt Garloff
@ 2005-10-19 13:15   ` Ewan Mellor
  2005-10-19 13:43     ` Gerd Knorr
  0 siblings, 1 reply; 9+ messages in thread
From: Ewan Mellor @ 2005-10-19 13:15 UTC (permalink / raw)
  To: xen-devel; +Cc: Kurt Garloff, Stephan Böni

On Wed, Oct 19, 2005 at 02:20:09PM +0200, Kurt Garloff wrote:

> After some time, xenbus seems to get stuck however, and then the hotplug
> events don't seem to get through any longer.
> Rebooting helps against this.

Do you issue xm block-detach commands?  There is a known bug here that would
cause such behaviour.  If you are not doing this, I would be interested to
know, because that would be an unknown bug, and would be worth tracking down.

Cheers,

Ewan.

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

* Re: device/udev problem
  2005-10-19 13:15   ` Ewan Mellor
@ 2005-10-19 13:43     ` Gerd Knorr
  2005-10-19 14:02       ` Kurt Garloff
  2006-01-27 23:12       ` Matt Ayres
  0 siblings, 2 replies; 9+ messages in thread
From: Gerd Knorr @ 2005-10-19 13:43 UTC (permalink / raw)
  To: Ewan Mellor; +Cc: xen-devel, Kurt Garloff, Stephan Böni

Ewan Mellor wrote:
> On Wed, Oct 19, 2005 at 02:20:09PM +0200, Kurt Garloff wrote:
> 
>> After some time, xenbus seems to get stuck however, and then the hotplug
>> events don't seem to get through any longer.
>> Rebooting helps against this.
> 
> Do you issue xm block-detach commands?  There is a known bug here that would
> cause such behaviour.  If you are not doing this, I would be interested to
> know, because that would be an unknown bug, and would be worth tracking down.

I see that behavior as well, after some time setting up block devices 
stops working (maybe network too, can't test that due to vbd not working 
and my domU's not booting any more).  Restarting xend doesn't help.  I 
don't use "xm block-*" commands.

cheers,

   Gerd

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

* Re: device/udev problem
  2005-10-19 13:43     ` Gerd Knorr
@ 2005-10-19 14:02       ` Kurt Garloff
  2006-01-27 23:12       ` Matt Ayres
  1 sibling, 0 replies; 9+ messages in thread
From: Kurt Garloff @ 2005-10-19 14:02 UTC (permalink / raw)
  To: Gerd Knorr; +Cc: xen-devel, Ewan Mellor, Kurt Garloff, Stephan Böni


[-- Attachment #1.1: Type: text/plain, Size: 689 bytes --]

Hi Gerd, Ewan,

On Wed, Oct 19, 2005 at 03:43:38PM +0200, Gerd Knorr wrote:
> Ewan Mellor wrote:
> >Do you issue xm block-detach commands?  There is a known bug here that would
> >cause such behaviour.  If you are not doing this, I would be interested to
> >know, because that would be an unknown bug, and would be worth tracking 
> >down.
> 
> I see that behavior as well, after some time setting up block devices 
> stops working (maybe network too, can't test that due to vbd not working 
> and my domU's not booting any more).  Restarting xend doesn't help.  I 
> don't use "xm block-*" commands.

Same here.

Best,
-- 
Kurt Garloff, Director SUSE Labs, Novell Inc.

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: device/udev problem
  2005-10-19 13:43     ` Gerd Knorr
  2005-10-19 14:02       ` Kurt Garloff
@ 2006-01-27 23:12       ` Matt Ayres
  2006-01-30  8:12         ` Gerd Hoffmann
  1 sibling, 1 reply; 9+ messages in thread
From: Matt Ayres @ 2006-01-27 23:12 UTC (permalink / raw)
  To: Gerd Knorr; +Cc: xen-devel, Ewan Mellor, Kurt Garloff, Stephan Böni



Gerd Knorr wrote:
> Ewan Mellor wrote:
>> On Wed, Oct 19, 2005 at 02:20:09PM +0200, Kurt Garloff wrote:
>>
>>> After some time, xenbus seems to get stuck however, and then the hotplug
>>> events don't seem to get through any longer.
>>> Rebooting helps against this.
>>
>> Do you issue xm block-detach commands?  There is a known bug here that 
>> would
>> cause such behaviour.  If you are not doing this, I would be 
>> interested to
>> know, because that would be an unknown bug, and would be worth 
>> tracking down.
> 
> I see that behavior as well, after some time setting up block devices 
> stops working (maybe network too, can't test that due to vbd not working 
> and my domU's not booting any more).  Restarting xend doesn't help.  I 
> don't use "xm block-*" commands.
> 

Was this using udev or hotplug for dom0 device manipulation?

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

* Re: device/udev problem
  2006-01-27 23:12       ` Matt Ayres
@ 2006-01-30  8:12         ` Gerd Hoffmann
  0 siblings, 0 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2006-01-30  8:12 UTC (permalink / raw)
  To: Matt Ayres; +Cc: xen-devel, Ewan Mellor, Kurt Garloff, Stephan Böni

> 
> Gerd Knorr wrote:
>> Ewan Mellor wrote:
>>> On Wed, Oct 19, 2005 at 02:20:09PM +0200, Kurt Garloff wrote:
>>>
>>>> After some time, xenbus seems to get stuck however, and then the
>>>> hotplug
>>>> events don't seem to get through any longer.
>>>> Rebooting helps against this.
>>>
>>> Do you issue xm block-detach commands?  There is a known bug here
>>> that would
>>> cause such behaviour.  If you are not doing this, I would be
>>> interested to
>>> know, because that would be an unknown bug, and would be worth
>>> tracking down.
>>
>> I see that behavior as well, after some time setting up block devices
>> stops working (maybe network too, can't test that due to vbd not
>> working and my domU's not booting any more).  Restarting xend doesn't
>> help.  I don't use "xm block-*" commands.
>>
> 
> Was this using udev or hotplug for dom0 device manipulation?

udev IIRC, but I think that one has been fixed months ago ...

cheers,

  Gerd

-- 
Gerd 'just married' Hoffmann <kraxel@suse.de>
I'm the hacker formerly known as Gerd Knorr.
http://www.suse.de/~kraxel/just-married.jpeg

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

end of thread, other threads:[~2006-01-30  8:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19 11:44 device/udev problem Stephan Böni
2005-10-19 11:51 ` stoeni
2005-10-19 12:20 ` Kurt Garloff
2005-10-19 13:15   ` Ewan Mellor
2005-10-19 13:43     ` Gerd Knorr
2005-10-19 14:02       ` Kurt Garloff
2006-01-27 23:12       ` Matt Ayres
2006-01-30  8:12         ` Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2005-10-19 11:22 Stephan Böni

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.