• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • S
    Shadow00Caster
    last edited by Jan 9, 2017, 7:21 PM

    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
    • T
      Tom Elliott
      last edited by Jan 9, 2017, 10:24 PM

      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

      S 1 Reply Last reply Jan 9, 2017, 10:52 PM Reply Quote 1
      • S
        Shadow00Caster @Tom Elliott
        last edited by Jan 9, 2017, 10:52 PM

        @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

        T 2 Replies Last reply Jan 9, 2017, 10:53 PM Reply Quote 0
        • T
          Tom Elliott @Shadow00Caster
          last edited by Jan 9, 2017, 10:53 PM

          @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
          • T
            Tom Elliott
            last edited by Jan 9, 2017, 10:55 PM

            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

            S 1 Reply Last reply Jan 9, 2017, 10:56 PM Reply Quote 0
            • S
              Shadow00Caster @Tom Elliott
              last edited by Jan 9, 2017, 10:56 PM

              @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
              • T
                Tom Elliott @Shadow00Caster
                last edited by Jan 10, 2017, 12:05 AM

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

                171

                Online

                12.1k

                Users

                17.3k

                Topics

                155.3k

                Posts
                Copyright © 2012-2024 FOG Project