Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: nick65go on May 24, 2019, 03:10:36 PM

Title: /usr/local/bin/services not working for tftpd
Post by: nick65go on May 24, 2019, 03: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
Title: Re: /usr/local/bin/services not working for tftpd
Post by: Juanito on May 25, 2019, 02:17:54 AM
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.