Displaying 15 results from an estimated 15 matches for "dns_qtype_a".
2013 Feb 28
0
Dynamic DNS updates not working
...3/02/28 16:29:57, 2]
../source4/dns_server/dns_update.c:396(handle_one_update)
[2013/02/28 16:29:57, 1] ../librpc/ndr/ndr.c:245(ndr_print_debug)
discard_const(update): struct dns_res_rec
name : 'sto-print01.corp.lo'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1C)
ipv6_record : (null)
unexpected...
2013 May 11
0
DNS internal confusion
...f data.
so it gets the IP but goes no further.
here is the request from the Linux client:
Got a dns update request.
update count is 1
Looking at record:
discard_const(update): struct dns_res_rec
name : 'pinoso.hh3.site'
rr_type : DNS_QTYPE_A (0x1)
rr_class : DNS_QCLASS_IN (0x1)
ttl : 0x00000e10 (3600)
length : 0x0004 (4)
rdata : union dns_rdata(case 0x1)
ipv4_record : 192.168.1.23
unexpected...
2014 Dec 16
0
samba dns issues
...' and if not, what they mean?
-------------------------------------
[2014/12/16 15:56:41.101869, 1] ../librpc/ndr/ndr.c:296(ndr_print_debug)
discard_const(update): struct dns_res_rec
name : 'HAServer1.ad.ha.net'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1C)
ipv6_record : (null)
unexpected...
2014 Dec 18
2
Samba4 on Ubuntu server
...08.377765, 2]
../source4/dns_server/dns_update.c:399(handle_one_update)
[2014/12/16 07:48:08.377821, 1] ../librpc/ndr/ndr.c:296(ndr_print_debug)
discard_const(update): struct dns_res_rec
name : 'A3003.ad.ha.net'
rr_type : DNS_QTYPE_A (0x1)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1)
ipv4_record : (null)
unexpected...
2023 Nov 06
1
DNS: Update not allowed for unsigned packet
....c:397(handle_one_update)
Looking at record:
[2023/11/06 09:55:39.586268, 1]
../../source4/dns_server/dns_update.c:399(handle_one_update)
discard_const(update): struct dns_res_rec
name : 'USSIF1DOFC07.--redacted--'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1C)
ipv6_record : (null)
unexpected...
2018 Apr 19
3
Samba AD - Join MAC
Hello Community,
im joining several macintosh workstations to my samba AD. First of all,
it works pretty well and im able to authenticate/login my AD user on a mac.
Server: Ubuntu 16.04
SAMBA: 4.7.7
First:
Everytime when a mac starts up, some log entries are shown in log.samba.
Looks like (Its not a flood, about 4 messages for each client):
[2018/04/19 14:35:04.645001, 0]
2014 Dec 18
4
Samba4 on Ubuntu server
...)
>>
>> [2014/12/16 07:48:08.377821, 1] ../librpc/ndr/ndr.c:296(ndr_print_debug)
>>
>> discard_const(update): struct dns_res_rec
>>
>> name : 'A3003.ad.ha.net'
>>
>> rr_type : DNS_QTYPE_A (0x1)
>>
>> rr_class : DNS_QCLASS_ANY (0xFF)
>>
>> ttl : 0x00000000 (0)
>>
>> length : 0x0000 (0)
>>
>> rdata : union dns_rdata(case...
2014 Dec 18
0
Samba4 on Ubuntu server
..._update.c:399(handle_one_update)
>
> [2014/12/16 07:48:08.377821, 1] ../librpc/ndr/ndr.c:296(ndr_print_debug)
>
> discard_const(update): struct dns_res_rec
>
> name : 'A3003.ad.ha.net'
>
> rr_type : DNS_QTYPE_A (0x1)
>
> rr_class : DNS_QCLASS_ANY (0xFF)
>
> ttl : 0x00000000 (0)
>
> length : 0x0000 (0)
>
> rdata : union dns_rdata(case 0x1)
>
> ipv4_r...
2014 Dec 19
0
Samba4 on Ubuntu server
.../ndr.c:296(ndr_
>>>> print_debug)
>>>>
>>>> discard_const(update): struct dns_res_rec
>>>>
>>>> name : 'A3003.ad.ha.net'
>>>>
>>>> rr_type : DNS_QTYPE_A (0x1)
>>>>
>>>> rr_class : DNS_QCLASS_ANY (0xFF)
>>>>
>>>> ttl : 0x00000000 (0)
>>>>
>>>> length : 0x0000 (0)
>>>>
>>>...
2018 Apr 19
0
Samba AD - Join MAC
...ds
> >
> > Micha
> >
> >
> I'm assuming you are using the internal DNS and not bind? If
> so it looks
> as if Samba doesn't support the request type.
>
> source4/dns_server/dns_update.c
>
> switch (update->rr_type) {
> case DNS_QTYPE_A:
> case DNS_QTYPE_NS:
> case DNS_QTYPE_CNAME:
> case DNS_QTYPE_SOA:
> case DNS_QTYPE_PTR:
> case DNS_QTYPE_MX:
> case DNS_QTYPE_AAAA:
> case DNS_QTYPE_SRV:
> case DNS_QTYPE_TXT:
> bre...
2016 Feb 19
2
FSMO DC giving curious log output
Hello!
I’m seeing the following log entries in /var/log/syslog on my FSMO (Ubuntu 14.04.3 LTS / Samba 4.3.4):
Feb 19 09:56:48 dc00 samba[4552]: [2016/02/19 09:56:48.527183, 0] ../source4/dns_server/dns_update.c:426(handle_one_update)
Feb 19 09:56:48 dc00 samba[4552]: Can't handle updates of type 255 yet
Feb 19 09:56:48 dc00 samba[4552]: [2016/02/19 09:56:48.860255, 0]
2014 Dec 22
2
Samba4 on Ubuntu server
...t; print_debug)
> >>>>
> >>>> discard_const(update): struct dns_res_rec
> >>>>
> >>>> name : 'A3003.ad.ha.net'
> >>>>
> >>>> rr_type : DNS_QTYPE_A (0x1)
> >>>>
> >>>> rr_class : DNS_QCLASS_ANY (0xFF)
> >>>>
> >>>> ttl : 0x00000000 (0)
> >>>>
> >>>> length : 0x0000 (0)...
2018 Apr 19
1
Samba AD - Join MAC
...;>
>>>
>> I'm assuming you are using the internal DNS and not bind? If
>> so it looks
>> as if Samba doesn't support the request type.
>>
>> source4/dns_server/dns_update.c
>>
>> switch (update->rr_type) {
>> case DNS_QTYPE_A:
>> case DNS_QTYPE_NS:
>> case DNS_QTYPE_CNAME:
>> case DNS_QTYPE_SOA:
>> case DNS_QTYPE_PTR:
>> case DNS_QTYPE_MX:
>> case DNS_QTYPE_AAAA:
>> case DNS_QTYPE_SRV:
>> case...
2014 Apr 11
1
4.0 stopped working after updating xubuntu 13.04
...dns_tcp_call_loop: tstream_read_pdu_blob_recv()
- NT_STATUS_CONNECTION_DISCONNECTED]
Got a dns update request.
update count is 3
Looking at record:
discard_const(update): struct dns_res_rec
name : 'kontor.sth.somedomain.se'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1C)
ipv6_record : (null)
unexpected...
2018 Jul 03
1
Samba 4 AD DC on Fedora, problem with GPOs and denied security for machines
...576, 2]
../source4/dns_server/dns_update.c:390(handle_one_update)
[2018/07/03 13:08:59.614692, 1] ../librpc/ndr/ndr.c:422(ndr_print_debug)
discard_const(update): struct dns_res_rec
name : 'win10eng.mydomain.com'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : DNS_QCLASS_ANY (0xFF)
ttl : 0x00000000 (0)
length : 0x0000 (0)
rdata : union dns_rdata(case 0x1C)
ipv6_record : (null)
unexpe...