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

    Win7x64 : Golden Image : partitions problems ... again

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    4
    56
    9.2k
    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.
    • Jonathan CoolJ
      Jonathan Cool
      last edited by

      Hi,
      I’m back … i typed the same commands on client during a DL Debug Task … : same results : (with SSH)

      [Fri Sep 28 root@fogclient ~]# fog
       * Running post init scripts.........................Done
       * Press [Enter] key to continue
      ^C
      [Fri Sep 28 root@fogclient ~]# grep Vv /usr/share/fog/lib/funcs.sh 
                  if [[ $label =~ [Rr][Ee][Cc][Oo][Vv][Ee][Rr][Yy] ]]; then
                  if [[ $label =~ [Rr][Éé][Ss][Ee][Rr][Vv][Éé] || $label =~ [Rr][Éé][Ss][Éé][Rr][Vv][Éé] ]]; then
      [Fri Sep 28 root@fogclient ~]# grep Vv /bin/fog.upload 
                                  *[Rr][Ee][Cc][Oo][Vv][Ee][Rr][Yy]*|*[Rr][Éé][Ss][Ee][Rr][Vv][Éé]*)
      [Fri Sep 28 root@fogclient ~]# blkid -po udev /dev/sda1 | grep LABEL
      ID_FS_LABEL=Réservé_au_système
      ID_FS_LABEL_ENC=Réservé\x20au\x20système
      [Fri Sep 28 root@fogclient ~]# 
      

      The patch seem to be applied as you can see … " if [[ $label =~ [Rr][Éé][Ss][Ee][Rr][Vv][Éé]"

      @Quazz Sorry, i’m not sure if i understood the question about this file … i take a screenshot of the folder of my Golden Img :
      https://drive.google.com/file/d/1iN8YbEsgOsCSu622R9qG4JzRE9xjXo1B/view?usp=sharinga
      But, yes, i recapture the image before lastest sed 🙂

      My stuff :
      Server :
      FOG Version : Running Version 1.5.9
      OS : Debian GNU/Linux 10
      FOG Client Version : 0.12
      Specifications :
      > All images are on a Synology NAS storage : mounted with NAS_ip:/images
      > French user :)
      > “If everything would work the first time, what would you have learned?”
      Challenges make knowledge growth … by George1421 ;)

      Q 1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator @Jonathan Cool
        last edited by

        @Jonathan-Cool Can you share the contents of d1.fixed_size_partitions d1.partitions and d1.minimum.partitions

        1 Reply Last reply Reply Quote 0
        • Jonathan CoolJ
          Jonathan Cool
          last edited by

          Yes i can !

          d1.fixed_size_partitions :

          :2
          

          d1.partitions :

          label: dos
          label-id: 0xc91a5cff
          device: /dev/sda
          unit: sectors
          
          /dev/sda1 : start=        2048, size=      204800, type=7, bootable
          /dev/sda2 : start=      206848, size=   335335424, type=7
          

          d1.minimum.partitions :

          label: dos
          label-id: 0xc91a5cff
          device: /dev/sda
          unit: sectors
          
          /dev/sda1 : start=        2048, size=       52316, type=7, bootable
          /dev/sda2 : start=      206848, size=   335335424, type=7
          

          What do you think about that ?

          My stuff :
          Server :
          FOG Version : Running Version 1.5.9
          OS : Debian GNU/Linux 10
          FOG Client Version : 0.12
          Specifications :
          > All images are on a Synology NAS storage : mounted with NAS_ip:/images
          > French user :)
          > “If everything would work the first time, what would you have learned?”
          Challenges make knowledge growth … by George1421 ;)

          Q 1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @Jonathan Cool
            last edited by

            @Jonathan-Cool It’s very strange. The regex should definitely match now, yet it marks the wrong partition as fixed_size for some reason.

            I’ve looked over the code and can’t immediatly find anything desperately wrong or incorrect for the time being.

            The strange thing, imo, is that it marks the second partition as fixed, whereas we’d expect it to mark none as fixed if it were to fail (unless I’m missing something in the code, but don’t think so)

            1 Reply Last reply Reply Quote 0
            • Jonathan CoolJ
              Jonathan Cool
              last edited by

              Maybe i choose wrong parameters when i created my VM with Virtual BOX the first time ? (details on the first topic) ?

              My stuff :
              Server :
              FOG Version : Running Version 1.5.9
              OS : Debian GNU/Linux 10
              FOG Client Version : 0.12
              Specifications :
              > All images are on a Synology NAS storage : mounted with NAS_ip:/images
              > French user :)
              > “If everything would work the first time, what would you have learned?”
              Challenges make knowledge growth … by George1421 ;)

              Q 1 Reply Last reply Reply Quote 0
              • Q
                Quazz Moderator @Jonathan Cool
                last edited by Quazz

                @Jonathan-Cool Did you switch to a fixed size as I suggested in the previous thread?

                Though, I don’t see how that would cause this exact problem, to be honest.

                It’s very weird that you get :2 in fixed_size_partitions as I get an empty file on my W7 French installs instead. Did you assign a label to the 😄 drive per chance?

                It seems like our efforts haven’t quite made the difference I hoped yet. The regex matches in my bash tests, but doesn’t seem to match in FOS in a real world scenario. I’m rather baffled as to why that is, though.

                1 Reply Last reply Reply Quote 0
                • Jonathan CoolJ
                  Jonathan Cool
                  last edited by

                  @Quazz said in Win7x64 : Golden Image : partitions problems ... again:
                  Did you assign a label to the 😄 drive per chance?

                  Yes, my 😄 drive is named “System” into my Golden Image … https://drive.google.com/file/d/0B48PuYLEHxQLUEU5clJOZC1Vb3c/view

                  Maybe this name is confusing FOG ?

                  My stuff :
                  Server :
                  FOG Version : Running Version 1.5.9
                  OS : Debian GNU/Linux 10
                  FOG Client Version : 0.12
                  Specifications :
                  > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                  > French user :)
                  > “If everything would work the first time, what would you have learned?”
                  Challenges make knowledge growth … by George1421 ;)

                  Q 1 Reply Last reply Reply Quote 0
                  • Q
                    Quazz Moderator @Jonathan Cool
                    last edited by

                    @Jonathan-Cool Ideally it shouldn’t cause any problems, but because the label system seems to be having some issues, it might be a good idea to remove it before capture at least.

                    That should leave you with an empty fixed_size_partitions file I think…

                    Still doesn’t answer why the system reserved isn’t matching, it doesn’t really make any sense to me off the top of my head.

                    1 Reply Last reply Reply Quote 0
                    • Jonathan CoolJ
                      Jonathan Cool
                      last edited by

                      I will try to remove this label on the C drive and recapture the image … and try a new download on the optiplex 7050.

                      I will be back !

                      My stuff :
                      Server :
                      FOG Version : Running Version 1.5.9
                      OS : Debian GNU/Linux 10
                      FOG Client Version : 0.12
                      Specifications :
                      > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                      > French user :)
                      > “If everything would work the first time, what would you have learned?”
                      Challenges make knowledge growth … by George1421 ;)

                      Q 1 Reply Last reply Reply Quote 0
                      • Q
                        Quazz Moderator @Jonathan Cool
                        last edited by Quazz

                        @Jonathan-Cool My “fuck this shit” solution atm is the following if you’d like to try it

                        Note that this is experimental and can cause issues on systems with odd labels so use at own risk… but

                        sed -i -e "s#\\[Rr\\]\\[Ee\\]\\[Ss\\]\\[Ee\\]\\[Rr\\]\\[Vv\\]\\[Ee\\]\\[Dd\\]#[Rr]*[Ss][Ee][Rr][Vv]#gi" /bin/fog.upload
                        sed -i -e "s#\\[Rr\\]\\[Ee\\]\\[Ss\\]\\[Ee\\]\\[Rr\\]\\[Vv\\]\\[Ee\\]\\[Dd\\]#[Rr]*[Ss][Ee][Rr][Vv]*#gi" /usr/share/fog/lib/funcs.sh
                        

                        This seems to allow the regex to match at least, of course it’s far less precise now. Still don’t know why it hates é so much, but that seems to be the issue unfortunately.

                        Should also work on English and Dutch systems I think.

                        Jonathan CoolJ 1 Reply Last reply Reply Quote 1
                        • Q
                          Quazz Moderator
                          last edited by Quazz

                          So after some testing, I think the main problem was the case pattern matching not being able to match for some reason in FOS. (works fine on my server, however)

                          I’ve updated my commit to change it to the if pattern matching instead (which I already tested actually works in FOS).

                          Don’t know when/if it gets merged, but that should resolve issues for French Windows installs at least.

                          Pull request here: https://github.com/FOGProject/fos/pull/13

                          1 Reply Last reply Reply Quote 0
                          • Jonathan CoolJ
                            Jonathan Cool
                            last edited by

                            @Quazz
                            Hi.
                            I can try to remove my C label partition and see the result or it’s not necessary anymore ?
                            Same question for the last “sed” you proposed …

                            Maybe my best option is waiting the fix in a next release … ?

                            My stuff :
                            Server :
                            FOG Version : Running Version 1.5.9
                            OS : Debian GNU/Linux 10
                            FOG Client Version : 0.12
                            Specifications :
                            > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                            > French user :)
                            > “If everything would work the first time, what would you have learned?”
                            Challenges make knowledge growth … by George1421 ;)

                            Q 1 Reply Last reply Reply Quote 0
                            • Q
                              Quazz Moderator @Jonathan Cool
                              last edited by Quazz

                              @Jonathan-Cool I’d recommend trying both and seeing if it resolves your problem.

                              I don’t know when/if the PR will get accepted, could be a while.

                              updated the sed because the escapes got removed again.

                              1 Reply Last reply Reply Quote 0
                              • S
                                Sebastian Roth Moderator
                                last edited by

                                @Quazz Thanks heaps for testing and your pull request. Really weird that it was that hard to figure out for the French accents… Looks pretty good to me although I can’t test it.

                                @Jonathan-Cool I will see if I can manage to build and upload fresh init files in the next couple of days. This way you wouldn’t need to use the sed stuff.

                                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

                                Q 1 Reply Last reply Reply Quote 1
                                • Jonathan CoolJ
                                  Jonathan Cool @Quazz
                                  last edited by

                                  @Quazz said in Win7x64 : Golden Image : partitions problems ... again:

                                  @Jonathan-Cool My “fuck this shit” solution atm is the following if you’d like to try it

                                  Note that this is experimental and can cause issues on systems with odd labels so use at own risk… but

                                  sed -i -e "s#\\[Rr\\]\\[Ee\\]\\[Ss\\]\\[Ee\\]\\[Rr\\]\\[Vv\\]\\[Ee\\]\\[Dd\\]#[Rr]*[Ss][Ee][Rr][Vv]#gi" /bin/fog.upload
                                  sed -i -e "s#\\[Rr\\]\\[Ee\\]\\[Ss\\]\\[Ee\\]\\[Rr\\]\\[Vv\\]\\[Ee\\]\\[Dd\\]#[Rr]*[Ss][Ee][Rr][Vv]*#gi" /usr/share/fog/lib/funcs.sh
                                  

                                  In the second line, we can see a “*”, is-it a mistake or not ? (line concerning funcs.sh)

                                  After your answer, i will try :

                                  • to update my fog.postint
                                  • remove my C label

                                  My stuff :
                                  Server :
                                  FOG Version : Running Version 1.5.9
                                  OS : Debian GNU/Linux 10
                                  FOG Client Version : 0.12
                                  Specifications :
                                  > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                                  > French user :)
                                  > “If everything would work the first time, what would you have learned?”
                                  Challenges make knowledge growth … by George1421 ;)

                                  Q 1 Reply Last reply Reply Quote 0
                                  • Q
                                    Quazz Moderator @Jonathan Cool
                                    last edited by Quazz

                                    @Jonathan-Cool It’s not a mistake, although you could write the line differently since that’s an if regex pattern match, which does work.

                                    * means any character in pattern matching, which includes é of course 😉

                                    It worked for my images anyway, so hopefully you can reproduce those results.

                                    1 Reply Last reply Reply Quote 0
                                    • Q
                                      Quazz Moderator @Sebastian Roth
                                      last edited by

                                      @Sebastian-Roth Thanks, I probably should have looked into it earlier, but don’t always have the time for such things.

                                      What are your thoughts on https://forums.fogproject.org/topic/12428/win7x64-golden-image-partitions-problems-again/29 as an alternative system, by the way?

                                      Potentially we could combine multiple systems to increase accuracy and reliability, too.

                                      1 Reply Last reply Reply Quote 0
                                      • Jonathan CoolJ
                                        Jonathan Cool
                                        last edited by Jonathan Cool

                                        Today, i’m the very happy french of the world … 'cause it’s WORKS !
                                        I tried on o7010, o5050 and o7050 and it’s works !
                                        Wahouuuuuuuuuuuuuuuu
                                        I just want to say many thanks to you both and i think, it’s not enough … !

                                        Long live to FOG Project 😉

                                        fog.postinit :

                                        sed -i -e "s#\[Rr\]\[Ee\]\[Ss\]\[Ee\]\[Rr\]\[Vv\]\[Ee\]\[Dd\]#[Rr]*[Ss][Ee][Rr][Vv]#gi" /bin/fog.upload
                                        sed -i -e "s#\[Rr\]\[Ee\]\[Ss\]\[Ee\]\[Rr\]\[Vv\]\[Ee\]\[Dd\]#[Rr]*[Ss][Ee][Rr][Vv]*#gi" /usr/share/fog/lib/funcs.sh
                                        

                                        Label on C drive removed on the Golden image.

                                        Happy Face 😄

                                        Solved !!

                                        My stuff :
                                        Server :
                                        FOG Version : Running Version 1.5.9
                                        OS : Debian GNU/Linux 10
                                        FOG Client Version : 0.12
                                        Specifications :
                                        > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                                        > French user :)
                                        > “If everything would work the first time, what would you have learned?”
                                        Challenges make knowledge growth … by George1421 ;)

                                        Q 1 Reply Last reply Reply Quote 0
                                        • Q
                                          Quazz Moderator @Jonathan Cool
                                          last edited by

                                          @Jonathan-Cool Glad to hear it’s working 🙂 Hopefully this will be fixed in the inits soon enough too.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sebastian Roth Moderator
                                            last edited by

                                            @Quazz Thanks again for your work on this! I’ll add this soon but have one more question about it, see on github.

                                            What are your thoughts on https://forums.fogproject.org/topic/12428/win7x64-golden-image-partitions-problems-again/29 as an alternative system, by the way?

                                            Good you reminded me on this! I moved the issue from repo fogproject to fos#18 where it belongs now that we have those things separated a while ago. Please let’s try to collect information and ideas there.

                                            @Jonathan-Cool Nice you got it working! We’ll add Quazz pull request anyway for the time being. Should be in there in the next couple of days. I’ll mark this solved now.

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

                                            241

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project