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

Mac OSX: Upon capture OR clone completion, task does not self remove in WebUI.

Scheduled Pinned Locked Moved Solved
FOG Problems
3
10
683
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.
  • I
    ismith.hpu
    last edited by Nov 8, 2019, 3:31 PM

    Upon capture OR clone completion, task does not self remove in WebUI.

    It also does not write ‘last successful image date’ under hosts.

    Additionally, with this when cloning or imaging it will loop forever.

    1 Reply Last reply Reply Quote 0
    • I
      ismith.hpu @ismith.hpu
      last edited by ismith.hpu Nov 8, 2019, 3:30 PM Nov 8, 2019, 9:17 PM

      @ismith-hpu
      @Tom-Elliott provided this hotfix solution as “To clarify, this will fix for any RAW imaging types.”:

      run:

      wget -O /images/dev/postinitscripts/funcs.sh https://raw.githubusercontent.com/FOGProject/fos/master/Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh
      

      Add to /images/dev/postinitscripts/fog.postinit:

      cp ${postinitpath}funcs.sh /usr/share/fog/lib/funcs.sh
      

      This will fix for Macs

      T 1 Reply Last reply Nov 8, 2019, 9:18 PM Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Nov 8, 2019, 3:36 PM

        @ismith-hpu I am fairly sure this is not related to Mac OS X. You probably see some error on the host’s screen when it’s finished. Take a picture of that error and post here!

        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

        I T 3 Replies Last reply Nov 8, 2019, 4:03 PM Reply Quote 0
        • I
          ismith.hpu @Sebastian Roth
          last edited by ismith.hpu Nov 8, 2019, 10:04 AM Nov 8, 2019, 4:03 PM

          @Sebastian-Roth

          Will do, it writes the image completely and it works fine after I manually shut it off.

          1 Reply Last reply Reply Quote 0
          • I
            ismith.hpu @Sebastian Roth
            last edited by ismith.hpu Nov 8, 2019, 12:28 PM Nov 8, 2019, 6:27 PM

            @Sebastian-Roth
            alt text

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott @Sebastian Roth
              last edited by Nov 8, 2019, 6:43 PM

              @Sebastian-Roth @ismith-hpu

              The problem appears to be failing because the disk is not passed fully.

              it is showing up as runPartprobe /dev/nvme0n When it should have something like: runPartprobe /dev/nvme0n1

              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

              I 1 Reply Last reply Nov 8, 2019, 6:51 PM Reply Quote 0
              • I
                ismith.hpu @Tom Elliott
                last edited by Nov 8, 2019, 6:51 PM

                @Tom-Elliott How to fix this then?

                T 1 Reply Last reply Nov 8, 2019, 7:08 PM Reply Quote 0
                • T
                  Tom Elliott @ismith.hpu
                  last edited by Nov 8, 2019, 7:08 PM

                  @ismith-hpu I don’t know at the moment, I just know that this is likely why the error is happening.

                  It’s almost like it’s trimming the number from the drive.

                  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

                  I 1 Reply Last reply Nov 8, 2019, 7:11 PM Reply Quote 0
                  • I
                    ismith.hpu @Tom Elliott
                    last edited by Nov 8, 2019, 7:11 PM

                    @Tom-Elliott

                    Yes same explanation from the past thread from https://forums.fogproject.org/topic/11911/failed-to-read-back-partitions-runpartprobe

                    But this is a single disk on an iMac, it writes 100% fine and there are no problems when booting.

                    I 1 Reply Last reply Nov 8, 2019, 9:17 PM Reply Quote 0
                    • I
                      ismith.hpu @ismith.hpu
                      last edited by ismith.hpu Nov 8, 2019, 3:30 PM Nov 8, 2019, 9:17 PM

                      @ismith-hpu
                      @Tom-Elliott provided this hotfix solution as “To clarify, this will fix for any RAW imaging types.”:

                      run:

                      wget -O /images/dev/postinitscripts/funcs.sh https://raw.githubusercontent.com/FOGProject/fos/master/Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh
                      

                      Add to /images/dev/postinitscripts/fog.postinit:

                      cp ${postinitpath}funcs.sh /usr/share/fog/lib/funcs.sh
                      

                      This will fix for Macs

                      T 1 Reply Last reply Nov 8, 2019, 9:18 PM Reply Quote 0
                      • T
                        Tom Elliott @ismith.hpu
                        last edited by Nov 8, 2019, 9:18 PM

                        @ismith-hpu To clarify, this will fix for any RAW imaging types.

                        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
                          1/10
                          Last post

                        193

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project