[SOLVED] steps to install TFTP server for CISCO ip phones
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
: steps to install TFTP server for CISCO ip phones
i am using RedHat 5.3 need some help as after running 'YUM' command it says
"This system is not registered with RHN"
RHN support will be disabled.
Skipping security plugin, no data
Skipping security plugin, no data
Skipping security plugin, no data
if you are using RHEL you need to pay some money and register with the RHN (Red Hat Network). If you don't want to spend any money you should not be using RHEL. CentOS or Scientific Linux may suit you better.
Since you're using RHEL, you need to PAY FOR IT, which would get you support for questions like this, and access to the online repositories. If you're not going to pay, use CentOS instead.
even after this i am getting an message whenever i am trying to run YUM command it says
yum install tftp-server
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
librpmbuild-4.4.so: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, May 24 2008, 13:47:28)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]
CentOS 5.2 is NOT the latest version, so if you DID do a fresh installation, this is a good time to do a fresh, CLEAN installation (that is, FORMAT your drive), and start clean. The error you're getting is mentioned on the web link you posted, for the Yum faq...did you read it??
It points to a bad installation of yum (see question 7), which indicates that you didn't do a fresh installation, or that things got corrupted somehow. In question 7, it even gives you a possible SOLUTION to the problem..have you tried it?
i have installed all the required patches on my server like tftp, xinetd but still am not able to start tftpd service its says no such file and direcotry.....kindly help or is there any way where i can give access to anyone for troubleshoot
Well, while i don't know centos i can give you some simple advice:
go to your /etc/inetd.conf or xinetd.conf
go to something like
# Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
# tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot -r blksize
Your one is probabily a bit different but should start with tftp, just make sure that:
- you remove the leading # of the tftp line
- Do you see /tftpboot ? This is the directory that is served via tftp so make it or change it
HI EVO2,
i have installed all the required patches on my server like tftp, xinetd but still am not able to start tftpd service its says no such file and direcotry.....kindly help or is there any way where i can give access to anyone for troubleshoot
please reply please.......
I asked questions of you which you haven't answered, and will again point out that CentOS 5.2 is NOT the latest version, so if you did do a fresh installation, you should stop now, and really DO install the latest version of things.
And saying "not able to start" tells us nothing. HOW did you try to start it? Did you follow the steps you were given to CONFIGURE TFTP?? Unless you configure it, it won't start.
And if you want to give someone access to do your work for you, then post it in the LQ Job marketplace, along with how much you're willing to PAY.
#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.
defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =
# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.
Great...you still haven't answered any of the questions asked of you. Did you CONFIGURE TFTP? Did you follow the instructions in the links provided to you? What message(s) are you getting when it starts? Posting files and not answering any questions is pointless....it doesn't provide anyone here any further information, in order to be able to help you.
READ the two links I sent you in my first reply. Check the /etc/xinetd.d/tftp file, and make sure it's enabled. Allow that port through your firewall/iptables/selinux.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.