Re: [uml-user] Static Multicast Routing on UML...

2006-01-26 Thread saltytexan
Yes, that is what I suspected as well... I believe the problem is that the kernel does not think IGMP is available.  The error message occurs when the code tries to setsockopt on a socket declared to be an IGMP datagram socket.  However, I see in my startup listing that the net protocols for TCP

Re: [uml-user] Static Multicast Routing on UML...

2006-01-26 Thread Jeff Dike
On Thu, Jan 26, 2006 at 08:00:26AM -0800, saltytexan wrote: > PROBLEM: The way smcroute works, it establishes a daemon to handle MR > requests and set up the routing tables. Part of that code necessarily sets > up a UDP socket, and then sets an optioin on that socket for MRT_INIT. This > causes

[uml-user] Static Multicast Routing on UML...

2006-01-26 Thread saltytexan
Hi UML Friends,   I have a particular situation I am trying to test using UML, but am having a problem...   1)  I want to set up a test of Static Multicast Routing using UML.  The idea is to have one UML instance running SMCRoute to implement a Static Multicast Router.  Input to that UML would be o

Re: [uml-user] How i can setup my uml successfully

2006-01-26 Thread Blaisorblade
On Thursday 26 January 2006 07:38, chao yu wrote: > Dear uml friends: > I am a newbie to uml. Recently i compiled my uml with default > config using 2.6.15 kernel, but it can not boot successfully. It > always hang up when the console displaying "unable to open initial > console". That messag