Vsftpd doesnt start after reboot

I can start vsftpd manually via

/etc/init.d/vsftpd start # or restart

I enabled it via init.d enable

But after reboot its not starting i have to manually start it each time.

Tried to write in etc/rc.local didnt help either.

What I am doing wrong?

Does logread give any hints about potential errors?

Logread has 0 hints about vsftpd or ftp. Netstat shows nothing on port 21 unless i manually start vsftpd and then 21 will popup.

More details in screenshot

Capture full output saved by:

script
sh -x /etc/init.d/vsftpd restart
# Ctrl-d