Re: jini

2002-12-10 Thread Myriam Abramson
> Why do you have to enable multicast on the loopback? Are you running the > system disconnected from the network? Normally, that should be the only > reason to configure it that way. Beware that you may be masking some > other real problem, and when you try to run services on additional > machine

Re: jini

2002-12-09 Thread Alexander V. Konstantinou
Myriam, Why do you have to enable multicast on the loopback? Are you running the system disconnected from the network? Normally, that should be the only reason to configure it that way. Beware that you may be masking some other real problem, and when you try to run services on additional machines,

Re: jini

2002-12-09 Thread Myriam Abramson
Thanks to everybody who responded. I have now coabs working properly. I had eth0 running multicast but not lo so I did ifconfig lo multicast route add -net 224.0.0.0 netmask 240.0.0.0 dev lo and I got the lookup services up. I am getting a strange message though from jini and I wonder if y

Re: jini

2002-12-08 Thread Alexander V. Konstantinou
Myriam, Jini works on Linux. You have to make sure that you have multicast enabled on your eth0 interface (or eth1, ...) and that that you have a multicast route. As root execute the following (replace eth0 with an alternative interface if applicable): # ifconfig eth0 multicast # route add -net

Re: jini

2002-12-07 Thread Sean Owens
Myriam Abramson writes: > > Hi! > > Does jini work under Linux? I am desperately trying to have this > coabsgrid[1] working with no success. If any of you knows anything > about it under Linux, I would appreciate sharing your > experiences. Thanks. > > [1] it's the darpa agent infrastr

Re: jini

2000-06-08 Thread Alexander V. Konstantinou
You must set up your network interface (e.g. eth0) for multicast and add a route to that interface (replace INTERFACE with eth0 for example) : ifconfig INTERFACE multicast route add -net 224.0.0.0 netmask 240.0.0.0 dev INTERFACE On Wed, Jun 07, 2000 at 09:56:13PM -0400, David Blankley wrote: > H

Re: Jini on Linux

1999-09-09 Thread Cees de Groot
In article <01befa8d$35da1510$[EMAIL PROTECTED]> you write: >Has anybody tried Jini on Linux...Any help about this will be useful.. > I'm using it and it works. What's more to say? If you are having problems, check three things: 1. Multicast support in the kernel (>=2.0.37); 2. The correct m