NorMan-drake9
08-22-2003, 08:38 AM
Hello All,
I am trying to install PXES on a Redhat 8 box. Everything seems to fine except tftp-server.
I used the Services tool to check the status and all the options for tftp are greyed out so i can't even start it.
/etc/xinetd.d/tftp looks like this:
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# and to start the installation process for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -u nobody -s /tftpboot
per_source = 11
cps = 100 2
}
#########end #####
I chmod -R 666 /tftpboot
and I verified the /usr/sbin/in.tftp exsists.
So what am I missing?
I am using tftp-server .29 which comes with RH8.
Any help would be greatly appreciated!
Thanks
Norm
I am trying to install PXES on a Redhat 8 box. Everything seems to fine except tftp-server.
I used the Services tool to check the status and all the options for tftp are greyed out so i can't even start it.
/etc/xinetd.d/tftp looks like this:
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# and to start the installation process for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -u nobody -s /tftpboot
per_source = 11
cps = 100 2
}
#########end #####
I chmod -R 666 /tftpboot
and I verified the /usr/sbin/in.tftp exsists.
So what am I missing?
I am using tftp-server .29 which comes with RH8.
Any help would be greatly appreciated!
Thanks
Norm