public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* arpd not working in 2.4.17 or 2.5.1
@ 2002-01-15  1:08 Amit Gupta
  2002-01-15 15:02 ` Luigi Genoni
  0 siblings, 1 reply; 11+ messages in thread
From: Amit Gupta @ 2002-01-15  1:08 UTC (permalink / raw)
  To: linux-kernel


Hi All,

I am running 2.5.1 kernel on a 2 AMD processor system and have enable
routing messages, netlink and arpd support inside kernel as described in
arpd docs.

Then after making 36 character devices, when I run arpd, it's starts up
but always keeps silent (strace) and the kernel also does not keep it's
256 arp address limit.

Pls help fix it, I need linux to be able to talk to more than 1024
clients.

Thanks in Advance.

Amit
amit.gupta@amd.com




^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: arpd not working in 2.4.17 or 2.5.1
@ 2002-01-15 19:34 Dana Lacoste
  2002-01-16 11:50 ` Luigi Genoni
  0 siblings, 1 reply; 11+ messages in thread
From: Dana Lacoste @ 2002-01-15 19:34 UTC (permalink / raw)
  To: 'Luigi Genoni', Amit Gupta; +Cc: linux-kernel

I have a 2.4 compatible arpd running, but with our
company being bought by a big US software company
I'm having trouble convincing management to allow
the GPL release.  It's becoming very important so
I'm hopeful that I'll be successful shortly, but
until then I have to be quiet :)

--
Dana Lacoste      - Linux Developer
Peregrine Systems - Ottawa, Canada

(Note that Peregrine acquired Loran, and jlayes@loran.com
is an email address of a former employee, so i'm kind of
the relevant person to talk to for arpd stuff, because that
other address won't work :)

> -----Original Message-----
> From: Luigi Genoni [mailto:kernel@Expansa.sns.it]
> Sent: January 15, 2002 10:03
> To: Amit Gupta
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: arpd not working in 2.4.17 or 2.5.1
> 
> 
> Latest  kernel I saw working with arpd (user space daemon) I 
> am manteining
> is 2.2.16, then from 2.4.4 (for 2.4 series), some changes were done to
> kernel so that the kernel does not talk correctly with the device
> /dev/arpd anymore.
> It is not the first time I write about this on lkml, but it 
> seems none is
> interested in manteining the kernel space component for arpd support.
> I did some investigation, but the code for arpd support 
> itself inside of
> the kernel seems to be ok, something else is wrong with neighour.c.
> 
> So at less I can say the user space daemon works well on 2.2.16 I have
> around ;).
> 
> Luigi
> 
> On Mon, 14 Jan 2002, Amit Gupta wrote:
> 
> >
> > Hi All,
> >
> > I am running 2.5.1 kernel on a 2 AMD processor system and 
> have enable
> > routing messages, netlink and arpd support inside kernel as 
> described in
> > arpd docs.
> >
> > Then after making 36 character devices, when I run arpd, 
> it's starts up
> > but always keeps silent (strace) and the kernel also does 
> not keep it's
> > 256 arp address limit.
> >
> > Pls help fix it, I need linux to be able to talk to more than 1024
> > clients.
> >
> > Thanks in Advance.
> >
> > Amit
> > amit.gupta@amd.com
> >
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: arpd not working in 2.4.17 or 2.5.1
@ 2002-01-16 14:06 Dana Lacoste
  2002-01-16 21:15 ` Amit Gupta
  0 siblings, 1 reply; 11+ messages in thread
From: Dana Lacoste @ 2002-01-16 14:06 UTC (permalink / raw)
  To: 'Luigi Genoni', Dana Lacoste; +Cc: Amit Gupta, linux-kernel

Right now it's fully working with 2.4.9, i'll put
2.4.17 on there and see what it does :)

> -----Original Message-----
> From: Luigi Genoni [mailto:kernel@Expansa.sns.it]
> Sent: January 16, 2002 06:50
> To: Dana Lacoste
> Cc: Amit Gupta; linux-kernel@vger.kernel.org
> Subject: RE: arpd not working in 2.4.17 or 2.5.1
> 
> 
> How are you managing /dev/arpd?
> It seems that the kernel is not behaving correctly with this device
> 
> 
> On Tue, 15 Jan 2002, Dana Lacoste wrote:
> 
> > I have a 2.4 compatible arpd running, but with our
> > company being bought by a big US software company
> > I'm having trouble convincing management to allow
> > the GPL release.  It's becoming very important so
> > I'm hopeful that I'll be successful shortly, but
> > until then I have to be quiet :)
> >
> > --
> > Dana Lacoste      - Linux Developer
> > Peregrine Systems - Ottawa, Canada
> >
> > (Note that Peregrine acquired Loran, and jlayes@loran.com
> > is an email address of a former employee, so i'm kind of
> > the relevant person to talk to for arpd stuff, because that
> > other address won't work :)
> >
> > > -----Original Message-----
> > > From: Luigi Genoni [mailto:kernel@Expansa.sns.it]
> > > Sent: January 15, 2002 10:03
> > > To: Amit Gupta
> > > Cc: linux-kernel@vger.kernel.org
> > > Subject: Re: arpd not working in 2.4.17 or 2.5.1
> > >
> > >
> > > Latest  kernel I saw working with arpd (user space daemon) I
> > > am manteining
> > > is 2.2.16, then from 2.4.4 (for 2.4 series), some changes 
> were done to
> > > kernel so that the kernel does not talk correctly with the device
> > > /dev/arpd anymore.
> > > It is not the first time I write about this on lkml, but it
> > > seems none is
> > > interested in manteining the kernel space component for 
> arpd support.
> > > I did some investigation, but the code for arpd support
> > > itself inside of
> > > the kernel seems to be ok, something else is wrong with 
> neighour.c.
> > >
> > > So at less I can say the user space daemon works well on 
> 2.2.16 I have
> > > around ;).
> > >
> > > Luigi
> > >
> > > On Mon, 14 Jan 2002, Amit Gupta wrote:
> > >
> > > >
> > > > Hi All,
> > > >
> > > > I am running 2.5.1 kernel on a 2 AMD processor system and
> > > have enable
> > > > routing messages, netlink and arpd support inside kernel as
> > > described in
> > > > arpd docs.
> > > >
> > > > Then after making 36 character devices, when I run arpd,
> > > it's starts up
> > > > but always keeps silent (strace) and the kernel also does
> > > not keep it's
> > > > 256 arp address limit.
> > > >
> > > > Pls help fix it, I need linux to be able to talk to 
> more than 1024
> > > > clients.
> > > >
> > > > Thanks in Advance.
> > > >
> > > > Amit
> > > > amit.gupta@amd.com
> > > >
> > > >
> > > >
> > > > -
> > > > To unsubscribe from this list: send the line "unsubscribe
> > > linux-kernel" in
> > > > the body of a message to majordomo@vger.kernel.org
> > > > More majordomo info at  
http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> > >
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe
> > linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >
>

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

end of thread, other threads:[~2002-01-17 19:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-15  1:08 arpd not working in 2.4.17 or 2.5.1 Amit Gupta
2002-01-15 15:02 ` Luigi Genoni
2002-01-15 18:59   ` Amit Gupta
2002-01-15 19:58     ` Alan Cox
2002-01-16 11:48       ` Luigi Genoni
2002-01-16 17:33         ` Amit Gupta
2002-01-17 19:49           ` kuznet
  -- strict thread matches above, loose matches on Subject: below --
2002-01-15 19:34 Dana Lacoste
2002-01-16 11:50 ` Luigi Genoni
2002-01-16 14:06 Dana Lacoste
2002-01-16 21:15 ` Amit Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox