Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: halma on September 16, 2020, 10:25:17 AM

Title: inetutils new directory change or wrong directory
Post by: halma on September 16, 2020, 10:25:17 AM
Hey all,

i installed inetutils-server and it show not as usual "
Code: [Select]
/usr/sbin/ftpd" or "
Code: [Select]
/usr/local/sbin/ftpd"

it shows
Code: [Select]
ls -l /usr/local/lib/inetutils/
total 0
lrwxrwxrwx    1 root     root            58 Sep 16 19:05 ftpd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/ftpd
lrwxrwxrwx    1 root     root            59 Sep 16 19:05 inetd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/inetd
lrwxrwxrwx    1 root     root            60 Sep 16 19:05 rexecd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/rexecd
lrwxrwxrwx    1 root     root            61 Sep 16 19:05 rlogind -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/rlogind
lrwxrwxrwx    1 root     root            58 Sep 16 19:05 rshd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/rshd
lrwxrwxrwx    1 root     root            61 Sep 16 19:05 syslogd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/syslogd
lrwxrwxrwx    1 root     root            59 Sep 16 19:05 talkd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/talkd
lrwxrwxrwx    1 root     root            61 Sep 16 19:05 telnetd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/telnetd
lrwxrwxrwx    1 root     root            59 Sep 16 19:05 tftpd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/tftpd
lrwxrwxrwx    1 root     root            59 Sep 16 19:05 uucpd -> /tmp/tcloop/inetutils-servers/usr/local/lib/inetutils/uucpd

some new changes to the directory target that i have missed or is there maybe a simlink missing to the usually target directory like "
Code: [Select]
/usr/sbin/ftpd" or "
Code: [Select]
/usr/local/sbin/ftpd"

Code: [Select]
which ftpd
returns nothing


and btw. now the network connection doenst work as before i had installed inetutils-servers, now the networking is not working after rebooting tc11.1beta1  .
Quote
route: SIOCADDRT: Network is unreachable
now pops up at boot

*i dont know how to see the currently version of the installed inetutils-server which is installed...

thanks
Title: Re: inetutils new directory change or wrong directory
Post by: Sashank999 on September 16, 2020, 08:15:30 PM
Hi !

The ftpd and httpd are in /usr/local/lib/inetutils. Not in /usr/local/sbin. If you like to run them, add them to your PATH Variable.
Code: [Select]
export PATH="/usr/local/lib/inetutils:$PATH" and then run ftpd or httpd.