Displaying 1 result from an estimated 1 matches for "pipefil".
Did you mean:
  pipefail
  
2002 Mar 01
1
PATCH - smbd/trans2.c to support writing to Unix named pipes(FIFO)
...002/02/28 19:27:11, 3]
smbd/error.c:error_packet(103)                         
  error packet at smbd/trans2.c(1604) cmd=50 (SMBtrans2)
NT_STATUS_ACCESS_DENIED
[2002/02/28 19:27:11, 5]
lib/util.c:show_msg(275)                               
The problem is that system is trying to do an lseek on a pipefile, 
which, rightly so returns an error.  I have no idea why Windows 9X 
clients don't do this!
The code in question is in (samba 2.2.3a)
smbd/trans2.c:1603
----------------------------------------------------------------------
call_trans2qfilepathinfo:
------------------------------------------...