Displaying 20 results from an estimated 20000 matches similar to: "How to restart DOVECOT without rebooting"
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
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.
> >
> >
> >
>
2004 Apr 30
5
Can I reconfigure Samba share without restart smb service?
Everytime I add or remove some samba shares, I must restart smb service to
take effect.
Is there anyway to reconfig it without restart?
2013 Jan 15
2
1024 char limit for auth.allow and automatically re-reading auth.allow without having to restart glusterd?
Hi,
Anyone know if the 1024 char limit for auth.allow still exists in the
latest production version (seems to be there in 3.2.5). Also anyone
know if the new versions check if auth.allow has been updated without
having to restart glusterd? Is there anyway to restart glusterd
without killing it and restarting the process, is kill -1 (HUP)
possible with it (also with the version i'm running?)
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
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
2018 Jun 21
1
hosts allow option is not applaying without restart smbd
Hai,
As Harald showed, this is a known thing, this did hit samba, after the multi threaded support.
See also : systemctl cat smbd.service
For what works what not.
For a reload the kill -HUP MAINPID is, as i know, the only thing that works atm.
Is this a AD DC or a member? ( sorry didnt follow the complet thread ) this catch my eye just now.
Imo, for a member it should work, but i've
2010 Dec 27
2
logrotate.d - reload vs restart
Looking at some of the stuff in /etc/logrotate.d, I see entries like this in
some of the configuration files:
postrotate
/sbin/service privoxy reload 2> /dev/null || true
>From the commandline, that doesn't work:
# /sbin/service privoxy reload 2> /dev/null || true
Usage: /etc/init.d/privoxy {start|stop|restart}
Changing reload to restart does work:
]# /sbin/service privoxy
2006 Jul 13
2
MGE Pulsar Extreme - restart problem
Hello,
looking for replacements for some older Powerware equipment I found the MGE
Pulsar Extreme 1000C and I'm currently testing one with nut-2.0.3 on a
self-brewn i386-linux.
Upto now everything seems to work fine - except I can't get the power outlets
switching on again after mains returns. As this works with Personal
Solution-Pac 2 on W2k I thought that there might be a way to
2004 Aug 06
2
Take down and restart.
On Tuesday, January 21, 2003, at 10:15 PM, Michael Smith wrote:
> Steve Mallett <steve@osdir.com> said:
>
>> What is the best way to bring down and restart ices with a new
>> playlist, or do I need to stop ices at all?
>
> Which version? With ices2, you don't need to do anything except
> replace the
> playlist with a new one - it'll be re-read
2013 Nov 21
14
openvpn restart fails with dual entry in conntrack and wrong sourceport
the establishment of an openvpn link sometimes fails.
I tracked it down to network traffic with wrong Sourceport in the answer
packet (should be 1300 not 1024):
2 1.119309000 aaa.185.165 bbb.162.192 UDP 58 Source port: 1300
Destination port: 1300
3 1.119446000 bbb.162.192 aaa.185.165 UDP 66 Source port: 1024
Destination port: 1300
and a collateral entry in the connection tracking table
1998 Sep 23
4
Start and stop the samba server
Is there a good way to stop and restart the samba server...
for example to have it re read the smb.conf, without rebooting the
actual pc?
if I should kill a process should I kill them all ??? if so is there an
efficent way to do this?
thanks in advance
Robert
2015 Dec 18
1
domain authentication issue after rebooting Debian Jessie - need to restart samba each time
On 12/15/2015 2:56 PM, Sébastien Le Ray wrote:
>
>
> Le 15/12/2015 20:55, Sébastien Le Ray a écrit :
>>
>>
>> Le 15/12/2015 20:21, Rowland penny a écrit :
>>> On 15/12/15 18:31, gimili wrote:
>>>>
>>>>
>>>> >systemctl status samba-ad-dc
>>>>
>>>> â samba-ad-dc.service - LSB: start Samba daemons for
2005 Jan 31
1
reload configuration without a stop ?
Hello,
i am planning to use samba in my company, first on a test system and
later on operational.
I have a question about reloading the configuration file.
When i do some changes in the configuration file about mappings etc for
new users, new folders on request etc and i have to reload the
configuration, is that a problem for the connected users ?
Will they lose their connection while they are
2003 Jan 13
4
How can I restart samba?
I'm fiddling with the various configuration files to try and get Samba
working - after making changes to various files I end up rebooting [shudder]
the box to get the settings to take.
I invoke the smbd, and nmbd binaries from a root bash command line, each
with the "-D" option. I can't seem to send a "kill SIGHUP" command to the
PID I read from a "ps -ex"
2015 Nov 04
1
Removeing tinc node from vpn without restarting vpn.
Hi,
I want a way to remove/deny a node from the vpn without restarting all
nodes.
What i did is to remove the hostfile and the ConnectTo but the node i
removed is still connected.
I did do a kill -HUP.
How do i purge the node that i removed, without effecting the other nodes ?
Greeting from Amsterdam.
Perry
2001 Mar 16
2
SIGHUP/av[0] restart failure
Hello,
OpenSSH 2.5.1p1 running under AIX 4.3.3ML06. When I send a HUP
signal to the parent sshd, that parent process dies, it's children
get "adopted" by init, and the following message is put in the error
log ...
Mar 13 12:01:48 whippet sshd[31644]: Received SIGHUP; restarting.
Mar 13 12:01:48 whippet sshd[31644]: RESTART FAILED: av[0]='sshd',
error: No such file or
2008 Aug 29
2
When to restart samba
If I understand correctly, in order to have the smb.conf file applied
you need to restart smbd.
Is "service smbd reload" sufficient (which does a "killproc smbd -HUP")?
Will this kill any active connections to samba resources causing user
disruption? Or is this a seamless process that can be carried out
midday?
I ask because if I need to kill all user connections to
2003 Jul 30
4
Add directory share without killing samba?
Is there a way that I can dynamically add a share point to the smb.conf file
and not be forced to kill the smbd daemon and restart in order for it to be
visible? Or is this such a simple thing I'm blind and can't see it in any
FAQ I read? :-)
Thanks!
Ryan
2005 Nov 07
1
Security updates without rebooting
Hello all,
Can someone explain how to apply security patches on the system without
rebooting the machine?
I guess that I cant patch the kernel without compiling and rebooting the
machine, so the only way is with iptables and keeping the daemons "fresh"?
Regards,
Carlos Silva,
http://osiris.csilva.org/