Closed
Bug 63531
Opened 25 years ago
Closed 25 years ago
NT nssqa starts tail -f when started from at
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sonja.mirtitsch, Assigned: sonja.mirtitsch)
Details
Attachments
(1 file)
|
924 bytes,
patch
|
Details | Diff | Splinter Review |
need to find a way around this, the jobs hang
| Assignee | ||
Comment 1•25 years ago
|
||
The problem is not only that tail -f is being started, it is also that the tail
is not being killed properly, at or terminal started alike.
This is connected to the MKS shell not reporting the correct PID with $!, fixed
by greping the ps for "tail -f $LOGFILE" and killing the corresponding pid.
I have a patch that I will attach to this bug and would like to be approved,
since I want to eliminate all known Windows QA problems
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
You can check this in.
| Assignee | ||
Comment 4•25 years ago
|
||
checked the patch in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•