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]

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


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/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

Works with fuser from psmisc-21.5 so it seems to be a bug in fuser
itself.  I'll look into it the next couple of days (if nobody beats
me to it).


Thanks for the report,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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]