clone 407812 -1 retitle -1 needs restart after DNS server change severity -1 normal thanks
The second problem in #407812 is actually fully described by
poll(<***>[{fd=3, events=POLLIN}], 1, 5000) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 7
connect(7, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.0.1.100")}, 28) = 0
fcntl64(7, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(7, F_SETFL, O_RDWR|O_NONBLOCK) = 0
gettimeofday({1169566501, 947059}, NULL) = 0
poll([{fd=7, events=POLLOUT, revents=POLLOUT}], 1, 0) = 1
send(7, "\225\240\1\0\0\1\0\0\0\0\0\0\5fooba\7roofbar\3baz\0\0"..., 35, 0) = 35
and simply means that mpd is trying to resolve a name with the DNS
server that was current when it started. If /etc/resolv.conf changes
while mpd is running, it'll still try the old set.
I thought only Firefox was so screwed up it would do that. Thus
I assume this to be a bug and it would rock to have that fixed.
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)

