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

FOG Service Client not updating on existing image

Scheduled Pinned Locked Moved Solved
Bug Reports
4
20
8.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.
  • W
    Wayne Workman
    last edited by Nov 19, 2015, 6:07 PM

    @Jbob just informed me that this error you have is caused by the fog installer downloading the wrong version of the client during installation.

    He hinted that it may be due to the roll-back that happened a day/two ago. @Tom-Elliott

    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/

    T 1 Reply Last reply Nov 19, 2015, 6:11 PM Reply Quote 0
    • T
      Tom Elliott @Wayne Workman
      last edited by Nov 19, 2015, 6:11 PM

      @Wayne-Workman What roll back? I did not make a roll back to the system file which keeps track of the client version.

      While I did revert some code, I did not do a “roll back” of any files.

      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

      W P 2 Replies Last reply Nov 19, 2015, 6:16 PM Reply Quote 0
      • W
        Wayne Workman @Tom Elliott
        last edited by Nov 19, 2015, 6:16 PM

        @Tom-Elliott no idea, don’t shoot the messenger lol.

        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
        • P
          Psycholiquid Testers
          last edited by Nov 19, 2015, 6:17 PM

          /puts rope away. What lynch mob?

          1 Reply Last reply Reply Quote 1
          • W
            Wayne Workman
            last edited by Nov 19, 2015, 6:28 PM

            https://forums.fogproject.org/topic/6184/svn-4393-cloud-5445-fogservice-msi-missing-on-fresh-insall

            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
            • P
              Psycholiquid Testers @Tom Elliott
              last edited by Nov 19, 2015, 6:31 PM

              @Tom-Elliott said:

              @Wayne-Workman What roll back? I did not make a roll back to the system file which keeps track of the client version.

              While I did revert some code, I did not do a “roll back” of any files.

              Perhaps the .msi wasn’t uploaded when the commit was done. Please don’t think that I have any idea what I am talking about I am just guessing. I was always under the impression that the client files were downloaded form somewhere else and that was done in the background after the server install.

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman
                last edited by Nov 19, 2015, 6:52 PM

                wget https://github.com/FOGProject/fog-client/releases/download/0.9.7/FOGService.msi -O /var/www/html/fog/client/FOGService.msi
                chown apache:apache /var/www/html/fog/client/FOGService.msi
                chmod 644 /var/www/html/fog/client/FOGService.msi
                

                destination path and owner:group might need altered depending on distribution.

                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/

                P 1 Reply Last reply Nov 19, 2015, 8:17 PM Reply Quote 0
                • P
                  Psycholiquid Testers @Wayne Workman
                  last edited by Psycholiquid Nov 19, 2015, 2:17 PM Nov 19, 2015, 8:17 PM

                  @Wayne-Workman as a workaround that worked like a champ. All I had to do was drop the file in the folder using the command provided. So until repaired others should do this or a form of this.

                  1 Reply Last reply Reply Quote 0
                  • G
                    george1421 Moderator
                    last edited by george1421 Nov 19, 2015, 2:51 PM Nov 19, 2015, 8:49 PM

                    I guess a question that is still not clear to me is when you ran the install.sh on the current trunk, the installer “should” download the latest client. Did that step complete as expected? Or was there an error saying that needed to manually down it?

                    IF your fog server sits behind a proxy server you need to update wget (what the installer uses to get the msi) with your proxy server settings.

                    [Edit] Well if you followed Wayne’s instructions and it worked, then something in the installer or svn trunk is broken. The wget in Wayne’s instructions should have thrown an error if there was a proxy issue [/Edit]

                    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!

                    P 1 Reply Last reply Nov 19, 2015, 8:51 PM Reply Quote 0
                    • P
                      Psycholiquid Testers @george1421
                      last edited by Psycholiquid Nov 19, 2015, 2:51 PM Nov 19, 2015, 8:51 PM

                      @george1421 I didn’t get any errors when I did the upgrade but he is right after a fresh install it just isn’t there.

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Nov 22, 2015, 5:07 AM

                        Fixed in trunk in that it should be downloading the file properly and this has been confirmed on another thread.

                        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
                        • 1 / 1
                        1 / 1
                        • First post
                          19/20
                          Last post

                        176

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.4k

                        Posts
                        Copyright © 2012-2024 FOG Project