bind9: DNSSEC SERVFAIL when zone has no DS record

2011-10-03 Thread Sergio Charpinel Jr.
Hi,

Dig  returns SERVFAIL while trying to resolve a dnssec enabled zone
without DS record in parent zone. For example, I have these two DNSSEC
enabled zones:
domain.com
subdomain.domain.com

domain.com zone has NO DS record for subdomain.domain.com zone, and
subdomain.domain.com has an A record for the zone, and an A record for
www .

If I query subdomain.domain.com , I get SERVFAIL from dig and these
log messages:

03-Oct-2011 11:03:07.893   validating @0x7f9ea305b2d0: domain.com SOA:
no valid signature found
03-Oct-2011 11:03:07.894 createfetch: domain.com DS
03-Oct-2011 11:03:07.894   validating @0x7f9ea305df70: domain.com
NSEC: no valid signature found
03-Oct-2011 11:03:07.895 createfetch: domain.com DS
03-Oct-2011 11:03:07.896 error (broken trust chain) resolving
'subdomain.domain.com/DNSKEY/IN': x.x.x.x#53
03-Oct-2011 11:03:07.896 error (broken trust chain) resolving
'subdomain.domain.com/A/IN': x.x.x.x#53

If I run the query again, I get NXDOMAIN (from cache). So I can't
query subdomain.domain.com zone.

Now, if I query www.subdomain.domain.com I get the same, but when I
run the query again I get a valid answer (from cache).

I know the DS is not configured properly and so DNSSEC shouldn't work,
but bind shouldn't behave like this. If the zone is not configured
properly, bind should query it anyway, the same way it does when the
zone isn't signed.

I didn't find any related bugs.

Btw, I'm using bind 9.7.3 from debian 6.0.2.

Thanks.

-- 
Sergio Roberto Charpinel Jr.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cajd0dbb9zvozcpragyywprc7kjseydh8lfeb4mv5hd-f1p2...@mail.gmail.com



3g Modem + usb-modeswitch kernel error

2011-03-03 Thread Sergio Charpinel Jr.
Hi,

I have a 3g modem MSA110UP connected to a updated debian squeeze machine. I
use usb-modeswitch because this device is not switched by the kernel. I also
use wvdial to connect.

After some time (2 days), I receive 10 "kernel: [222393.073561] option:
option_instat_callback: error -84" messages, and my devices are
disconnected:

kernel: [222393.176110] usb 1-2: USB disconnect, address 2
kernel: [222393.181527] option: option_instat_callback: error -84
kernel: [222393.181940] option1 ttyUSB0: GSM modem (1-port) converter now
disconnected from ttyUSB0
kernel: [222393.182040] option 1-2:1.0: device disconnected
kernel: [222393.182422] option1 ttyUSB1: GSM modem (1-port) converter now
disconnected from ttyUSB1
kernel: [222393.182464] option 1-2:1.1: device disconnected
kernel: [222393.182671] option1 ttyUSB2: GSM modem (1-port) converter now
disconnected from ttyUSB2
kernel: [222393.182710] option 1-2:1.2: device disconnected
pppd[9358]: Modem hangup

So I have to reconnected the modem.
Any ideas?

Thanks in advance.

-- 
Sergio Roberto Charpinel Jr.