All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] iproute2: Searching for the rune stone. . .
@ 2003-09-10  1:12 Brian Capouch
  2003-09-10  1:31 ` Damion de Soto
  2003-09-10  3:07 ` Dancer Vesperman
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Capouch @ 2003-09-10  1:12 UTC (permalink / raw)
  To: lartc

I'm reading the LARTC HOWTO, and it talks about iproute2.

It doesn't talk about--at least the first one I found with 
google--whether or not this program is still in development. When I go 
to the .ru site that I find when looking for it the latest version I 
find there is from January 2002.

Is that really the latest there is?

I can't get it to build:

gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g 
-I/usr/src/linux/include -I../include -DRESOLVE_HOSTNAMES   -c -o 
utils.o utils.c
In file included from utils.c:28:
/usr/src/linux/include/linux/pkt_sched.h:32: parse error before "__u64"
/usr/src/linux/include/linux/pkt_sched.h:32: warning: no semicolon at 
end of struct or union
/usr/src/linux/include/linux/pkt_sched.h:33: warning: type defaults to 
`int' in declaration of `packets'
. . .

A) I hope this is the right place to ask about this, and B) I hope 
someone can point me in the right direction.

Please forgive me if this isn't where the question ought to be asked.

Thx.

B.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] iproute2: Searching for the rune stone. . .
  2003-09-10  1:12 [LARTC] iproute2: Searching for the rune stone. . Brian Capouch
@ 2003-09-10  1:31 ` Damion de Soto
  2003-09-10  3:07 ` Dancer Vesperman
  1 sibling, 0 replies; 3+ messages in thread
From: Damion de Soto @ 2003-09-10  1:31 UTC (permalink / raw)
  To: lartc

Brian Capouch wrote:
> I'm reading the LARTC HOWTO, and it talks about iproute2.
> 
> It doesn't talk about--at least the first one I found with 
> google--whether or not this program is still in development. When I go 
> to the .ru site that I find when looking for it the latest version I 
> find there is from January 2002.
> 
> Is that really the latest there is?

That's  good question, I was asking myself the same thing yesterday
when I was trying to compile it for the 2.6 kernel.

iproute2 includes kernel headers, which the 2.6 kernel doesn't like and
spits out warnings, which are treated as errors in our dev environment.




-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Damion de Soto - Software Engineer  email:     damion@snapgear.com
SnapGear ---                           ph:         +61 7 3435 2809
  | Custom Embedded Solutions          fax:         +61 7 3891 3630
  | and Security Appliances            web: http://www.snapgear.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] iproute2: Searching for the rune stone. . .
  2003-09-10  1:12 [LARTC] iproute2: Searching for the rune stone. . Brian Capouch
  2003-09-10  1:31 ` Damion de Soto
@ 2003-09-10  3:07 ` Dancer Vesperman
  1 sibling, 0 replies; 3+ messages in thread
From: Dancer Vesperman @ 2003-09-10  3:07 UTC (permalink / raw)
  To: lartc

Primary FTP site is:
                                                                                                                            
        ftp://ftp.inr.ac.ru/ip-routing/
                                                                                                                            
Mirrors are:
                                                                                                                            
        ftp://linux.wauug.org/pub/net
        ftp://ftp.nc.ras.ru/pub/mirrors/ftp.inr.ac.ru/ip-routing/
        ftp://ftp.gts.cz/MIRRORS/ftp.inr.ac.ru/
        ftp://ftp.funet.fi/pub/mirrors/ftp.inr.ac.ru/ip-routing/ (STM1
to USA)
        ftp://sunsite.icm.edu.pl/pub/Linux/iproute/
        ftp://ftp.sunet.se/pub/Linux/ip-routing/
        ftp://ftp.nvg.ntnu.no/pub/linux/ip-routing/
        ftp://ftp.crc.ca/pub/systems/linux/ip-routing/
        ftp://ftp.proxad.net/mirrors/ftp.inr.ac.ru/ip-routing/
        ftp://donlug.dn.ua/pub/mirrors/ip-routing/
        ftp://omni.rk.tusur.ru/mirrors/ftp.inr.ac.ru/ip-routing/
        ftp://ftp.src.uchicago.edu/pub/linux/ip-routing/
        http://www.asit.ro/ip-routing/
        ftp://ftp.infoscience.co.jp/pub/linux/ip-routing/ (Japan)
        ftp://ftp.sucs.swan.ac.uk/pub/mirrors/ftp.inr.ac.ru/ip-routing
        http://mirror.schell.de/ftp.inr.ac.ru/ip-routing/ (Germany)
        ftp://ftp.gin.cz/MIRRORS/ftp.inr.ac.ru/ip-routing
        ftp://mirror.aarnet.edu.au/pub/ip-routing/  (Australia)
        http://mirror.aarnet.edu.au/pub/ip-routing/ (Australia)
                                                                                                                            
RPMs are available at:
        ftp://omni.rk.tusur.ru/Tango/
       
ftp://ftp4.dgtu.donetsk.ua/pub/BlackCat/6.0/contrib/SRPMS/i[35]86/
                                                                                                                            
Debian packages are available with:
	apt-get install iproute


On Wed, 2003-09-10 at 11:12, Brian Capouch wrote:
> I'm reading the LARTC HOWTO, and it talks about iproute2.
> 
> It doesn't talk about--at least the first one I found with 
> google--whether or not this program is still in development. When I go 
> to the .ru site that I find when looking for it the latest version I 
> find there is from January 2002.
> 
> Is that really the latest there is?
> 
> I can't get it to build:
> 
> gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g 
> -I/usr/src/linux/include -I../include -DRESOLVE_HOSTNAMES   -c -o 
> utils.o utils.c
> In file included from utils.c:28:
> /usr/src/linux/include/linux/pkt_sched.h:32: parse error before "__u64"
> /usr/src/linux/include/linux/pkt_sched.h:32: warning: no semicolon at 
> end of struct or union
> /usr/src/linux/include/linux/pkt_sched.h:33: warning: type defaults to 
> `int' in declaration of `packets'
> . . .
> 
> A) I hope this is the right place to ask about this, and B) I hope 
> someone can point me in the right direction.
> 
> Please forgive me if this isn't where the question ought to be asked.
> 
> Thx.
> 
> B.
> 
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
-- 

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2003-09-10  3:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-10  1:12 [LARTC] iproute2: Searching for the rune stone. . Brian Capouch
2003-09-10  1:31 ` Damion de Soto
2003-09-10  3:07 ` Dancer Vesperman

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.