Joe, I reproduced it playing with the list subcommand. However, looking at what is happening I just realized that the problem most likely isn't with the sleep command as originally spelled out within the defect. What appears to me to be happening is that the dns-sd command never terminates after being started. It simply hangs there waiting for more information over wire from the broadcast. So I think what is actually terminating is dns-sd. I'll play around some more and see if I can get the correct error to spit out again from list.
I withdraw the request. John Joseph J. VLcek wrote: > John Fischer wrote: >> All, >> >> Another fairly straight forward fix for an error message appearing on >> the command line. >> >> webrev: >> >> http://cr.opensolaris.org/~johnfisc/sleep-4175 >> >> Open Solaris defect: >> >> 4175 - install list error slips out >> >> The fix is to not use the built-in shell sleep function but use the >> system sleep (/usr/bin/sleep). >> >> When someone has a chance I would appreciate a review. >> >> Thanks, >> >> John >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss > John, > > How did you test this? Were you able to reproduce the symptom described > in bug 4175? > > I ask because I am surprised that the built in sleep is the problem > behind this issue. Maybe I'm wrong and it actually is but I'd feel > better about this proposed fix knowing you were able to confirm it. > > Thanks. Joe
