Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1129  / 2 Years ago, thu, april 14, 2022, 2:20:11

I have a problem with VSFTPD on Kubuntu 14.04. I have the service installed, but I can't remove it from the boot system. I tried it many times with “update-rc.d -f foobar remove” but it remains booting with the system.



How do I remove VSFTPD from the boot system and starting the service manually? I searched a little, but I didn't found any solve, and I'm bored to try it.



I'm considering to switch to another FTP server if there is any easy to configure.


More From » 14.04

 Answers
2

This services starts as upstart to disable/manually start



$echo 'manual' | sudo tee -a /etc/init/vsftpd.conf

[#20306] Thursday, April 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ntlesslving

Total Points: 123
Total Questions: 109
Total Answers: 113

Location: South Korea
Member since Fri, Sep 11, 2020
4 Years ago
;