WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: /usr/local/bin/services not working for tftpd  (Read 1457 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
/usr/local/bin/services not working for tftpd
« on: May 24, 2019, 12:10:36 PM »
from TC10x32:
Code: [Select]
tc@box:~$ which services
/usr/local/bin/services

tc@box:~$ services
Found total 3 services.
Starting tftpd
/etc/init.d/services/tftpd: line 9: /sbin/udpsvd: not found

tc@box:~$ which udpsvd
/usr/bin/udpsvd

it seams that busybox changed the location from /sbin/udpsvd to /usr/bin/udpsvd
EDIT: the problem (easy to correct) is in the script /etc/init.d/services/tftpd
« Last Edit: May 24, 2019, 11:06:18 PM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: /usr/local/bin/services not working for tftpd
« Reply #1 on: May 24, 2019, 11:17:54 PM »
I double-checked and busybox "make install" does indeed place udpsvd in /usr/bin

/etc/init.d/services/tftpd edited in tinycore git and queued for the next update.

Thanks for reporting this.