Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: vsftpd.con ubuntu 18.04

  1. #11
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: vsftpd.con ubuntu 18.04

    The file showed up for me.

    Here, you can see me installing vsftpd:

    Code:
    # apt install vsftpd
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
      vsftpd
    0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
    Need to get 115 kB of archives.
    After this operation, 334 kB of additional disk space will be used.
    Get:1 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 vsftpd amd64 3.0.3-9build1 [115 kB]
    Fetched 115 kB in 1s (115 kB/s)
    Preconfiguring packages ...
    Selecting previously unselected package vsftpd.
    (Reading database ... 112516 files and directories currently installed.)
    Preparing to unpack .../vsftpd_3.0.3-9build1_amd64.deb ...
    Unpacking vsftpd (3.0.3-9build1) ...
    Processing triggers for ureadahead (0.100.0-20) ...
    Setting up vsftpd (3.0.3-9build1) ...
    Created symlink /etc/systemd/system/multi-user.target.wants/vsftpd.service → /lib/systemd/system/vsftpd.service.
    Processing triggers for systemd (237-3ubuntu10.9) ...
    Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
    Processing triggers for ureadahead (0.100.0-20) ...
    This took about 10 seconds. Immediately after I listed any vsftpd files in /etc.

    Code:
    # ls -l /etc/vsftp*
    -rw-r--r-- 1 root root 5850 Feb  5  2018 /etc/vsftpd.conf
    The config file showed up as you can see.

    Here is my server info for documentation purposes:

    Code:
    # lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 18.04.1 LTS
    Release:        18.04
    Codename:       bionic
    Code:
    # uname -a
    Linux srv-ubuntu 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    LHammonds

  2. #12
    Join Date
    Feb 2017
    Beans
    18

    Re: vsftpd.con ubuntu 18.04

    with me wrong name means ..

    Code:
     ls -l /etc/vsftp*
    -rw-r--r-- 1 root root 5850 Feb  5  2018 /etc/vsftpd.conf_orig

  3. #13
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: vsftpd.con ubuntu 18.04

    Type this in:

    Code:
    sudo apt purge vsftpd
    sudo rm /etc/vsftp*
    sudo apt install vsftpd
    ls -l /etc/vsftp*

  4. #14
    Join Date
    Feb 2017
    Beans
    18

    Re: vsftpd.con ubuntu 18.04

    Quote Originally Posted by LHammonds View Post
    Type this in:

    Code:
    sudo apt purge vsftpd
    sudo rm /etc/vsftp*
    sudo apt install vsftpd
    ls -l /etc/vsftp*

    10x bro!!!!

  5. #15
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: vsftpd.con ubuntu 18.04

    Quote Originally Posted by cod3r- View Post
    10x bro!!!!
    Are you saying you did this already? If so, we need to step back and find out what is different with your OS compared to mine.

    I install Ubuntu using the alternative / traditional installer so I can use LVM. If you used the "live" image, maybe there is something different with it.

    I also never do the in-place upgrade when going from one major version to another (e.g. My 18.04 servers are not upgraded from 16.04)

    I also have only ever installed Ubuntu inside virtual environments such as Oracle VirtualBox on Windows or VMware vSphere on ESXi. However, I do not think the OS and applications will "act" differently like this if it is installed on a physical or virtual.

    LHammonds

  6. #16
    Join Date
    Dec 2009
    Beans
    6,771

    Re: vsftpd.con ubuntu 18.04

    According to: https://www.internetslang.com/10X-me...definition.asp
    The definition of 10X is "Thanks"
    From the same source:
    The definition of BRO is "Brother, buddy, friend"
    I suspect it means: Thank you very much sir and/or madam.

  7. #17
    Join Date
    Feb 2017
    Beans
    18

    Re: vsftpd.con ubuntu 18.04

    Quote Originally Posted by LHammonds View Post
    Are you saying you did this already? If so, we need to step back and find out what is different with your OS compared to mine.

    I install Ubuntu using the alternative / traditional installer so I can use LVM. If you used the "live" image, maybe there is something different with it.

    I also never do the in-place upgrade when going from one major version to another (e.g. My 18.04 servers are not upgraded from 16.04)

    I also have only ever installed Ubuntu inside virtual environments such as Oracle VirtualBox on Windows or VMware vSphere on ESXi. However, I do not think the OS and applications will "act" differently like this if it is installed on a physical or virtual.

    LHammonds

    Hello ,
    I will try it on Monday if she is working on the suggestion you mentioned above... i will notify you of the result as soon as possible

  8. #18
    Join Date
    Feb 2017
    Beans
    18

    Re: vsftpd.con ubuntu 18.04

    another problem arose...

    Code:
    sudo service vsftpd restart
    sudo service vsftpd restartsudo: unable to resolve host myke: Resource temporarily unavailable

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •