public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
[parent not found: <gSKE9-m8-3@gated-at.bofh.it>]
* [gentoo-user] leafnode and xinetd?
@ 2011-05-15 14:29 Indi
  2011-05-16  0:48 ` Adam Carter
  2011-05-17 21:09 ` James Cloos
  0 siblings, 2 replies; 6+ messages in thread
From: Indi @ 2011-05-15 14:29 UTC (permalink / raw
  To: gentoo-user

Anyone here have leafnode running successfully?
I seem to be stuck, and for some reason google appears to be stuck as
well on this one. Apparently users who want leafnode are about as rare
as hen's teeth...


Output of xinetd -d follows:

idd@gh:[~]$ xinetd -d       
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/chargen-dgram [file=/etc/xinetd.conf] [line=49]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/chargen-stream [file=/etc/xinetd.d/chargen-stream] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/daytime-dgram [file=/etc/xinetd.d/daytime-dgram] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/daytime-stream [file=/etc/xinetd.d/daytime-stream] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/discard-dgram [file=/etc/xinetd.d/discard-dgram] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/discard-stream [file=/etc/xinetd.d/discard-stream] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/echo-dgram [file=/etc/xinetd.d/echo-dgram] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/echo-stream [file=/etc/xinetd.d/echo-stream] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/ftp-sensor [file=/etc/xinetd.d/ftp-sensor] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/leafnode-nntp [file=/etc/xinetd.d/leafnode-nntp] [line=70]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/rsyncd [file=/etc/xinetd.d/rsyncd] [line=13]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/svnserve [file=/etc/xinetd.d/svnserve] [line=10]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/tcpmux-server [file=/etc/xinetd.d/tcpmux-server] [line=14]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/time-dgram [file=/etc/xinetd.d/time-dgram] [line=68]
11/5/15@10:24:49: DEBUG: 3486 {handle_includedir} Reading included configuration file: /etc/xinetd.d/time-stream [file=/etc/xinetd.d/time-stream] [line=67]
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing chargen
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing chargen
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing daytime
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing daytime
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing discard
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing discard
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing echo
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing echo
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing ftp
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing rsync
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing svn
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing tcpmux
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing time
11/5/15@10:24:49: DEBUG: 3486 {remove_disabled_services} removing time
Service defaults
	Instances = 50
	Groups = yes
	umask = 2
	CPS = max conn:50 wait:10
	PER_SOURCE = 10
	Bind = All addresses.
	Only from:  localhost(HOST)
	No access: No blocked sites
	Logging to syslog. Facility = daemon, level = info
	Log_on_success flags = HOST DURATION EXIT PID
	Log_on_failure flags = HOST

Service configuration: nntp
	id = nntp
	flags = IPv4
	socket_type = stream
	Protocol (name,number) = (tcp,6)
	port = 119
	wait = no
	user = 9
	Groups = yes
	umask = 2
	PER_SOURCE = 10
	Bind = All addresses.
	Server = /usr/sbin/leafnode
	Server argv = leafnode
	Only from:  localhost(HOST)
	No access: No blocked sites
	Logging to syslog. Facility = daemon, level = info
	Log_on_success flags = HOST DURATION EXIT PID
	Log_on_failure flags = HOST

11/5/15@10:24:49: ERROR: 3486 {activate_normal} bind failed (Permission denied (errno = 13)). service = nntp
11/5/15@10:24:49: ERROR: 3486 {cnf_start_services} Service nntp failed to start and is deactivated.
11/5/15@10:24:49: DEBUG: 3486 {cnf_start_services} mask_max = 0, services_started = 0
11/5/15@10:24:49: CRITICAL: 3486 {init_services} no services. Exiting...

-- 
caveat utilitor 
♫ ❤ ♫ ❤ ♫ ❤ ♫ 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-19  7:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <gTKVs-4M7-17@gated-at.bofh.it>
     [not found] ` <gTKVs-4M7-19@gated-at.bofh.it>
     [not found]   ` <gTKVs-4M7-15@gated-at.bofh.it>
2011-05-18 11:33     ` [gentoo-user] leafnode and xinetd? Indi
2011-05-19  7:36       ` Paul Colquhoun
     [not found] <gSKE9-m8-3@gated-at.bofh.it>
     [not found] ` <gTzQl-2UF-9@gated-at.bofh.it>
2011-05-18  9:01   ` Indi
2011-05-15 14:29 Indi
2011-05-16  0:48 ` Adam Carter
2011-05-17 21:09 ` James Cloos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox