[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00783) Problems with Zebra and 2.4.9/USAGI 2001/09/03
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 00783) Problems with Zebra and 2.4.9/USAGI 2001/09/03
- From: Alberto Escudero-Pascual <aep@xxxxxxxxx>
- Date: Fri, 14 Sep 2001 09:29:53 +0200 (CEST)
- Cc: zebra@xxxxxxxxx
- In-reply-to: <200109141603.FMLAAA19067.usagi-users@linux-ipv6.org>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Cheers from Sweden, Usagi-Users!
I am running Linux with two configurations
- Kernel 2.4.4 with USAGI (2001-02-05) and Zebra 0.92a
- Kernel 2.4.9 with the latest snapshot of USAGI (2001-09-03) and Zebra
0.92a
The second configuration freezes my machine
I send you the "strace" results:
It looks like i can not bind the socket, any ideas?
Here comes the logs:
strace zebra -l -P 1001 1&> log
Kernel 2.4.9 + USAGI 2001-09-03
-------------------------------
socket(PF_INET6, SOCK_STREAM, 6) = 10
setsockopt(10, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(10, {sin_family=AF_INET6, sin6_port=htons(1001), inet_pton(AF_INET6,
"::",
&sin6_addr), sin6_flowinfo=htonl(0)}}, 28) = 0
listen(10, 3) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 11
setsockopt(11, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(11, {sin_family=AF_INET, sin_port=htons(1001),
>>>>>>>>>>>sin_addr=inet_addr("0.0.0.0")}}, 16) = -1 EADDRINUSE (Address
already in use)
close(11) = 0
select(1024, [6 8 10], [], [], NULL
Kernel 2.4.4 + USAGI 2001-02-05
-------------------------------
open("/var/run/zebra.pid", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 10
fstat64(10, {st_mode=S_IFREG|0640, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x4001a000
write(10, "848\n", 4) = 4
close(10) = 0
munmap(0x4001a000, 4096) = 0
getpid() = 848
socket(PF_INET6, SOCK_STREAM, 6) = 10
setsockopt(10, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(10, {sin_family=AF_INET6, sin6_port=htons(1001), inet_pton(AF_INET6,
"::",
&sin6_addr), sin6_flowinfo=htonl(0)}}, 28) = 0
listen(10, 3) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 11
setsockopt(11, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(11, {sin_family=AF_INET, sin_port=htons(1001),
>>>>>>>>>>> sin_addr=inet_addr("0.0.0.0")}}, 16) = 0
listen(11, 3) = 0
select(1024, [6 8 10 11], [], [], NULL) = 1 (in [8])
gettimeofday({1000450757, 101483}, NULL) = 0