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

FOG won't capture an image!

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
11
2.1k
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.
  • L
    lawrence1997
    last edited by Dec 6, 2016, 1:43 PM

    Server
    • FOG Version: 1.3.0-RC-14
    • OS: Ubuntu Linux 12.04
    Description

    Fog is not capturing image for a Dell Optiplex 3010 it tries to capture the image but crashes and reboots back into windows. On the image it says its got 0.90TB when there isnt even a drive in the computer this size

    Kind Regards

    Lawrence

    1 Reply Last reply Reply Quote 0
    • T
      THEMCV
      last edited by Dec 6, 2016, 2:02 PM

      Where does it crash at? Any error messages?

      Can you update to the latest RC?

      1 Reply Last reply Reply Quote 1
      • W
        Wayne Workman
        last edited by Dec 6, 2016, 2:03 PM

        Because you’re running RC-12, please update, follow this guide:
        https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk
        Because your FOG Server is Ubuntu 12, please backup before updating (or snapshot if you can). Backup your database specifically via the web interface:
        Web Interface -> FOG Configuration -> Configuration Save -> Export

        So this problem you describe is new to me, I’ve not heard of this before. I don’t see how it’s possible, so I’m going to think a minor mistake was made somewhere. Can you please also post the output of these commands from your fog server:
        cd /images;du -sh
        df -h
        ls -lahRt /images

        Also, when you say “Crashes”, what does that mean? Can you give us a photo of what happens? The things displayed on screen are clues as always.
        Is this computer in UEFI mode?
        Does it have a mechanical HDD or SSD?
        How large is the drive?
        Is there only one 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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        L 1 Reply Last reply Dec 6, 2016, 3:06 PM Reply Quote 0
        • L
          lawrence1997 @Wayne Workman
          last edited by Dec 6, 2016, 3:06 PM

          @Wayne-Workman Will update our FOG Server would you reccomend updating the distro to the latest Ubuntu version or is 12.04 ok

          Kind Regards

          Lawrence

          W 1 Reply Last reply Dec 6, 2016, 10:48 PM Reply Quote 0
          • W
            Wayne Workman @lawrence1997
            last edited by Wayne Workman Dec 6, 2016, 4:49 PM Dec 6, 2016, 10:48 PM

            @lawrence1997 Typically updating Ubuntu to a newer distribution doesn’t work very well with FOG. If you want to use a later version of Ubuntu, it might be best and most simple to build a new Ubuntu 16.04 Server and just migrate things over. There’s more than what you think involved with migrating, particularly this item that everyone usually misses: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Maintain_Control_Of_Hosts_When_Building_New_Server
            This would also help you:
            https://wiki.fogproject.org/wiki/index.php?title=Migrate_images_manually
            And of course the database, and then changing some items in the DB via the web interface:
            https://wiki.fogproject.org/wiki/index.php?title=Change_FOG_Server_IP_Address

            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
            • L
              lawrence1997
              last edited by Dec 7, 2016, 12:09 PM

              Hi All

              Trying to update FOG Trunk and getting an issue with PHP 7.1. Please find log below from terminal when running ./installfog.sh command.

               * Installing package: apache2.................................OK
               * Skipping package: bc........................................(Already Installed)
               * Skipping package: build-essential...........................(Already Installed)
               * Skipping package: cpp.......................................(Already Installed)
               * Skipping package: curl......................................(Already Installed)
               * Skipping package: g++.......................................(Already Installed)
               * Installing package: gawk....................................OK
               * Skipping package: gcc.......................................(Already Installed)
               * Skipping package: gzip......................................(Already Installed)
               * Skipping package: htmldoc...................................(Already Installed)
               * Skipping package: lftp......................................(Already Installed)
               * Installing package: libapache2-mod-php7.1...................OK
               * Skipping package: libc6.....................................(Already Installed)
               * Skipping package: libcurl3..................................(Already Installed)
               * Skipping package: m4........................................(Already Installed)
               * Skipping package: mysql-client..............................(Already Installed)
               * Skipping package: mysql-server..............................(Already Installed)
               * Skipping package: net-tools.................................(Already Installed)
               * Skipping package: nfs-kernel-server.........................(Already Installed)
               * Skipping package: openssh-server............................(Already Installed)
               * Installing package: php7.1..................................Failed!
              
              

              Kind Regards

              Lawrence

              T 1 Reply Last reply Dec 7, 2016, 12:26 PM Reply Quote 0
              • T
                Tom Elliott @lawrence1997
                last edited by Dec 7, 2016, 12:26 PM

                @lawrence1997 What is output if you run:

                apt-get install -yq php7.1
                

                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

                L 1 Reply Last reply Dec 7, 2016, 12:32 PM Reply Quote 0
                • L
                  lawrence1997 @Tom Elliott
                  last edited by Dec 7, 2016, 12:32 PM

                  @Tom-Elliott

                  Hi Tom

                  it ran the command through and looks like it installed it. The code is so long is there any particular part you would like to see.

                  It finished with the following line:

                  setting up php7.1 (7.1.0-3+deb.sury.org.precise+1) …

                  Kind Regards

                  Lawrence Lonsdale

                  T 1 Reply Last reply Dec 7, 2016, 12:34 PM Reply Quote 0
                  • T
                    Tom Elliott @lawrence1997
                    last edited by Dec 7, 2016, 12:34 PM

                    @lawrence1997 Now that it’s installed, mind try running the FOG 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

                    L 1 Reply Last reply Dec 8, 2016, 3:30 PM Reply Quote 0
                    • L
                      lawrence1997 @Tom Elliott
                      last edited by Dec 8, 2016, 3:30 PM

                      @Tom-Elliott

                      Hi Tom

                      I’m getting errors all over the VM thinking of making a new server to 14.04 Ubuntu is there any guides to assist me moving images over and database

                      Kind Regards

                      Lawrence

                      T 1 Reply Last reply Dec 8, 2016, 4:57 PM Reply Quote 0
                      • T
                        Tom Elliott @lawrence1997
                        last edited by Dec 8, 2016, 4:57 PM

                        @lawrence1997 Getting errors is not helpful to anyone. What kind of errors are you getting?

                        I’m seeing, now, that something recently changed on ondrej repository again :(.

                        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/11
                          Last post

                        180

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project