Best of Technical Support
inetd on my system, Slackware 2.0.28, stops on occasion, barring access from telnet. Is there an easy way to automatically restart inetd if it dies?
—Mark Johnson, Mark.Johnson@InfoHarvest.ca
You're running an extremely old version of inetd, and some versions did have stability problems. Several solutions to your problem are available. If it is possible to upgrade your system, newer versions usually work fine, and you'll receive other benefits as well. If you'd like a replacement, try such alternatives as xinetd or daemontools, both of which are quite stable and add some features to the mix. However, if your cron service is trustworthy and you don't need to restart the service the second it dies, you might try running the following script every five minutes or so from cron:
#!/bin/sh
ISINETS=`ps ax | grep inetd |
grep -v grep | wc -l`
if [ $ISINETD != 1 ]; then
/usr/sbin/inetd
fi
—Chad Robinson, crobinson@rfgonline.com
We've said this before, but please replace telnet with OpenSSH to avoid exposing your passwords and other sensitive data to the network. Packages for the OpenSSH client and server are available for all the Linux distributions, and compatible clients are available for every common platform. SSH is as easy to use as telnet, and it automatically encrypts your connection.
—Don Marti, dmarti@ssc.com
I'm operating SuSE 8.0 on my IBM ThinkPad 600E and am trying to connect to our LAN server at work. How do I configure TCP/IP so it automatically recognizes the addresses?
—Layla, satchumwatch@netscape.net
Run YaST2, the SuSE setup tool, and go to the Network address setup screen. Select Automatic address setup (via DHCP) to use a DHCP server if one is available, or select Static address setup and fill in an IP address and subnet mask to set the address manually.
—Don Marti dmarti@ssc.com
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- RSS Feeds
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Home, My Backup Data Center
- A Topic for Discussion - Open Source Feature-Richness?
- Dart: a New Web Programming Experience
- What's the tweeting protocol?
- Developer Poll
- May 2013 Issue of Linux Journal: Raspberry Pi
- Reply to comment | Linux Journal
2 hours 10 min ago - Reply to comment | Linux Journal
3 hours 27 min ago - great post
4 hours 2 min ago - Google Docs
4 hours 25 min ago - Reply to comment | Linux Journal
9 hours 13 min ago - Reply to comment | Linux Journal
10 hours 28 sec ago - Web Hosting IQ
11 hours 34 min ago - Thanks for taking the time to
13 hours 10 min ago - Linux is good
15 hours 8 min ago - Reply to comment | Linux Journal
15 hours 26 min ago
Enter to Win an Adafruit Prototyping Pi Plate Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Prototyping Pi Plate Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- Next winner announced on 5-21-13!
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.




Comments
printing issues
Hello. My name is Tim Gershikov. I am an assistant network admin for Bass & Associates in tucson, AZ. We have a linux Red Hat computer that does not print one specific file only. We use mozilla to connect to internet, than adobe to read the files. I already downloaded a package of all the gentium fonts, but it didn't help. I believe there is a problem between the printer (HP 4000) and the fonts on postscript renderer. See, it opens the file and we can see it, but once we send it to the printer, it prints in squares. We also established that that file prints of Windows-based PC's that are running Mozilla, but not of Linux-based PC's. I was wondering if you could help me out, and tell me what do I need to download or do in order for me to fix this problem. Thank you so much for your time. My e-mail address is: tgershikov@bass-associates.com
printing issues
Hello. My name is Tim Gershikov. I am an assistant network admin for Bass & Associates in tucson, AZ. We have a linux Red Hat computer that does not print one specific file only. We use mozilla to connect to internet, than adobe to read the files. I already downloaded a package of all the gentium fonts, but it didn't help. I believe there is a problem between the printer (HP 4000) and the fonts on postscript renderer. See, it opens the file and we can see it, but once we send it to the printer, it prints in squares. We also established that that file prints of Windows-based PC's that are running Mozilla, but not of Linux-based PC's. I was wondering if you could help me out, and tell me what do I need to download or do in order for me to fix this problem. Thank you so much for your time. My e-mail address is: tgershikov@bass-associates.com