similar to: Can Map shares but cannot write

Displaying 20 results from an estimated 10000 matches similar to: "Can Map shares but cannot write"

2018 Jun 14
2
No write access on new shares until smbd is restarted
Using the latest SerNet 4.8.1 build, I'm seeing users being unable to write into newly created shares until smbd is restarted. Here's the relevant log part: [2018/06/14 16:04:29.229329, 5] ../source3/smbd/filename.c:662(unix_convert) unix_convert begin: name = New folder, dirpath = , start = New folder [2018/06/14 16:04:29.229375, 5] ../source3/smbd/vfs.c:1458(check_reduced_name)
2011 Nov 28
1
Very strange permission problem: samba on zfs-fuse
Hi all, Centos 5.7 samba-common-3.0.33-3.29.el5_7.4 samba-3.0.33-3.29.el5_7.4 zfs-fuse-0.6.9_p1-6.20100709git.el5.1 smb.conf [depot] path = /data/depot public = no writable = yes directory mask = 2775 create mask = 0664 vfs objects = recycle recycle:repository = .deleted/%U recycle:keeptree = Yes recycle:touch = Yes recycle:versions = Yes recycle:maxsixe =
2016 Mar 09
4
mkdir-dup test flapping
We looked at this some more, and Andrew seemed to understand and wrote the attached patch. > > We got the logs by forcing smbd to run with -d10 by patching > file_server/fileserver.c. The issue appears to be in this call: 3638 /* Ensure there was no race condition. */ 3639 if (!check_same_stat(&smb_dname->st, &fsp->fsp_name->st)) { 3640
2020 Jan 03
2
delayed write files errors
Hello, First of all : Happy New Year to you all :-) I need your help for a problem. I've 2 servers on CentOS 7: a Samba DC+AD and a Samba Files Sharing. In the Samba file sharing server, all data is store in a RAID Disk partition wich is mounted in /data/ (fstab : UUID=a47ea879-7072-4e8f-a668-3f5a86e58ef2 /data ext4 defaults,user_xattr,acl,barrier=1?? ?1 2). Under Windows each user has
2023 Mar 28
1
windows acls
On 28/03/2023 19:47, Peter Carlson via samba wrote: > > On 3/28/23 11:22, Rowland Penny via samba wrote: >> >> >> On 28/03/2023 18:43, Peter Carlson via samba wrote: >>> bumping the log to 5, there are a few more lines right before >>> NT_STATUS_ACCESS_DENIED, could the EA error be a clue? >> >> I do not think so, that is what you are trying
2004 May 30
1
[LONG] Word 95 behaves strange in file dialog
Hello! I'm having problems with Word 95 (yes, we still use Office 95) running on W2K SP4. Samba is 3.0.4 running on Debian Testing (package from unstable). However, the problem appeared with 3.0.2a also and 3.0.5 didn't fix this. It was definitely not there with Samba 2.x versions. W2K and Office95 are both German versions. Behaviour: ---------- In Word, open the "File Open"
2006 Oct 18
1
Strange Samba permissions
Hi, I am really stuggeling with Samba, searched forums and checked tutorials, so far with no success. So you are my last resort and probably the first place I should have checked, but I am completly new to mail groups, so please be patient with me. Users can log in to the Samba PDC domain successfully and get the login script executed just fine. But: 1.) If user A is creating a file then user
2004 Jul 13
2
Permissions problem...I must be overlooking *something*...
I have a share I can't seem to create files on, and I can't figure out why. I get "Access denied" from Windows, and the samba log shows this: [2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293) open_directory: failing create on read-only share [2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293) open_directory: failing create on read-only share The share has the
2012 Jul 18
1
3.6.5: NT_STATUS_ACCESS_DENIED from Win7 to 750 dir
Hello, after upgrading from Samba 3.5.6 to 3.6.5 I encounter some strange NT_STATUS_ACCESS_DENIED trouble when trying to access group readable directories from Windows 7 or Windows 2008 Terminal Server. Very strange stuff is that it works fine using smbclient from a Linux machine using the same userid and Kerberos authentication. The Server is fully integrated into active directory and uses
2018 Jul 25
3
Unable to contact active directory or verify claim types
I am running several Solaris 11 file servers with samba 4.7.6. This is an AD domain but the domain controllers are Win 2008 R2 and Windows 2012 R2. All users and groups in AD have unix uidNumbers and gidNumbers assigned. On one file server, I am having problems where some users can not access files , via windows, to which they should have access as the group member. For example,
2008 Dec 27
1
The meaning of NT_STATUS_OBJECT_NAME_COLLISION
Two questions:- 1. What is the meaning of the following from my Samba logs? 2. What can I do to correct whatever is the problem? --------------------------------- [2008/12/27 15:54:13, 2] smbd/open.c:open_directory(2157) open_directory: unable to create firefox/Profiles/askiowsk.newsmb. Error was NT_STATUS_OBJECT_NAME_COLLISION --------------------------------- I'm running Samba 3.0.33:
2016 Mar 09
0
mkdir-dup test flapping
On Wed, Mar 09, 2016 at 04:11:05PM +1300, Douglas Bagnall wrote: > We looked at this some more, and Andrew seemed to understand and wrote > the attached patch. Great catch you guys ! Thanks for taking a look, I've been busy on other stuff for the past few weeks. Let me go through the issue and proposed code *really* carefully :-). The open code can be really tricky (as you've
2019 Nov 22
1
Samba4 - Printer Drivers install fails
> FYI, > > I finally succeeded too upload one of the 3 drivers that had problems. > > I didi it with another user (not? with administrator) which is member > of domain admins. > > I deleted it and tried so many times again to upload it anf it failed > with the same error. > > So we're in a process where sometimes it's working sometimes not and > you
2013 Feb 21
1
Roaming Profile synchronization errors on new samba server
Hi, I am running an old CentOS 4 server with samba 3.4.9 and am trying to move to a new server running Centos 6 and the latest stock samba 3.5.10-125. Upon trying to switch over to the new server, I noticed that accessing shares and copying files worked perfectly fine, however upon login off, the roaming profile fails with error message: Your roaming profile was not completely synchronized.
2018 Jun 14
0
No write access on new shares until smbd is restarted
On Thu, 14 Jun 2018 19:06:37 +0200 Eugene Pankov via samba <samba at lists.samba.org> wrote: > Using the latest SerNet 4.8.1 build, I'm seeing users being unable to > write into newly created shares until smbd is restarted. > Here's the relevant log part: > > [2018/06/14 16:04:29.229329, 5] > ../source3/smbd/filename.c:662(unix_convert) > unix_convert begin:
2009 Jan 30
5
ACLs under Samba 3.3.0
Is behavior of ACLs under Samba 3.3.0 (Sernet) completely different from that under version 3.2.7? The release notes only talks about some "fixes". I installed version 3.3.0 and got completely different result with the same filesystem and the exact same samba configuration. The ACLs behaved strangely and appeared very different under Windows ACL editor. Users were now unable to
2009 Jan 20
1
open_directory: unable to create *. Error was NT_STATUS_OBJECT_NAME_COLLISION
Hi, I'm having problems moving/renaming files as a member of. I tried to move "test.txt" from "\\files\public\" to "\\files\public\OfficeWork". Here's the error I get in windows: *Cannot move test: access is denied. Make sure the disk is not full or write-protected and that the file is not currently in use.* Here's the error log: *[2009/01/20 15:10:34, 2]
2023 Mar 28
2
windows acls
On 28/03/2023 17:41, Peter Carlson via samba wrote: > > On 3/28/23 08:40, Rowland Penny via samba wrote: >> >> >> On 28/03/2023 15:50, Peter Carlson via samba wrote: >>> >>> On 3/28/23 07:36, Rowland Penny via samba wrote: >>>> >>>> >>>> On 28/03/2023 15:08, Peter Carlson via samba wrote: >>>>>
2004 Jul 12
0
Re: Problem upgrading to 3.0.4 and ArcServe
Hi, Now it was my turn to get hit by the problem .... The arcserv is running on windows server is W2003, the samba is 3.0.4a. Winbind is not in use. I'm was to connect to and to browse samba server using windows shell (explorer), but using arcserv I failed to connect/browse the samba shares. The security context for both operations was the same. Besides the interesting message "Error
2004 Jul 12
0
Fw: Re: Problem upgrading to 3.0.4 and ArcServe
Meanwhile I'll learn how to use a spellchecker :) Sorry for the language. - - - - - - - - - - - - - - - - - - - Hi, Now it was my turn to get hit by the problem .... The arcserv is running on windows server is W2003, the samba is 3.0.4a. Winbind is not in use. I was able to connect to and to browse samba server using windows shell (explorer), but using arcserv I failed to do so. The