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

    virtualbox image upload r4792

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    27
    9.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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      Try a different kernel - I’d suggest the latest kernel.

      4792 is really behind (by over 2,000 revisions), you should consider updating to the latest. The latest revision would also grab the latest kernel and init.

      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/

      Raymond BellR 1 Reply Last reply Reply Quote 0
      • Raymond BellR
        Raymond Bell Testers @Wayne Workman
        last edited by

        @Wayne-Workman r4792 is 6263

        Raymond Bell
        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by Wayne Workman

          Red hat / Fedora / CentOS 7 instructions are below. Should be just copy/paste for the parts you want.
          Older Ubuntu would be /var/www/fog/blah/blah instead of /var/www/html/fog/blah/blah

          #Delete previous backed up kernels & inits.
          rm -rf /var/www/html/fog/service/ipxe/old
          
          ​#Make a directory to put old kernels & inits into.
          mkdir /var/www/html/fog/service/ipxe/old
          
          ​#Move old inits, get new ones.
          mv /var/www/html/fog/service/ipxe/init.xz /var/www/html/fog/service/ipxe/old
          wget https://fogproject.org/inits/init.xz -O /var/www/html/fog/service/ipxe/init.xz
          mv /var/www/html/fog/service/ipxe/init_32.xz /var/www/html/fog/service/ipxe/old
          wget https://fogproject.org/inits/init_32.xz -O /var/www/html/fog/service/ipxe/init_32.xz
          
          ​#Move old kernels, get new ones.
          mv /var/www/html/fog/service/ipxe/bzImage /var/www/html/fog/service/ipxe/old
          wget https://fogproject.org/kernels/bzImage -O /var/www/html/fog/service/ipxe/bzImage
          mv /var/www/html/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe/old
          wget https://fogproject.org/kernels/bzImage32 -O /var/www/html/fog/service/ipxe/bzImage32
          
          #Reset permissions.
          chown -R fog:apache /var/www/html/fog/service/ipxe
          chmod -R 775 /var/www/html/fog/service/ipxe
          
          #Script complete.
          echo DONE!
          

          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/

          Raymond BellR 1 Reply Last reply Reply Quote 0
          • Raymond BellR
            Raymond Bell Testers @Wayne Workman
            last edited by

            @Wayne-Workman the kernel i am using is 4.4.1

            Raymond Bell
            WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @Raymond Bell
              last edited by

              @Raymond-Bell Does it show that text at the same spot every time or right from the start? Does the capture complete?

              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/

              Raymond BellR 1 Reply Last reply Reply Quote 0
              • Raymond BellR
                Raymond Bell Testers @Wayne Workman
                last edited by Raymond Bell

                @Wayne-Workman said:

                @Raymond-Bell Does it show that text at the same spot every time or right from the start? Does the capture complete?

                It uploads between 30% and 60% the i get this message and it just repeats (the message) if i let it set there

                I have tried about 12 times

                Raymond Bell
                WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @Raymond Bell
                  last edited by

                  @Raymond-Bell Have you been able to capture from a Virtualbox in the past?

                  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/

                  Raymond BellR 1 Reply Last reply Reply Quote 0
                  • Raymond BellR
                    Raymond Bell Testers @Wayne Workman
                    last edited by

                    @Wayne-Workman yes

                    Raymond Bell
                    WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @Raymond Bell
                      last edited by

                      @Raymond-Bell Do you remember when that was? Would you happen to know what kernel version you were using at the time?

                      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/

                      Raymond BellR 1 Reply Last reply Reply Quote 0
                      • Raymond BellR
                        Raymond Bell Testers @Wayne Workman
                        last edited by

                        @Wayne-Workman said:

                        @Raymond-Bell Do you remember when that was? Would you happen to know what kernel version you were using at the time?

                        It has been about 4 months ago and i am sorry i don’t remember the kernel at the time

                        Raymond Bell
                        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @Raymond Bell
                          last edited by Wayne Workman

                          @Raymond-Bell If you go to FOG Configuration -> Kernel Update can you try to grab the 64 bit 4.1.0 kernel or the 4.2.0 kernel and try those out? Let us know the outcome.

                          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/

                          Raymond BellR 1 Reply Last reply Reply Quote 0
                          • Raymond BellR
                            Raymond Bell Testers @Wayne Workman
                            last edited by

                            @Wayne-Workman said:

                            @Raymond-Bell If you go to FOG Configuration -> Kernel Update can you try to grab the 64 bit 4.1.0 kernel or the 4.2.0 kernel and try those out? Let us know the outcome.

                            It is 32bit image will that matter getting the 64bit kernel

                            Raymond Bell
                            WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                            Tom ElliottT 1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott @Raymond Bell
                              last edited by

                              @Raymond-Bell Is this actually impacting anything? I’ve heard of funny things displaying for virtual box, but to my knowledge things still worked.

                              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
                              • S
                                Sebastian Roth Moderator
                                last edited by Sebastian Roth

                                @Raymond-Bell said:

                                It is 32bit image will that matter getting the 64bit kernel.

                                Well if it’s 32 bit than grab the 32 bit 4.1.x/4.2.x kernel and give it a shot.

                                I guess this is a good start for reading up on those messages: https://www.kernel.org/doc/Documentation/RCU/stallwarn.txt

                                Does the system freeze or panic or just keeps going?

                                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
                                • Raymond BellR
                                  Raymond Bell Testers
                                  last edited by

                                  @Wayne-Workman @Tom Elliott @Sebastian-Roth

                                  I used kernel 3.0.1 and it worked perfect…

                                  Raymond Bell
                                  WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                  Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 1
                                  • Tom ElliottT
                                    Tom Elliott @Raymond Bell
                                    last edited by

                                    @Raymond-Bell That still doesn’t answer our questions though, not that you necessarily need to.

                                    Did the errors you saw actually stop things from occurring? Or were things actually halted?

                                    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

                                    Raymond BellR 1 Reply Last reply Reply Quote 0
                                    • Q
                                      Quazz Moderator
                                      last edited by

                                      Interesting, I’ve had this happen before (it halts the progress), but usually if I just try again it will work fine.

                                      Is the computer running virtualbox doing other stuff while you’re trying to capture from it?

                                      Raymond BellR 1 Reply Last reply Reply Quote 0
                                      • Raymond BellR
                                        Raymond Bell Testers @Tom Elliott
                                        last edited by

                                        @Tom-Elliott

                                        They stopped it from uploading the image so YES

                                        Raymond Bell
                                        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                        1 Reply Last reply Reply Quote 0
                                        • Raymond BellR
                                          Raymond Bell Testers @Quazz
                                          last edited by

                                          @Quazz

                                          I let it sit over night and still was hung when i came in next day.

                                          And no the computer was not doing anything else…

                                          Raymond Bell
                                          WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                                          1 Reply Last reply Reply Quote 0
                                          • Wayne WorkmanW
                                            Wayne Workman @Raymond Bell
                                            last edited by

                                            @Raymond-Bell said:

                                            @Wayne-Workman @Tom Elliott @Sebastian-Roth

                                            I used kernel 3.0.1 and it worked perfect…

                                            Ok, it works with kernel 3.0.1. The next step is to get the very next kernel version that is available after this and try it. Let us know the version number where it isn’t working. We can then compare the kernel configurations between that one and the previous one and probably figure out what changed.

                                            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/

                                            Raymond BellR 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            140

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project