Uninstall then install makes vstpd service unrecognized, vsftpd: unrecognized service












4














I installed vsftpd on my server using this and this link. But due to this error I followed the solution and tried to update the vsftpd.

But because of some configuration problem it was not functioning and I decided to reinstall it using this problem's solutions.

But now after installing it again when I type:



sudo service vsftpd restart or sudo /etc/init.d/vsftpd restart it shows me:



vsftpd: unrecognized service. and
sudo: /etc/init.d/vsftpd: command not found


How to solve this?










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
    – bain
    Jul 25 '14 at 12:47










  • I did as you said, but the result is same.
    – salman wahed
    Jul 25 '14 at 13:58
















4














I installed vsftpd on my server using this and this link. But due to this error I followed the solution and tried to update the vsftpd.

But because of some configuration problem it was not functioning and I decided to reinstall it using this problem's solutions.

But now after installing it again when I type:



sudo service vsftpd restart or sudo /etc/init.d/vsftpd restart it shows me:



vsftpd: unrecognized service. and
sudo: /etc/init.d/vsftpd: command not found


How to solve this?










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
    – bain
    Jul 25 '14 at 12:47










  • I did as you said, but the result is same.
    – salman wahed
    Jul 25 '14 at 13:58














4












4








4







I installed vsftpd on my server using this and this link. But due to this error I followed the solution and tried to update the vsftpd.

But because of some configuration problem it was not functioning and I decided to reinstall it using this problem's solutions.

But now after installing it again when I type:



sudo service vsftpd restart or sudo /etc/init.d/vsftpd restart it shows me:



vsftpd: unrecognized service. and
sudo: /etc/init.d/vsftpd: command not found


How to solve this?










share|improve this question















I installed vsftpd on my server using this and this link. But due to this error I followed the solution and tried to update the vsftpd.

But because of some configuration problem it was not functioning and I decided to reinstall it using this problem's solutions.

But now after installing it again when I type:



sudo service vsftpd restart or sudo /etc/init.d/vsftpd restart it shows me:



vsftpd: unrecognized service. and
sudo: /etc/init.d/vsftpd: command not found


How to solve this?







14.04 server ftp vsftpd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 23 '17 at 12:39









Community

1




1










asked Jul 25 '14 at 12:31









salman wahed

2553616




2553616





bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
    – bain
    Jul 25 '14 at 12:47










  • I did as you said, but the result is same.
    – salman wahed
    Jul 25 '14 at 13:58


















  • It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
    – bain
    Jul 25 '14 at 12:47










  • I did as you said, but the result is same.
    – salman wahed
    Jul 25 '14 at 13:58
















It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
– bain
Jul 25 '14 at 12:47




It looks like it isn't actually installed. Try sudo apt-get purge vsftpd && sudo apt-get install vsftpd
– bain
Jul 25 '14 at 12:47












I did as you said, but the result is same.
– salman wahed
Jul 25 '14 at 13:58




I did as you said, but the result is same.
– salman wahed
Jul 25 '14 at 13:58










1 Answer
1






active

oldest

votes


















0














Problem



There currently is a kernel bug in 14.04 that will be solved by a kernel update. My current kernel is: 3.13.0-34-generic, and the minimum needed kernel version at the time of this writing is: 3.15.0-031500.



Workaround



This is not a solution to the problem, but will allow you to run vsftp and will allow you to stop vsftp by rebooting until a solution to the kernel problem is deployed to Ubuntu 14.04



To start vsftpd:



Edit the /etc/vsftpd.conf and set the listen= parameter to YES



sudo reboot


vsftp will get started as a standalone program (not a service)



To stop vsftpd:



Edit the /etc/vsftpd.conf and set the listen= parameter to NO



sudo reboot


If anyone has any better ideas then mine, feel free to add to this answer!!!






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f502509%2funinstall-then-install-makes-vstpd-service-unrecognized-vsftpd-unrecognized-se%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Problem



    There currently is a kernel bug in 14.04 that will be solved by a kernel update. My current kernel is: 3.13.0-34-generic, and the minimum needed kernel version at the time of this writing is: 3.15.0-031500.



    Workaround



    This is not a solution to the problem, but will allow you to run vsftp and will allow you to stop vsftp by rebooting until a solution to the kernel problem is deployed to Ubuntu 14.04



    To start vsftpd:



    Edit the /etc/vsftpd.conf and set the listen= parameter to YES



    sudo reboot


    vsftp will get started as a standalone program (not a service)



    To stop vsftpd:



    Edit the /etc/vsftpd.conf and set the listen= parameter to NO



    sudo reboot


    If anyone has any better ideas then mine, feel free to add to this answer!!!






    share|improve this answer




























      0














      Problem



      There currently is a kernel bug in 14.04 that will be solved by a kernel update. My current kernel is: 3.13.0-34-generic, and the minimum needed kernel version at the time of this writing is: 3.15.0-031500.



      Workaround



      This is not a solution to the problem, but will allow you to run vsftp and will allow you to stop vsftp by rebooting until a solution to the kernel problem is deployed to Ubuntu 14.04



      To start vsftpd:



      Edit the /etc/vsftpd.conf and set the listen= parameter to YES



      sudo reboot


      vsftp will get started as a standalone program (not a service)



      To stop vsftpd:



      Edit the /etc/vsftpd.conf and set the listen= parameter to NO



      sudo reboot


      If anyone has any better ideas then mine, feel free to add to this answer!!!






      share|improve this answer


























        0












        0








        0






        Problem



        There currently is a kernel bug in 14.04 that will be solved by a kernel update. My current kernel is: 3.13.0-34-generic, and the minimum needed kernel version at the time of this writing is: 3.15.0-031500.



        Workaround



        This is not a solution to the problem, but will allow you to run vsftp and will allow you to stop vsftp by rebooting until a solution to the kernel problem is deployed to Ubuntu 14.04



        To start vsftpd:



        Edit the /etc/vsftpd.conf and set the listen= parameter to YES



        sudo reboot


        vsftp will get started as a standalone program (not a service)



        To stop vsftpd:



        Edit the /etc/vsftpd.conf and set the listen= parameter to NO



        sudo reboot


        If anyone has any better ideas then mine, feel free to add to this answer!!!






        share|improve this answer














        Problem



        There currently is a kernel bug in 14.04 that will be solved by a kernel update. My current kernel is: 3.13.0-34-generic, and the minimum needed kernel version at the time of this writing is: 3.15.0-031500.



        Workaround



        This is not a solution to the problem, but will allow you to run vsftp and will allow you to stop vsftp by rebooting until a solution to the kernel problem is deployed to Ubuntu 14.04



        To start vsftpd:



        Edit the /etc/vsftpd.conf and set the listen= parameter to YES



        sudo reboot


        vsftp will get started as a standalone program (not a service)



        To stop vsftpd:



        Edit the /etc/vsftpd.conf and set the listen= parameter to NO



        sudo reboot


        If anyone has any better ideas then mine, feel free to add to this answer!!!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Sep 24 '15 at 13:55

























        answered Nov 20 '14 at 17:01









        Fabby

        26.5k1360159




        26.5k1360159






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f502509%2funinstall-then-install-makes-vstpd-service-unrecognized-vsftpd-unrecognized-se%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?