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 ...
- 03-12-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
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
- 03-12-2010 #2
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
- 03-12-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
xinetd problme
I am using Red Hat Enterprise Linux Server release 5
- 03-12-2010 #4
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
- 03-12-2010 #5Just 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
- 03-12-2010 #6
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


Reply With Quote