Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] leafnode and xinetd?
Date: Mon, 16 May 2011 00:49:56
Message-Id: BANLkTikDeKxWr5tAnwZrewbXfXMA5iDvTw@mail.gmail.com
In Reply to: [gentoo-user] leafnode and xinetd? by Indi
1 On Mon, May 16, 2011 at 12:29 AM, Indi <thebeelzebubtrigger@×××××.com>wrote:
2
3 > Anyone here have leafnode running successfully?
4 > I seem to be stuck, and for some reason google appears to be stuck as
5 > well on this one. Apparently users who want leafnode are about as rare
6 > as hen's teeth...
7
8
9
10 > <snip>
11 > 11/5/15@10:24:49: ERROR: 3486 {activate_normal} bind failed (Permission
12 > denied (errno = 13)). service = nntp
13 > 11/5/15@10:24:49: ERROR: 3486 {cnf_start_services} Service nntp failed to
14 > start and is deactivated.
15 > 11/5/15@10:24:49: DEBUG: 3486 {cnf_start_services} mask_max = 0,
16 > services_started = 0
17 > 11/5/15@10:24:49: CRITICAL: 3486 {init_services} no services. Exiting...
18 >
19 >
20 Have you checked there's nothing listening on the port already with netstat?
21 Are you starting as root?
22
23 As a dumb test you could just try "nc -l -p 119" if you have netcat, or just
24 "/usr/sbin/sshd -p 119" to see if they can open the port. AFAIK SELinux will
25 need a config tweak to allow the port open if you're using that.