OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: cncrab2 on February 23, 2006, 08:35:50 am

Title: Tftp Server
Post by: cncrab2 on February 23, 2006, 08:35:50 am
hi,

do anyone have a tftp server for Zaurus (sharp rom) ??
Title: Tftp Server
Post by: sidmoraes on February 23, 2006, 04:48:09 pm
Quote
hi,

do anyone have a tftp server for Zaurus (sharp rom) ??
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=115860\")

[a href=\"http://www.zaurususergroup.org/feed/utftpd_0.2.4_arm.ipk]http://www.zaurususergroup.org/feed/utftpd_0.2.4_arm.ipk[/url]

Use and give to us your return.
Title: Tftp Server
Post by: cncrab2 on February 24, 2006, 11:08:36 am
thanks, i downloaded the software ...
but it seems not working ...
from ht package the utftpd is place on /usr/libexec/utftpd ...
but no such folder and i also cannot create it, it is read only ...
or how can i get only the utftpd out  ??


thanks
Title: Tftp Server
Post by: sidmoraes on February 24, 2006, 12:03:01 pm
Quote
thanks, i downloaded the software ...
but it seems not working ...
from ht package the utftpd is place on /usr/libexec/utftpd ...
but no such folder and i also cannot create it, it is read only ...
or how can i get only the utftpd out  ??


thanks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115987\"][{POST_SNAPBACK}][/a][/div]

Take a look at /etc/utftpd.conf.

Adjust.

Run:
utftpd_make /etc/utftpd.cdb /etc/utftpd.tmp /etc/utftpd.conf

Include this line in your "/etc/inetd.conf" :
tftp dgram udp wait root /usr/libexec/utftpd utftpd -c /etc/utftpd.cdb -C /home/tftpboot -u nobody

restart inetd:
killall inetd
inetd

Be Happy.
Title: Tftp Server
Post by: cncrab2 on February 24, 2006, 12:07:32 pm
yes, i done all on utftpd.conf

but no /usr/libexec on my zaurus (sharp rom)

and get extract the utftpd and place on /usr/sbin ...
then update the inted with path /usr/sbin/utftpd ...

but get no help,
i use a tftp client to connect to it,
when i check the zaurus by ps -ef, no utftpd was found ...
seems it doesn't running via inted

any help ??

thanks
Title: Tftp Server
Post by: sidmoraes on February 24, 2006, 02:17:48 pm
Quote
yes, i done all on utftpd.conf

but no /usr/libexec on my zaurus (sharp rom)

and get extract the utftpd and place on /usr/sbin ...
then update the inted with path /usr/sbin/utftpd ...

but get no help,
i use a tftp client to connect to it,
when i check the zaurus by ps -ef, no utftpd was found ...
seems it doesn't running via inted

any help ??

thanks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115996\"][{POST_SNAPBACK}][/a][/div]

Some infos we need:
cat /etc/services | grep tftp
ps -ef | grep inet
netstat -nap | grep 69
ls -ls /etc/utftpd.cdb