WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: inetutils-servers and dependencies  (Read 4976 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11581
Re: inetutils-servers and dependencies
« Reply #15 on: April 15, 2015, 11:29:14 PM »
Hi hal9king
Try:
Code: [Select]
sudo ftpd -D

Offline hal9king

  • Newbie
  • *
  • Posts: 49
Re: inetutils-servers and dependencies
« Reply #16 on: April 15, 2015, 11:46:07 PM »
Thanks the busybox inetd worked!   (tcp4 had no effect).

Never thought to try it since the telnetd and ftpd servers came in the same package as the inetd that didn't work.

Should have considered it -- thanks again.


In science, we know ... what we don't know.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: inetutils-servers and dependencies
« Reply #17 on: April 16, 2015, 12:01:00 AM »
tcp4 definitely works.

Contents of /etc/inietd.conf:
                                                                                                                                                                                                                                                                                                                                                     
telnet  stream  tcp4  nowait  root  /usr/local/sbin/telnetd  telnetd


inetd invoked by:

/usr/local/sbin/inetd  /etc/inetd.conf

Offline hal9king

  • Newbie
  • *
  • Posts: 49
Re: inetutils-servers and dependencies
« Reply #18 on: April 16, 2015, 02:40:15 AM »
Yes, the busybox inetd worked (but tcp4 did not).

I tried to post earlier -- thought I had -- but when I looked again I didn't find it.

Thanks to all for the help -- project is a go.

Closed on success!
In science, we know ... what we don't know.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: inetutils-servers and dependencies
« Reply #19 on: April 16, 2015, 03:01:16 AM »
tcp4 works with the inetd from inetutils-servers , not from busybox inetd