> It looks like I've got something funky going on with my Gentoo box.
> I'm not running a host-based firewall, other network stuff on that box
> works fine, and the box is able to communicate directly with the
> router. I'm quite puzzled.
cliff ~ # strace flow-receive 0/0/9800
<snipping various libraries loading>
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [4194304], 4) = 0
write(2, "flow-receive: setsockopt(size=41"..., 39flow-receive:
setsockopt(size=4194304)
) = 39
bind(3, {sa_family=AF_INET, sin_port=htons(9800),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
setsockopt(3, SOL_IP, IP_PKTINFO, [1], 4) = 0
time(NULL) = 1134765625
select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
time(NULL) = 1134765626
select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
time(NULL) = 1134765627
select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
time(NULL) = 1134765628
select(4, [3], NULL, NULL, {1, 0} <unfinished ...>
It'll continue to select() forever until I ^C out.
-Ben
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools