search for: local_flags

Displaying 20 results from an estimated 56 matches for "local_flags".

2016 Mar 06
0
Segmentation Fault when trying to set root samba password, IPA as a backend
...pdb_create_user (mem_ctx=0x8001e888, name=0x800081c0 <user_name> "ldap09", flags=16, rid=0xbffffb58) at ../source3/passdb/pdb_interface.c:542 pdb = 0x80027e28 #5 0xb7d54402 in local_password_change ( user_name=0x800081c0 <user_name> "ldap09", local_flags=577, new_passwd=0x800118b8 "p4ssword", pp_err_str=0xbffffbb8, pp_msg_str=0xbffffbbc) at ../source3/passdb/passdb.c:745 tosctx = 0x8001e888 sam_pass = 0x80028100 acb = 16 rid = 0 result = {v = 0} user_exists = false r...
2002 Sep 03
1
hangin when listing named pipes
Hi Even when you are not opening the pipe, but just listing it in cygwin, or trying to see the properties in explorer, you will have this problem: Does anybody know how to disable named pipes in samba? Or how you can kill the connection from the client side? And no, setting "nt pipe support" to no, doesn't fix the problem. /Kaj Symptom: Samba daemon hanging when trying to open
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 04:16:44PM +0000, Rowland penny wrote: > On 04/03/16 09:58, Volker Lendecke wrote: > >On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote: > >>On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote: > >>>OK, here is the output: > >>Can you try the attached (UNTESTED!) patch? > >> > >>Thanks, >
2004 May 14
1
problem with vscan
...??E ??v?????!/samba.ldif' should be deleted search for 'U?????]??E ??v?????!/samba.ldif' in lrufiles file 'U?????]??E ??v?????!/samba.ldif' not matched fd_open: name samba.ldif, flags = 00 mode = 0640, fd = -1. Permission denied Error opening file samba.ldif (Permission denied) (local_flags=0) (flags=0) and in /var/log/messages May 14 12:50:28 pdc smbd_vscan-clamav[11746]: ERROR: daemon failed with a minor error - access to file samba.ldif denied
2004 Sep 17
1
No such file or directory - but it is there.
...has been corrupted. The Samba log show it is looking for the file :applications/windows/officexp/Install/Files/PFiles/MSOffice/Office10/1033/ID_011.DPC returning 0764 Error opening file applications/windows/officexp/Install/Files/PFiles/MSOffice/Office10/1033/ID_011.DPC (No such file or directory) (local_flags=0) (flags=0) I have had a look at this file and it seems to be OK. If I copy the whole install tree for office XP to the local C drive it loads with no errors. Matlab now refuses to install at all - I can't see what the error is at present. Again if I copy the whole install to C it works fine...
2004 Dec 03
1
Error reading logon.bat sript
...done. Samba complaines about not having permission... Error: switch message SMBntcreateX (pid 28286) [2004/12/03 11:27:31, 3] smbd/dosmode.c:unix_mode(110) unix_mode(logon.bat) returning 0744 [2004/12/03 11:27:31, 3] smbd/open.c:open_file(173) Error opening file logon.bat (Keine Berechtigung) (local_flags=0) (flags=0)[2004/12/03 11:27:31, 3] smbd/error.c:error_packet(94) error string = Keine Berechtigung [2004/12/03 11:27:31, 3] smbd/error.c:error_packet(118) error packet at smbd/trans2.c(1823) cmd=162 (SMBntcreateX) NT_STATUS_ACCESS_DENIED[2004/12/03 11:27:31, 3] smbd/process.c:process_smb(890)...
2005 May 31
1
Illegal multibyte character ...
...ng samba in utf-8/utf-8 mode (unix charset/display charset), clients are: Windows XP/RUS, files and directories are created by clients directly, so samba says: [2005/05/30 20:12:01, 3] smbd/open.c:open_file(178) Error opening file profile/?????????\x87???? ?\x81?\x82????12 (Is a directory) (local_flags=1) (flags=1) [2005/05/30 20:12:01, 3] lib/charcnv.c:convert_string_allocate(585) convert_string_allocate: Conversion error: Illegal multibyte sequence(?) it is strange because files are created by samba itself. Cheers, Ilia Chipitsine
2016 Mar 04
3
samba and ntfs flash drives ???
...with W7 or XP, I get "permission denied". Specifically, from the W7 machines samba log: ../source3/smbd/uid.c:384(change_to_user) Skipping user change - already user ../source3/smbd/open.c:881(open_file) Error opening file . (NT_STATUS_ACCESS_DENIED) (local_flags=0) (flags=0) I mount suchlike: # mount -t ntfs -rw -o users,exec,sync,uid=todd,gid=users,fmask=000,dmask=000 /dev/sdc1 /mnt/iso (I know I don't need the masks, but I left them there in case they were needed) After mounting: # ls -al /mnt/iso total 1193 drwxrwxrwx. 1 todd users 4096 Mar 3...
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
...mbrun(add_script,NULL); DEBUG(1,("fetch_account: Running the command `%s' " "gave %d\n", add_script, add_ret)); + } else { + /* Need to add the user by other means */ + int local_flags = LOCAL_ADD_USER; /* XXX */ + BOOL ret; + pstring err_str; + pstring msg_str; + + ret = local_password_change( account, local_flags, "NEWPASS" /* XXX */, err_str, sizeof( err_str ), msg_str, sizeof(msg_str)); +...
2002 Jul 14
0
Samba question - File or
...smbd/dosmode.c:unix_mode(111) unix_mode(DIR1/DIR2/PROGRAM.EXE/2) returning 0660 [2002/07/15 14:40:33, 3] lib/util.c:unix_clean_name(387) unix_clean_name [DIR1/DIR2/PROGRAM.EXE/2] [2002/07/15 14:40:33, 3] smbd/open.c:open_file(159) Error opening file DIR1/DIR2/PROGRAM.EXE/2 (Not a directory) (local_flags=0) (flags=0) [2002/07/15 14:40:33, 3] smbd/error.c:error_packet(91) error string = Not a directory [2002/07/15 14:40:33, 3] smbd/error.c:error_packet(103) error packet at smbd/nttrans.c(883) cmd=162 (SMBntcreateX) NT_STATUS_NOT_A_DIRECTORY [2002/07/10 12:48:15, 3] smbd/process.c:process_smb(86...
2018 Jun 26
1
Samba works, but no acces to home directories
...erver.c:3171(smbd_smb2_request_error_ex)   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../source3/smbd/smb2_create.c:296 [2018/06/25 16:45:25.660618,  3] ../source3/smbd/open.c:1261(open_file)   Error opening file . (NT_STATUS_ACCESS_DENIED) (local_flags=0) (flags=0) [2018/06/25 16:45:25.660657,  3] ../source3/smbd/smb2_server.c:3171(smbd_smb2_request_error_ex)   smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../source3/smbd/smb2_create.c:296 [2018/06/25 16:45:25.662505,  3] ../source3/smbd/open...
2002 May 26
7
CONFIG.POL
...POL] [2002/05/26 20:13:44, 3] smbd/dosmode.c:unix_mode(111) unix_mode(CONFIG.POL) returning 0744 [2002/05/26 20:13:44, 3] lib/util.c:unix_clean_name(387) unix_clean_name [CONFIG.POL] [2002/05/26 20:13:44, 3] smbd/open.c:open_file(159) Error opening file CONFIG.POL (No such file or directory) (local_flags=0) (flags=0) [2002/05/26 20:13:44, 3] smbd/error.c:error_packet(91) error string = No such file or directory I'm not using roaming profiles and don't want to. BTW, the login script used to work before this error. Thanks -- Bob Crandell Assured Computing When you need to be sure. Cell 5...
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
.../15 10:24:52, 10] smbd/open.c:fd_open(53) fd_open: name Zwischenablage/Jaeger/pipe/projects.INF, flags = 00 mode = 0777, fd = -1. No such file or directory [2004/10/15 10:24:52, 3] smbd/open.c:open_file(177) Error opening file Zwischenablage/Jaeger/pipe/projects.INF (No such file or directory) (local_flags=0) (flags=0) [2004/10/15 10:24:52, 5] smbd/files.c:file_free(346) freed files structure 13643 (2 used) [2004/10/15 10:24:52, 3] smbd/error.c:error_packet(94) error string = No such file or directory [2004/10/15 10:24:52, 3] smbd/error.c:error_packet(113) error packet at smbd/nttrans.c(889) cm...
2020 Jul 06
2
Permission denied for home, even when it's 777
...ributes issue from xfs, because I don't see any attributes from lsattr, and only "selinux" in attr -l. The problem is specific to home, other shares owned by the same user work as expected. The share-logs logs show errors like this: Error opening file . (NT_STATUS_ACCESS_DENIED) (local_flags=0) (flags=0) 192.168.0.8.log.old: smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../../source3/smbd/smb2_create.c:296 192.168.0.8.log.old: get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = Permission denied And I see sim...
2004 Dec 13
1
NFS mount problem
...witch message SMBntcreateX (pid 28589) conn 0x2d7ee8 [2004/12/13 10:33:55, 3] smbd/dosmode.c:unix_mode(111) unix_mode(do/publications/temp/Thumbs.db) returning 0664 [2004/12/13 10:33:55, 3] smbd/open.c:open_file(178) Error opening file do/publications/temp/Thumbs.db (No such file or directory) (local_flags=0) (flags=0) [2004/12/13 10:33:55, 3] smbd/error.c:error_packet(105) error string = No such file or directory [2004/12/13 10:33:55, 3] smbd/error.c:error_packet(129) error packet at smbd/trans2.c(2240) cmd=162 (SMBntcreateX) NT_STATUS_OBJECT_NA ME_NOT_FOUND [2004/12/13 10:33:55, 3] smbd/process...
2009 Feb 02
1
Large file problem with version 3.0.34
...4286 (2 used) [2009/02/02 09:40:15, 4] smbd/open.c:open_file_ntcreate(1605) calling open_file with flags=0x0 flags2=0x0 mode=0766, access_mask = 0x20089, open_access_mask = 0x20089 [2009/02/02 09:40:15, 3] smbd/open.c:open_file(301) Error opening file PATH/FILE.zip (NT_STATUS_ACCESS_DENIED) (local_flags=0) (flags=0) [2009/02/02 09:40:15, 5] smbd/files.c:file_free(456) freed files structure 4286 (1 used) [2009/02/02 09:40:15, 3] smbd/error.c:error_packet_set(106) error packet at smbd/nttrans.c(805) cmd=162 (SMBntcreateX) NT_STATUS_ACCESS_DENIED [2009/02/02 09:40:15, 5] lib/util.c:show_msg(484)...
2003 Jun 04
1
DOS programs unable to create files on Samba 2.2.7a
...mode=0764 [2003/06/04 16:36:17, 10] smbd/open.c:fd_open(53) fd_open: name dwg/TANGO/950124/950124PX.INI, flags = 01 mode = 0764, fd = -1. No such file or directory [2003/06/04 16:36:17, 3] smbd/open.c:open_file(176) Error opening file dwg/TANGO/950124/950124PX.INI (Operation not supported) (local_flags=1) (flags=1) [2003/06/04 16:36:17, 5] smbd/files.c:file_free(346) freed files structure 5834 (0 used) [2003/06/04 16:36:17, 3] smbd/error.c:error_packet(94) error string = Operation not supported [2003/06/04 16:36:17, 3] smbd/error.c:error_packet(113) error packet at smbd/nttrans.c(889) cm...
2011 May 26
1
Confusion berween file and direcory
...access_mask = 0x2, open_access_mask = 0x2 [2011/05/26 15:27:02.145766, 10] smbd/open.c:170(fd_open) fd_open: name test-dir, flags = 01 mode = 0764, fd = -1. Is a directory [2011/05/26 15:27:02.145779, 3] smbd/open.c:461(open_file) Error opening file test-dir (NT_STATUS_FILE_IS_A_DIRECTORY) (local_flags=1) (flags=1) As I said, 'test-dir' is a directory. If my understand of the log is correct samba confuses a directory with a file? Why would this happen? Felix
2006 Jul 05
1
Permission Denied when "all" bits not set to r/w
...ch_message(993) switch message SMBntcreateX (pid 22541) conn 0x803b73f8 [2006/07/03 15:51:45, 3] smbd/dosmode.c:unix_mode(121) unix_mode(untitled folder/test2) returning 0764 [2006/07/03 15:51:45, 3] smbd/open.c:open_file(276) Error opening file untitled folder/test2 (Permission denied) (local_flags=0) (flags=0) [2006/07/03 15:51:45, 3] smbd/error.c:unix_error_packet(90) unix_error_packet: error string = Permission denied [2006/07/03 15:51:45, 3] smbd/error.c:error_packet(146) error packet at smbd/trans2.c(2632) cmd=162 (SMBntcreateX) NT_STATUS_ACCESS_DENIED I'm running Samba with...
2003 May 22
0
Lost Delayed-Write Data { from win2k advanced server to 2.2.5 }
...ffic.myclient.com/dataserver11.etraffic.myclient.com/R292_ JOURNAL_WICH/R292_JOURNAL_WICH_D_2003.05.21.17.09.31.805] Error opening file dataserver11.etraffic.myclient.com/dataserver11.etraffic.myclient.com/R292_J OURNAL_WICH/R292_JOURNAL_WICH_D_2003.05.21.17.09.31.805 (No such file or directory) (local_flags=2) (flags=2) unix_convert called on file "\dataserver11.etraffic.myclient.com\dataserver11.etraffic.myclient.com\R292 _JOURNAL_WICH\R292_JOURNAL_WICH_D_2003.05.21.17.09.31.805" unix_clean_name [/dataserver11.etraffic.myclient.com/dataserver11.etraffic.myclient.com/R292 _JOURNAL_WICH/R...