Hello, Recently I upgraded from 5.2.1-release to 5.3-release. When I try to start named I get a weird error: Nov 15 19:23:12 freebsd named[1152]: starting BIND 9.3.0 -4 -u bind -t /var/named/etc/namedb/ -c /etc/named.conf Nov 15 19:23:12 freebsd named[1152]: command channel listening on 0.0.0.0#953 Nov 15 19:23:12 freebsd named[1152]: /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/errno2result.c:109 : unexpected error: Nov 15 19:23:12 freebsd named[1152]: unable to convert errno to isc_result: 6: Device not configured After this my named is workin well, but wondering what this could be?? Greets, Samuel Trommel
On Mon, 15 Nov 2004, Samuel Trommel wrote:> Hello, > > Recently I upgraded from 5.2.1-release to 5.3-release. When I try to start > named I get a weird error: > > > > Nov 15 19:23:12 freebsd named[1152]: starting BIND 9.3.0 -4 -u bind -t > /var/named/etc/namedb/ -c /etc/named.confI'm assuming from these command line params that you have customized your local configuration? If so, that's fine, just wanted to be sure.> Nov 15 19:23:12 freebsd named[1152]: command channel listening on > 0.0.0.0#953 > > Nov 15 19:23:12 freebsd named[1152]: > /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/errno2result.c:109 > : unexpected error: > > Nov 15 19:23:12 freebsd named[1152]: unable to convert errno to isc_result: > 6: Device not configuredThis is indicative that you have an error in your config somewhere. I'd try named-checkconf, and make sure what you're specifying in the conf file matches the interfaces on your system. Doug -- This .signature sanitized for your protection
On Mon, 15 Nov 2004, Samuel Trommel wrote:> Recently I upgraded from 5.2.1-release to 5.3-release. When I try to > start named I get a weird error: > > Nov 15 19:23:12 freebsd named[1152]: starting BIND 9.3.0 -4 -u bind -t > /var/named/etc/namedb/ -c /etc/named.conf > > Nov 15 19:23:12 freebsd named[1152]: command channel listening on > 0.0.0.0#953 > > Nov 15 19:23:12 freebsd named[1152]: > /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/errno2result.c:109 > : unexpected error: > > Nov 15 19:23:12 freebsd named[1152]: unable to convert errno to > isc_result: 6: Device not configured > > After this my named is workin well, but wondering what this could be??If this is reproduceable, it would be useful to try running named under ktrace and see which system call and arguments resulted in ENXIO. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research
El Lunes, 15 de Noviembre de 2004 19:51, Samuel Trommel escribi?:> Hello, > > > > Recently I upgraded from 5.2.1-release to 5.3-release. When I try to > start named I get a weird error: > > > > Nov 15 19:23:12 freebsd named[1152]: starting BIND 9.3.0 -4 -u bind > -t /var/named/etc/namedb/ -c /etc/named.confthis doesn't seems good configured. How is your named setup? -- josemi