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

    FOG 1.3.3 Kernel Update - Unable to contact server

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    15
    4.7k
    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.
    • LenainL
      Lenain
      last edited by

      Server
      • FOG Version: 1.3.3
      • OS: Ubuntu 14.04.1LTS
      Client
      • Service Version: 1.3.3
      • OS: Windows 7PRO 64bits
      Description

      My fog server is behind a proxy and it seams to prevent fog to communicate, how can I inquire it address?
      Thanks

      LenainL 1 Reply Last reply Reply Quote 0
      • LenainL
        Lenain @Lenain
        last edited by Lenain

        @Lenain
        With help I have find a solution:
        Put proxy settings in fog configuration page
        Edit fogconfigurationpage.class.php, change ’https://fogproject.org/kernels/kernelupdate.php?version=%s’ to ’https://fogproject.org/kernels/kernelupdate.php?version=’.

        george1421G 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator
          last edited by

          If your FOG server is behind a proxy server then you may need to do two things.

          1. In the fog configuration there is a proxy setting you need to complete.
          2. In the linux command line you need to export the following in bashrc or where ever your profiles are stored in ubuntu.
          http_proxy=http://<proxy_server_IP>:<port>
          https_proxy=http://<proxy_server_IP>:<port>
          no_proxy=<fog_server_ip>
          

          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!

          Wayne WorkmanW LenainL 2 Replies Last reply Reply Quote 1
          • Wayne WorkmanW
            Wayne Workman @george1421
            last edited by

            @george1421 said in FOG 1.3.3 Kernel Update - Unable to contact server:

            If your FOG server is behind a proxy server then you may need to do two things.

            1. In the fog configuration there is a proxy setting you need to complete.
            2. In the linux command line you need to export the following in bashrc or where ever your profiles are stored in ubuntu.
            http_proxy=http://<proxy_server_IP>:<port>
            https_proxy=http://<proxy_server_IP>:<port>
            no_proxy=<fog_server_ip>
            

            #wiki worthy

            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/

            1 Reply Last reply Reply Quote 0
            • LenainL
              Lenain
              last edited by

              In fog proxy settings I did it, i’ll try in bashrc. Thanks

              1 Reply Last reply Reply Quote 0
              • LenainL
                Lenain @george1421
                last edited by

                @george1421
                I still have a problem of communication:
                Unable to contact server

                george1421G 1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @Lenain
                  last edited by george1421

                  @Lenain When you are in the gui, there are proxy settings under the fog configurations

                  FOG Configuration->FOG Settings->Proxy Settings->FOG_PROXY_IP

                  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!

                  LenainL 1 Reply Last reply Reply Quote 0
                  • LenainL
                    Lenain @george1421
                    last edited by

                    @george1421
                    Thanks but as I said I’v already do it in FOG_PROXY_IP as in bashrc:
                    ProxySettings

                    george1421G 1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @Lenain
                      last edited by

                      @Lenain Well that’s a bit strange.

                      When you go to log into FOG does it display this? Does it populate the estimated FOG sites?

                      0_1485872454789_fog_login.png

                      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!

                      LenainL 1 Reply Last reply Reply Quote 0
                      • LenainL
                        Lenain @george1421
                        last edited by

                        @george1421
                        Yes it work fine.

                        george1421G 1 Reply Last reply Reply Quote 0
                        • george1421G
                          george1421 Moderator @Lenain
                          last edited by george1421

                          @Lenain OK that tells me that the proxy settings are working for the http protocol. I would also guess if you go to the FOG Configuration page that you get something that looks like this (fyi: I’m running the same version on my production server as you):

                          {image removed not needed}

                          OK, duh when I go to the same page as you (to update the kernel) I gets the same warning message Unable to contact server Must be a bug in the code.

                          Will you update your FOG server to the latest version first (1.3.4) please. Then if its still broken we can go to the devs with this discovered issue.

                          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!

                          LenainL 2 Replies Last reply Reply Quote 0
                          • LenainL
                            Lenain @george1421
                            last edited by

                            @george1421
                            Fine, I will try to update as soon as possible. Thanks for your help.

                            1 Reply Last reply Reply Quote 0
                            • LenainL
                              Lenain @george1421
                              last edited by

                              @george1421
                              Hello,
                              I’ve tried an upgrade to 1.3.4, nothing change and worst delayed tasks don’t work anymore… I have rollback with a snapshot.

                              LenainL 1 Reply Last reply Reply Quote 0
                              • LenainL
                                Lenain @Lenain
                                last edited by

                                @Lenain
                                Here the issue:
                                KernelUpdateFail
                                And sometime I got a message error from my proxy:
                                KernelUpdateFailProxy
                                Translate: “You got this page because your web browser is not configured with the proxy setting…”

                                Do I have to add proxy settings somewhere else?
                                Thanks

                                1 Reply Last reply Reply Quote 0
                                • LenainL
                                  Lenain @Lenain
                                  last edited by Lenain

                                  @Lenain
                                  With help I have find a solution:
                                  Put proxy settings in fog configuration page
                                  Edit fogconfigurationpage.class.php, change ’https://fogproject.org/kernels/kernelupdate.php?version=%s’ to ’https://fogproject.org/kernels/kernelupdate.php?version=’.

                                  george1421G 1 Reply Last reply Reply Quote 0
                                  • george1421G
                                    george1421 Moderator @Lenain
                                    last edited by

                                    @Lenain I can’t understand how/why this is a fix. I’m going to update my prod instance fro 1.3.4 and see if I can duplicate it. I’m currently on 1.3.3.

                                    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!

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

                                    204

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project