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

2012-02-15 Thread Corinna Vinschen
On Feb 15 18:40, Christian Franke wrote: > 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/n

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

2012-02-15 Thread Christian Franke
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 ope