[Bug 247110] net/samba410 When starting AD DC with internal DNS the nsupdate program is not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 9 13:14:30 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247110
Bug ID: 247110
Summary: net/samba410 When starting AD DC with internal DNS
the nsupdate program is not found
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: timur at FreeBSD.org
Reporter: byrnejb at harte-lyne.ca
Assignee: timur at FreeBSD.org
Flags: maintainer-feedback?(timur at FreeBSD.org)
Samba_server logs this in /var/log/samba4/smbd.log.
>> Failed nsupdate: A SMB4-1.brockley.harte-lyne.ca 192.168.216.166 : [Errno 2]
>> No such file or directory: '/usr/bin/nsupdate': '/usr/bin/nsupdate'
>> Failed update of 1 entries
1. The bind-tools package is not a dependency for samba_server and is not
installed with samba410.
2. The bind package is not required when the Samab internal DNS service is
selected when a domain is provisioned.
2. Installing the bind-tools package does not resolve the issue as the samba
port is looking for /usr/bin/nsupdate and not /usr/local/bin/nsupdate.
A work-around is to manually create a symbolic link:
ln -s /usr/local/bin/nsupdate /usr/bin/nsupdate
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list