WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: vsftpd doesn't start  (Read 3033 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
vsftpd doesn't start
« 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/

dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: vsftpd doesn't start
« Reply #1 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.