Stefan Kania
2025-Nov-03 22:19 UTC
[Samba] Join linux-client trixi not working no dns update
Am 03.11.25 um 20:57 schrieb Rowland Penny via samba:> First thoughts, what is in /etc/hosts ?Content of /etc/hosts is: -------- root at client01:~# cat /etc/hosts 127.0.0.1 localhost 192.168.56.33 client01.example.net client01 # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters -------- root at client01:~# hostname -f client01.example.net that look good to me -- Stefan Kania Landweg 13 25693 St. Michaelisdonn
Markus Gschwendt
2025-Nov-03 22:53 UTC
[Samba] Join linux-client trixi not working no dns update
Hi! there seems to be something wrong with your signature. evolution mail client can't show the content. anyways, my other client on the phone just ignores it and shows the content. As Rowland said, that looks like a problem with the hosts file. I did run in the same problem a few weeks ago. The error messages tells that the DNS update fails because the record already exists. I've spent hours to find the records or the problem in bind9 and samba ldb. No, it is in the hosts file. imho this could be a bug. Because even if it's in the hosts file and a client asks the authoritative server to do an DNS update in its backend it just should do it and ignore the hosts file or other non- authoritative sources. Or if it's not considered as a bug it should be documented somewhere (in docu of bind_dlz, domain join, ...) Remove your client entry from the hosts file for now. You could try to insert the DNS entry with nsupdate -g. That did work for me too. Markus On Mon, 2025-11-03 at 23:19 +0100, Stefan Kania via samba wrote:> --------------ms010504000902090401060002 > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: base64 > > DQoNCkFtIDAzLjExLjI1IHVtIDIwOjU3IHNjaHJpZWIgUm93bGFuZCBQZW5ueSB2aWEgc > 2Ft > YmE6DQo+IEZpcnN0IHRob3VnaHRzLCB3aGF0IGlzIGluIC9ldGMvaG9zdHMgPw0KDQoNC > kNv > bnRlbnQgb2YgL2V0Yy9ob3N0cyBpczoNCi0tLS0tLS0tDQpyb290QGNsaWVudDAxOn4jI > GNh > dCAvZXRjL2hvc3RzDQoxMjcuMC4wLjEgICAgICAgbG9jYWxob3N0DQoxOTIuMTY4LjU2L > jMz > ICAgY2xpZW50MDEuZXhhbXBsZS5uZXQgICAgY2xpZW50MDENCg0KIyBUaGUgZm9sbG93a > W5n > IGxpbmVzIGFyZSBkZXNpcmFibGUgZm9yIElQdjYgY2FwYWJsZSBob3N0cw0KOjoxICAgI > CBs > b2NhbGhvc3QgaXA2LWxvY2FsaG9zdCBpcDYtbG9vcGJhY2sNCmZmMDI6OjEgaXA2LWFsb > G5v > ZGVzDQpmZjAyOjoyIGlwNi1hbGxyb3V0ZXJzDQoNCi0tLS0tLS0tDQpyb290QGNsaWVud > DAx > On4jIGhvc3RuYW1lIC1mDQpjbGllbnQwMS5leGFtcGxlLm5ldA0KDQp0aGF0IGxvb2sgZ > 29v > ZCB0byBtZQ0KDQotLSANClN0ZWZhbiBLYW5pYQ0KTGFuZHdlZyAxMw0KMjU2OTMgU3QuI > E1p > Y2hhZWxpc2Rvbm4NCg0KDQoNCg=> > --------------ms010504000902090401060002--