* ipq_get_msgerr: No such file or directory
@ 2005-03-21 23:40 Robert Scott
0 siblings, 0 replies; 3+ messages in thread
From: Robert Scott @ 2005-03-21 23:40 UTC (permalink / raw)
To: netfilter-devel
I am receiving this error code from ipq_get_msgerr. The read is
successful, and returns a non-zero positive number, but when I call
ipq_message_type on the buffer used to read the packet, I get
NLMSG_ERROR, and then, when I call strerror( ipq_get_msgerr( buffer ))
where "buffer" is the second argument to ipq_read, I receive the error
message "No such file or directory".
This has occurred on a Linux 2.6.8.1 kernel with version 1.2.9 of
iptables. The box where this occurred is acting as a bridge, and this
started happening when the internet connection on one of its interfaces
went down for a few hours.
Any ideas as to why this may be happening?
thanks,
--robert
^ permalink raw reply [flat|nested] 3+ messages in thread
* ipq_get_msgerr: No such file or directory
@ 2005-03-22 20:30 Robert Scott
2005-04-03 17:12 ` Patrick McHardy
0 siblings, 1 reply; 3+ messages in thread
From: Robert Scott @ 2005-03-22 20:30 UTC (permalink / raw)
To: netfilter-devel
I am receiving this error code from ipq_get_msgerr. The read is
successful, and returns a non-zero positive number, but when I call
ipq_message_type on the buffer used to read the packet, I get
NLMSG_ERROR, and then, when I call strerror( ipq_get_msgerr( buffer ))
where "buffer" is the second argument to ipq_read, I receive the error
message "No such file or directory".
This has occurred on a Linux 2.6.8.1 kernel with version 1.2.9 of
iptables. The box where this occurred is acting as a bridge, and this
started happening when the internet connection on one of its interfaces
went down for a few hours.
Any ideas as to why this may be happening?
thanks,
--robert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ipq_get_msgerr: No such file or directory
2005-03-22 20:30 ipq_get_msgerr: No such file or directory Robert Scott
@ 2005-04-03 17:12 ` Patrick McHardy
0 siblings, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2005-04-03 17:12 UTC (permalink / raw)
To: Robert Scott; +Cc: netfilter-devel
Robert Scott wrote:
> I am receiving this error code from ipq_get_msgerr. The read is
> successful, and returns a non-zero positive number, but when I call
> ipq_message_type on the buffer used to read the packet, I get
> NLMSG_ERROR, and then, when I call strerror( ipq_get_msgerr( buffer ))
> where "buffer" is the second argument to ipq_read, I receive the error
> message "No such file or directory".
>
> This has occurred on a Linux 2.6.8.1 kernel with version 1.2.9 of
> iptables. The box where this occurred is acting as a bridge, and this
> started happening when the internet connection on one of its interfaces
> went down for a few hours.
>
> Any ideas as to why this may be happening?
There is only a single place where ip_queue returns -ENOENT, which is
when in ipq_set_verdict when the entry can't be found.
Regards
Patrick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-03 17:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-22 20:30 ipq_get_msgerr: No such file or directory Robert Scott
2005-04-03 17:12 ` Patrick McHardy
-- strict thread matches above, loose matches on Subject: below --
2005-03-21 23:40 Robert Scott
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.