- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- No /etc/inietd file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 09:09 PM
02-17-2004 09:09 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 09:24 PM
02-17-2004 09:24 PM
Re: No /etc/inietd file
xinetd services are configured with the files containted in /etc/xinetd.d . (speaking about redhat linux).
$ man xinetd
$ man xinetd.conf
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 09:33 PM
02-17-2004 09:33 PM
Re: No /etc/inietd file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 10:01 PM
02-17-2004 10:01 PM
Re: No /etc/inietd file
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 10:28 PM
02-17-2004 10:28 PM
Re: No /etc/inietd file
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 10:38 PM
02-17-2004 10:38 PM
Re: No /etc/inietd file
I supposed from your original post that it was /etc/inetd.conf taht was missing.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 12:26 AM
02-18-2004 12:26 AM
Re: No /etc/inietd file
/etc/inittab is the config file where you set up runlevels etc.
I'm migrating from RedHat 7.1.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:19 AM
02-18-2004 01:19 AM
Re: No /etc/inietd file
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:50 AM
02-18-2004 01:50 AM
Re: No /etc/inietd file
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.
I guess we're all going to be dragged kicking and screaming into the GUI world.
BTW I have no inetd running. Network is up; I'm on it now in gnome using the Epiphany browser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 02:29 AM
02-18-2004 02:29 AM
Re: No /etc/inietd file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 02:54 AM
02-18-2004 02:54 AM
Re: No /etc/inietd file
I looked; all the usual network config stuff seems to be there.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:59 AM
02-18-2004 10:59 AM
SolutionINetD is a SuperDaemon, basically allowing you to launch other daemons without them all having to be listening themselves.
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).
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.).
Was there a particular service you were looking to enable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 02:45 PM
02-18-2004 02:45 PM
Re: No /etc/inietd file
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.
Alternativly you also can use character cell yast to perform the config.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 07:14 PM
02-18-2004 07:14 PM
Re: No /etc/inietd file
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.
Martin: Thanks for the tip. I will try it this way.