Hi,

After having fixed the problem in the OSF/Makefile and successfully
compiling ipf40a30 I have run into the following problem.

Any ipf* command hangs, I did a truss on a random ipfilter
command(ipfstat -ih) and found that it seems to be in a loop. This is
the output from truss:
-- snip --
set_program_attributes(0x0000000120000000, 98304, 0x0000000140000000,
133280) = 0
socket(AF_UNIX, SOCK_DGRAM, PF_UNSPEC)          = 3
getpid()                                        = 10595  [ 10594 ]
sendto(3, 0x000000011FFFB798, 229, 0, 0x000000011FFFB680, 14) Err#2  No
such file or directory
close(3)                                        = 0
getpagesize()                                   = 8192
brk(0x000000014002E8A0)                         = 0
ioctl(1, 0x2000745E, 0x00000000)                = 0
write(1, " i p f :   I P   F i l t".., 34)      = 34
open("/dev/ipl", O_RDONLY, 0110000000)          = 3
ioctl(3, 0xC0387240, 0x000000011FFFBCB0)        = 0
close(3)                                        = 0
open("/dev/ipl", O_RDONLY, 043777736260)        = 3
ioctl(3, 0xC0387240, 0x000000011FFFB920)        = 0
close(3)                                        = 0
open("/dev/ipl", O_RDWR, 040)                   = 3
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
ioctl(3, 0x4004723F, 0x000000011FFFBC88)        = 54
etc etc etc etc ...
-- snip --

The LKM loads fine:
[EMAIL PROTECTED] sysconfig -c ipfilter
[EMAIL PROTECTED] sysconfig -s ipfilter
ipfilter: loaded and configured

My details:
OS: Tru64 UNIX v5.1 with Patchkit 6 + a stdio security
patch(http://ftp.support.compaq.com/patches/public/Readmes/unix/t64v51b2
0-c0172301-17255-es-20030306.README)

Regards,
Martin Andersson

Reply via email to