source: server/other/xinetd.xml@ 67ab537

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 67ab537 was 0fbab6b, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 22 package instructions

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

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