search for: nmbdpid

Displaying 7 results from an estimated 7 matches for "nmbdpid".

Did you mean: smbdpid
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...dbd.socket --logfile=/var/log/syslog Here is the service script copied from the samba wiki. It is installed chmod + x'd at /etc/init.d/smbd. It works fine manually: #!/bin/sh RUN_MODE="daemons" [ -r /etc/default/samba ] && . /etc/default/samba PIDDIR=/usr/local/samba/var/run NMBDPID=$PIDDIR/nmbd.pid SMBDPID=$PIDDIR/smbd.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 roo...
2006 Mar 27
0
access share on machine running server again
...m and '/etc/init.d/samba restart' it always mounts the shares AOK Dave #!/bin/sh # # Start/stops the Samba daemons (nmbd and smbd). # # # Defaults RUN_MODE="daemons" # Reads config file (will override defaults above) [ -r /etc/default/samba ] && . /etc/default/samba NMBDPID=/var/run/samba/nmbd.pid SMBDPID=/var/run/samba/smbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons are there test -x /usr/sbin/nmbd -a -x /usr/sbin/smbd || exit 0 . /lib/lsb/init-functions case "$1" in start) log_begin_m...
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
2016 Apr 02
0
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
...nmbd # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # X-Start-Before: smbd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start Samba NetBIOS nameserver (nmbd) ### END INIT INFO PIDDIR=/var/run/samba NMBDPID=$PIDDIR/nmbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons are there test -x /usr/sbin/nmbd || exit 0 . /lib/lsb/init-functions case $1 in start) if init_is_upstart; then exit 1 fi...
2014 Mar 24
0
Samba documentation feedback: installation guide for AD join
...@#samba~irc.freenode.net at 06th March 2013 # The script was successfully tested on Debian GNU/Linux Squeeze+Wheezy # Defaults RUN_MODE="daemons" # Reads config file (will override defaults above) [ -r /etc/default/samba ] && . /etc/default/samba PIDDIR=/usr/local/samba/var/run NMBDPID=$PIDDIR/nmbd.pid SMBDPID=$PIDDIR/smbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons are there #test -x /usr/local/samba/sbin/nmbd -a -x /usr/local/samba/sbin/smbd || exit 0 test -x /usr/local/samba/sbin/smbd || exit 0 . /lib/lsb/init-functions case &quo...
2015 Oct 05
3
Question Wiki Setup a Samba Active Directory Domain Controller
...: nmbd # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # X-Start-Before: smbd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start Samba NetBIOS nameserver (nmbd) ### END INIT INFO PIDDIR=/var/run/samba NMBDPID=$PIDDIR/nmbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons are there test -x /usr/sbin/nmbd || exit 0 . /lib/lsb/init-functions case $1 in start) if init_is_upstart; then exit 1 fi...
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