Bug 237733

Summary: "innd: SERVER cant listen RCreader Address already in use" on startup
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: innAssignee: Ondrej Vasik <ovasik>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: inn-2.4.3-9.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-16 13:32:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2007-04-25 02:53:18 UTC
Innd has started logging "innd: SERVER cant listen RCreader Address already in
use" on startup.  Here's a fragment of /var/log/news/news.notice:

Apr 24 22:32:19 jik2 innd: SERVER perl filtering disabled
Apr 24 22:32:20 jik2 innd: SERVER shutdown shutting down
Apr 24 22:35:29 jik2 innd: SERVER descriptors 1024
Apr 24 22:35:30 jik2 innd: SERVER outgoing 1011
Apr 24 22:35:31 jik2 innd: SERVER ccsetup control:14
Apr 24 22:35:32 jik2 innd: SERVER lcsetup localconn:16
Apr 24 22:35:34 jik2 innd: SERVER rcsetup remconn:3
Apr 24 22:35:37 jik2 innd: SERVER cant listen RCreader Address already in use
Apr 24 22:35:39 jik2 innd: news-transport.mit.edu opened
news-transport.mit.edu:18:file

The log message does not appear to have any ill effects (i.e., I can still
transport and read news), but it is disconcerting nevertheless and should be
fixed if it's a meaningless log message.

I have inn-2.4.3-6.fc6.

I've perused the config files and can't figure out what might be causing the error.

Comment 1 Ondrej Vasik 2008-01-07 21:01:55 UTC
Sorry for delay, I became maintainer of inn today. Thanks for report, it is
caused by switched lines in the code of innd(file rc.c). Error address already
in use is considered as nonterminal, because some IPv6 systems already listening
on any address will return EADDRINUSE when trying to listen on the IPv4 socket.
Anyway, it should be fixed as it could be a bit confusing. Will do that in next
rawhide build.

Comment 2 Ondrej Vasik 2008-01-16 13:32:54 UTC
Fixed in inn-2.4.3-9.fc9 , will not backport to FC-6,F7,F8 as it is not critical
issue and is in fact harmless. Closing RAWHIDE.