Am 05.04.2017 um 00:02 schrieb Doug Sampson: > When I try to join a domain after building samba46, I get this error message: > > root@aries:/usr/local/etc # net ads join -U dspadmin%<password> > Failed to join domain: failed to create kerberos keytab > root@aries:/usr/local/etc # >
have you seen the following entry: 20170401: AFFECTS: net/samba44, net/samba45, net/samba46 and devel/p5-Parse-Pidl* AUTHOR: [email protected] It turned out that arbitary versions of p5-Parse-Pidl may lead to the hard to explain crashes of the Samba server and utilities(in particular we suspect it was responsible for the troubles with the DC provisioning). So, from now on net/samba* ports use bundled version of Pidl. You need to remove external package from the system: pkg delete -f p5-Parse-Pidl p5-Parse-Pidl44 For me samba43 is working fine. Every newer version fails and all windows PCs refuses to connect to samba. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
