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

    Snapins blocked and remain in "Checked in"

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    22
    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.
    • S
      Seydoo
      last edited by

      For the multipe pending MAC, no more since midday (I approve this host and then delete it)

      here is a new fog.log, I reinstall fog with --recreate-keys and put all my hosts in a group to reset encryption data, then start fog Service on my computer

      26/04/2017 17:24 Main Overriding exception handling
       26/04/2017 17:24 Main Bootstrapping Zazzles
       26/04/2017 17:24 Controller Initialize
       26/04/2017 17:24 Zazzles Creating main thread
       26/04/2017 17:24 Zazzles Service construction complete
       26/04/2017 17:24 Controller Start
      
       26/04/2017 17:24 Service Starting service
       26/04/2017 17:24 Bus Became bus server
       26/04/2017 17:24 Bus {
        "self": true,
        "channel": "Status",
        "data": "{\r\n  \"action\": \"load\"\r\n}"
      }
       26/04/2017 17:24 Bus Emmiting message on channel: Status
       26/04/2017 17:24 Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       26/04/2017 17:24 Client-Info Version: 0.11.11
       26/04/2017 17:24 Client-Info OS:      Windows
       26/04/2017 17:24 Middleware::Authentication Waiting for authentication timeout to pass
       26/04/2017 17:24 Middleware::Communication Download: http://172.27.1.1/fog/management/other/ssl/srvpublic.crt
       26/04/2017 17:24 Data::RSA FOG Server CA cert found
       26/04/2017 17:24 Middleware::Authentication Cert OK
       26/04/2017 17:24 Middleware::Communication POST URL: http://172.27.1.1/fog/management/index.php?sub=requestClientInfo&authorize&newService
       26/04/2017 17:24 Middleware::Response Private key not found
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       26/04/2017 17:24 Client-Info Version: 0.11.11
       26/04/2017 17:24 Client-Info OS:      Windows
       26/04/2017 17:24 Middleware::Authentication Waiting for authentication timeout to pass
      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott @Seydoo
        last edited by

        @Seydoo Okay can you run:

        sudo chmod -R 755 /opt/fog/snapins
        sudo chown -R fog:root /opt/fog/snapins
        

        Then look on the logs?

        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
          Seydoo
          last edited by

          nothing change 😞

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

            @Seydoo Can you get output of:

            ls -lharRt /opt/fog/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

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

              @Tom-Elliott said in Snapins blocked and remain in "Checked in":

              ls -lharRt /opt/fog/snapin

              /opt/fog/snapins:
              total 12K
              drwxr-xr-x 3 fog root 4,0K 25 avril 17:53 .
              drwxr-xr-x 3 fog root 4,0K 25 avril 17:53 ssl
              drwxr-xr-x 5 fog root 4,0K 26 avril 17:42 ..
              
              /opt/fog/snapins/ssl:
              total 20K
              drwxr-xr-x 3 fog root 4,0K 25 avril 17:53 ..
              drwxr-xr-x 2 fog root 4,0K 25 avril 17:53 CA
              drwxr-xr-x 3 fog root 4,0K 25 avril 17:53 .
              -rwxr-xr-x 1 fog root 3,2K 26 avril 17:22 .srvprivate.key
              -rwxr-xr-x 1 fog root 1,6K 26 avril 17:22 fog.csr
              
              /opt/fog/snapins/ssl/CA:
              total 20K
              -rwxr-xr-x 1 fog root 1,8K 23 sept.  2016 .fogCA.pem
              -rwxr-xr-x 1 fog root 3,2K 23 sept.  2016 .fogCA.key
              drwxr-xr-x 2 fog root 4,0K 25 avril 17:53 .
              drwxr-xr-x 3 fog root 4,0K 25 avril 17:53 ..
              -rwxr-xr-x 1 fog root   17 26 avril 17:22 .srl
              

              .srvprivate.key and fog.scr change with --recreate-keys ? because the date is not the same (today instead of 09/2016)

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

                @Seydoo What’s defined for the SSL path in the storage node?

                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

                S 1 Reply Last reply Reply Quote 0
                • S
                  Seydoo @Tom Elliott
                  last edited by Seydoo

                  @Tom-Elliott
                  …
                  O.M.G !!!
                  In french I’ll say “I’m a milstone”
                  I completely forgot check this value (which I changed when configure my storage node)
                  I’m so sorry for the lost time…
                  Of course the path wasn’t correct, i change it with /opt/fog/snapins/ssl

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

                    @Seydoo so updating the SSL path in the storage node made things work?

                    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
                      Seydoo
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • S
                        Seydoo
                        last edited by Seydoo

                        Yes hostname is correct 🙂
                        I just have to test my snapin deployment

                        Ok so I have the same problem than my old server, some snapins failed to deploy due to “hash does not match”
                        This is a known issue for me, some snapins, I don’t know why simply doesn’t download correctly (my .exe is 1KB instead of 75203KB in server)

                        It seems something wrong in the settings, 3 snapins download at 1KB

                        BTW thanks Joe and Tom for you help, I’ll try to find out why my snapins doesn’t download correctly (all are 1ko in C:\Program Files (x86)\FOG\tmp with hash does not match in fog.log)

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

                        154

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project