Displaying 12 results from an estimated 12 matches for "nmbd_disabled".
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...bd.pid
unset TMPDIR
test -x /usr/local/samba/sbin/nmbd -a -x /usr/local/samba/sbin/smbd ||
exit
. /lib/lsb/init-functions
case "$1" in
start)
log_daemon_msg "Starting Samba daemons"
install -o root -g root -m 755 -d $PIDDIR
NMBD_DISABLED=`testparm -s --parameter-name='disable
netbios' 2>/dev/null`
if [ "$NMBD_DISABLED" != 'Yes' ]; then
log_progress_msg "nmbd"
if ! start-stop-daemon --start --quiet --oknodo
--exec /usr/local/samba/...
2015 Oct 05
3
Question Wiki Setup a Samba Active Directory Domain Controller
.../etc/init.d/smbd reload
;;
restart|force-reload)
/etc/init.d/nmbd "$1"
/etc/init.d/smbd "$1"
/etc/init.d/samba-ad-dc "$1"
;;
status)
status=0
NMBD_DISABLED=`testparm -s --parameter-name='disable
netbios' 2>/dev/null || true`
SERVER_ROLE=`samba-tool testparm --parameter-name="server
role" 2>/dev/null | tail -1 || true`
if [ "$SERVER_ROLE" != "active directory domain
controller"...
2014 Mar 24
0
Samba documentation feedback: installation guide for AD join
.../smbd || exit 0
. /lib/lsb/init-functions
case "$1" in
start)
log_daemon_msg "Starting Samba daemons"
# Make sure we have our PIDDIR, even if it's on a tmpfs
install -o root -g root -m 755 -d $PIDDIR
# NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 2>/dev/null`
# if [ "$NMBD_DISABLED" != 'Yes' ]; then
# log_progress_msg "nmbd"
# if ! start-stop-daemon --start --quiet --oknodo --exec /usr/local/sam...
2016 Apr 02
2
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
On 02/04/16 20:59, Sonic wrote:
> On Sat, Apr 2, 2016 at 2:34 PM, Rowland penny <rpenny at samba.org> wrote:
>> On debian there is a script called samba in /etc/init.d , it starts smbd &
>> nmbd *or* samba, if it doesn't find 'server role = active directory domain
>> controller' in smb.conf , it doesn't try to start the samba deamon.
> Odd that
2017 Jun 18
4
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
On Sun, 18 Jun 2017 02:55:22 -0700 (PDT)
Winfried via samba <samba at lists.samba.org> wrote:
> Forgot to give the smb.conf:
>
OK, it looks like you are trying to set up a standalone server with
guest access, I suggest you read this wiki page:
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server
You do not need most of the parameters you have added to smb.conf,
2016 Apr 02
0
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
.../etc/init.d/smbd reload
;;
restart|force-reload)
/etc/init.d/nmbd "$1"
/etc/init.d/smbd "$1"
/etc/init.d/samba-ad-dc "$1"
;;
status)
status=0
NMBD_DISABLED=`testparm -s --parameter-name='disable
netbios' 2>/dev/null || true`
SERVER_ROLE=`samba-tool testparm
--parameter-name="server role" 2>/dev/null | tail -1 || true`
if [ "$SERVER_ROLE" != "active directory domain
controller"...
2017 Jun 19
0
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
.../etc/init.d/smbd reload
;;
restart|force-reload)
/etc/init.d/nmbd "$1"
/etc/init.d/smbd "$1"
/etc/init.d/samba-ad-dc "$1"
;;
status)
status=0
NMBD_DISABLED=`testparm -s --parameter-name='disable
netbios' 2>/dev/null || true`
SERVER_ROLE=`samba-tool testparm --parameter-name="server
role" 2>/dev/null | tail -1 || true`
if [ "$SERVER_ROLE" != "active directory domain controller"...
2017 May 17
1
Upgraded > Samba no longer listening on 192.168.0.x
.../etc/init.d/smbd reload
;;
restart|force-reload)
/etc/init.d/nmbd "$1"
/etc/init.d/smbd "$1"
/etc/init.d/samba-ad-dc "$1"
;;
status)
status=0
NMBD_DISABLED=`testparm -s --parameter-name='disable
netbios' 2>/dev/null || true`
SERVER_ROLE=`samba-tool testparm --parameter-name="server
role" 2>/dev/null | tail -1 || true`
if [ "$SERVER_ROLE" != "active directory domain controller"...
2015 Oct 04
4
Question Wiki Setup a Samba Active Directory Domain Controller
Hi again,
I refer to
https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller#Testing_your_Samba_Domain_Controller
Thank you for this great wiki! I run all the tests and everything looks
perfect!
I encounter just a little difference here. Actually I thought that there
should be no Master and Workgroup for a AD DC. (as given in the wiki and
in Stefan Kania's book
2017 Jun 19
0
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
...;;
> restart|force-reload)
> /etc/init.d/nmbd "$1"
> /etc/init.d/smbd "$1"
> /etc/init.d/samba-ad-dc "$1"
> ;;
> status)
> status=0
> NMBD_DISABLED=`testparm -s
> --parameter-name='disable netbios' 2>/dev/null || true`
> SERVER_ROLE=`samba-tool testparm
> --parameter-name="server role" 2>/dev/null | tail -1 || true`
> if [ "$SERVER_ROLE" != "active directory...
2017 May 17
4
Upgraded > Samba no longer listening on 192.168.0.x
Hello
Since I last ran "apt-get upgrade" on a Debian host which upgraded Debian to
8.8 and Samba to 4.2.14, Samba is no longer listening on the 192.168.0.x
network after waking up from suspend mode. As a result, it's not listed in
Windows' Network Neighborhood and, thus, not reachable from a Windows host
where a backup job is running that uses the Debian host as a file server.
2017 May 17
2
Upgraded > Samba no longer listening on 192.168.0.x
...;;
> restart|force-reload)
> /etc/init.d/nmbd "$1"
> /etc/init.d/smbd "$1"
> /etc/init.d/samba-ad-dc "$1"
> ;;
> status)
> status=0
> NMBD_DISABLED=`testparm -s
> --parameter-name='disable netbios' 2>/dev/null || true`
> SERVER_ROLE=`samba-tool testparm
> --parameter-name="server role" 2>/dev/null | tail -1 || true`
> if [ "$SERVER_ROLE" != "active directory...