[Bug 175316] Re: no IDN in nslookup and host

2018-08-02 Thread Andreas Hasenack
This is fixed in cosmic:
https://launchpad.net/ubuntu/+source/bind9/1:9.11.4+dfsg-3ubuntu1


** Changed in: bind9 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/351764

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-07-30 Thread Andreas Hasenack
This will be fixed in cosmic in the next upload:
root@cosmic-bind9-merge-9114:~# dig @127.0.0.1 +idnout räksmörgås.se

; <<>> DiG 9.11.4-3ubuntu1~ppa2-Ubuntu <<>> @127.0.0.1 +idnout räksmörgås.se
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6004
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: 52a808b0d2c6f79dc90477ff5b5f2a02ff53d4bb83e8cf22 (good)
;; QUESTION SECTION:
;räksmörgås.se. IN  A

;; ANSWER SECTION:
räksmörgås.se.  60  IN  A   91.226.36.2

;; Query time: 2976 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Jul 30 15:08:50 UTC 2018
;; MSG SIZE  rcvd: 94

root@cosmic-bind9-merge-9114:~# dig @127.0.0.1 +noidnout räksmörgås.se

; <<>> DiG 9.11.4-3ubuntu1~ppa2-Ubuntu <<>> @127.0.0.1 +noidnout räksmörgås.se
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1448
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: 5e9a3cfb67f8482724d5069d5b5f2a070720eaf49861e73b (good)
;; QUESTION SECTION:
;xn--rksmrgs-5wao1o.se. IN  A

;; ANSWER SECTION:
xn--rksmrgs-5wao1o.se.  55  IN  A   91.226.36.2

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Jul 30 15:08:55 UTC 2018
;; MSG SIZE  rcvd: 94


** Changed in: bind9 (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: bind9 (Ubuntu)
 Assignee: LaMont Jones (lamont) => Andreas Hasenack (ahasenack)

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-07-27 Thread Andreas Hasenack
Debian enabled building with libidn2: https://salsa.debian.org/dns-
team/bind9/commit/3e72f1a0c5cd695b7bcdefa458869cf5566198bd

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
The bionic task is fix released in the sense that the fix is published
in the official archive and available to users.

The one issue I can see wrt a fix for xenial or any other stable release
is the introduction of a new dependency via the update, that is, libidn.
But I've seen that done in the past, all it needs is a good
justification in the SRU process.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-03-29 Thread Andreas Hasenack
When the bug task does not mention a specific ubuntu release, it means
"whatever is devel at the time". Now that means bionic, where it's fixed
and available, that's why the task was marked as fix released.

To have it fixed in Xenial and other stable releases, the procedure
outlined in https://wiki.ubuntu.com/StableReleaseUpdates has to be
followed.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2018-03-28 Thread Andreas Hasenack
iputils-ping in bionic and artful is linked with libidn:

andreas@nsnx:~$ dpkg -S /bin/ping
iputils-ping: /bin/ping

andreas@nsnx:~$ ldd /bin/ping|grep idn
libidn.so.11 => /lib/x86_64-linux-gnu/libidn.so.11 (0x7f21be77)

andreas@nsnx:~$ ping -c 1 räksmörgås.se
PING räksmörgås.se (91.226.36.2) 56(84) bytes of data.
64 bytes from common33.iis.se (91.226.36.2): icmp_seq=1 ttl=46 time=250 ms

--- räksmörgås.se ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 250.386/250.386/250.386/0.000 ms

Confirming that's not the case in xenial.

ubuntu@xenial-ping:~$ ping bjørvika.uio.nornet
ping: unknown host bjørvika.uio.nornet
ubuntu@xenial-ping:~$ ldd /bin/ping
linux-vdso.so.1 =>  (0x7ffddd516000)
libcap.so.2 => /lib/x86_64-linux-gnu/libcap.so.2 (0x7f68883fe000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f6888034000)
/lib64/ld-linux-x86-64.so.2 (0x7f6888604000)


I'm gonna mark the iputils task as fix released then.

** Changed in: iputils (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2016-03-25 Thread Alexander Zubkov
8 years passed for such an issue. :(
May be somebody will fix it at last?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2013-12-23 Thread Jonathan Stewart
Hi,

IDN is not optional on the internet today.

The IANA is publishing several IDN top level domains:
http://www.iana.org/domains/root/db

As it currently stands, I am having a difficult time using Ubuntu as a
professional internet operator at an ISP, because my only choice is
hacks like this:

reaper@silverstar:~$ dig ns $(idn2 한국)

On CentOS 6.5, the query is simple:
jgs@whmdev:~$ dig ns 한국

The man page of dig has the same message for at least 2 years, staing
it's a compile time option.  Please compile it into the next version of
this package.

Is there any reason not to build dig with IDN support?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
!ping :) - dnsutils 1:9.7.3.dfsg-1ubuntu4.1

From the man page in ubuntu 11.10 oneiric:

IDN SUPPORT
   If dig has been built with IDN (internationalized domain name) support, 
it can accept and
   display non-ASCII domain names.  dig appropriately converts character 
encoding of domain name
   before sending a request to DNS server or displaying a reply from the 
server. If you'd like to
   turn off the IDN support for some reason, defines the IDN_DISABLE 
environment variable. The IDN
   support is disabled if the variable is set when dig runs.

There must be support for idn domain names, but perhaps you forgot to
enable it?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
Hm, perhaps I'm wrong, should dig tool be used with idn?
Or should it be able to translate utf-8 characters to punycode directly?
It works with punycode entered through idn command line tool, e.g. dig `idn 
њњњ.срб`

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2012-03-29 Thread Savvas Radevic
ah.. I assume idnkit (which is not packaged) is required:

dighost.c:41:24: fatal error: idn/result.h: No such file or directory
compilation terminated.41:24: fatal error: idn/result.h: No such file or 
directory
compilation terminated.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/175316

Title:
  no IDN in nslookup and host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/175316/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175316] Re: no IDN in nslookup and host

2009-11-16 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Wishlist

-- 
no IDN in nslookup and host
https://bugs.launchpad.net/bugs/175316
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs