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

New client some snapins doesn't work, ok with legacy client

Scheduled Pinned Locked Moved Solved
Bug Reports
5
27
11.0k
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.
  • C
    Claude Girard @Wayne Workman
    last edited by Sep 23, 2015, 8:05 AM

    @Wayne-Workman said:

    I think this feature would help your issue…

    https://forums.fogproject.org/topic/5751/snapin-show-command-during-editing/1

    Give that thread some love.

    Yes it could help.
    This feature is in rev 4738
    Command seems to be correct.
    On client, I can see the file appear in tmp directory under fog install directory, and disappear after snapin execution, but no copy in my target directory

    snapin-fog-rev4738.png

    1 Reply Last reply Reply Quote 0
    • J
      Joe Schmitt Senior Developer
      last edited by Joe Schmitt Sep 28, 2015, 6:47 PM Sep 29, 2015, 12:44 AM

      I cannot replicate this issue. I’ve replicated your snapin configuration and it works fine. According to the log you posted, the issue is with a configuration on your computer, not the client (the return Code 1). Try running the command on the machine manually (using a local copy of your license.dat file).

      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.

      C 2 Replies Last reply Oct 5, 2015, 7:15 AM Reply Quote 1
      • C
        Claude Girard @Joe Schmitt
        last edited by Oct 5, 2015, 7:15 AM

        @Jbob said:

        I cannot replicate this issue. I’ve replicated your snapin configuration and it works fine. According to the log you posted, the issue is with a configuration on your computer, not the client (the return Code 1). Try running the command on the machine manually (using a local copy of your license.dat file).

        Yes manually it works.
        And remember, I said that after uninstall new client and install legacy one, it works.
        I’ll try debug utility, to see if I can find more informations.
        I don’t know if it can help, but client is installed on Win 8.1, with French parameters (but I have no accented characters in files or directory names)

        1 Reply Last reply Reply Quote 0
        • C
          Claude Girard @Joe Schmitt
          last edited by Oct 6, 2015, 9:45 AM

          @Jbob Sorry but another Fog user confirmed that no file is copied.
          After capturing processes on clients, I think I have found what is causing the issue.
          Here is the command line executed on client:

          “c:\windows\system32\cmd.exe” /C copy /Y "C:\Program Files (x86)\FOG\tmp\activ-licences-labview-mp206.txt "C:\tmp

          I think space is missing before snapin arguments

          W 1 Reply Last reply Oct 6, 2015, 4:25 PM Reply Quote 0
          • W
            Wayne Workman @Claude Girard
            last edited by Oct 6, 2015, 4:25 PM

            @Claude-Girard said:

            “c:\windows\system32\cmd.exe” /C copy /Y "C:\Program Files (x86)\FOG\tmp\activ-licences-labview-mp206.txt "C:\tmp

            I think space is missing before snapin arguments

            To me, it looks like the space is just in the wrong spot. see the trailing space before the end-quote?

            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/

            C 1 Reply Last reply Oct 6, 2015, 6:49 PM Reply Quote 0
            • C
              Claude Girard @Wayne Workman
              last edited by Oct 6, 2015, 6:49 PM

              @Wayne-Workman Yes, maybe.
              But this command line is the one generated by new fog client.
              I don’t know why this space is in bad place, but this command line, when executed in a terminal window, give an error.
              with a space before C:\tmp, no more error.

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Oct 6, 2015, 7:20 PM

                Looking at the source code I find that the spaces are set correct. Although I am not that good at C# code. Take a look yourself: https://github.com/FOGProject/fog-client/blob/dev/Modules/SnapinClient/SnapinClient.cs#L177

                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
                • J
                  Joe Schmitt Senior Developer
                  last edited by Joe Schmitt Oct 8, 2015, 7:02 PM Oct 9, 2015, 1:02 AM

                  @Claude-Girard
                  This is a bug that is fixed in my nightly builds (as seen by @Uncle-Frank 's link). For now you should be able to add a space infront of
                  “C:\tmp” in your “Snapin Arguments” field. Hopefully that should serve as a hot-fix.

                  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.

                  C 1 Reply Last reply Oct 9, 2015, 6:35 PM Reply Quote 1
                  • C
                    Claude Girard @Joe Schmitt
                    last edited by Oct 9, 2015, 6:35 PM

                    @Jbob said:

                    @Claude-Girard
                    This is a bug that is fixed in my nightly builds (as seen by @Uncle-Frank 's link). For now you should be able to add a space infront of
                    “C:\tmp” in your “Snapin Arguments” field. Hopefully that should serve as a hot-fix.

                    I have already tried to add space before argument, but it is ignored, maybe because of html interpretation ?

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Oct 31, 2015, 11:01 PM

                      I have to double check, but I’m pretty sure I added the same type of code sanitization to the run with, file, run with args fields as I do with printers. I won’t solve this until I am certain. This does not mean all bad entries from before will automatically work, but it should be fixed after updating.

                      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

                      C 1 Reply Last reply Nov 9, 2015, 11:29 AM Reply Quote 0
                      • C
                        Claude Girard @Tom Elliott
                        last edited by Nov 9, 2015, 11:29 AM

                        @Tom-Elliott said:

                        I have to double check, but I’m pretty sure I added the same type of code sanitization to the run with, file, run with args fields as I do with printers. I won’t solve this until I am certain. This does not mean all bad entries from before will automatically work, but it should be fixed after updating.

                        Hi Tom

                        I think it isn’t solved.
                        I don’t know if it’s like in:
                        https://forums.fogproject.org/topic/5931/rev-4932-snapins-parameters-with-in-command-not-correct-in-database/9

                        But in advanced pxe menu, when I write what you can see in screen captures, escape characters and accentued french characters are badly saved in database tables.

                        I think all these symptoms are linked, and caused by bad locales ? (my server is UTF8) or by escaped characters interpreted by PHP ?

                        Thanks again for your work.
                        Screen captures are from rev 5273

                        In FOG Gui:

                        Capture d’écran_2015-11-09_12-10-52.png

                        In database:

                        Capture d’écran_2015-11-09_12-09-52.png

                        1 Reply Last reply Reply Quote 0
                        • C
                          Claude Girard
                          last edited by Nov 9, 2015, 11:31 AM

                          Bad screen capture in previous post

                          In database:

                          Capture d’écran_2015-11-09_12-09-52.png

                          T 1 Reply Last reply Nov 9, 2015, 11:33 AM Reply Quote 0
                          • T
                            Tom Elliott @Claude Girard
                            last edited by Nov 9, 2015, 11:33 AM

                            @Claude-Girard what’s the advanced file actually show? Does it display with the escaped code, or as the actual characters.

                            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

                            C 1 Reply Last reply Nov 9, 2015, 11:41 AM Reply Quote 0
                            • C
                              Claude Girard @Tom Elliott
                              last edited by Nov 9, 2015, 11:41 AM

                              @Tom-Elliott said:

                              @Claude-Girard what’s the advanced file actually show? Does it display with the escaped code, or as the actual characters.

                              As you can see, && become &amp&amp in database, d’ become d&#039

                              If I modify directly in database and save it, in FOG Gui all seems ok, characters are ok.

                              But if I save PXE Menu from Gui, after that in database characters are with escaped code again

                              T 2 Replies Last reply Nov 9, 2015, 11:57 AM Reply Quote 0
                              • T
                                Tom Elliott @Claude Girard
                                last edited by Nov 9, 2015, 11:57 AM

                                @Claude-Girard I’m still confused. What does the advanced menu have to do with snapins?

                                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

                                C 1 Reply Last reply Nov 9, 2015, 12:35 PM Reply Quote 0
                                • T
                                  Tom Elliott @Claude Girard
                                  last edited by Nov 9, 2015, 12:04 PM

                                  @Claude-Girard Beyond that, what does the advanced menu show when you go to it in browser?

                                  http://ip.of.fog.srv/fog/service/ipxe/advanced.php

                                  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

                                  C 1 Reply Last reply Nov 9, 2015, 12:39 PM Reply Quote 0
                                  • C
                                    Claude Girard @Tom Elliott
                                    last edited by Nov 9, 2015, 12:35 PM

                                    @Tom-Elliott said:

                                    @Claude-Girard I’m still confused. What does the advanced menu have to do with snapins?

                                    Nothing to do with snapins, but I understood when you reopened issue, that it was a similar problem than :
                                    https://forums.fogproject.org/topic/5931/rev-4932-snapins-parameters-with-in-command-not-correct-in-database/9

                                    Maybe I am wrong but isn’t it the same problem when you say:
                                    “I’m pretty sure I added the same type of code sanitization to the run with, file, run with args fields as I do with printers.”

                                    T 1 Reply Last reply Nov 9, 2015, 12:36 PM Reply Quote 0
                                    • T
                                      Tom Elliott @Claude Girard
                                      last edited by Nov 9, 2015, 12:36 PM

                                      @Claude-Girard I found and believe I have fixed the issue (for all items fingers crossed).

                                      I just pushed it to the wild too.

                                      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

                                      C 1 Reply Last reply Nov 9, 2015, 12:40 PM Reply Quote 0
                                      • C
                                        Claude Girard @Tom Elliott
                                        last edited by Nov 9, 2015, 12:39 PM

                                        @Tom-Elliott said:

                                        @Claude-Girard Beyond that, what does the advanced menu show when you go to it in browser?

                                        http://ip.of.fog.srv/fog/service/ipxe/advanced.php

                                        It shows escaped codes

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          Claude Girard @Tom Elliott
                                          last edited by Nov 9, 2015, 12:40 PM

                                          @Tom-Elliott said:

                                          @Claude-Girard I found and believe I have fixed the issue (for all items fingers crossed).

                                          I just pushed it to the wild too.

                                          Thank you and sorry for confusing you, maybe my english is too bad 🙂

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

                                          209

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project