source: server/other/xinetd.xml@ 620a57e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 620a57e was 620a57e, checked in by Randy McMurchy <randy@…>, 20 years ago

Added kernel_headers patch to Inetutils to build using Linux-2.6.x; added optional dependencies to Inetutils and xinetd; updated glossary

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2484 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
8<!ENTITY xinetd-download-ftp " ">
9<!ENTITY xinetd-size "291 KB">
10<!ENTITY xinetd-buildsize "5.5 MB">
11<!ENTITY xinetd-time "0.12 SBU">
12
13]>
14
15<sect1 id="xinetd" xreflabel="xinetd-&xinetd-version;">
16<?dbhtml filename="xinetd.html"?>
17<title>xinetd-&xinetd-version;</title>
18
19<sect2>
20<title>Introduction to <application>xinetd</application></title>
21
22<para><application>xinetd</application> is the eXtended InterNET services
23Daemon, a secure replacement for <command>inetd</command>.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink url="&xinetd-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink url="&xinetd-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &xinetd-size;</para></listitem>
30<listitem><para>Estimated Disk space required: &xinetd-buildsize;</para></listitem>
31<listitem><para>Estimated build time: &xinetd-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>xinetd</application> dependencies</title>
35<sect4><title>Optional</title>
36<para><xref linkend="tcpwrappers"/></para></sect4>
37</sect3>
38
39</sect2>
40
41<sect2>
42<title>Installation of <application>xinetd</application></title>
43
44<para>Install <application>xinetd</application> by running the following
45commands:</para>
46
47<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
48make &amp;&amp;
49make install</command></userinput></screen>
50
51</sect2>
52
53<sect2>
54<title>Configuring <application>xinetd</application></title>
55
56<sect3><title>Config files</title>
57<para><filename>/etc/xinetd.conf</filename></para>
58</sect3>
59
60<sect3><title>Configuration Information</title>
61
62<para>Ensure the path to all daemons is
63<filename class="directory">/usr/sbin</filename>, rather than the default path
64of <filename class="directory">/usr/etc</filename>, and install the
65<application>xinetd</application> configuration file by running the following
66command:</para>
67
68<screen><userinput><command>sed -e 's/etc/sbin/g' xinetd/sample.conf &gt; /etc/xinetd.conf</command>
69</userinput></screen>
70
71<para>The format of the <filename>/etc/xinetd.conf</filename> is
72documented in the xinetd.conf man page. Further information can be
73found at <ulink url="http://www.xinetd.org"/>.</para>
74
75<para>Install the <filename>/etc/rc.d/init.d/xinetd</filename>
76init script included in the <xref linkend="intro-important-bootscripts"/>
77package.</para>
78
79<screen><userinput><command>make install-xinetd</command></userinput></screen>
80
81<para>Now, use the new boot script to start <command>xinetd</command>: </para>
82
83<screen><userinput><command>/etc/rc.d/init.d/xinetd start</command></userinput></screen>
84
85<para>Checking the <filename>/var/log/daemon.log</filename> file
86should prove quite entertaining. This file may contain entries
87similar to the following:</para>
88
89<screen><userinput>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
90executable [line=29]
91Aug 22 21:40:21 dps10 xinetd[2696]: Error parsing attribute server -
92DISABLING SERVICE [line=29]
93Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rshd is not
94executable [line=42]</userinput></screen>
95
96<para>These errors are because most of the servers <command>xinetd</command>
97is trying to control are not installed yet.</para>
98
99</sect3>
100
101</sect2>
102
103<sect2>
104<title>Contents</title>
105
106<para>The <application>xinetd</application> package contains
107<command>xinetd</command>,
108<command>itox</command> and
109<command>xconv.pl</command>.</para></sect2>
110
111<sect2><title>Description</title>
112
113<sect3><title>xinetd</title>
114<para><command>xinetd</command> is the Internet services daemon.</para></sect3>
115
116<sect3><title>itox</title>
117<para><command>itox</command> is a utility used for converting
118<filename>inetd.conf</filename> files to
119<filename>xinetd.conf</filename> format.</para></sect3>
120
121<sect3><title>xconv.pl</title>
122<para><command>xconv.pl</command> is a <application>Perl</application> script
123used for converting <filename>inetd.conf</filename> files to
124<filename>xinetd.conf</filename> format, similar to
125<command>itox</command>.</para></sect3>
126
127</sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.