Bugzilla – Bug 133466
fuser broken
Last modified: 2005-12-20 11:05:30 UTC
Just found in fresh build environment: g31:/ # fuser -4 -sn tcp 25,localhost Cannot resolve local port 25,localhost: Servname not supported for ai_socktype with the old fuser from 10.0 it works g31:/ # /tmp/fuser -4 -sn tcp 25,localhost /space: No such file or directory /media/floppy: No such file or directory /media/usbdisk: No such file or directory /media/usbdisk: No such file or directory .. beside the warning about the not found parititions.
IMHO the argument parser is broken or the manual page isn't uptodate.
I'm using now fuser -4 -sn tcp 25 without appending ,localhost and this does the job with the new and the old fuser.
Fixed with newest version