[Bug 793129] Re: Records are lost on crash/power loss

2011-12-01 Thread Stéphane Bortzmeyer
I confirm the problem on a freshly installed Ubuntu Oneiric (/ in ext4). Very annoying bug. May be it is related to the now closed Debian bug http://bugs.debian.org/482643 ? The fix for the bug may be created problems for ext4? ** Bug watch added: Debian Bug tracker #482643

[Bug 854705] Re: dig returns 0 regardless of result of query

2011-09-21 Thread Stéphane Bortzmeyer
You never specified what you want. Sometimes??? Is that a specification? For instance, NXDOMAIN is *not* an error. May be you actually want something like: ADDRS=$(dig +short www.google.com); if [ -z $ADDRS ]; then echo FAILURE; else echo SUCCESS; fi For another example of testing dig results,

[Bug 854705] Re: dig returns 0 regardless of result of query

2011-09-21 Thread Stéphane Bortzmeyer
You never specified what you want. Sometimes??? Is that a specification? For instance, NXDOMAIN is *not* an error. May be you actually want something like: ADDRS=$(dig +short www.google.com); if [ -z $ADDRS ]; then echo FAILURE; else echo SUCCESS; fi For another example of testing dig results,

[Bug 854705] Re: dig returns 0 regardless of result of query

2011-09-20 Thread Stéphane Bortzmeyer
What do you mean failed? NXDOMAIN? SERVFAIL? Timeout? They are very different things. I would strongly object to returning 1 when the answer is NXDOMAIN (the query succeeded). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in

[Bug 854719] [NEW] IPv6 static configuration does not set the default route

2011-09-20 Thread Stéphane Bortzmeyer
Public bug reported: I tried to configure a connection with automatic IPv4 but static IPv6 since the network has no RA and no DHCP. I add the address, and the gateway. It adds an address but no default route. % ip -6 addr show 1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 inet6 ::1/128 scope host

[Bug 854719] Re: IPv6 static configuration does not set the default route

2011-09-20 Thread Stéphane Bortzmeyer
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854719 Title: IPv6 static configuration does not set the default route To manage notifications about this bug go to:

[Bug 854705] Re: dig returns 0 regardless of result of query

2011-09-20 Thread Stéphane Bortzmeyer
What do you mean failed? NXDOMAIN? SERVFAIL? Timeout? They are very different things. I would strongly object to returning 1 when the answer is NXDOMAIN (the query succeeded). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 312931] [NEW] gnome-appearance-properties crashes when the image is not of the expected format

2009-01-01 Thread Stéphane Bortzmeyer
Public bug reported: Binary package hint: gnome-control-center When one of the images in ~/Images is not of the expected format (in my case, a file with a .jpg extension was acually a RDF/XML file), gnome- appearance-properties crashes with a SIGSEGV without any message. This is extremely bad