• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Moving Images and changing image location

    Scheduled Pinned Locked Moved Solved
    General
    4
    52
    36.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      via TeamViewer,

      I updated the OS, then ripped out everything that had anything to do with PHP.

      The x.x.x.x/fog/management login screen shows now, at least.

      Going to look at the new image location now.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by Wayne Workman

        Looks like vsftp is a big part of the problem… I have to head home in about 15 minutes…

        Posting this for others to look at.

        I’ve tried several ways to get rid of it so I can reinstall it but none work.

        [CODE]mj@fog-server:/$ ps -A| grep vsftp
        22728 ? 00:00:00 vsftpd
        mj@fog-server:/$ kill -KILL 22728
        bash: kill: (22728) - Operation not permitted
        mj@fog-server:/$ sudo kill -KILL 22728
        mj@fog-server:/$ sudo apt-get remove vsftpd
        Reading package lists… Done
        Building dependency tree
        Reading state information… Done
        The following packages will be REMOVED:
        vsftpd
        0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
        1 not fully installed or removed.
        After this operation, 361 kB disk space will be freed.
        Do you want to continue? [Y/n] y
        (Reading database … 199852 files and directories currently installed.)
        Removing vsftpd (3.0.2-1ubuntu2.14.04.1) …
        invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
        dpkg: error processing package vsftpd (–remove):
        subprocess installed pre-removal script returned error exit status 102
        invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
        dpkg: error while cleaning up:
        subprocess installed post-installation script returned error exit status 102
        Errors were encountered while processing:
        vsftpd
        E: Sub-process /usr/bin/dpkg returned an error code (1)
        mj@fog-server:/$ sudo aptitude remove vsftpd
        The following packages will be REMOVED:
        vsftpd
        0 packages upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
        Need to get 0 B of archives. After unpacking 361 kB will be freed.
        (Reading database … 199852 files and directories currently installed.)
        Removing vsftpd (3.0.2-1ubuntu2.14.04.1) …
        invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
        dpkg: error processing package vsftpd (–remove):
        subprocess installed pre-removal script returned error exit status 102
        invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
        dpkg: error while cleaning up:
        subprocess installed post-installation script returned error exit status 102
        Errors were encountered while processing:
        vsftpd
        E: Sub-process /usr/bin/dpkg returned an error code (1)
        A package failed to install. Trying to recover:

        mj@fog-server:/$
        mj@fog-server:/$ sudo service nfs-kernel-server status
        nfsd running
        mj@fog-server:/$ sudo service nfs-kernel-server restart

        • Stopping NFS kernel daemon [ OK ]
        • Unexporting directories for NFS kernel daemon… [ OK ]
        • Exporting directories for NFS kernel daemon… [ OK ]
        • Starting NFS kernel daemon [ OK ]
          mj@fog-server:/$ uname -a
          Linux fog-server 3.16.0-37-generic #51~14.04.1-Ubuntu SMP Wed May 6 15:23:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
          mj@fog-server:/$ sudo apt-get purge vsftpd
          Reading package lists… Done
          Building dependency tree
          Reading state information… Done
          The following packages will be REMOVED:
          vsftpd*
          0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
          1 not fully installed or removed.
          After this operation, 361 kB disk space will be freed.
          Do you want to continue? [Y/n] y
          (Reading database … 199852 files and directories currently installed.)
          Removing vsftpd (3.0.2-1ubuntu2.14.04.1) …
          invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
          dpkg: error processing package vsftpd (–purge):
          subprocess installed pre-removal script returned error exit status 102
          invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
          dpkg: error while cleaning up:
          subprocess installed post-installation script returned error exit status 102
          Errors were encountered while processing:
          vsftpd
          E: Sub-process /usr/bin/dpkg returned an error code (1)
          mj@fog-server:/$ sudo /etc/rc2.d/s20vsftpd stop
          sudo: /etc/rc2.d/s20vsftpd: command not found
          mj@fog-server:/$ sudo apt-get remove --purge --auto-remove vsftpd -y
          Reading package lists… Done
          Building dependency tree
          Reading state information… Done
          The following packages will be REMOVED:
          vsftpd*
          0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
          1 not fully installed or removed.
          After this operation, 361 kB disk space will be freed.
          (Reading database … 199852 files and directories currently installed.)
          Removing vsftpd (3.0.2-1ubuntu2.14.04.1) …
          invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
          dpkg: error processing package vsftpd (–purge):
          subprocess installed pre-removal script returned error exit status 102
          invoke-rc.d: dangling symlink: /etc/rc2.d/S20vsftpd
          dpkg: error while cleaning up:
          subprocess installed post-installation script returned error exit status 102
          Errors were encountered while processing:
          vsftpd
          E: Sub-process /usr/bin/dpkg returned an error code (1)
          mj@fog-server:/$
          [/CODE]

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          Anyone have any ideas on this?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • T
            Tim.Trageser
            last edited by

            If no one else has any ideas I might need to just wipe the system and start over, but I am going to hold off until this afternoon. I have several systems to set up before the end of the week. Thanks for all the work Wayne.

            1 Reply Last reply Reply Quote 0
            • cmlC
              cml Moderator
              last edited by

              Where does /etc/rc2.d/S20vsftpd link? And does that file exist?

              1 Reply Last reply Reply Quote 0
              • T
                Tim.Trageser
                last edited by

                It is a broken link:

                Type: Link (broken) (inode/symlink)
                Link Target: …/init.d/vsftpd

                1 Reply Last reply Reply Quote 0
                • T
                  Tim.Trageser
                  last edited by

                  Well since no one has anything further to try I am going to wipe the system and start over. Thanks for trying all.

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    @Tim-Trageser

                    I am always trying to help, but I too am busy.

                    Hopefully you check messages before you wipe.

                    I’m about 99% certain if I can look, I can likely fix it.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 1
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      To fix removing vsftpd removed the /etc/rc2.d/20vsftpd link. Removed the original /etc/vsftpd.conf file and then was able to purge vsftpd from the server.

                      Added the fstab to make the filesystem boot to the same location everytime.

                      Checked all settings and file size is now reporting properly.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 3
                      • T
                        Tim.Trageser
                        last edited by

                        Tom has fixed the issues and I am 100% up and functioning

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post

                        146

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project