Find the answer to your Linux question:
Results 1 to 6 of 6
Hello Everyone, I am new to Linux i am installing cvs in it. I am facing the below problem :sudo /etc/init.d/xinetd reload sudo: /etc/init.d/xinetd: command not found. /etc/init.d/xinetd restart /etc/init.d/xinetd ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4

    Post xinetd problem

    Hello Everyone,


    I am new to Linux i am installing cvs in it. I am facing the below problem
    :sudo /etc/init.d/xinetd reload
    sudo: /etc/init.d/xinetd: command not found.
    /etc/init.d/xinetd restart
    /etc/init.d/xinetd stop
    i am facing same problem

    i

    Thanks In advance..
    Vishal

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which version of RedHat/Fedora are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4

    xinetd problme

    I am using Red Hat Enterprise Linux Server release 5

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    How did you gain root privileges? sudo is not pre-installed and configured in RHEL.
    Try su - to gain root privileges. Its su <space> minus sign.
    Code:
    su -
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4

    Reg:xinetd service problem

    I have logged with root and issued the command:
    /etc/init.d/xinetd start
    /etc/init.d/xinetd stop
    /etc/init.d/xinetd restart
    i even tried service xinetd start ---even it failed

    still it is giving me the same error : comm
    i have checked chkconfig --list
    where i could not find xinetd service
    -bash: /etc/init.d/xinetd: No such file or directory

    please help me in detail how to solve this

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It means xinetd has not been installed. Install it through default package manager or yum.
    Code:
    yum -y install xinetd
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...