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

Multiple problems with FOG after Upgrade.

Scheduled Pinned Locked Moved Solved
FOG Problems
6
45
16.6k
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.
  • D
    DarkEnergy
    last edited by May 21, 2015, 10:34 PM

    After doing updates I am not longer able to read/write to the storage in /images. There are multiple error being encounter. The storage password was reset as one of the article was given.

    While trying to perform downloads from some images the error is:
    Failed to create deployment tasking for the following hosts

    You must first upload an image to create a download task

    In upload the Win7 images seems to be working but the Win8.1are failing with an error that the file systems needs to be check with sfck. Any advice on this particular issues?

    Thank you in advance for any assistance.

    C 1 Reply Last reply Jun 2, 2015, 5:08 PM Reply Quote 0
    • W
      Wayne Workman
      last edited by May 21, 2015, 10:37 PM

      Have you looked at this yet?

      https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP#You_must_first_upload_an_image_to_create_a_download_task

      1 Reply Last reply Reply Quote 0
      • D
        DarkEnergy
        last edited by May 21, 2015, 10:57 PM

        Thank you Wayne. The process you provided was done yesterday and fix the access to the storage. Today I only have the issue with couple couple of images. The permissions indicated by the Wiki indicates to allows everyone (777) to the folder which should be set to 744 or 774 depending on configuration. In any case the value is set to 774 on my server as the owner belong to the group and it is the only group for that folder. Everyone else can read the folder.

        I will try again and see what give as there were, what it looks like, unfinished images.

        Thanks again.

        1 Reply Last reply Reply Quote 0
        • D
          DarkEnergy
          last edited by May 21, 2015, 11:02 PM

          That did now work, still same error.
          Sorry, should of provide this before. Running:
          Ubuntu 14.04
          FOG 1.2.0 SVN 3451

          Any other ideas, suggestion, advice, etc?

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman
            last edited by May 21, 2015, 11:08 PM

            More information about your environment would be helpful. Are you using the location plugin? Do you have separate storage nodes?

            Can you manually change the local Linux “fog” user’s password on your server/nodes?
            [CODE]passwd fog[/CODE]

            and also ensure that:
            Storage Management -> Storage Node -> Management Username &
            Management Password are correct? These should match the “fog” user’s credentials.

            Also, ensure that these credentials also match the local “fog” user’s credentials:

            FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD

            You may also need to restart the FTP service on your FOG machine (main and any nodes).
            https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP#Ubuntu

            1 Reply Last reply Reply Quote 0
            • D
              DarkEnergy
              last edited by May 21, 2015, 11:15 PM

              @Wayne:
              All systems are full loaded on my end and configured accordingly. The password has been reset to the one in the /opt/fog/.fogsetting file and was change in two places in the FOG Web UI, one for the TFTP and the second for the Storage. The storage is local to fog, there is not iSCSI or remote/near (SAN/NAS/DAS) storage attached to the server.
              And for the final question: Yes I can do my pleasure on the server.

              Here is another tip that might help, not sure, let you decide. The error is only on download but not upload. I have uploaded three (3) images so far, no issues, but I cannot download the one I actually need.

              Thanks.

              1 Reply Last reply Reply Quote 0
              • D
                DarkEnergy
                last edited by May 22, 2015, 12:26 AM

                Here is another error I am getting:

                ntfsclone-ng: 😄 NTFS Volume ‘/dev/sda2/’ is schedule for a check or it was shutdown uncleanly. Please boot Windows or fix it by fsck.

                I have run fsck and file checker integrity and reboot it multiple time and still same results.
                No sure it is FOG or it is Windows…

                Thank you for your assist.

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by May 22, 2015, 12:41 AM

                  Forgive my being rude here, but why haven’t you thought “There may be a reason it’s recommended to set the permissions to chmod -R 777.”?

                  I mean really?

                  I understand the concern, but why not start with what’s recommended first and get it working or figure out where the issue is?

                  Also, can you give us the EXACT error messages you’re seeing, maybe pictures if possible?

                  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 2
                  • D
                    DarkEnergy
                    last edited by May 27, 2015, 6:03 PM

                    @Tom
                    No at all, you are not being rude. Understood what you are pointing out. You are thinking it is permission issue. That would be true is all the images were giving me the same error given the -R is recursive in the directory and subdirectories all the way to the files. The UNIX/Linux permission files are divided on three sections:

                    Current user Groups Everyone else
                    ---------------------- ---------------- -------------------------
                    r - w - x r - w - x r - w - x
                    ---------------------- ---------------- -------------------------
                    4 2 1 4 2 1 4 2 1
                    ---------------------- ---------------- -------------------------

                    By adding the bits values you will get the 777 for chmod. However, I don’t want every one to have access to this folder. That is the same permission that I have in all other files. More to the point, this is the only file giving issues. I have user fog group/user as the owner of /images which will give full access to the file system in the directory.

                    I believe I put the error message on the original post:
                    ======================START===========================
                    "Failed to create deployment tasking for the following hosts

                    You must first upload an image to create a download task"
                    ========================END===========================

                    There/ is very hard to take a picture as it scroll fairly fast on the screen right before Partclone starts to push the image.

                    Thank you for you assistance.

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by May 27, 2015, 7:30 PM

                      @DarkEnergy So the original issue is fixed, and now you’re getting the “needs to be checked?”

                      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
                        Thiago
                        last edited by May 27, 2015, 8:12 PM

                        I don’t know if your problem is like mine.

                        When i did a upload of my 8.1, i got this message too (“file systems needs to be check” ).

                        I solved the case, when i shutdown the system completely without using the Win8.1 hybrid mode, then turning on computer into fog boot process.
                        see: http://windows.microsoft.com/en-us/windows-8/how-shut-down-turn-off-pc

                        1 Reply Last reply Reply Quote 1
                        • D
                          DarkEnergy
                          last edited by DarkEnergy May 27, 2015, 3:56 PM May 27, 2015, 8:28 PM

                          @Tom:
                          Yes, I am not sure if this is related to the first issue or possible a left over but I am looking into it.

                          @Thiago:
                          Thank you for the article. After reading it I am actually wondering if they are actually trying to teach me how to shutdown windows. If that is the case, well, with my background in IT I think I have an idea how to do it. However, they referring to a logged on user and not a sysprep session that it is what I was using. Once the sysprep runs the system will reboot automatically in order to set the box back to “Out of the Box Experience”.

                          1 Reply Last reply Reply Quote 0
                          • J
                            Joe Schmitt Senior Developer
                            last edited by Joe Schmitt May 27, 2015, 3:11 PM May 27, 2015, 9:11 PM

                            @DarkEnergy
                            Just a quick note, with the forums, if you put a space after the @, @NAME it won’t notify the person. So @ Jbob would not work, but @Jbob would

                            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.

                            W 1 Reply Last reply May 27, 2015, 9:11 PM Reply Quote 1
                            • W
                              Wayne Workman @Joe Schmitt
                              last edited by May 27, 2015, 9:11 PM

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • D
                                DarkEnergy
                                last edited by May 27, 2015, 9:57 PM

                                @Jbob
                                Thank you for the assist!!

                                1 Reply Last reply Reply Quote 0
                                • D
                                  DarkEnergy
                                  last edited by DarkEnergy Jun 2, 2015, 10:39 AM Jun 2, 2015, 4:35 PM

                                  Hi there to all of you FOGGERS.
                                  I am now having issues randomly with some other images.
                                  I am getting and error:
                                  " An error has been detected!
                                  Image failed to restored
                                  Computer will reboot in 1 minute"

                                  The error is after Partclone try to access the image.

                                  Partclone v0.2.78 http://partclone.org
                                  Starting to resotre image (-) to device (/dev/sda1)
                                  device (/dev/sda1) is mounted at
                                  error exit

                                  To save some time I have checked the password in the storage and also the TFTP sever and they are all good, I have also reset the password for fog user to the same as the one for the storage and the TFTP, plus check all the permissions on the file system set to 777 and still no go.

                                  I have been having problems sine the fist update I did to the server.
                                  Is there a way to just keep the images, destroy the server and reinstall FOG back to the original configuration in 1.2.0 without any of the updates. The last schema change in MySQL was the one giving me the issue since then I haven’t been able to get FOG were it was.

                                  Thanks for all you help.

                                  C 1 Reply Last reply Jun 2, 2015, 4:59 PM Reply Quote 0
                                  • W
                                    Wayne Workman
                                    last edited by Jun 2, 2015, 4:38 PM

                                    Sounds NFS related, or permissions related.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DarkEnergy
                                      last edited by DarkEnergy Jun 2, 2015, 10:55 AM Jun 2, 2015, 4:55 PM

                                      @Wayne

                                      Please in light me. I have checked all the permissions.
                                      For /images directory:

                                      drwxrwxrwx 2 fog fog 4096 Oct 20 2014 postdownloadscripts
                                      drwxrwxrwx 2 fog fog 4096 Oct 22 2014 Windows764HH2Agents_Full
                                      drwxrwxrwx 2 fog fog 4096 Nov 7 2014 ASUSX55ASYSPREPNEW
                                      -rwxrwxrwx 1 fog fog 31694514822 Nov 24 2014 JohnBossSystem
                                      drwxrwxrwx 2 fog fog 4096 Dec 8 20:07 ASUSX54CSYSPREP
                                      drwxrwxrwx 2 fog fog 4096 Jan 5 18:21 HPCompaqDX2400SYSPREPW8160GiB
                                      drwxrwxrwx 2 fog fog 4096 Jan 27 12:39 LenovoTouchB5030Factory
                                      drwxrwxrwx 2 fog fog 4096 Jan 28 19:05 ACERVeritonM2611GFactory
                                      drwxrwxrwx 2 fog fog 4096 Feb 19 18:18 ACERVeritonM2611GSYSPREPCHRM
                                      drwxrwxrwx 2 fog fog 4096 Mar 4 16:48 ACERVeritonM2611GSYSPREPCHRM500GiB
                                      drwxrwxrwx 2 fog fog 4096 Mar 13 12:05 HPPRO3000MTSYSPREPCHRM
                                      drwxrwxrwx 2 fog fog 4096 Mar 13 12:43 HPCompaqDX2400SYSPREP
                                      drwxrwxrwx 2 fog fog 4096 Mar 13 13:47 ACERVeritonM275SYSPREPCHRM
                                      drwxrwxrwx 2 fog fog 4096 Mar 20 12:32 ACERVeritonM275SYSPREPQA
                                      drwxrwxrwx 2 fog fog 4096 Apr 7 18:10 HPPROMODX5700SYSPREPCHRM
                                      drwxrwxrwx 2 fog fog 4096 Apr 9 20:30 HPPROMODX5700SYSPREPLDAPFULL80GiB
                                      drwxrwxrwx 2 fog fog 4096 Apr 27 13:53 HPCompaqDX2400SYSPREPLDAP160Gi
                                      drwxrwxrwx 2 fog fog 4096 Apr 28 18:22 ACERVeritonM2611GSYSPREPMSO13FullCon
                                      drwxrwxrwx 2 fog fog 4096 May 7 19:18 ACERVeritonM2611GSYSPREPLDAP500GiB
                                      drwxrwxrwx 2 fog fog 4096 May 13 19:04 LenovoTouchB50SYSPREPCHRM
                                      drwxrwxrwx 2 fog fog 4096 May 14 18:34 DELLOptiplex780160GiB
                                      drwxrwxrwx 2 fog fog 4096 May 21 17:53 HPCompaqDX2400SYSPREPLDAP80Gi
                                      drwxrwxrwx 2 fog fog 4096 May 21 17:58 HPPROMODX5700SYSPREPLDAP80GiB
                                      drwxrwxrwx 2 fog fog 4096 May 21 19:00 ACERVeritonM275SYSPREPLDAP160GiB
                                      drwxrwxrwx 2 fog fog 4096 May 27 15:51 LenovoTouchB50FULLLDAP500GiB
                                      drwxrwxrwx 2 fog fog 4096 May 28 11:18 ACERVeritonM2611GSYSPREPSPRLDAP
                                      drwxrwxrwx 2 fog fog 4096 May 29 10:41 DELLOptiplex780Training160GiB
                                      drwxrwxrwx 2 fog fog 4096 May 29 11:14 dev

                                      For /tftpboot directory:

                                      -rw-r–r-- 1 fog fog 840 Jun 2 11:10 boot.txt
                                      -rw-r–r-- 1 fog fog 329703 Jun 2 11:10 ipxe.kpxe
                                      -rw-r–r-- 1 fog fog 329655 Jun 2 11:10 ipxe.kkpxe
                                      -rw-r–r-- 1 fog fog 892032 Jun 2 11:10 ipxe.efi
                                      -rw-r–r-- 1 fog fog 89107 Jun 2 11:10 intel.pxe
                                      -rw-r–r-- 1 fog fog 89171 Jun 2 11:10 intel.kpxe
                                      -rw-r–r-- 1 fog fog 89123 Jun 2 11:10 intel.kkpxe
                                      -rw-r–r-- 1 fog fog 171296 Jun 2 11:10 intel.efi
                                      drwxr-xr-x 2 fog fog 4096 Jun 2 11:10 i386-efi
                                      -rw-r–r-- 1 fog fog 29728 Jun 2 11:10 vesamenu.c32
                                      -rw-r–r-- 1 fog fog 88867 Jun 2 11:10 undionly.pxe
                                      -rw-r–r-- 1 fog fog 88825 Jun 2 11:10 undionly.kpxe
                                      -rw-r–r-- 1 fog fog 88777 Jun 2 11:10 undionly.kkpxe
                                      -rw-r–r-- 1 fog fog 170272 Jun 2 11:10 snponly.efi
                                      -rw-r–r-- 1 fog fog 170112 Jun 2 11:10 snp.efi
                                      -rw-r–r-- 1 fog fog 90087 Jun 2 11:10 realtek.pxe
                                      -rw-r–r-- 1 fog fog 90072 Jun 2 11:10 realtek.kpxe
                                      -rw-r–r-- 1 fog fog 90024 Jun 2 11:10 realtek.kkpxe
                                      -rw-r–r-- 1 fog fog 170912 Jun 2 11:10 realtek.efi
                                      drwxr-xr-x 2 fog fog 4096 Jun 2 11:10 pxelinux.cfg
                                      -rw-r–r-- 1 fog fog 43210 Jun 2 11:10 pxelinux.0.old
                                      -rw-r–r-- 1 fog fog 43210 Jun 2 11:10 pxelinux.0
                                      -rw-r–r-- 1 fog fog 29208 Jun 2 11:10 menu.c32
                                      -rw-r–r-- 1 fog fog 26140 Jun 2 11:10 memdisk
                                      -rw-r–r-- 1 fog fog 123448 Jun 2 11:10 ldlinux.c32
                                      -rw-r–r-- 1 fog fog 329836 Jun 2 11:10 ipxe.pxe
                                      -rw-r–r-- 1 fog fog 329175 Jun 2 11:10 ipxe.krn
                                      -rw-r–r-- 1 fog fog 402 Jun 2 11:10 default.ipxe

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        ch3i Moderator @DarkEnergy
                                        last edited by Jun 2, 2015, 4:59 PM

                                        @DarkEnergy said:

                                        Hi there to all of you FOGGERS.
                                        I am now having issues randomly with some other images.
                                        I am getting and error:
                                        " An error has been detected!
                                        Image failed to restored
                                        Computer will reboot in 1 minute"

                                        The error is after Partclone try to access the image.

                                        Partclone v0.2.78 http://partclone.org
                                        Starting to resotre image (-) to device (/dev/sda1)
                                        device (/dev/sda1) is mounted at
                                        error exit

                                        To save some time I have checked the password in the storage and also the TFTP sever and they are all good, I have also reset the password for fog user to the same as the one for the storage and the TFTP, plus check all the permissions on the file system set to 777 and still no go.

                                        I have been having problems sine the fist update I did to the server.
                                        Is there a way to just keep the images, destroy the server and reinstall FOG back to the original configuration in 1.2.0 without any of the updates. The last schema change in MySQL was the one giving me the issue since then I haven’t been able to get FOG were it was.

                                        Thanks for all you help.

                                        It’s a partclone image or an old partimage ?

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          DarkEnergy
                                          last edited by Jun 2, 2015, 5:04 PM

                                          @ch3i
                                          I am not sure what are you asking me. The only FOG I have used is 1.2.0. I am not sure if the image was created with partimage. I can tell you for sure that some images work some other don’t.

                                          C 1 Reply Last reply Jun 2, 2015, 5:05 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            5/45
                                            Last post

                                          244

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project