This is the mail archive of the cygwin@cygwin.com 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: ls hanging with named pipes through samba


Hi Kaj

It could be a problem with mapping a named pipe through CIFS through cygwin to ls,
either samba or cygwin could be trying to get some information on a non supported
type (not supported by one of the intervening steps/protocols).

You could try to make samba generate some debug to see which operation the client
(cygwin library) is doing, it could be some other operation that are mapped to an
open (by samba) followed by something or it could be that the client really are
opening the file.

Knowing the CIFS operation samba is responding to will make it possible to see
what and why samba are/is locking and why this blocks other samba daemons.

kill -USR1 <PID> to increase the debug level, newer samba versions has the
smbcontrol (smbcontrol <PID> debug <num>)

/FK

Kaj Mikkelsen wrote:
> 
>    Part 1.1    Type: Plain Text (text/plain)
>            Encoding: quoted-printable

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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