This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

psmisc-22.14-1: fuser command does not longer work


fuser reports missing /proc/net/unix and does not list any used files:

$ cygcheck -f /bin/cygwin1.dll
cygwin-1.7.10-1

$ cygcheck -f /bin/fuser
psmisc-22.14-1

$ sleep 100 > /tmp/foo &
[1] 4132

$ fuser /tmp/foo
Cannot open /proc/net/unix: No such file or directory

$ fuser -a /tmp/foo
Cannot open /proc/net/unix: No such file or directory
/tmp/foo:

$ ls -l /proc/4132/fd
total 0
lrwxrwxrwx 1 franke none 0 Feb 15 18:35 0 -> /dev/pty1
lrwxrwxrwx 1 franke none 0 Feb 15 18:35 1 -> /tmp/foo
lrwxrwxrwx 1 franke none 0 Feb 15 18:35 2 -> /dev/pty1


Christian



-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]