Displaying 8 results from an estimated 8 matches for "ctdb_service_nmb".
2014 Aug 23
2
CTDB 50.samba: ERROR: smb.conf cache create failed
...nly = No
50.samba
#!/bin/sh
# ctdb event script for Samba
[ -n "$CTDB_BASE" ] || \
export CTDB_BASE=$(cd -P $(dirname "$0") ; dirname "$PWD")
. $CTDB_BASE/functions
detect_init_style
case $CTDB_INIT_STYLE in
suse)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-samba}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
*)
# Use redhat style as default:
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
esac
service_...
2014 Jul 18
1
ctdb do not start nmbd if serving AD
...software in ctdb.
#!/bin/sh
# ctdb event script for Samba
[ -n "$CTDB_BASE" ] || \
export CTDB_BASE=$(cd -P $(dirname "$0") ; dirname "$PWD")
. $CTDB_BASE/functions
detect_init_style
case $CTDB_INIT_STYLE in
suse)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-samba}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
*)
# Use redhat style as default:
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
esac
service_nam...
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...arked executable)
#!/bin/sh
# ctdb event script for Samba
[ -n "$CTDB_BASE" ] || \
export CTDB_BASE=$(cd -P $(dirname "$0") ; dirname "$PWD")
. $CTDB_BASE/functions
detect_init_style
case $CTDB_INIT_STYLE in
suse)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smbd} ##changed to smbd here
#CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
;;
*)
# Use redhat style as default:
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}...
2014 Aug 16
1
CTDB: Failed to connect client socket to daemon.
.../events.d/50.samba
#!/bin/sh
# ctdb event script for Samba
[ -n "$CTDB_BASE" ] || \
export CTDB_BASE=$(cd -P $(dirname "$0") ; dirname "$PWD")
. $CTDB_BASE/functions
detect_init_style
case $CTDB_INIT_STYLE in
suse)
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
debian)
# CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smbd}
# CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-""}
CTDB_SERVICE_SMB=smbd
;;
*)
# Use redhat style as default:
# CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
# CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-"&qu...
2016 Oct 06
1
Ctdb and mdb
...the server in the network section of windows explorer.
We are using fedora 23 and nmb doesn't start with ctdb i tried the following change in /etc/ctdb/events.d/50.samba
*)
# Use redhat style as default:
CTDB_SERVICE_SMB=${CTDB_SERVICE_SMB:-smb}
CTDB_SERVICE_NMB=${CTDB_SERVICE_NMB:-nmb}
;;
esac
and nmb started but in the windows explorer appeared two nodes one with the shared ip and the other with its own ip. and both with the linux hostname
I believe only one node should appear with the shared ip and a hostname configurable somewhere is...
2019 Jul 09
1
CTDB Samba 4.10 example?
...i did'nt look further into it yet.
Anyways... heres what i did:
## IN /etc/ctdb/script.options
## (this was the most tricky thing for me since i use the sernet build)
| CTDB_SAMBA_SKIP_SHARE_CHECK=yes # For me this is needed couse of the use of the vfs_glusterfs module. You may not need it.
| CTDB_SERVICE_NMB=sernet-samba-nmbd
| CTDB_SERVICE_SMB=sernet-samba-smbd
| CTDB_SERVICE_WINBIND=sernet-samba-winbindd
## IN /etc/ctdb/commands.sh
| ctdb event script enable legacy 50.samba
| ctdb event script enable legacy 49.winbind
## IN /etc/ctdb/ctdb.conf
| [cluster]
| recovery lock = /pathTo/your/.ctd...
2018 Feb 01
2
Upgrading a ctdb cluster: samba not listening on TCP port 445
...ESSES=/var/run/gluster/shared_storage/ctdb/public_addresses
# List of nodes in the cluster.
CTDB_NODES=/var/run/gluster/shared_storage/ctdb/nodes
# What services should CTDB manage? Default is none.
CTDB_MANAGES_SAMBA=yes
CTDB_MANAGES_WINBIND=yes
CTDB_MANAGES_NFS=no
CTDB_SAMBA_SKIP_SHARE_CHECK=yes
CTDB_SERVICE_NMB=nmb
# Default is to use the log file below instead of syslog.
CTDB_LOGGING=file:/var/log/ctdb.log
CTDB_DEBUGLEVEL=NOTICE
testparm output excluding the shared folders:
netbios name = FILE
realm = PI5.MYDOMAIN
workgroup = PI5
log file = /var/log/samba/tmp/samba_%I.log
clustering = Yes
registry sha...
2012 May 24
0
Could not find node to take over public address
...ou
# can override from auto-detection.
## Type: string
## Default: smb
CTDB_SERVICE_SMB=smb
## Description: Samba nmb services init script
# The following is a nmb specific Samba init script / service that you
# can override from auto-detection.
## Type: string
## Default: nmb
CTDB_SERVICE_NMB=nmb
## Description: Samba winbind services init script
# The following is a winbind specific Samba init script / service that you
# can override from auto-detection.
## Type: string
## Default: winbind
CTDB_SERVICE_WINBIND=winbind
# you may wish to raise the file descriptor limit for ct...