On Fri, Jun 10, 2011 at 1:47 PM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Jun 10, 2011 at 01:15:40PM +0200, Joel Uckelman wrote:<br>
> On Fri, Jun 10, 2011 at 1:01 PM, Richard W.M. Jones <<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>>wrote:><br>
><br>
> > > I started udev with /sbin/start_udev, as in the init script, but that<br>
> > seems<br>
> > > to have no effect ("ps aux | grep udev" gives me no output.)<br>
> ><br>
> > The fact that /sbin/start_udev doesn't work is obviously a problem.<br>
> ><br>
> > Does the script exist?  Does it run?  Does it give errors?<br>
><br>
><br>
> It exists, it runs, it fails silently. The only output from<br>
> "/sbin/start_udev || echo foo" is "foo".<br>
<br>
</div>Your basic problem if you need to get udev running.  Anything else<br>
doesn't matter, because nothing much is going to work unless udev is<br>
running.  So there you are: look inside that shell script and work out<br>
why it doesn't run, or use the udev commands directly to start udev.<br>
<div class="im"><br>
Rich.</div></blockquote><div><br>Aha! I hadn't realized that udev depends on having /sys and /proc mounted first. Once I do that, I can start udev and my pipe is created as /dev/vport0p1.<br><br>Thanks for you help!<br>
</div></div>