Author Topic: Tftp Server  (Read 3347 times)

cncrab2

  • Newbie
  • *
  • Posts: 3
    • View Profile
Tftp Server
« on: February 23, 2006, 08:35:50 am »
hi,

do anyone have a tftp server for Zaurus (sharp rom) ??

sidmoraes

  • Full Member
  • ***
  • Posts: 116
    • View Profile
    • http://
Tftp Server
« Reply #1 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]

[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.
SL-C1000 ( Cacko-Rom 1.23 ) + SL-C3100 ( Cacko-Rom 1.23 )
2Gb SD, usb host cable made by myself, CF modem Xircom,
CF wifi Zonet, Hawking CF 10/100 ethernet,
 USB net, USB CD-Writer Sony CRX10U, CF to PCMCIA adapter,
PCMCIA 2G disk Toshiba, USB charger self-made,
USB BLuetooth,
RH2 ( Wired control for Z ) made by myself,
Serial cable, also made ...

cncrab2

  • Newbie
  • *
  • Posts: 3
    • View Profile
Tftp Server
« Reply #2 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

sidmoraes

  • Full Member
  • ***
  • Posts: 116
    • View Profile
    • http://
Tftp Server
« Reply #3 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.
SL-C1000 ( Cacko-Rom 1.23 ) + SL-C3100 ( Cacko-Rom 1.23 )
2Gb SD, usb host cable made by myself, CF modem Xircom,
CF wifi Zonet, Hawking CF 10/100 ethernet,
 USB net, USB CD-Writer Sony CRX10U, CF to PCMCIA adapter,
PCMCIA 2G disk Toshiba, USB charger self-made,
USB BLuetooth,
RH2 ( Wired control for Z ) made by myself,
Serial cable, also made ...

cncrab2

  • Newbie
  • *
  • Posts: 3
    • View Profile
Tftp Server
« Reply #4 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

sidmoraes

  • Full Member
  • ***
  • Posts: 116
    • View Profile
    • http://
Tftp Server
« Reply #5 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
SL-C1000 ( Cacko-Rom 1.23 ) + SL-C3100 ( Cacko-Rom 1.23 )
2Gb SD, usb host cable made by myself, CF modem Xircom,
CF wifi Zonet, Hawking CF 10/100 ethernet,
 USB net, USB CD-Writer Sony CRX10U, CF to PCMCIA adapter,
PCMCIA 2G disk Toshiba, USB charger self-made,
USB BLuetooth,
RH2 ( Wired control for Z ) made by myself,
Serial cable, also made ...