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

    How To: Make progress bars appear for multiple-partition tasks

    Scheduled Pinned Locked Moved
    FOG Problems
    11
    43
    23.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.
    • x23piracyX
      x23piracy
      last edited by

      Hey Jason,

      can you upload your finished file please? my try causes the machine to reboot 😞
      I have fog 0.32 do you use the same?
      Since i cannot be sure if the position you mentioned are right all my trys went into a reboot of the test machine.

      Greetz X23

      ║▌║█║▌│║▌║▌█

      1 Reply Last reply Reply Quote 0
      • J
        Jason Garrison
        last edited by

        This is my fog file from tftpboot\fog\images\ and within the extracted init.gz file. I think it only has the Multi fix for the progress bar with uploading and downloading. Just use the line numbers I put to find where I have my code put in. Hopefully this helps, it is nice to have the multi progress bar in the GUI for uploading images now.

        [url=“/_imported_xf_attachments/0/321_fog.zip?:”]fog.zip[/url]

        1 Reply Last reply Reply Quote 0
        • x23piracyX
          x23piracy
          last edited by

          Hi,

          [quote=“Jason Garrison, post: 12228, member: 1188”]This is my fog file…[/quote]

          thank you jason 😄
          I will compare the original file against yours with a comparision tool and post the accurate changes in form of search for xy append before or something so no confusion should happen 🙂

          Greetz X23

          ║▌║█║▌│║▌║▌█

          1 Reply Last reply Reply Quote 0
          • x23piracyX
            x23piracy
            last edited by

            Hi,

            these are the changes i found:

            [B]==========================Change 1==========================[/B]
            [IMG]http://i.imgur.com/Czb26ws.png[/IMG]

            [B]==========================Change 2==========================[/B]
            [IMG]http://i.imgur.com/WWLRp1D.png[/IMG]

            [B]==========================Change 3==========================[/B]
            [IMG]http://i.imgur.com/ySnh8cj.png[/IMG]

            [B]==========================Change 4==========================[/B]
            [IMG]http://i.imgur.com/wlHPUlK.png[/IMG]

            [B]==========================Change 5==========================[/B]
            [IMG]http://i.imgur.com/0N6GeHC.png[/IMG]

            Anyway your file works 🙂

            Greetz X23

            ║▌║█║▌│║▌║▌█

            1 Reply Last reply Reply Quote 0
            • T
              The Dealman
              last edited by

              [quote=“x23piracy, post: 12240, member: 3982”]Hi,

              these are the changes i found:

              [B]==========================Change 1==========================[/B]
              [IMG]http://i.imgur.com/Czb26ws.png[/IMG]

              [B]==========================Change 2==========================[/B]
              [IMG]http://i.imgur.com/WWLRp1D.png[/IMG]

              [B]==========================Change 3==========================[/B]
              [IMG]http://i.imgur.com/ySnh8cj.png[/IMG]

              [B]==========================Change 4==========================[/B]
              [IMG]http://i.imgur.com/wlHPUlK.png[/IMG]

              [B]==========================Change 5==========================[/B]
              [IMG]http://i.imgur.com/0N6GeHC.png[/IMG]

              Anyway your file works 🙂

              Greetz X23[/quote]

              Fog 1.5.9 running currently on all servers

              1 Reply Last reply Reply Quote 0
              • T
                The Dealman
                last edited by

                What’s suppose to be in the init.gz file? I see the init file inside of mine, am i suppose to download the fog.zip file & overwrite the init.gz file ? or do i take out the fog file & add that to my init.gz file?

                As you can see i’m confused on this one

                Fog 1.5.9 running currently on all servers

                1 Reply Last reply Reply Quote 0
                • S
                  smshahan
                  last edited by

                  [quote=“The Dealman, post: 12945, member: 53”]What’s suppose to be in the init.gz file? I see the init file inside of mine, am i suppose to download the fog.zip file & overwrite the init.gz file ? or do i take out the fog file & add that to my init.gz file?

                  As you can see i’m confused on this one[/quote]

                  Did you figure this out or do you still need assistance?

                  1 Reply Last reply Reply Quote 0
                  • T
                    The Dealman
                    last edited by

                    [quote=“smshahan, post: 13196, member: 2574”]Did you figure this out or do you still need assistance?[/quote]

                    I haven’t gotten it to work so i put init.gz file back how it was.

                    Fog 1.5.9 running currently on all servers

                    1 Reply Last reply Reply Quote 0
                    • T
                      The Dealman
                      last edited by

                      [quote=“smshahan, post: 13196, member: 2574”]Did you figure this out or do you still need assistance?[/quote]

                      Do you have this working?

                      Fog 1.5.9 running currently on all servers

                      1 Reply Last reply Reply Quote 0
                      • S
                        smshahan
                        last edited by

                        [quote=“The Dealman, post: 13235, member: 53”]Do you have this working?[/quote]

                        Haven’t fully tested my changes out but I’ll get back to you possibly Wednesday if I get this working. I’ve been busy with another fog server.

                        1 Reply Last reply Reply Quote 0
                        • S
                          smshahan
                          last edited by

                          [quote=“The Dealman, post: 13235, member: 53”]Do you have this working?[/quote]

                          Okay. Its working now.

                          This is what I did. Logged in via putty and did the following.
                          [LIST]
                          []cd /tftpboot/fog/images
                          [
                          ]gunzip init.gz
                          []mkdir initmountdir
                          [
                          ]mount -o loop init initmountdir
                          [/LIST]
                          Connected via WinSCP and navigated to /tftpboot/fog/images/initmountdir/bin

                          What I did was simply copy the new fog file ( that was shared) over to the location of my old one( /tftpboot/fog/images/initmountdir/bin) and overwrote that file. I also made a copy of my old fog file just in case it didn’t work.

                          After that I went back to putty and did the following.

                          [LIST]
                          []cd /tftpboot/fog/images
                          [
                          ]umount initmountdir/
                          []rmdir initmountdir
                          [
                          ]gzip init
                          [/LIST]
                          For some reason if I tried copying just the code from the new to the old it would either reboot continuously or give me a big blank nothing. There is a missing step I’m sure in that list or maybe a semicolon out of place.

                          1 Reply Last reply Reply Quote 0
                          • T
                            The Dealman
                            last edited by

                            You used these files? [url]http://fogproject.org/forum/attachments/fog-zip.321/[/url]

                            Fog 1.5.9 running currently on all servers

                            1 Reply Last reply Reply Quote 0
                            • S
                              smshahan
                              last edited by

                              [quote=“The Dealman, post: 14130, member: 53”]You used these files? [url]http://fogproject.org/forum/attachments/fog-zip.321/[/url][/quote]

                              Yes.

                              1 Reply Last reply Reply Quote 0
                              • T
                                The Dealman
                                last edited by

                                [quote=“smshahan, post: 14131, member: 2574”]Yes.[/quote]

                                ok i will that shot & report back the results

                                Fog 1.5.9 running currently on all servers

                                1 Reply Last reply Reply Quote 0
                                • J
                                  jbrabhamMSD
                                  last edited by

                                  I tried both manually editing the file and copying the file over from the forum and in both cases, fog starts looping when trying to deploy an image. I am running .32

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    smshahan
                                    last edited by

                                    [quote=“jbrabhamMSD, post: 24125, member: 22901”]I tried both manually editing the file and copying the file over from the forum and in both cases, fog starts looping when trying to deploy an image. I am running .32[/quote]

                                    Did you reboot the server after you replaced the fog file and gziped the init file ?

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jbrabhamMSD
                                      last edited by

                                      I just tried that. Didn’t help.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jduawa
                                        last edited by

                                        [quote=“jbrabhamMSD, post: 24130, member: 22901”]I just tried that. Didn’t help.[/quote]

                                        I could not get this to work either. I made the changes to the fog file but still do not have a progress bar with a multiple partition image. Did you ever get it figured out? I am using ver 0.32

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          chad-bisd Moderator
                                          last edited by

                                          Is this multiple partition, single disk, and is it upload or download task that is not showing, or both?


                                          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            jduawa
                                            last edited by

                                            [quote=“chad-bisd, post: 33910, member: 18”]Is this multiple partition, single disk, and is it upload or download task that is not showing, or both?[/quote]

                                            It is a windows 7 multiple partition deploy task that does not show i dont think i looked at an upload task.
                                            Thanks

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post

                                            161

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project