Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblem with running application
I selected ftpd in menuconfig ,compiled successfully.
but it seems that the application cannt run in my uclinux like this: ................ For further information check: http://www.uclinux.org/ (http://www.uclinux.org/) Command: mount -t vfat /dev/hda1 /mnt Execution Finished, Exiting Sash command shell (version 1.1.1) /> cd bin /bin> ls busybox cube ftp ftpd inetd init netstat ping sh tar twist webs /bin> ftpd /bin> ps -all PID PORT STAT SIZE SHARED %CPU COMMAND 1 S 147K 0K 25.5 /init 2 S 0K 0K 0.0 ksoftirqd/0 3 S 0K 0K 0.0 events/0 4 S 0K 0K 0.0 khelper 5 S 0K 0K 0.0 kthread 6 S 0K 0K 0.0 kblockd/0 7 S 0K 0K 0.0 pdflush 8 S 0K 0K 0.0 pdflush 10 S 0K 0K 0.0 aio/0 9 S 0K 0K 0.0 kswapd0 16 R 147K 0K 0.8 /bin/sh /bin there is no response,why?3 Replies
- Altera_Forum
Honored Contributor
look at "man ftpd",
also the ftpd should be started from inetd . - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by hippo@Jul 31 2006, 09:33 AM look at "man ftpd",also the ftpd should be started from inetd .
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17270)
--- quote end ---
--- Quote End --- i got ftpd started,but it is not working. like this: ........ 220 uClinux FTP server (GNU inetutils 1.4.1) ready. USER anonymous 500 'USER anonymous': command not understood. ......... thanks in advance
- Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by lastmandream+aug 1 2006, 04:12 am--><div class='quotetop'>quote (lastmandream @ aug 1 2006, 04:12 am)</div>--- quote start ---
<!--quotebegin-hippo@Jul 31 2006, 09:33 AM look at "man ftpd",
also the ftpd should be started from inetd .
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17270)
--- quote end ---
--- Quote End --- i got ftpd started,but it is not working. like this: ........ 220 uClinux FTP server (GNU inetutils 1.4.1) ready. USER anonymous 500 'USER anonymous': command not understood. ......... thanks in advance <div align='right'><{post_snapback}> (index.php?act=findpost&pid=17310)</div> [/b] --- Quote End --- I have the same problem.