Freenas 9.2.1.6 + Windows server 2012 no go.

Status
Not open for further replies.

Anton Palmgård

Dabbler
Joined
Sep 12, 2013
Messages
12
Hi , i have been using freenas 9.2 for a good long while now with my AD that's controlled by a Windows 2012 standard server.

But now when i migrated to 9.2.1.6 it wont work anymore . Accordning to the GUI it connects but if i check permissions the Groups wont show and when using ssh and type wbinfo -t i get the following:
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
checking the trust secret for domain (null) via RPC calls failed
failed to call wbcCheckTrustCredentials: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not check secret

At boot i'll get the following freenas failed to lookup dc info for domain.

I have followed the guide availible to check if i have missed something. I also tried a new config instead of the old one but same error occurs...

Ideas ?
 

Nick Lutz

Dabbler
Joined
Jul 10, 2014
Messages
21
Hi , i have been using freenas 9.2 for a good long while now with my AD that's controlled by a Windows 2012 standard server.

But now when i migrated to 9.2.1.6 it wont work anymore . Accordning to the GUI it connects but if i check permissions the Groups wont show and when using ssh and type wbinfo -t i get the following:
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
checking the trust secret for domain (null) via RPC calls failed
failed to call wbcCheckTrustCredentials: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not check secret

At boot i'll get the following freenas failed to lookup dc info for domain.

I have followed the guide availible to check if i have missed something. I also tried a new config instead of the old one but same error occurs...

Ideas ?
Same issues here. Trying earlier versions until the 2012 --> FN AD problems are sorted out.
 

Anton Palmgård

Dabbler
Joined
Sep 12, 2013
Messages
12
I solved it, It seems it has something to do with permissions, Found the solution here ---> https://bugs.freenas.org/issues/4194

SSH,

  1. execute the following commands
    # zfs list | grep .samba4
    yourvolume/.samba4 SIZE /mnt/yourvolume/.samba4
    [root@flatline ~]# zfs destroy yourvolumesame/.samba4
    [root@flatline ~]# rm /var/db/samba4

    After that sanitycheck on samba is OK and everything works like a charm.
I've still got one error tho, It wont autostart at reboot.
 
Status
Not open for further replies.
Top