Displaying 2 results from an estimated 2 matches for "svra".
Did you mean:
svr4
2007 Mar 07
3
Standalone puppet (i.e. no server) config
...f the puppet stages once puppet
is configured correctly.
site.pp:
import "classes/*"
# do preconfiguration work just after build
node ''unknownhost.unknowndomain'' {
case $macaddress {
''00:20:43:db:f4:1a'' : {
$host = "svrA"
$domain = "mydomain.com"
}
default : { err ( "Undefined macaddress value: ''$macaddress''" ) }
}
# this should be a class but for now (until it is working) lets keep it
simple
file { "hostn...
2014 Aug 12
0
Samba 4.1.11 smbd crashes regularly
...2 07:28:09.428104, 1]
../source3/smbd/server.c:409(cleanup_timeout_fn)
Cleaning up brl and lock database after unclean shutdown
My smb.conf looks like this:
[global]
workgroup = AD
realm = AD.TESTDOMAIN.DE
netbios name = SVR9
netbios aliases = svr27, svrb, svra, fileserver, fs1
server string = svr9-testdomain
server role = active directory domain controller
server services = -dns, +s3fs, +rpc, +nbt, +wrepl, +ldap,
+cldap, +kdc, +drepl, +winbind, +ntp_signd, +kcc, +dnsupdate
idmap_ldb:use rfc2307 = yes
acl:sear...