[Asterisk-Users] TFTP problems on FC4

Justin Tunney jtunney at gmail.com
Wed Mar 29 09:29:33 MST 2006


On Wed, 29 Mar 2006 11:05:05 -0500, Agur Koort <akoort at gmail.com> wrote:

> Hello,
> from where do you see errors which are generated by tftp. I have searched
> from Google and I didn't find that. Maybe you can help me. I have FC4  
> too :)

You do a tail on /var/log/messages

By the way other dude, here is my /working/ tftp config.  Hope it helps.

/etc/xinet.d/tftp:
service tftp
{
	socket_type		= dgram
	protocol		= udp
	wait			= yes
	user			= root
	server		= /usr/sbin/in.tftpd
	server_args		= -s -v /tftpboot
	disable		= no
	per_source		= 11
	cps			= 100 2
	flags			= IPv4
	log_type		= SYSLOG daemon
}

and the ftp folder:

[root at omg asterisk]# ls -l /tftpboot/
total 3208
-rw-r--r--  1 root   root    350016 Jan 20 12:55 randomfirmware.bin

-- 
           Justin Tunney



More information about the asterisk-users mailing list