i run this command to invoke tftpd service in my backtrack..

start-tftpd
unfortunately, it seems fail to start...

this is the result when i scan localhost...
Starting Nmap 4.20 ( Insecure.Org - Nmap Free Security Scanner, Tools & Hacking resources ) at 2007-06-27 22:25 GMT
Interesting ports on bt.example.net (127.0.0.1):
Not shown: 1694 closed ports
PORT STATE SERVICE
22/tcp open ssh
631/tcp open ipp
6000/tcp open X11
and this is from ps -ef | grep tftp

bt pentest # ps -ef | grep tftp
root 25437 3206 0 22:10 ? 00:00:00 [start-tftpd] <defunct>
nobody 25445 1 0 22:10 ? 00:00:00 atftpd --daemon --port 69 /tmp
root 27202 23606 0 22:24 pts/2 00:00:00 /usr/bin/python /usr/bin/start-tftpd
root 27409 25928 0 22:26 pts/4 00:00:00 grep tftp
am i missing something here? pls let me know...thanx