Summary: | print to file: left over UDP-port remains open | ||
---|---|---|---|
Product: | [Unmaintained] kdeprint | Reporter: | Daniel Franke <franke.daniel> |
Component: | general | Assignee: | KDEPrint Devel Mailinglist <kde-print-devel> |
Status: | CLOSED NOT A BUG | ||
Severity: | normal | CC: | jlayt |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Franke
2005-12-29 17:52:25 UTC
DNS lookup. Hu? A few more words, maybe? I've seen this on two boxes and presumedly Christian has also. What do you mean bye your comment, "DNS lookup"? I should ask google prior to post nonsense. DNS is a UDP based service. Anyone (cups?) opens a UDP-port to ask for its server (localhost) -- I captured this using tcpdump. That's why this port is opened, but why isn't it closed when the server's hostname is resolved? It is quite unusual to accumulate open ports like this isn't it? Konqueror has to resolve far more names than e.g. cups, but there aren'n any leftover ports. IMO, this is at least a bug in terms that these ports should be closed without terminating the entire app. The port is opened by libc (in fact, libresolv, which is loaded by libnss_dns, if you're on a GNU Libc system). It cannot be closed without going deep into libresolv's code. I am not going to write code to do that. And Konqueror does not do DNS resolutions for browsing. The ioslaves do. Closing old Resolved status bug. |