Closed
Bug 63447
Opened 24 years ago
Closed 24 years ago
certutil -N attempts to explicitly open tty for write
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sonja.mirtitsch, Assigned: bugz)
Details
Attachments
(1 file)
2.58 KB,
text/plain
|
Details |
fails with rsh and cron
This bug in turn causes the auth tests to be unreliable, since the generated
cert DB is without password
errormessage "Error opening output terminal for write"
Please note that also the output of the rsh set -x seems to be corrupted in the
attachement
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
the password handling was a bit screwy... If the password was provided from a
file or in a string, an input terminal was not opened (correct), but an output
terminal was (darn!). So now things are reordered, and the I/O stuff is only
reached when actually pulling a password from a terminal.
Will leave as new until QA turns green (that didn't sound right :)
Assignee | ||
Comment 3•24 years ago
|
||
AFAIK, this has not reappeared. Marking as fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•