Displaying 20 results from an estimated 400 matches similar to: "No write access on new shares until smbd is restarted"
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:
2018 Jun 14
3
No write access on new shares until smbd is restarted
Rowland,
Sorry - here are the globals and share config:
[global]
template shell=/bin/bash
log file=/var/log/samba/log.%m
log level=8
max log size=5000
passdb backend=tdbsam
load printers=no
printing=bsd
printcap name=/dev/null
map to guest=bad user
[2430_ram]
path=/data/fs/2430-ram
guest ok=no
browseable=yes
create mask=0775
directory mask=0775
read only=no
follow symlinks=yes
wide links=no
2018 Nov 06
2
Samba CIFS Mounts with Kerberos Security: Write Access denied
Hi all,
I am testing different setups for Samba home share mounts via the
CIFS protocol on Linux clients with and without Keberos security (both
krb5 and krb5i). I am experiencing some strange behaviour in case of
Kerberos authentication:
In case of mounts (by root or the user itself) without Kerberos security (only
NTLMv2 authentication), local root and the owning user on the Linux client
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
2019 Apr 08
4
Unable to upload printer drivers
Hi,
Am 25.03.2019 um 14:12 schrieb Marco Gaiarin via samba:
> [...]
> Some drivers there's no way to load (for example, some samsung MFP).
> Some other load, but you have to do 2-5 try before they work.
I did now try many different drivers from different vendors none of them
worked thus I think there is something else wrong.
I then did some more tests, trying to find anything being
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
2010 Jul 07
5
Problem After Upgrade - NT_STATUS_FILE_IS_A_DIRECTORY
I'm running Samba 3.4.7 on Ubuntu 10.04. This is a recent upgrade and we've starting experience a sporadic problem after this upgrade.
When users are browsing through Windows Explorer they sometimes run across folders that appear as unassociated files. This requires the user to click the 'Refresh' button in Windows Explorer to properly see the folders. The files and folders are
2020 Jun 05
2
Extended attributes not working on mac
these lines were an option before but have already been marked as comments in my config.
same behaviour as before, color tag shows for round about a second and disappears suddenly.
Martin
> Am 05.06.2020 um 09:23 schrieb Ralph Boehme via samba <samba at lists.samba.org>:
>
> Am 6/5/20 um 8:33 AM schrieb Martin Steiner / 3MF GmbH:
>> Any more ideas? It?s not displaying
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 ?
2020 Jul 04
3
Migrate a share from Mac-OSX to NAS ASUSTOR samba 4.4
Hello everyone,
I hope you are well. Take care of yourself.
I have the same problem as describe here:
https://lists.samba.org/archive/samba/2014-December/187545.html
I migrate a file share from a MAC-OS environment. For its new storage
system, the company purchased an ASUSTOR NAS. This NAS works with an
operating system based on version 4.14 of the GNU / LINUX x86_64 kernel.
This NAS operates a
2012 Aug 06
1
with streams_xattr enabled, ads are written correctly but not retrieved
Hello,
I'm running Samba 3.6.6-1 on my x64 Arch Linux installation. I recently
decided to have my samba share support NTFS's Alternate Data Streams by
using streams_xattr or streams_depot. With streams_xattr I discovered that
if I copy a file having an ADS from a win7 box, on the linux console, I can
see the ADS as an xattr attached to the file. However when I copy the file
back to my
2011 Jul 19
3
unix fifo inaccessible via samba share
Issue: unix fifo (named pipe) does not appear in share, attempts to read
the pipe result in "Access Denied"
>From an XP laptop, I can open and access my samba share normally. I can
read all files and subdirectories in the share, but a fifo I need to read
does not appear at all. I have made the fifo mode 777 (world readable,
writeable, executeable) and tried other things like
2018 Sep 24
5
DM: samba 4.5 -> 4.8, guest access and machine account access troubles.
I've just upgraded my DM from samba 4.5 to 4.8, using luois repos
(also, debian jessie -> stretch).
I'm experimenting some troubles on some shares, seems that both guest
access and 'machine account' access does not work.
The share is rather simple:
[wpkg]
browseable = No
comment = WPKG Automated Software Deploying System
force create mode = 0664
force directory mode =
2014 Nov 10
1
Samba4, problem with public resource
Hello Everyone,
I've install Samba4, (Version 4.1.6 and Centos6). I configured the public
resource for all users but the strange is that some users can't make
operation (read, modify, delete) in the root path "/public", but these can
inside for folder "/public/test" . In the "Computer Management -> Shared
Folders -> Shares" I select the resource
2014 Dec 16
2
Samba "%G" replacement not working in "Logon script" ?
Dear all,
I experience now a strange bug with Samba 4.1.11 :
When I define a fixed-name as logon script in smb.conf, it works :
logon script = employee.bat
But if I try either %g.bat or %G.bat, or even "%G.bat", it doesn't work
:
* logon script = %g.bat
* logon script = %G.bat
* logon script = "%G.bat"
In the logs, there was a message showing that Samba was
2014 Dec 27
2
Bug found in Samba 4 ?
Dear Ricky,
Yes, in my original post, below, I gave some details about smb.conf, but
to summarize:
* I am using Samba 4.1.11.
* server role = classic primary domain controller
* domain logons = yes
* domain master = yes
* When I define a fixed-name as logon script in smb.conf, it works :
* logon script = employee.bat
* But if I try either %g.bat or %G.bat, or even
2016 Nov 01
3
Fix sharing ACL
>> After mapping the Administrator of the domain, as root on unix, the
>> Administrator lost access to sharing the fileserver. When trying to
>> access the system asked for authentication but does not authenticate.
>> When I comment the following line in smb.conf, the share opens
>> normally:
>>
>> username map = /etc/samba/user.map
>>
>
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
Hello
I am trying to integrate OS X 10.10.4 clients into existing Samba infractructure run by our IT department.
We are currently using Samba 4.2.3.
File share is stored on iSCSI array with ext4 filesystem which should support both ACL and XATTR.
We are trying to setup vfs_fruit module to avoid possible performance problems on OS X clients.
We do NOT user netatalk.
Current vfs_fruit config:
2014 Dec 21
2
Samba "%G" replacement not working in "Logon script" ?
Dear Ricky,
Thanks a lot for your answer. But I still have two problems:
1. I am not using samba as AD DC but as PDC.
2. What I would need is the primary group... Do you thinks %WORKGROUP%
could work ?
3. And should I use %WORKGROUP% in smb.conf or in batch login script...
Thanks a lot in advance for your help...
Denis
Le 18.12.2014 21:58, Ricky Nance a ?crit :
> Dennis, if you
2014 Dec 26
4
Bug found in Samba 4 ?
Dear all,
As nobody seems to know what the problem could be, I think it must be an
important bug in Samba 4 that "forget" to replace %G or %g with the
group name.
Could someone confirm that it is a bug and that I should fill one, in
samba bugzilla ?
Thank you very much,
Denis
-------- Message original --------
OBJET:
Re: [Samba] Samba "%G" replacement not