Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: jls on October 21, 2013, 01:05:54 AM

Title: vsftpd doesn't start
Post by: jls on October 21, 2013, 01:05:54 AM
Code: [Select]
jls@pc1:~$ sudo /etc/init.d/vsftpd start
/etc/init.d/vsftpd: line 114: egrep: not found
/etc/vsftpd.conf: listen disabled - service will not start
I've solved this error issuing
Code: [Select]
sudo ln -s /bb/egrep /bin/

Title: Re: vsftpd doesn't start
Post by: Jason W on October 21, 2013, 06:41:03 AM
I added grep to the dependency list of vsftpd.  If I used the symlink as the official solution, that would prevent folks from installing the full version of grep after they install vsftpd.

Thanks for reporting the issue.