Displaying 20 results from an estimated 32 matches for "file_set_dosmode".
2004 Nov 28
3
file_set_dosmode / No data available with 3.0.8
...unter
similar problems as reported here:
http://lists.samba.org/archive/samba/2004-November/095567.html
upon logoff from a win2k(sp4) client, the profile cannot be saved and the
samba logfile from the client (prinz) gives:
[2004/11/26 17:57:06, 2] smbd/trans2.c:call_trans2setfilepathinfo(3681)
file_set_dosmode of evil/Lokale Einstellungen/Anwendungsdaten failed (No
data available)
here's a complete log:
http://nerdbynature.de/bits/sheep/samba/3.0.8/prinz.log.bz2
my smb.conf is here:
http://nerdbynature.de/bits/sheep/samba/3.0.8/smb.conf
i've set "profile acls = no" in the [profile] s...
2004 Nov 10
0
samba 3.0.8: smbd/trans2.c file_set_dosmode
...rom samba 3.0.7 to 3.0.8
I got a special share for an application where I need to do a force user
and a force group.
However since the upgrade I get an input output error in the application.
here is the relevant log entry
[2004/11/10 10:22:37, 2] smbd/trans2.c:call_trans2setfilepathinfo(3681)
file_set_dosmode of elbadata_5/elba5.db failed (Error 0)
Actually the User who connects to that share is not the same as the force
user.
thx for any hint
Gerald
2004 Nov 09
2
AW: Permissions problem with 3.0.8
...51)
dos_mode_from_sbuf returning ra
[2004/11/09 17:02:02, 8] smbd/dosmode.c:dos_mode(315)
dos_mode returning ra
[2004/11/09 17:02:02, 10] smbd/trans2.c:call_trans2setfilepathinfo(3678)
call_trans2setfilepathinfo: file bootfont.bin : setting dos mode a0
[2004/11/09 17:02:02, 10] smbd/dosmode.c:file_set_dosmode(340)
file_set_dosmode: setting dos mode 0xa0 on file bootfont.bin
[2004/11/09 17:02:02, 2] smbd/trans2.c:call_trans2setfilepathinfo(3681)
file_set_dosmode of bootfont.bin failed (No data available)
[2004/11/09 17:02:02, 3] smbd/error.c:error_packet(105)
error string = No data available
[2004/...
2004 Nov 10
0
Permission / file_set_dosmode problem in 3.0.8
--- branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/10/25 19:25:54
3220
+++ branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/11/07 20:42:45
3605
@@ -344,7 +344,9 @@
return(-1);
}
- get_acl_group_bits(conn, fname, &st->st_mode);
+ if (!get_acl_group_bits(conn, fname, &st->st_mode)) {
+ return(-1);
+ }
if (S_ISDIR(st->st_mode))
dosmode |= aDIR;
This
2006 Jul 05
1
File attribute problem 3.0.23
.../Inst.ism
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode(326)
dos_mode: Dev/Inst.ism
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode_from_sbuf(193)
dos_mode_from_sbuf returning
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode(364)
dos_mode returning
[2006/07/05 09:32:36, 10] smbd/dosmode.c:file_set_dosmode(393)
file_set_dosmode: setting dos mode 0x20 on file Dev/Inst.ism
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode(326)
dos_mode: Dev/Inst.ism
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode_from_sbuf(193)
dos_mode_from_sbuf returning
[2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode(364)
d...
2004 Sep 08
1
Trying Samba 3.0.6
...bd[2598]: #1 smbd(smb_panic+0x1a) [0x81d792a]
Sep 8 14:15:51 localhost smbd[2598]: #2 smbd [0x81c5858]
Sep 8 14:15:51 localhost smbd[2598]: #3 [0x1a7420]
Sep 8 14:15:51 localhost smbd[2598]: #4 smbd(get_acl_group_bits+0x31)
[0x80d0151]
Sep 8 14:15:51 localhost smbd[2598]: #5 smbd(file_set_dosmode+0x41)
[0x80bdfe1]
Sep 8 14:15:51 localhost smbd[2598]: #6 smbd(open_file_shared1+0x6c1)
[0x80c16b1]
Sep 8 14:15:51 localhost smbd[2598]: #7 smbd(reply_ntcreate_and_X+0xb5a)
[0x80990ea]
Sep 8 14:15:51 localhost smbd[2598]: #8 smbd [0x80d1db6]
Sep 8 14:15:51 localhost smbd[2598]: #9 s...
2005 Jul 27
1
3.0.14a and Windows Server 2003 SP1
...NIC: internal error
[2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1503)
BACKTRACE: 14 stack frames:
#0 smbd(smb_panic2+0x78) [0x81db3ff]
#1 smbd(smb_panic+0x19) [0x81db600]
#2 smbd [0x81c9594]
#3 /lib/tls/libc.so.6 [0x635a48]
#4 smbd(get_acl_group_bits+0x37) [0x80d13b0]
#5 smbd(file_set_dosmode+0x4f) [0x80bf3d5]
#6 smbd(open_file_shared1+0x7a3) [0x80c2a4a]
#7 smbd(reply_ntcreate_and_X+0x7ee) [0x8098c1c]
#8 smbd [0x80d4e0d]
#9 smbd(process_smb+0x163) [0x80d51ca]
#10 smbd(smbd_process+0x13e) [0x80d5e2b]
#11 smbd(main+0x822) [0x8251bd5]
#12 /lib/tls/libc.so.6(__libc_star...
2016 May 18
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...[2016/05/17 10:49:02.822522, 2] ../source3/smbd/open.c:1006(open_file)
ASC\jnitz opened file
Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM read=No
write=No (numopen=2)
[2016/05/17 10:49:02.823553, 2]
../source3/smbd/trans2.c:6144(smb_set_file_dosmode)
smb_set_file_dosmode: file_set_dosmode of
Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM failed
(Operation not supported)
This file is both readable and writable using the Windows NotePad
accessory.
There were no configuration file changes made before or after the update
to samba4-4.4.2, and there were no changes to th...
2008 Feb 05
2
Samba crashing word and excell?
...irectory mode = 0770
##Ends
Now I managed to get a report of an error which left a trace in a log file showing some errors which are here:
Sorry about the length of the extracts, but there seem to be two types of different errors including:
sys_acl_set_file type file failed
smb_set_file_dosmode: file_set_dosmode ... (Operation not permitted)
[2008/01/30 13:00:44, 2] smbd/open.c:open_file(391)
user1 opened file somedata/ADMIN/some directory/2008/~WRD3964.tmp read=Yes write=Yes (numopen=5)
[2008/01/30 13:00:44, 2] smbd/open.c:open_file(391)
user1 opened file somedata/ADMIN/some directory/2008/A file n...
2011 May 26
1
Confusion berween file and direcory
...mode_from_sbuf returning d
[2011/05/26 15:27:02.144387, 8] smbd/dosmode.c:666(dos_mode)
dos_mode returning d
[2011/05/26 15:27:02.144431, 10] smbd/trans2.c:5524(smb_set_file_dosmode)
smb_set_file_dosmode: file test-dir : setting dos mode 0x90
[2011/05/26 15:27:02.144475, 10] smbd/dosmode.c:701(file_set_dosmode)
file_set_dosmode: setting dos mode 0x10 on file test-dir
[2011/05/26 15:27:02.144526, 8] smbd/dosmode.c:613(dos_mode)
dos_mode: test-dir
[2011/05/26 15:27:02.144571, 8] smbd/dosmode.c:207(dos_mode_from_sbuf)
dos_mode_from_sbuf returning d
[2011/05/26 15:27:02.144615, 8] smbd/dosmode.c:666...
2011 Sep 28
3
Can't remember name of command to temporarily disable a share
I need to temporarily disable a share for a few days, I remember there
was an entry I could add to the share definition to temporarily disable
the share (I think it was disabled=true or enabled=false) but I can't
remember what it was for sure, nor can I find it in the manual. what is
it ?
2008 Jun 18
0
Weird ACL/permissions problem
...users 0 Jun 18 13:14 test.txt
censmb apps # getfacl test.txt
# file: test.txt
# owner: ujakubia
# group: users
user::r--
group::r-x
group:Domain\040Admins:rwx
mask::rwx
other::r--
***
Now the problem is that I (spaceman) cannot delete this file via samba -
I'm getting:
smb_set_file_dosmode: file_set_dosmode of test.txt failed (Operation not
permitted)
But when I do "chmod u+w test.txt" I can delete this file. Where is the
problem (as you can see I'm not an owner of this file)? ACLs are working
correctly because I can
delete this file directly on server.
Regards
-------------------...
2019 Jun 14
1
Update 4.10.2 to 4.10.4: Cant create files in subdirectorie anymore
...dir, access_mask = 0x80, share_access = 0x3 create_options = 0x1,
create_disposition = 0x2, file_attributes = 0x10
208(unix_mode): ?? ??? ? ??? ??? ??? ?unix_mode: unix_mode(sub_dir)
returning 0755
283(check_parent_access): ?? ??? ??? ?check_parent_access: root override
on sub_dir. Granting 0x4
923(file_set_dosmode): ?? ??? ? ??? ??? ?file_set_dosmode: setting dos
mode 0x10 on file sub_dir
457(set_ea_dos_attribute): ?? ??? ??? ?set_ea_dos_attributes: set
attribute 0x10, btime = Fri Jun 14 16:43:38 2019on file sub_dir
541(set_ea_dos_attribute): ?? ??? ??? ?set_ea_dos_attribute: set EA 0x10
on file sub_dir
217(...
2016 May 18
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...2522, 2] ../source3/smbd/open.c:1006(open_file)
> ASC\jnitz opened file
> Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM read=No
> write=No (numopen=2)
> [2016/05/17 10:49:02.823553, 2]
> ../source3/smbd/trans2.c:6144(smb_set_file_dosmode)
> smb_set_file_dosmode: file_set_dosmode of
> Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM failed
> (Operation not supported)
>
> This file is both readable and writable using the Windows NotePad
> accessory.
>
> There were no configuration file changes made before or after the
> update to samba4-4.4....
2008 Jan 30
0
Samba hanging from time to time
...irectory mode = 0770
##Ends
Now I managed to get a report of an error which left a trace in a log file showing some errors which are here:
Sorry about the length of the extracts, but there seem to be two types of different errors including:
sys_acl_set_file type file failed
smb_set_file_dosmode: file_set_dosmode ... (Operation not permitted)
[2008/01/30 13:00:44, 2] smbd/open.c:open_file(391)
user1 opened file somedata/ADMIN/some directory/2008/~WRD3964.tmp read=Yes write=Yes (numopen=5)
[2008/01/30 13:00:44, 2] smbd/open.c:open_file(391)
user1 opened file somedata/ADMIN/some directory/2008/A file n...
2018 Feb 14
1
Samba 4.6.4 and Excel 2016 access denied if no Group mode permission
...ave edits to files through Samba. Looking at level-5 Samba logs
I appear to get an access denied on setting attributes to the new temporary file Excel is creating when I open the original
[2018/02/12 10:27:10.682913, 2] ../source3/smbd/trans2.c:6276(smb_set_file_dosmode)
smb_set_file_dosmode: file_set_dosmode of ~$test.xlsx failed (Permission denied)
[2018/02/12 10:27:10.682965, 3] ../source3/smbd/smb2_server.c:3097(smbd_smb2_request_error_ex)
smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[5] status[NT_STATUS_ACCESS_DENIED] || at ../source3/smbd/smb2_setinfo.c:132
and Samba seems to be...
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
...negotiate NTLMSSP_SIGN.
* BUG 11858: Allow anonymous smb connections.
* BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5).
* BUG 11872: Fix 'wbinfo -u' and 'net ads search'.
o Jose A. Rivera <jarrpa at samba.org>
* BUG 11727: s3:smbd:open: Skip redundant call to file_set_dosmode
when creating a new file.
o Andreas Schneider <asn at samba.org>
* BUG 11690: docs: Add smbspool_krb5_wrapper manpage.
o Jorge Schrauwen <sjorge at blackdot.be>
* BUG 11816: configure: Don't check for inotify on illumos.
o Martin Schwenke <martin at meltin.net>...
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
...negotiate NTLMSSP_SIGN.
* BUG 11858: Allow anonymous smb connections.
* BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5).
* BUG 11872: Fix 'wbinfo -u' and 'net ads search'.
o Jose A. Rivera <jarrpa at samba.org>
* BUG 11727: s3:smbd:open: Skip redundant call to file_set_dosmode
when creating a new file.
o Andreas Schneider <asn at samba.org>
* BUG 11690: docs: Add smbspool_krb5_wrapper manpage.
o Jorge Schrauwen <sjorge at blackdot.be>
* BUG 11816: configure: Don't check for inotify on illumos.
o Martin Schwenke <martin at meltin.net>...
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
2016 May 19
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...K
[2016/05/19 12:41:56.423770, 2] ../source3/smbd/open.c:1006(open_file)
ASC\jnitz opened file
Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM read=No
write=No (numopen=5)
[2016/05/19 12:41:56.424819, 2]
../source3/smbd/trans2.c:6183(smb_set_file_dosmode)
smb_set_file_dosmode: file_set_dosmode of
Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM failed
(Operation not supported)
[2016/05/19 12:41:56.425344, 2]
../source3/smbd/close.c:780(close_normal_file)
ASC\jnitz closed file
Projects/ALI/CAD/~$ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM (numopen=4)
NT_STATUS_OK
[2016/05/1...