LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-20-2008, 03:26 PM   #1
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Rep: Reputation: 31
xinetd failed on restart, help : (


I have posted information about this in my vsftpd thread. I would have left it at that thread, but I feel this is a larger issue now as a lot more things are broken with xinetd failing to restart.

I don't see what it could be as I have completely abandoned vsftpd for the moment and it still won't restart.

The error log looked like this while trying to run vsftpd, when I took out the vsftpd file from the /xinetd.d/ directory, it looks the same except the last 3 lines go away (and of course the line in the middle about loading vsftpd). Any idea what might have went wrong?

If it's this easy to break something and be unable to at least revert to its original form, I have a feeling I am going to be seriously screwed.

Code:
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=13]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/cvs [file=/etc/xinetd.d/cvs] [line=11]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=16]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=13]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=13]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/fam [file=/etc/xinetd.d/fam] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/imap [file=/etc/xinetd.d/imap] [line=16]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/nagios-nrpe [file=/etc/xinetd.d/nagios-nrpe] [line=69]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/qpopper [file=/etc/xinetd.d/qpopper] [line=16]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=13]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/swat [file=/etc/xinetd.d/swat] [line=13]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=12]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=17]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=14]
Aug 20 14:36:57 serv2 xinetd[7180]: Reading included configuration file: /etc/xinetd.d/vsftpd [file=/etc/xinetd.d/vsftpd] [line=90]
Aug 20 14:36:57 serv2 xinetd[7180]: removing chargen
Aug 20 14:36:57 serv2 xinetd[7180]: removing chargen
Aug 20 14:36:57 serv2 xinetd[7180]: removing printer
Aug 20 14:36:57 serv2 xinetd[7180]: removing cvspserver
Aug 20 14:36:57 serv2 xinetd[7180]: removing daytime
Aug 20 14:36:57 serv2 xinetd[7180]: removing daytime
Aug 20 14:36:57 serv2 xinetd[7180]: removing echo
Aug 20 14:36:57 serv2 xinetd[7180]: removing echo
Aug 20 14:36:57 serv2 xinetd[7180]: removing fam
Aug 20 14:36:57 serv2 xinetd[7180]: removing pop2
Aug 20 14:36:57 serv2 xinetd[7180]: removing pop3
Aug 20 14:36:57 serv2 xinetd[7180]: removing pop3s
Aug 20 14:36:57 serv2 xinetd[7180]: removing imap
Aug 20 14:36:57 serv2 xinetd[7180]: removing imaps
Aug 20 14:36:57 serv2 xinetd[7180]: removing 9991
Aug 20 14:36:57 serv2 xinetd[7180]: removing netstat
Aug 20 14:36:57 serv2 xinetd[7180]: removing pop3
Aug 20 14:36:57 serv2 xinetd[7180]: removing rsync
Aug 20 14:36:57 serv2 xinetd[7180]: removing sane-port
Aug 20 14:36:57 serv2 xinetd[7180]: removing servers
Aug 20 14:36:57 serv2 xinetd[7180]: removing services
Aug 20 14:36:57 serv2 xinetd[7180]: removing swat
Aug 20 14:36:57 serv2 xinetd[7180]: removing systat
Aug 20 14:36:57 serv2 xinetd[7180]: removing tftp
Aug 20 14:36:57 serv2 xinetd[7180]: removing time
Aug 20 14:36:57 serv2 xinetd[7180]: removing time
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnc1
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnc2
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnc3
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnchttpd1
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnchttpd2
Aug 20 14:36:57 serv2 xinetd[7180]: removing vnchttpd3
Aug 20 14:36:57 serv2 xinetd[7180]: bind failed (Address already in use (errno = 98)). service = ftp
Aug 20 14:36:57 serv2 xinetd[7180]: Service ftp failed to start and is deactivated.
Aug 20 14:36:57 serv2 xinetd[7180]: 7180 {init_services} no services. Exiting...
 
Old 08-20-2008, 03:51 PM   #2
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
xinetd is just printing out all the services it is not going to handle/serve - because they are marked as "disabled" in the configuration files mentioned.

Look into those files and you will see.
This is normal - nothing wrong here.
 
Old 08-20-2008, 04:01 PM   #3
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
ah..

So it's failing to start because there is nothing to start? and when I try to add the one thing (vsftpd) there is a configuration problem so it also fails?

I guess I need to find out what's wrong with the vsftpd configuration then.

sigh and thanks much. I'm going to be a basket case during the next few days (and to a lesser extent weeks/months)
 
Old 08-20-2008, 04:37 PM   #4
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
actually: xinetd is NOT failing to start !
it is starting and is just telling you that it is not going to manage the mentioned services - because the configuration says "disable it"
...but the result is as you understood it: nothing wrong here with xinetd

Last edited by jomen; 08-20-2008 at 04:39 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xinetd failed. ZAMO Linux - Security 1 10-26-2007 03:44 AM
I can't restart xinetd... nothing works - please help! hunterhunter Linux - Newbie 5 03-29-2006 03:14 AM
frail to restart xinetd from the / acbenny Linux - General 3 08-08-2004 12:43 PM
Bind failed in xinetd justAnotherGuy Linux - General 1 08-02-2003 10:32 PM
Xinetd failed to reload nacosta Linux - Networking 2 11-28-2001 01:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration