search for: info_level

Displaying 20 results from an estimated 62 matches for "info_level".

2005 May 30
2
smbclient hangs
Hello, I'm having problems with using smbclient on a win2k share. The server runs samba 3.0.14a on Solaris 9. I want to tar the whole directory of a share. Into a file on the server What I found out so far is, that it works until a maximum file count of 35. It is not size dependant but if the file count in that share exceeds more than 35 the smbclient hangs for ever and with the time is
2014 Jun 27
0
CentOS6.5 Samba 3.6.9 Windows8.1 login possible after 15 minutes after logoff
...length 120 (0 toread) [2014/06/25 10:09:49.432273, 3] smbd/process.c:1467(switch_message) switch message SMBtrans2 (pid 9685) conn 0x7f802ccbf110 [2014/06/25 10:09:49.432355, 3] smbd/trans2.c:8044(call_trans2setfilepathinfo) call_trans2setfilepathinfo(8) profile.V4/ntuser.ini (fnum 14628) info_level=1004 totdata=40 [2014/06/25 10:09:49.432415, 3] smbd/trans2.c:7621(smbd_do_setfilepathinfo) smbd_do_setfilepathinfo: profile.V4/ntuser.ini (fnum 14628) info_level=1004 totdata=40 [2014/06/25 10:09:49.432952, 3] smbd/process.c:1662(process_smb) Transaction 38401 of length 45 (0 toread) [201...
2003 Jul 18
0
patch: smbclient lost some files
...//www.second-software.com/ -------------- next part -------------- --- clilist.c-orig 2003-03-15 06:34:48.000000000 +0900 +++ clilist.c 2003-07-18 12:01:16.000000000 +0900 @@ -184,7 +184,12 @@ int cli_list_new(struct cli_state *cli,c SSVAL(param,2,max_matches); /* max count */ SSVAL(param,4,info_level); SIVAL(param,6,0); /* ff_resume_key */ +#ifdef DONT_USE_SEARCH_CONTINUE + SSVAL(param,10,4+2); /* resume required + close on end */ +#else SSVAL(param,10,8+4+2); /* continue + resume required + close on end */ +#endif + p = param+12; p += clistr_push(cli, param+12, mask, -1,...
2014 Feb 04
1
Samba 3.6.3 and NT_STATUS_INVALID_PARAMETER
...) conn 0x7fa636791580 [2014/02/04 12:34:49.806835, 4] smbd/uid.c:351(change_to_user) Skipping user change - already user [2014/02/04 12:34:49.806860, 3] smbd/trans2.c:8049(call_trans2setfilepathinfo) call_trans2setfilepathinfo(8) bw-gen/node93-ae945955-8d98-11e3-8969-d10c885bfb91 (fnum 16721) info_level=1020 totdata=8 [2014/02/04 12:34:49.806883, 3] smbd/trans2.c:7626(smbd_do_setfilepathinfo) smbd_do_setfilepathinfo: bw-gen/node93-ae945955-8d98-11e3-8969-d10c885bfb91 (fnum 16721) info_level=1020 totdata=8 [2014/02/04 12:34:49.806904, 10] smbd/trans2.c:6728(smb_set_file_end_of_file_info) smb_s...
2015 Mar 30
2
Samba on AIX, issues setting read-only flag on files through Windows Explorer?
Hello list :) I am having issues setting the "read-only" flag via Windows Explorer on my AIX Samba share and I was hoping someone out there would be able to point me into the right direction to solving this issue... I have on my AIX 7.1 system installed Samba 3.6.24 and configured, joined to our Windows domain successfully. The samba binaries I got from perzl.org/aix In my smb.conf I
2002 Jun 25
1
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
Can someone share the smbfs-2.4.19-pre9-readdir.patch. -----Original Message----- From: David.Lee@bisus.com [mailto:David.Lee@bisus.com] Sent: Tuesday, June 25, 2002 4:21 PM To: vlads@sympatico.ca; urban@teststation.com Cc: samba@lists.samba.org; David.Lee@bisus.com Subject: [Samba] RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2) Vlad. I still got the same problem - 'ls | wc -l'
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...default: + break; + } + return result; } @@ -1366,6 +1594,8 @@ char *p, *mask, *param = server->temp_buf; __u16 command; int first, entries, entries_seen; + + /* Both NT and OS/2 accept info level 1 (but see note below). */ int info_level = 260; const int max_matches = 512; @@ -1375,11 +1605,18 @@ int resp_param_len = 0; int ff_searchcount = 0; int ff_eos = 0; + int ff_lastname = 0; int ff_dir_handle = 0; int loop_count = 0; int mask_len, i, result; static struct...
2000 Mar 20
0
smbfs patch - listing large direcories from an OS/2 server
...aSYSTEM | aHIDDEN | aDIR); WSET(param, 2, max_matches); /* max count */ - WSET(param, 4, - SMB_CONTINUE_BIT|SMB_CLOSE_IF_END); + WSET(param, 4, SMB_CLOSE_IF_END); WSET(param, 6, info_level); DSET(param, 8, 0); } else { - /* we don't need the mask after the first bit */ - mask_len = 0; - mask[0] = 0; - command = TRANSACT2_FINDNEXT; #ifd...
2002 Aug 21
1
Groupmember of more than 32 Groups
...: 500 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 [2002/08/21 09:57:51, 3] smbd/trans2.c:call_trans2qfsinfo(1307) call_trans2qfsinfo: level = 261 [2002/08/21 09:57:51, 4] smbd/trans2.c:call_trans2qfsinfo(1483) SMBtrans2 info_level = 261 I found some news about that problem at <http://radu.rendec.ines.ro/howto/32groups.html> and <http://lists.uugrn.org/uugrn/02/05/6936.html> which tells me to change the value of NGROUPS and NGROUPS_MAX in /usr/src/linux/include/linux/limits.h and /usr/src/linux/include/asm/para...
2004 Sep 14
1
quota-support seems to be broken in 3.0.6/3.0.7
...ytesSector=512, cUnitTotal=967120, cUnitAvail=910064 [2004/09/14 03:41:46, 6] lib/util_sock.c:write_socket(432) write_socket(22,92) [2004/09/14 03:41:46, 6] lib/util_sock.c:write_socket(435) write_socket(22,92) wrote 92 [2004/09/14 03:41:46, 4] smbd/trans2.c:call_trans2qfsinfo(2087) SMBtrans2 info_level = 1007 [2004/09/14 03:41:46, 6] smbd/process.c:process_smb(889) got message type 0x0 of len 0xc8 [2004/09/14 03:41:46, 3] smbd/process.c:process_smb(890) Transaction 84 of length 204 [2004/09/14 03:41:46, 5] lib/util.c:show_msg(456) [2004/09/14 03:41:46, 5] lib/util.c:show_msg(466) size=200...
2009 Mar 11
2
chown failure on a samba share
...read only = No guest ok = Yes writable = yes printable = yes ls -l /tmp/cifstest8/file2 -rwxrwxrwx 1 root root 0 Mar 10 10:47 /tmp/cifstest8/file2 [2009/03/10 11:40:24, 3] smbd/trans2.c:6831(call_trans2setfilepathinfo) call_trans2setfilepathinfo(6) file2 (fnum -1) info_level=512 totdata=100 [2009/03/10 11:40:24, 10] smbd/trans2.c:6069(smb_set_file_unix_basic) smb_set_file_unix_basic: SMB_SET_FILE_UNIX_BASIC: name = file2 size = 0, uid = 65534, gid = 65533, raw perms = 037777777777 [2009/03/10 11:40:24, 10] smbd/trans2.c:6129(smb_set_file_unix_basic) smb_set_file_un...
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...Tue, Mar 29, 2016 at 4:03 PM, Jeremy Allison <jra at samba.org> wrote: > On Tue, Mar 29, 2016 at 02:33:48PM -0700, Partha Sarathi wrote: > > Thanks Jeremy. > > > > Please find the updated patch for review. > > More changes (sorry). This code: > > + if (INFO_LEVEL_IS_UNIX(info_level) && !lp_unix_extensions()) { > + return NT_STATUS_INVALID_LEVEL; > + } > + > + if (!CAN_WRITE(conn)) { > + /* Allow POSIX opens. The open path will deny > + * any non-readonly opens. */ > +...
1999 Oct 23
0
smbfs: patch for directory listing
...@@ command = TRANSACT2_FINDFIRST; WSET(param, 0, aSYSTEM | aHIDDEN | aDIR); WSET(param, 2, max_matches); /* max count */ - WSET(param, 4, 8 + 4 + 2); /* resume required + - close on end + + WSET(param, 4, 4 + 2); /* close on end + continue */ WSET(param, 6, info_level); DSET(param, 8, 0); @@ -1615,8 +1614,7 @@ WSET(param, 2, max_matches); /* max count */ WSET(param, 4, info_level); DSET(param, 6, ff_resume_key); /* ff_resume_key */ - WSET(param, 10, 8 + 4 + 2); /* resume required + - close on end + + WSET(param, 10, 4 + 2); /* close...
2003 Jan 16
4
File transfer corruption (NULL characters)
...0:03:14, 3] smbd/process.c:process_smb(831) Transaction 17 of length 88 [2003/01/16 10:03:14, 3] smbd/process.c:switch_message(650) switch message SMBtrans2 (pid 27303) [2003/01/16 10:03:14, 3] smbd/trans2.c:call_trans2setfilepathinfo(1677) call_trans2setfilepathinfo(8) LicenseServlet.java info_level=260 totdata=8 [2003/01/16 10:03:14, 3] smbd/process.c:process_smb(831) Transaction 18 of length 120 [2003/01/16 10:03:14, 3] smbd/process.c:switch_message(650) switch message SMBtrans2 (pid 27303) [2003/01/16 10:03:14, 3] smbd/trans2.c:call_trans2setfilepathinfo(1677) call_trans2setfilepa...
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04
2016 Jan 06
4
Cannot remove symlink with missing target
...[2016/01/06 16:01:50.103370, all 3, pid=17490] switch_message switch message SMBtrans2 (pid 17490) conn 0xf78384a0 ../source3/smbd/trans2.c:8435: [2016/01/06 16:01:50.103517, all 3, pid=17490] call_trans2setfilepathinfo call_trans2setfilepathinfo(6) Projects/xx/try1/b (fnum [fsp is NULL]) info_level=522 totdata=2 ../source3/smbd/trans2.c:7989: [2016/01/06 16:01:50.103611, all 3, pid=17490] smbd_do_setfilepathinfo smbd_do_setfilepathinfo: Projects/xx/try1/b (fnum [fsp is NULL]) info_level=522 totdata=2 ../source3/smbd/open.c:1194: [2016/01/06 16:01:50.103800, all 2, pid=17490] open_file...
2015 Jul 10
0
Constant error messages about failure to remove oplock
...t setup for other modules like vfs etc). Can you please see if this below trace helps? Thanks. [2015/06/25 03:05:30.408432, 3, pid=1581, effective(2030299, 2000514), real(2030299, 0)] ../source3/smbd/trans2.c:7907(smbd_do_setfilepathinfo) smbd_do_setfilepathinfo: ~test.pst.tmp (fnum 3983022690) info_level=1020 totdata=8 [2015/06/25 03:05:30.408483, 10, pid=1581, effective(2030299, 2000514), real(2030299, 0)] ../source3/smbd/trans2.c:6989(smb_set_file_end_of_file_info) smb_set_file_end_of_file_info: Set end of file info for file ~test.pst.tmp to 65536 [2015/06/25 03:05:30.408531, 6, pid=1581, effe...
2011 May 26
1
Confusion berween file and direcory
...sage SMBtrans2 (pid 28903) conn 0x7f5e35f0dbb0 [2011/05/26 15:27:02.144104, 4] smbd/uid.c:257(change_to_user) change_to_user: Skipping user change - already user [2011/05/26 15:27:02.144153, 3] smbd/trans2.c:7722 (call_trans2setfilepathinfo) call_trans2setfilepathinfo(8) test-dir (fnum 13342) info_level=1004 totdata=40 [2011/05/26 15:27:02.144199, 3] smbd/trans2.c:7320 (smbd_do_setfilepathinfo) smbd_do_setfilepathinfo: test-dir (fnum 13342) info_level=1004 totdata=40 [2011/05/26 15:27:02.144245, 6] smbd/trans2.c:5518(smb_set_file_dosmode) smb_set_file_dosmode: dosmode: 0x90 [2011/05/26 15:2...
2016 Jan 06
0
Cannot remove symlink with missing target
..., all 3, > pid=17490] switch_message > switch message SMBtrans2 (pid 17490) conn 0xf78384a0 > ../source3/smbd/trans2.c:8435: [2016/01/06 16:01:50.103517, all 3, > pid=17490] call_trans2setfilepathinfo > call_trans2setfilepathinfo(6) Projects/xx/try1/b (fnum [fsp is > NULL]) info_level=522 totdata=2 > ../source3/smbd/trans2.c:7989: [2016/01/06 16:01:50.103611, all 3, > pid=17490] smbd_do_setfilepathinfo > smbd_do_setfilepathinfo: Projects/xx/try1/b (fnum [fsp is NULL]) > info_level=522 totdata=2 > ../source3/smbd/open.c:1194: [2016/01/06 16:01:50.103800, all 2,...
2004 Sep 21
1
files being blanked by writing
...ite=No (numopen=1) [2004/09/21 12:00:02, 2] smbd/open.c:open_file(247) joines opened file wasdnord/public_html/4133/1RIGHT.HTM read=Yes write=Yes (numopen=1) [2004/09/21 12:00:02, 3] smbd/trans2.c:call_trans2setfilepathinfo(2394) call_trans2setfilepathinfo(6) wasdnord/public_html/4133/1RIGHT.HTM info_level=1004 totdata=40 [2004/09/21 12:00:02, 3] smbd/error.c:error_packet(94) error string = Operation not permitted [2004/09/21 12:00:02, 3] smbd/error.c:error_packet(113) error packet at smbd/trans2.c(2859) cmd=50 (SMBtrans2) NT_STATUS_ACCESS_DENIED Naturally, there was tons of other stuff in the lo...