Re: NNTP server (inn-2.4.1) on OpenBSD 3.7?

2005-07-14 Thread Rob Foster
I get the same error (below in detail)

inn hasn't been working right either. news gets into the tradspool but
doesn't make it into the index correctly. I get the old 1 new
message but when slected isn't found all the time during my test.
Dunno if that's related.

ok 82
not ok 83
  wanted 972808200 seen 972811800
  001029 013000 1
not ok 84
  wanted 972808200 seen 972811800
  20001029 013000 1
ok 85
not ok 86
  wanted 97280 seen 972813599
  001029 015959 1
not ok 87
  wanted 97280 seen 972813599
  20001029 015959 1
ok 88



NNTP server (inn-2.4.1) on OpenBSD 3.7?

2005-07-13 Thread Kevin
I notice that there are no full-service NNTP servers included in ports
under 3.7?

When testing inn-2.4.1, I noticed that make test results in two failures,
lib/date and lib/setenv.


Failed Set Fail/Total (%) Skip Stat  Failing Tests
-- --    
lib/date  4/94 4%00  83-84, 86-87
lib/setenv0/0  0%04  aborted
. . .
$ ./tests/lib/date.t
94
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
not ok 83
  wanted 972808200 seen 972811800
  001029 013000 1
not ok 84
  wanted 972808200 seen 972811800
  20001029 013000 1
ok 85
not ok 86
  wanted 97280 seen 972813599
  001029 015959 1
not ok 87
  wanted 97280 seen 972813599
  20001029 015959 1
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
ok 94
$ ./tests/lib/setenv.t
tests/lib/setenv.tr: rtld mmap failed mapping /usr/lib/libc.so.34.2.
tests/lib/setenv.tr: rtld mmap failed mapping /usr/lib/libc.so.34.2.
tests/lib/setenv.tr: can't load library 'libc.so.34.2'
$ ls -la /usr/lib/libc.so.34.2
-r--r--r--  1 root  bin  693081 Mar 20 00:46 /usr/lib/libc.so.34.2
$ exit

It appears that the setenv test failure may be a ulimit issue with
mmap (ktrace shows  mmap -1 errno 12 Cannot allocate memory),
I am more concerned about the date test failure.


If I try 2.4.2, the problem gets worse:

$ cd ../inn-2.4.2 ; make test
. . . 
Failed Set Fail/Total (%) Skip Stat  Failing Tests
-- --    
lib/date  4/94 4%00  83-84, 86-87
lib/setenv0/0  0%04  aborted
lib/uwildmat  1/1661%00  110
. . .

Are these make test errors all safe to ignore?

Can anybody report running INN on OpenBSD 3.7?  If so, which version?


Thanks,

Kevin Kadow