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

    Unable to capture image, previously was able to

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    7
    1.3k
    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.
    • Shadow00CasterS
      Shadow00Caster
      last edited by

      Server
      • FOG Version: 1.3.1-RC-5
      • OS: Debian 7 32bit
      Client
      • Service Version:
      • OS: Windows 8.1 64bit
      Description

      Trying to capture an image of a VM that I was previously able to, now getting:
      Fatal Error, unable to find size data out on /dev/sda2. Cmd: ntfsresize -f -i -v -P /dev/sda2

      Image is setup as a single disk, resizable, all partitions. Disk has system reserved (default win install) and C partition.

      Any help would be appreciated.

      FOG System: Debian 7 32bit
      FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
      bzImage Versions: 4.9.1

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

        You aren’t the first, and probably won’t be the last. (Hopefully you might be).

        I’m taking an approach that is untested a bit, but should fit the bill hopefully.

        My change in thought is if that portion is “met”, I will take the partition number and add it to the “fixed size partitions” file. It won’t try to resize the partition and it should get you on to the next partition.

        Please install the latest RC (reinstall if you already did install it) and you should have the upload capability back.

        Thanks,

        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

        Shadow00CasterS 1 Reply Last reply Reply Quote 1
        • Shadow00CasterS
          Shadow00Caster @Tom Elliott
          last edited by

          @Tom-Elliott Did a git pull to latest, installfog.sh failing on Setting up and starting MySQL, nothing changed, worked with RC5.

          FOG System: Debian 7 32bit
          FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
          bzImage Versions: 4.9.1

          Tom ElliottT 2 Replies Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @Shadow00Caster
            last edited by

            @Shadow00Caster I haven’t changed the installer.

            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 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              Are you still on the branch dev-branch?

              It should look something like:

              [root@localhost fogproject]# git branch
              * dev-branch
                master
                persistentGroupPlugin
                working-RC-6
              [root@localhost fogproject]#
              

              The * denotes which branch you’re currently on.

              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

              Shadow00CasterS 1 Reply Last reply Reply Quote 0
              • Shadow00CasterS
                Shadow00Caster @Tom Elliott
                last edited by

                @Tom-Elliott

                root@fog:~/fogproject# git branch
                * dev-branch
                root@fog:~/fogproject#
                

                FOG System: Debian 7 32bit
                FOG Version: 1.3.1-RC-5 (Git) | SVN Rev: 6052
                bzImage Versions: 4.9.1

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

                  @Shadow00Caster Figured I’d add to here so others can follow.

                  We found that the system was in a really weird state. This state broke the root user password and it was not allowing services to be started properly. Worked together and reset the root user password. The installer still failed and we found the issue was due to how the OS was booting and starting services. It was using init as the service starter, but the command systemctl exists on the system. The service was failing with dbus messages because the systemd side was not what was used to load services on the system.

                  I’ve added a few checks just to ensure all will be well for the next release cycle.

                  Essentially I’m now checking three things.

                  1. Does the systemctl command exist? (command -v systemctl)
                  2. Is the system booted to use systemd? (ps -p 1 -o comm= | grep systemd)
                  3. Is the systemctl variable already set?

                  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 0
                  • 1 / 1
                  • First post
                    Last post

                  194

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project