Nach einem Update auf FreeNAS Version 11.3U1 liefert die Verwaltungskonsole die Fehlermeldung:
Attempt to connect to netlogon share failed with error: [EFAULT] failed to call wbcPingDc: Domain is not trusted or cannot be found..
Basierend auf https://www.ixsystems.com/community/threads/unable-to-connect-to-domain-after-upgrade-from-11-2-7-to-11-3.81949/ kann das Problem wie folgt gelöst werden:
- Im Webinterface unter Directory Services: „allow dns update“ haken entfernen.
- Über die SSH-Konsole:
sqlite3 /data/freenas-v1.db „UPDATE directoryservice_activedirectory SET ad_enable=1“
service ix-hostname start <- Fehler ignorieren: (service does not exist in rc.d or local-startup)
service ix-kerberos start
service ix-kinit start
klist
service ix-pre-samba start <- Fehler ignorieren: (service does not exist in rc.d or local-startup)
net -k -d 5 ads join [this generates verbose output of the domain join] which worked with dns updates unchecked
At this point it complained about the workgroup still being set to work group changed that and tried again and joined the domain correctly
service samba_server restart
service ix-nsswitch start
service ix-pam start <- Fehler ignorieren: (service does not exist in rc.d or local-startup)
service ix-cache start <- Fehler ignorieren (service does not exist in rc.d or local-startup)
service winbindd onestart
Dies ist ein Extrakt aus dem Originalbeitrag https://www.ixsystems.com/community/threads/unable-to-connect-to-domain-after-upgrade-from-11-2-7-to-11-3.81949/