https://bugzilla.novell.com/show_bug.cgi?id=249770 mkoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from mkoenig@novell.com 2007-03-05 03:53 MST ------- Well, I cannot reproduce this excactly in the same way, but yes this seems to be broken. The ouput of the pipe is understandable if one takes a look where fuser writes its ouput: sor:~ # fuser -m /suse/* 1> /dev/null /suse/mkoenig/: ccccccccccccccccccccccccccccccc sor:~ # fuser -m /suse/* 2> /dev/null 4049 4050 26127 26195 26213 26218 26222 26233 26236 26362 26383 26411 26447 26466 26524 26712 5612 890 11436 13350 13355 7877 8870 11949 28555 4574 29850 8308 31696 22625 3303 3863 So fuser writes the pid's to stdout and the additional information to stderr! The cut and sed commands are not necessary for extracting the pid's. The fuser -k version looks good. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.