search for: reply_read_and_x

Displaying 7 results from an estimated 7 matches for "reply_read_and_x".

2003 Dec 01
0
No subject
...8/01 18:23:39, 3] smbd/process.c:switch_message(448) switch message SMBclose (pid 1511) --- After the 4 tries, it starts reading at 18:23:41, one second later -- [2000/08/01 18:23:41, 3] smbd/process.c:switch_message(448) switch message SMBreadX (pid 1511) [2000/08/01 18:23:41, 3] smbd/reply.c:reply_read_and_X(2322) readX fnum=4401 min=61440 max=61440 nread=61440 [2000/08/01 18:23:41, 3] smbd/process.c:process_smb(618) Transaction 255 of length 63 [2000/08/01 18:23:41, 3] smbd/process.c:switch_message(448) switch message SMBreadX (pid 1511) --- It transfers in a pattern I don't happen to grok:...
2000 Jul 31
3
Samba 2.0.7 & Transfer speeds
infernix wrote: > Copying a 107MB mp3 file takes almost 4 minutes (238 seconds) > when I copy it with samba. [Using windows explorer under Windows 2000 --dave] > With FTP, it takes 27 seconds. > 238 divided by 27 = 8.5 times slower. Ho boy, that's bad. > I have several machines available to do testing, but you'd have to let me > know how and what. I am a linux
2002 Oct 06
1
Show stopper - 2nd cry for help
...ss.c:switch_message(685) switch message SMBreadX (pid 9981) [2002/10/05 21:50:59, 3] smbd/sec_ctx.c:set_sec_ctx(329) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2002/10/05 21:50:59, 3] smbd/sec_ctx.c:set_sec_ctx(334) 8 user groups: 0 0 2 3 4 5 20 31 [2002/10/05 21:50:59, 3] smbd/reply.c:reply_read_and_X(2485) readX fnum=4726 min=4096 max=4096 nread=4096 [2002/10/05 21:50:59, 3] smbd/process.c:process_smb(878) Transaction 11 of length 63 [2002/10/05 21:50:59, 3] smbd/process.c:switch_message(685) switch message SMBreadX (pid 9981) [2002/10/05 21:50:59, 3] smbd/sec_ctx.c:set_sec_ctx(329) set...
2003 Feb 24
5
XP irratic delay in opening files....
...] smbd/process.c:switch_message(667) switch message SMBreadX (pid 10033) [2003/02/24 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(313) setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0 [2003/02/24 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(319) 1 user groups: 99 [2003/02/24 15:53:42, 3] smbd/reply.c:reply_read_and_X(2381) readX fnum=12980 min=4096 max=4096 nread=4096 [2003/02/24 15:53:42, 3] smbd/process.c:process_smb(860) Transaction 7348 of length 142 [2003/02/24 15:53:42, 3] smbd/process.c:switch_message(667) switch message SMBntcreateX (pid 10033) [2003/02/24 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(3...
1999 May 28
2
Help! problems with Arcserve. Can someone decrypt the logs ?
...481 of length 64 [1999/05/28 08:56:33, 3] smbd/process.c:switch_message(448) switch message SMBreadX (pid 32737) [1999/05/28 08:56:33, 3] lib/doscalls.c:dos_ChDir(336) dos_ChDir to /etc [1999/05/28 08:56:33, 3] lib/doscalls.c:dos_ChDir(336) dos_ChDir to / [1999/05/28 08:56:33, 3] smbd/reply.c:reply_read_and_X(2263) readX fnum=4872 min=1024 max=1024 nread=1024 [1999/05/28 08:56:33, 3] smbd/process.c:process_smb(615) Transaction 550482 of length 46 [1999/05/28 08:56:33, 3] smbd/process.c:switch_message(448) switch message SMBclose (pid 32737) [1999/05/28 08:56:33, 3] lib/doscalls.c:dos_ChDir(336)...
2009 Oct 23
3
tdb locking issue - Solaris 10 and Samba 3.0.33
...ff0398c0 fcntl (a, 23, ffbff6f8, 7e9c, fee02a00, 18a564) + 18 002822e8 tdb_brlock (4c18e0, 7e9c, 2, 23, 0, 1) + 90 002825f0 tdb_lock (4c18e0, 1f7d, 2, 0, 20, 0) + 16c 0020982c ???????? (0, 6833f8, 1, 5cb1d0, 5cb1e0, 40c7d8) 00202d18 is_locked (6833f8, feff, 0, 40c7d8, 0, 0) + 280 00091820 reply_read_and_X (6ded80, 6be900, 3f, 6833f8, 20000, 7) + 2d4 000d35ec ???????? (6be900, 69e4b0, 6be900, 3f, 20000, 8e94) 000d3728 ???????? (9400, 6be900, 3f, 20000, 9400, 0) 000d399c ???????? (69e4b0, 6be900, 4134a0, 6cc8, 40c7d8, 6c00) 000d4b78 smbd_process (6800, 40c7d8, 93a80, 20441, d, 0) + 1ec 00338f38 m...
2003 Dec 01
0
No subject
...re highly appreciated. Thanks a lot, Ephi. Example of one of the changes I made: ============================= /*************************************************************************** * reply to a read and X **************************************************************************** / int reply_read_and_X(connection_struct *conn, char *inbuf,char *outbuf,int length,int bufsize) { /*added to support sendfile start */ int outsize; off_t sbytes; struct sf_hdtr smb_sf_hdtr; struct iovec smb_hdr[1]; int smb_com2; /*added to support sendfile end */ files_struct *fsp = file_fsp(inbuf,smb_...