[Bug 220551] dig from bind-tools broken in jails on 11.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 8 04:22:17 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220551
Bug ID: 220551
Summary: dig from bind-tools broken in jails on 11.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: freebsd-bugs at joe.mulloy.me
I'm setting up a new machine with 11.1-RC1 and I'm installing nagios in a jail.
I'm using the check-dig plugin which calls dig to do dns queries and it's
giving a status of warning because dig is printing an error to stderr. The same
package works fine in a jail on 11.0. The dig command also works fine on the
host outside of a jail.
root at nagios:/usr/local/etc/nagios # uname -a
FreeBSD nagios.vps-vu-se-1a.jdmulloy.com 11.1-RC1 FreeBSD 11.1-RC1 #0 r320486:
Fri Jun 30 02:25:16 UTC 2017
root at releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
root at nagios:/usr/local/etc/nagios # dig google.com
net.c:589: probing sendmsg() with IP_TOS=b8 failed: Permission denied
; <<>> DiG 9.11.1-P2 <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63855
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 98 IN A 172.217.6.46
;; Query time: 0 msec
;; SERVER: 2001:19f0:300:1704::6#53(2001:19f0:300:1704::6)
;; WHEN: Sat Jul 08 04:20:37 UTC 2017
;; MSG SIZE rcvd: 55
root at nagios:/usr/local/etc/nagios #
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list