LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-04-2006, 10:03 PM   #1
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Rep: Reputation: 30
Question xinetd not installed ?


If I am not mistaken Xinetd used to be always installed and activated in previous versions . Not so now . Is this a problem ? Or a major improvement ?
 
Old 07-04-2006, 10:07 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Since few people use an xinetd service, it is no longer installed by default. It's still just a command away:

yum -y install xinetd
 
Old 07-04-2006, 10:56 PM   #3
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by macemoneta
Since few people use an xinetd service, it is no longer installed by default. It's still just a command away:

yum -y install xinetd
Thank you .. but I thought it was essential for a number of other services .. like DHCP ??
 
Old 07-04-2006, 11:05 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
DHCP is normally (on Fedora) a standalone server:

yum -y install dhcp

The xinetd server normally (again, on Fedora) controls these services:

chargen
chargen-udp
cvs
daytime
daytime-udp
echo
echo-udp
eklogin
gssftp
klogin
krb5-telnet
kshell
rsync
time
time-udp

Few folks need to run any of these.

Last edited by macemoneta; 07-04-2006 at 11:06 PM.
 
Old 07-04-2006, 11:07 PM   #5
steve-alexander
LQ Newbie
 
Registered: Mar 2005
Location: Ohio
Distribution: FC6->F7
Posts: 23

Rep: Reputation: 16
xinetd is needed to launch network SERVICES not clients.
 
Old 07-04-2006, 11:10 PM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Quote:
Originally Posted by steve-alexander
xinetd is needed to launch network SERVICES not clients.
DHCP is a service; the client is "dhcpv6_client".
 
Old 07-05-2006, 08:14 PM   #7
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Post

Quote:
Originally Posted by macemoneta
DHCP is a service; the client is "dhcpv6_client".
I think I should clarify why I asked .
--
I have a network of 3 computers the fastest is a PIII 866 Mhz .
These work fine using XP on the main one and WIN98 on the others . I think XP uses DHCP to allot IP addresses to the others . Now when I boot up Linux on the PIII I still want the other computers to be networked . However I can see the main computer ( Linux now )on the others but I cannot see the others on the main . I thought I would have to have a DHCP server running on Linux to solve the problem .
Maybe there is another way .
 
Old 07-05-2006, 09:29 PM   #8
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
DHCP allocates IP addresses, DNS servers, and the gateway router IP address to clients. If you are getting an IP address when your network interface starts, you don't need a DHCP server - there is already one providing addresses for your network (probably in your router).

Since the xinetd issue is resolved or not a problem, I suggest you open a new thread describing the actual problem you are having in as much detail as possible. Folks that may be able to help you with a Windows/Linux interoperability issue will problably not be looking at a thread called 'xinetd not installed'.
 
Old 03-18-2010, 03:30 PM   #9
abhishek_bombay
LQ Newbie
 
Registered: Mar 2010
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by macemoneta View Post
Since few people use an xinetd service, it is no longer installed by default. It's still just a command away:

yum -y install xinetd
HI I am facing same problem I have Installed RHEL5 on VmWare--but cannot access folder on Win xp.

I dont have xinetd Installed...when I run your command its gives me erroras below :
==============
# yum -y install xinetd
Loading "rhnplugin" plugin
Loading "installonlyn" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
Parsing package install arguments
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
No Match for argument: xinetd
Nothing to do
=================================
AND cannot Install XINETD....
 
  


Reply

Tags
linux, networking, winxp



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 michaelford Linux - General 7 04-18-2012 02:33 AM
Removed Totem and installed (Xine, Kaffeine,Xinetd,Xine-ui & libdvdcss) Balarabay1 SUSE / openSUSE 2 03-19-2006 08:31 PM
Xinetd dead --xinetd dead but pid file exists hillxy Linux - General 1 04-15-2004 02:10 PM
xinetd.d Tigger Linux - Newbie 33 06-21-2003 12:41 AM
xinetd.d NiM Linux - Networking 1 10-24-2001 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:55 PM.

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