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

RAMDISK: EOF while readin compressed data

Scheduled Pinned Locked Moved Unsolved
FOG Problems
5
15
6.4k
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.
  • T
    Tom Elliott
    last edited by Aug 19, 2015, 10:21 AM

    Just looked at the source code and I’m leaning more towards a problem with RAM on that particular system.

    Is this occurring on EVERY system, or just this particular system?

    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

    N 1 Reply Last reply Aug 19, 2015, 2:14 PM Reply Quote 2
    • N
      Neil Underwood @Tom Elliott
      last edited by Aug 19, 2015, 2:14 PM

      @Tom-Elliott said:

      Just looked at the source code and I’m leaning more towards a problem with RAM on that particular system.

      Is this occurring on EVERY system, or just this particular system?

      I’ve checked 3 different PC’s and they are all doing it. None of them are booting via efi.

      One of them happens to be the machine I use to master one of my images. I can’t put my finger on which one, but this started happening after a recent update. Right now I’m on 4451 via github.

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Aug 19, 2015, 2:17 PM

        Is this happening on EVERY system, or just this model of system?

        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

        N 1 Reply Last reply Aug 19, 2015, 2:43 PM Reply Quote 0
        • N
          Neil Underwood @Tom Elliott
          last edited by Aug 19, 2015, 2:43 PM

          @Tom-Elliott I’ve only got 2 different models at the office here. Dell Optiplex 3010 and 3020. It’s happening on both of those. If you would like me to verify other systems I will have to go to some of my other sites and check (which is not a problem, I just have to wait until someone else gets here).

          W 1 Reply Last reply Aug 19, 2015, 3:55 PM Reply Quote 0
          • J
            Junkhacker Developer
            last edited by Aug 19, 2015, 2:45 PM

            I’ve got a Dell OptiPlex 3020 I can test with. give me a few minutes and i’ll update my dev box and try to replicate the issue

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman @Neil Underwood
              last edited by Aug 19, 2015, 3:55 PM

              @Neil-Underwood said:

              @Tom-Elliott I’ve only got 2 different models at the office here. Dell Optiplex 3010 and 3020. It’s happening on both of those. If you would like me to verify other systems I will have to go to some of my other sites and check (which is not a problem, I just have to wait until someone else gets here).

              Two is enough - you don’t need to go anywhere.

              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
              • G
                giejo63
                last edited by giejo63 Sep 16, 2015, 9:31 AM Sep 16, 2015, 3:23 PM

                Any news on this problem ?
                i have the last GIT version of Fog and seems to have the same problem (on different machine)
                It was working great with version 1.2.0
                Thanks in advance

                G 1 Reply Last reply Sep 16, 2015, 3:49 PM Reply Quote 0
                • G
                  giejo63 @giejo63
                  last edited by Sep 16, 2015, 3:49 PM

                  @giejo63 said:

                  Any news on this problem ?
                  i have the last GIT version of Fog and seems to have the same problem (on different machine)
                  It was working great with version 1.2.0
                  Thanks in advance

                  I have tested with the init.xz, init_32.xz, bzimage and bzimage32 from Fog_1.2.0 and this error disappeared (putting them in ipxe directory)
                  but now my problem is that it didnt deploy at all, seems like computers are looping infinitely

                  W 1 Reply Last reply Sep 16, 2015, 7:04 PM Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Sep 16, 2015, 5:24 PM

                    The best guess, that I can see, is that the init’s were not properly downloaded. It’s probably got the proper file for the kernels, but not for the inits.

                    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
                    • W
                      Wayne Workman @giejo63
                      last edited by Sep 16, 2015, 7:04 PM

                      @giejo63 In other words, try to reinstall.

                      I’d really highly recommend using the -y argument so it auto-updates the DB for you. like this:

                      ./installfog.sh -y
                      

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

                      207

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project