From daemon@netmediatech.com Fri Nov 15 11:13:21 1996
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id LAA17378 for <bugs@RT-11.MIT.EDU>; Fri, 15 Nov 1996 11:13:20 -0500
Received: from netmediatech.com by MIT.EDU with SMTP
id AA07884; Fri, 15 Nov 96 11:13:18 EST
Received: from net ([207.34.208.137]) by media.netmediatech.com with SMTP id <38918-2288>; Fri, 15 Nov 1996 11:13:48 -0500
Message-Id: <328C96A9.167E@netmediatech.com>
Date: Fri, 15 Nov 1996 11:13:29 -0500
From: Peter Ziobrzynski <pzi@netmediatech.com>
Sender: daemon <daemon@netmediatech.com>
To: unlisted-recipients:;;@netmediatech.com (no To-header on input)
Cc: krb5-bugs@MIT.EDU
Subject: db2 checks depend on /usr/dict/words
References: <328B7B4A.41C6@netmediatech.com>
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: tlyu
Responsible-Changed-When: Fri Nov 15 16:30:08 1996
Responsible-Changed-Why:
refiled
Responsible-Changed-From-To: krb5-unassigned->eichin
Responsible-Changed-By: eichin
Responsible-Changed-When: Sat Nov 23 17:59:50 1996
Responsible-Changed-Why:
This was on the list of things I put in before the branch.
State-Changed-From-To: open-feedback
State-Changed-By: eichin
State-Changed-When: Sat Nov 23 17:59:56 1996
State-Changed-Why:
run.test now looks for the test/dictionary file that is included in
the db2 sources, and uses that directly if possible (though some tests
will warn and skip because they need larger numbers of words.)
However, I'll also note that dictionary files do exist for linux; in
Debian, there is a "wenglish" package that provides them, not sure
where Slackware might have them but it should.
State-Changed-From-To: feedback-closed
State-Changed-By: tytso
State-Changed-When: Fri Mar 28 01:40:23 1997
State-Changed-Why: Problem fixed; 1.0 release looks for test/dictionary file
Well, I learned from Sam <hartmans@mit.edu> that this is fixed in Beta
7.
I tried Beta 7 and it looks like a major work has been done on the
testing side of things. I found one small glitch:
the tests are dependent on the access to the dictionary
file 'words'. On Linux (Slackware96) there is no such file
to be found. The test in krb5-beta7/src/util/db2/test/run.test
fails right at the beginning of the 'make check'.
It would be a good idea to include the words file in the package
or mention that it depends on the access to this file in the
documentation
(krb5-install.texi).
--
Peter Ziobrzynski, netMedia Technology Inc. <pzi@netmediatech.com>
204 Richmond St. #300, Toronto Ontario, Canada, M5V-1V6
tel.(416) 596-8520x242, fax.(416) 596-8610
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id LAA17378 for <bugs@RT-11.MIT.EDU>; Fri, 15 Nov 1996 11:13:20 -0500
Received: from netmediatech.com by MIT.EDU with SMTP
id AA07884; Fri, 15 Nov 96 11:13:18 EST
Received: from net ([207.34.208.137]) by media.netmediatech.com with SMTP id <38918-2288>; Fri, 15 Nov 1996 11:13:48 -0500
Message-Id: <328C96A9.167E@netmediatech.com>
Date: Fri, 15 Nov 1996 11:13:29 -0500
From: Peter Ziobrzynski <pzi@netmediatech.com>
Sender: daemon <daemon@netmediatech.com>
To: unlisted-recipients:;;@netmediatech.com (no To-header on input)
Cc: krb5-bugs@MIT.EDU
Subject: db2 checks depend on /usr/dict/words
References: <328B7B4A.41C6@netmediatech.com>
Show quoted text
>Number: 196
>Category: krb5-misc
>Synopsis: db2 checks depend on /usr/dict/words
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: eichin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Nov 15 11:14:00 EST 1996
>Last-Modified: Fri Mar 28 01:40:49 EST 1997
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Category: krb5-misc
>Synopsis: db2 checks depend on /usr/dict/words
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: eichin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Nov 15 11:14:00 EST 1996
>Last-Modified: Fri Mar 28 01:40:49 EST 1997
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: tlyu
Responsible-Changed-When: Fri Nov 15 16:30:08 1996
Responsible-Changed-Why:
refiled
Responsible-Changed-From-To: krb5-unassigned->eichin
Responsible-Changed-By: eichin
Responsible-Changed-When: Sat Nov 23 17:59:50 1996
Responsible-Changed-Why:
This was on the list of things I put in before the branch.
State-Changed-From-To: open-feedback
State-Changed-By: eichin
State-Changed-When: Sat Nov 23 17:59:56 1996
State-Changed-Why:
run.test now looks for the test/dictionary file that is included in
the db2 sources, and uses that directly if possible (though some tests
will warn and skip because they need larger numbers of words.)
However, I'll also note that dictionary files do exist for linux; in
Debian, there is a "wenglish" package that provides them, not sure
where Slackware might have them but it should.
State-Changed-From-To: feedback-closed
State-Changed-By: tytso
State-Changed-When: Fri Mar 28 01:40:23 1997
State-Changed-Why: Problem fixed; 1.0 release looks for test/dictionary file
Show quoted text
>Unformatted:
Peter Ziobrzynski wrote:Show quoted text
>
> I compiled krb5-beta6 on Slackware 96 Linux and then ran 'make check'.
> The tests in krb5-beta6/src/lib/crypto/sha fail with the following
> output:
>
> Any ideas what is wrong?
>
> I am using sources from:
> ATHENA-DIST.MIT.EDU:/pub/kerberos/dist/960606
> --
> Peter Ziobrzynski, netMedia Technology Inc. <pzi@netmediatech.com>
> 204 Richmond St. #300, Toronto Ontario, Canada, M5V-1V6
> tel.(416) 596-8520x242, fax.(416) 596-8610
> I compiled krb5-beta6 on Slackware 96 Linux and then ran 'make check'.
> The tests in krb5-beta6/src/lib/crypto/sha fail with the following
> output:
>
> > make[1]: Entering directory `/usr/local/src/kerb/krb5-beta6/src/lib/crypto/sha'
> > ./t_shs -x
> > Running SHS test 1 ...
> > SHS test 1 failed
> > make[1]: *** [check-unix] Error 255
> > > ./t_shs -x
> > Running SHS test 1 ...
> > SHS test 1 failed
> > make[1]: *** [check-unix] Error 255
> Any ideas what is wrong?
>
> I am using sources from:
> ATHENA-DIST.MIT.EDU:/pub/kerberos/dist/960606
> --
> Peter Ziobrzynski, netMedia Technology Inc. <pzi@netmediatech.com>
> 204 Richmond St. #300, Toronto Ontario, Canada, M5V-1V6
> tel.(416) 596-8520x242, fax.(416) 596-8610
Well, I learned from Sam <hartmans@mit.edu> that this is fixed in Beta
7.
I tried Beta 7 and it looks like a major work has been done on the
testing side of things. I found one small glitch:
the tests are dependent on the access to the dictionary
file 'words'. On Linux (Slackware96) there is no such file
to be found. The test in krb5-beta7/src/util/db2/test/run.test
fails right at the beginning of the 'make check'.
It would be a good idea to include the words file in the package
or mention that it depends on the access to this file in the
documentation
(krb5-install.texi).
--
Peter Ziobrzynski, netMedia Technology Inc. <pzi@netmediatech.com>
204 Richmond St. #300, Toronto Ontario, Canada, M5V-1V6
tel.(416) 596-8520x242, fax.(416) 596-8610