similar to: wrong record for connetcting share

Displaying 20 results from an estimated 30000 matches similar to: "wrong record for connetcting share"

2015 Sep 08
1
Please Help!!! smbcontrol close-share
Hi Marc, Thank you for your email. I think something is wrong with the command or syntax. For example, I open the share folder in a Win workstation(\\server\My_Share) and then run the program to close that share in the server console. The workstation continues to have normal access to that share. Nothing change. I think If the command were running correctly the workstation would not be
2018 Feb 23
2
smbcontrol reload & close-share not working like previous version
Hello. I just upgrade my kernel, smbd and changed my smb.conf. (4.14.12-1-Arch" to "4.14.19-1-lts") "samba 4.7.4-1" But now, "reload smbd" and "close-share" can not drop connected users to share. Because of that I have to restart smbd service for destroy a share right now. But it was working previous version and I don't know what is wrong right
2018 Jun 21
2
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 09:54:06 +0200 john doe via samba <samba at lists.samba.org> wrote: > Bottom posting > > On 6/21/2018 9:38 AM, adam_xu--- via samba wrote: > > Hi, Rowland, I have the same issue too. I can't find any useful > > info after I ran 'man smbcontrol', could you give us a clearer > > answer. Thanks. > > > > > > >
2018 Jun 21
3
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 19:17:14 +0700 Vladimir Eltsov via samba <samba at lists.samba.org> wrote: > Hello. > > I have read man smbcontrol. > > I wrote in start message: > > > I have tried: > > systemctl reload smbd.service > > killall -1 smbd > > pkill -HUP smbd Forget 'systemctl reload' Forget 'killall' Forget 'pkill' >
2018 Jun 21
2
hosts allow option is not applaying without restart smbd
Hi, Rowland, I have the same issue too. I can't find any useful info after I ran 'man smbcontrol', could you give us a clearer answer. Thanks. Yours Adam From: Rowland Penny via samba Date: 2018-06-20 17:40 To: samba Subject: Re: [Samba] hosts allow option is not applaying without restart smbd On Wed, 20 Jun 2018 16:22:36 +0700 Vladimir Eltsov via samba <samba at
2020 May 25
1
log.samba missing rotation
Can you try this and adjust the path's in it. #/etc/logrotate.d/samba /var/log/samba/log.smbd { weekly missingok rotate 7 postrotate [ ! -x /usr/bin/smbcontrol ] || [ ! -f /run/samba/smbd.pid ] || /usr/bin/smbcontrol smbd reload-config endscript compress delaycompress notifempty } /var/log/samba/log.nmbd {
2016 Mar 23
3
Starting & Stopping Samba (smb.conf modifications)
Hello, If I make a change to the smb.conf file. Can I simply invoke 'smbcontrol all reload-config', or must I kill all samba services and restart them? -- -James
2014 Mar 13
1
smbcontrol smbd reload-config or service smbd reload doesn't reload include files
Hi, I noticed that smbcontrol smbd reload-config or service smbd reload doesn't reload include files. Is there anyway to get a reload to reload files that have been included from the main smb.conf ? Otherwise it only looks like restart works, but that causes connections to reset, even in a ctdb/clustered environment . The only other option it looks like is to just put everything into the
2015 Sep 08
2
Please Help!!! smbcontrol close-share
Hello to everybody in the list. I want to close a samba share using a command that can be executed when i need it or scheduled with at/cron. I found that 'smbcontrol close-share' command supposed to do that, but when i try to run command it doesn't work. sudo smbcontrol smbd close-share My_Share It returns the following: Ignoring unknown parameter "use
2018 Jun 20
2
hosts allow option is not applaying without restart smbd
Hello. I have a lot of servers with CentOS 7 and samba 4 (classic domain controllers), differnt versions (4.4.4, 4.6.2...). I have found that changes hosts allow option are not applaying without restart smbd. I have tried: systemctl reload smbd.service killall -1 smbd pkill -HUP smbd smbcontrol smbd reload-config but client I have added does not have access. I see strange messages in system
2024 Jan 31
1
Behavior of acl_xattr:ignore system acls = yes on a share
Problem solved (I hope)! On 31.01.2024 12:40, Ralph Boehme via samba wrote: > On 1/31/24 12:02, Rowland Penny via samba wrote: >> Which looks correct to myself, so a bug ? > something to look into in more detail, ie logs and network traces. :) > > -slow Hi folks, I added the following parameter to the share definition in smb.conf: acl_xattr:default acl style = windows Now the
2018 May 29
2
Help, DNS forwarding not working!
Please ignore, resolved now (although I don't know why or how). Strange that things always resolve only after (!) posting to this list. The latter seems to work in magic ways. ;) Rowland, thank you very much for your quick replay!! I was able to ping the forwarder, but i wasn't able to resolve any hostnames on the DCs themselves. After I restarted the samba services, the issue went
2024 Jan 30
2
Behavior of acl_xattr:ignore system acls = yes on a share
On 30.01.2024 16:51, Ralph Boehme via samba wrote: > On 1/30/24 16:27, Rowland Penny via samba wrote: >> On Tue, 30 Jan 2024 16:13:41 +0100 >> Peter Milesson via samba <samba at lists.samba.org> wrote: >> >>> Hi folks, >>> >>> It seems that the setting acl_xattr:ignore system acls = yes reduces >>> Windows compatibility when defined
2009 Dec 14
2
Dynamic updates to "interfaces" parameter doesn't work
Hi All, I am trying to make changes to "interfaces = " parameter in smb.conf while samba is running but even after "smbcontrol smbd reload-configuration" , there is no effect of this change. Developers please tell me whether it is the expected behavior ? Version : 3.0.33-3.7.el5 Platform: Red Hat Enterprise Linux Server release 5.3 Thanks and regards Yatish
2023 Apr 04
2
Fwd: ntlm_auth and freeradius
Dear All, Well, this is very embarrassing.... It seems that running 'smbcontrol all reload-config' isn't sufficient for reloading the ntlm config parameters. I tried restarting the whole samba service on the DC my FR box was authenticating against (systemctl restart sernet-samba-ad) and my test laptop is now connected to the network on the correct VLAN. I apologise for wasting
2005 Mar 16
3
Samba and LDAP Base DN
Right now, I have all of my Samba stuff under ou=corp,dc=mycompany,dc=com. I have it this way because there used to also be ou=furn,dc=mycompany,dc=com with a different domain. Now that I only have one domain, I would like to move everything to dc=mycompany,dc=com. So I copy all of the subentries of ou=corp (ou=computers, ou=people, ou=grooups, and the sambaDomainName entries) to
2019 Nov 12
1
Tracking of SAMBA users activity
Hello, I would like to know if there is a SAMBA feature () that tracks users' login/logout (by name and not by IP address) accessing the shares. Maybe by using Unix command lines, do you know into which log files these information are stored in ? ie "Share ID" Date Time "Username" logged in "Share ID" Date Time "Username" logged off ? I tried
2023 Oct 17
2
Issue creating share on Windows domain-joined Debian 12 Server
Environment: New install of Debian 12 (Physical Server) Latest Samba via apt (4.17.12) So I am most of the way there getting this to work. I have successfully joined the Debian server to our windows domain. I have created a "Unix Admins" windows security group with the "SeDiskOperatorPrivilege" enabled. The file share exists although I am not yet able to open it. The problem I
2020 May 26
2
LDAP authentication logging
Hi all, I'm running old Sernet samba 4.0.9 on Debian and trying to set up LDAP authentication for https://www.reviewboard.org/docs/manual/3.0/admin/configuration/authentication-settings/ To cut a long story short about half of users can log in and half not without any obvious reasons that ldapsearch comparisons would reveal. So I really want to see what the server is saying. I've
2017 Dec 22
1
Reloading smb.conf and applying changes
Hello,     I'm attempting to make changes to the parameter "log level =" and reload my changes using "smbcontrol all reload-config" but the changes are not being invoked. I need to stop/start samba completely for my changes to take effect. I'm specifically trying to alter debug class levels. Is there a command I should use or must I completely stop samba to make