www.question-defense.com | Login/Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish

Posts Tagged “xinetd”

The below steps will allow you to set up a TFTP server on Linux but specifically on a CentOS server. All you need to do is install a couple files with yum, enable the server, and restart xinetd.

  1. Install TFTP Server: Use the below syntax to install the TFTP server on CentOS.
  2. [root@centos-server ~]#yum install tftp-server
    

    Read the rest of this entry »

    Tags: , , , , , , ,

Comments No Comments »

If you are in process of installing the NRPE daemon as an xinetd service for Nagios monitoring capabilities you may run across this error in /var/log/messages.

If you have started xinetd by typing the following:
shell# /etc/init.d/xinetd start

but you do not see the NRPE service listening by using netstat:
shell# netstat -an | grep 5666

Read the rest of this entry »

Tags: , , , , , , , , , ,

Comments No Comments »