<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No /etc/inietd file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195127#M87906</link>
    <description>I'm running SuSE 9.0 on my development box here and have been through what you're experiencing. On this box the running init daemon is init; not initd.&lt;BR /&gt;&lt;BR /&gt;/etc/inittab is the config file where you set up runlevels etc.&lt;BR /&gt;&lt;BR /&gt;I'm migrating from RedHat 7.1.&lt;BR /&gt;&lt;BR /&gt;Vern&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Feb 2004 08:26:59 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2004-02-18T08:26:59Z</dc:date>
    <item>
      <title>No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195121#M87900</link>
      <description>I'm a bit new to Linux, in this case SuSELinux EnterpriseServer8, and was a bit surprised not to find the inetd file after the intallation. Of course, I can't do anything until I figure this out. Now, don't laugh, but can someone out there tell me how the good old inetd file didn't get installed or got lost in the shuffel, and how I can remedy this odd situation?</description>
      <pubDate>Wed, 18 Feb 2004 05:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195121#M87900</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-18T05:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195122#M87901</link>
      <description>I don't know SuSe distribution, but linux usually doesn't use inetd but uses xinetd.&lt;BR /&gt;xinetd services are configured with the files containted in /etc/xinetd.d . (speaking about redhat linux).&lt;BR /&gt;&lt;BR /&gt;$ man xinetd&lt;BR /&gt;$ man xinetd.conf&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 05:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195122#M87901</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-02-18T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195123#M87902</link>
      <description>Some versions of SuSE Linux also use xinetd. But, in my case, we are definately looking for inetd. The thouht did occur to me to look for xinetd, which I also couldn't find, but after consulting the sysadmin manual it confirmed that the version I currently installed uses inetd. Thanks anyway.</description>
      <pubDate>Wed, 18 Feb 2004 05:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195123#M87902</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-18T05:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195124#M87903</link>
      <description>Just making sure you are aware that it's actually supposed to be /etc/inetd.conf not /etc/inetd.&lt;BR /&gt; &lt;BR /&gt;Assuming that you were aware of this, see if inetd is actually running "ps -ef | grep inetd".  This will show you for sure which one, if either, is running.  If one is running then try "find / -xdev -name inetd.conf -print"  which will find it for you.</description>
      <pubDate>Wed, 18 Feb 2004 06:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195124#M87903</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-18T06:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195125#M87904</link>
      <description>Hello Mark. Thank you for your reply.&lt;BR /&gt;Accoring to the administration manual the start file /etc/init.d/inetd starts the inet deamon. I looked into /etc/inetd.conf, which is there, but it dosen't refer to inetd. Of course there are things there for samba and ftp, etc. Anyway I'm a bit confused. What did you expect me to do with /etc/inetd.conf?</description>
      <pubDate>Wed, 18 Feb 2004 06:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195125#M87904</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-18T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195126#M87905</link>
      <description>Ronald,&lt;BR /&gt; &lt;BR /&gt;I supposed from your original post that it was /etc/inetd.conf taht was missing.&lt;BR /&gt; &lt;BR /&gt;Are you saying that the "inetd" program itself is missing? I'm not sure about SuSe as I haven't run that for some time but my "inetd" is /sbin/inetd.  &lt;BR /&gt; &lt;BR /&gt;Anyway, in an effort to help, if I remember my SuSe correctly, there was a file "/etc/SuSeconfig" (or however SuSe write their name these days) in which you had to set a variable, which I think was "STARTINETD", that you needed to change to a "1" if inetd is to start up at boot.</description>
      <pubDate>Wed, 18 Feb 2004 06:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195126#M87905</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-18T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195127#M87906</link>
      <description>I'm running SuSE 9.0 on my development box here and have been through what you're experiencing. On this box the running init daemon is init; not initd.&lt;BR /&gt;&lt;BR /&gt;/etc/inittab is the config file where you set up runlevels etc.&lt;BR /&gt;&lt;BR /&gt;I'm migrating from RedHat 7.1.&lt;BR /&gt;&lt;BR /&gt;Vern&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 08:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195127#M87906</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-02-18T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195128#M87907</link>
      <description>Mark: I looked into SuSEconfig but could not find any parameter for starting the network. there are things there for mail , info_dir, etc_hosts, root_path, etc., that's all. And yes, inetd is simply not on the system. Thanks, however, for the interesting slant on things. Maybe you might think of something else.&lt;BR /&gt;&lt;BR /&gt;Vernon: I'm referring to inetd, which is for the network. You mention initd, which is the "father of all processes on the system". Both belong to the system. Are you sure that you have no inetd running. According to the system manual you should. Let me know.</description>
      <pubDate>Wed, 18 Feb 2004 09:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195128#M87907</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-18T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195129#M87908</link>
      <description>I have to confess that I used YaST to set up networking. It was very easy to do but left me knowing little about what actually happened.&lt;BR /&gt;&lt;BR /&gt;I set up Apache2 and bind on my local network. The network was not automatically loaded in the first install. I had to get into YaST; go to install/remove software and select the individual packages to install. During the install process it asks your network IP; whether you're going through a proxy to the internet etc. After the install process everything was working. I'm on a LAN going through a local network proxy through a RedHat 7.1 running Apache.&lt;BR /&gt;&lt;BR /&gt;I guess we're all going to be dragged kicking and screaming into the GUI world.&lt;BR /&gt;&lt;BR /&gt;BTW I have no inetd running. Network is up; I'm on it now in gnome using the Epiphany browser.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 09:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195129#M87908</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-02-18T09:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195130#M87909</link>
      <description>Vernon: Thanks for your explanation. Apparently, inetd is not essential to the working of the network. So, what is it really good for? I must admit that I became aware of this due to a problem with printer configurations. But, I think that is a topic for another forum. And, I will address the problem as soon as I it arises on-site.</description>
      <pubDate>Wed, 18 Feb 2004 10:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195130#M87909</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-18T10:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195131#M87910</link>
      <description>I'm working on getting this SuSE box set up to replace the RedHat 7.1; still need masqurading setup. I found "Manual Network Configuration" page 316 of the SuSE Administration Guide for us die hard keyboarding folk. Says the network config stuff is at /etc/sysconfig/network/&lt;BR /&gt;&lt;BR /&gt;I looked; all the usual network config stuff seems to be there.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Wed, 18 Feb 2004 10:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195131#M87910</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-02-18T10:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195132#M87911</link>
      <description>Ronald, you've not said why you're looking for 'inetd.conf'.&lt;BR /&gt;&lt;BR /&gt;INetD is a SuperDaemon, basically allowing you to launch other daemons without them all having to be listening themselves.&lt;BR /&gt;&lt;BR /&gt;Over the years, certain protocols have grown to rely upon it (for example, 'telnet' cannot be a stand-alone listening daemon, only launchable from a Super daemon of some type).&lt;BR /&gt;&lt;BR /&gt;If you're not using any basic TCP protocols (time/date/echo/etc. etc.), and you're using 'ssh' and other self-sustained daemons for other protocols, then you really don't need an 'inetd' or 'inetd.conf' (or any of the varients, xinetd etc.).&lt;BR /&gt;&lt;BR /&gt;Was there a particular service you were looking to enable?</description>
      <pubDate>Wed, 18 Feb 2004 18:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195132#M87911</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-18T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195133#M87912</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;invoke yast2, then network services in the left panel and again network services in the right panel. This will give you a choice of inetd/xinetd. Configure the services you want. After exiting (and saving) your changes from yast2 the file will be in /etc.&lt;BR /&gt;&lt;BR /&gt;Alternativly you also can use character cell yast to perform the config.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 18 Feb 2004 22:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195133#M87912</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-18T22:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: No /etc/inietd file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195134#M87913</link>
      <description>Vernon: In my manual the section on network configuration is on page 247. Be that as it may inetd did not get put into /etc, for whatever reason, during the original installation. But, as it turns out, I don't necessarily need it. &lt;BR /&gt;&lt;BR /&gt;Stuart: I thought I nedded inetd for communication to the network printers, which I haven't been able to print to. I can ping them , telnet on to them, but that's it. I plan to open another thread in the forum for this problem, especially because I'm new to CUPS.&lt;BR /&gt;&lt;BR /&gt;Martin: Thanks for the tip. I will try it this way.</description>
      <pubDate>Thu, 19 Feb 2004 03:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-etc-inietd-file/m-p/3195134#M87913</guid>
      <dc:creator>Ronald Cogen</dc:creator>
      <dc:date>2004-02-19T03:14:47Z</dc:date>
    </item>
  </channel>
</rss>

