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

RC10 Broken Items on upgrade

Scheduled Pinned Locked Moved Solved
Bug Reports
6
146
97.1k
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.
  • A
    adukes40 @Tom Elliott
    last edited by Sep 16, 2016, 12:21 PM

    @Tom-Elliott Still just sit in Queued, and Snapin hash still remains blank. also running at the master site and a node site.

    0_1474028478436_upload-853963db-f42a-4a27-8ad0-91aaf8bce51c

    T 1 Reply Last reply Sep 16, 2016, 12:29 PM Reply Quote 0
    • T
      Tom Elliott @adukes40
      last edited by Sep 16, 2016, 12:29 PM

      @adukes40 are you semi familiar with git?

      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

      A 1 Reply Last reply Sep 16, 2016, 12:38 PM Reply Quote 0
      • A
        adukes40 @Tom Elliott
        last edited by adukes40 Sep 16, 2016, 6:51 AM Sep 16, 2016, 12:38 PM

        @Tom-Elliott not really, but Wayne gave me some instructions way back in the thread.

        But I will do what ever is needed.

        T 1 Reply Last reply Sep 16, 2016, 12:56 PM Reply Quote 0
        • T
          Tom Elliott @adukes40
          last edited by Sep 16, 2016, 12:56 PM

          @adukes40 Please run:

          git clone https://github.com/fogproject/fogproject.git
          cd fogproject
          git checkout working-RC-11
          cd bin
          installfog.sh -y

          I don’t want everybody doing this, just @adukes40 please.

          Please do this for all your nodes? Replication is not the issue with the load and that was corrected for with disabling auto update which should remain as it currently is. I’m trying to see if something is corrected in the working branch which is making my debugging that much harder.

          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

          A 1 Reply Last reply Sep 16, 2016, 1:34 PM Reply Quote 0
          • A
            adukes40 @Tom Elliott
            last edited by Sep 16, 2016, 1:34 PM

            @Tom-Elliott OK, all sites are updated, FOG GUI is showing

            0_1474032707824_upload-6b6b9a25-330f-4b09-b1cb-c35ec81f44f3

            Also see this, not sure if concerning or not:
            0_1474032866965_upload-47562514-4b3c-4ada-b27e-6958c076b0e7

            T 1 Reply Last reply Sep 16, 2016, 1:40 PM Reply Quote 0
            • T
              Tom Elliott @adukes40
              last edited by Sep 16, 2016, 1:40 PM

              @adukes40 the version message is fine.

              What is concerning is the tasks, but you have setup all hosts to do all snapins, or all hosts do one snapin, or one host does all 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

              A 1 Reply Last reply Sep 16, 2016, 1:42 PM Reply Quote 0
              • A
                adukes40 @Tom Elliott
                last edited by Sep 16, 2016, 1:42 PM

                @Tom-Elliott I have no tasks currently. I cant do all machine, but I can take a machine and push all snapins to it, or at least attempt to.

                T 2 Replies Last reply Sep 16, 2016, 1:45 PM Reply Quote 0
                • T
                  Tom Elliott @adukes40
                  last edited by Sep 16, 2016, 1:45 PM

                  @adukes40 to clean up bad tasks then just run mysql command like:

                  update tasks set taskStateID=5 where taskStateID < 4;
                  Truncate table snapinJobs;
                  Truncate table snapinTasks;
                  

                  Then the dashboard should look better I hope.

                  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

                  A 1 Reply Last reply Sep 16, 2016, 1:48 PM Reply Quote 0
                  • T
                    Tom Elliott @adukes40
                    last edited by Sep 16, 2016, 1:46 PM

                    @adukes40 yes one machine all snapins would be best.

                    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
                    • A
                      adukes40 @Tom Elliott
                      last edited by Sep 16, 2016, 1:48 PM

                      @Tom-Elliott mysql> update tasks set taskStateID=5 where taskStateID < 4;
                      Query OK, 0 rows affected (0.00 sec)
                      Rows matched: 0 Changed: 0 Warnings: 0

                      mysql> Truncate table snapinJobs;
                      Query OK, 0 rows affected (0.04 sec)

                      mysql> Truncate table snapinTasks;
                      Query OK, 0 rows affected (0.08 sec)

                      But still shows 476 on dashboard 😞

                      T 1 Reply Last reply Sep 16, 2016, 1:50 PM Reply Quote 0
                      • T
                        Tom Elliott @adukes40
                        last edited by Sep 16, 2016, 1:50 PM

                        @adukes40 Can you change the < 4 to =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! 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

                        A 1 Reply Last reply Sep 16, 2016, 1:52 PM Reply Quote 0
                        • A
                          adukes40 @Tom Elliott
                          last edited by Sep 16, 2016, 1:52 PM

                          @Tom-Elliott mysql> update tasks set taskStateID=5 where taskStateID=3;
                          Query OK, 0 rows affected (0.00 sec)
                          Rows matched: 0 Changed: 0 Warnings: 0

                          Still same.

                          W 1 Reply Last reply Sep 16, 2016, 2:41 PM Reply Quote 0
                          • W
                            Wayne Workman @adukes40
                            last edited by Sep 16, 2016, 2:41 PM

                            @adukes40 So back to this client updating thing - I want you to try something.

                            Remote into an affected computer. Sync the time on that computer with an NTP server - so it’s as accurate as it can be. Enable client updating on the server, and on the host, open services and restart the FOGService. See if it updates or not. If it’s a failure with the same error, go ahead and turn off client updating on the server again - and post the log from that host please so we can see if there was anything different.

                            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/

                            A 1 Reply Last reply Sep 16, 2016, 2:47 PM Reply Quote 0
                            • A
                              adukes40 @Wayne Workman
                              last edited by Sep 16, 2016, 2:47 PM

                              @Wayne-Workman My only concern with that is, I go to turn on the auto updating, and the NIC get hammered like last time. there is no getting back in to turn it off, until 6pm, when the student machines shutdown and takes the strain off the NIC and lets the GUI load. Then I would have to shut the NIC off. I wanted to leave that on to work on this Hashing issue with snapins. Later I can work on the client stuff.

                              W 1 Reply Last reply Sep 16, 2016, 3:07 PM Reply Quote 0
                              • W
                                Wayne Workman @adukes40
                                last edited by Sep 16, 2016, 3:07 PM

                                @adukes40 Ok then, we can put it off till later. But - it may be fair to say that with the latest client you may not have snapin issues.

                                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/

                                A 1 Reply Last reply Sep 16, 2016, 3:14 PM Reply Quote 0
                                • A
                                  adukes40 @Wayne Workman
                                  last edited by adukes40 Sep 16, 2016, 9:16 AM Sep 16, 2016, 3:14 PM

                                  @Wayne-Workman The Master image still has 11.2 on it, I have tried manually installing 11.5 on the machines as well. doesn’t seem to matter. just complains about the hash not existing. and of course it does not in the snapin mgmt. I have tried imaging and having it auto run, deploying it as a single snapin, or assigning all snapins to it and telling it to deploy.

                                  And the machines I’m testing with, is within a second of the server time. All machine near me all say 11:14 as does the server. OO and just noticed the file size in snapin mgmt shows 0.00, as someone in another thread mentioned.

                                  T 1 Reply Last reply Sep 16, 2016, 3:18 PM Reply Quote 0
                                  • T
                                    Tom Elliott @adukes40
                                    last edited by Sep 16, 2016, 3:18 PM

                                    @adukes40 Is snapin replication enabled and working?

                                    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

                                    A 1 Reply Last reply Sep 16, 2016, 3:32 PM Reply Quote 0
                                    • A
                                      adukes40 @Tom Elliott
                                      last edited by adukes40 Sep 16, 2016, 9:33 AM Sep 16, 2016, 3:32 PM

                                      @Tom-Elliott What is this setting:

                                      FOG_SNAPIN_LOCATION_SEND_ENABLED It is not checked on my end

                                      also the snapin replicator says

                                      [09-16-16 9:20:44 am] | I am the only member

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        adukes40
                                        last edited by Sep 16, 2016, 7:40 PM

                                        OK, in the other snapin hash thread, he checked on the hash value of the snapin on different nodes. I just tried the same. Running the sha512sum command on the snapin on the master returns a value. However, on the node the ps1 file no longer exists. I deleted this snapin all together from FOG. I re-added it. So what happened was, it removed it from the master and all nodes, but is not replicating out the newly made one. I checked on two nodes, not there. Restarted the FOGSnapinReplicator on the Master, and still do not see it on the nodes.

                                        Hope this helps some

                                        Also the individual node snapin replicator log, shows up with looks like replicated snapins, but on the node I am part of just shows a bunch of code.

                                        set ftp:sync-mode/sunsolve.sun.com on
                                        set net:max-retries 10
                                        set net:timeout 30
                                        set xfer:max-redirections 10
                                        set xfer:verify-command /usr/share/lftp/verify-file
                                        set cmd:prompt "lftp \S\? \u\@\h:\w> "
                                        set cmd:term-status/rxvt “\e[11;0]\e]2;\T\007\e[11]”
                                        set cmd:term-status/screen \e_\T\e\
                                        set cmd:term-status/xterm “\e[11;0]\e]2;\T\007\e[11]”
                                        set dns:order “inet6 inet”
                                        set file:charset ANSI_X3.4-1968
                                        set ftp:auto-sync-mode “icrosoft FTP Service|MadGoat|MikroTik”
                                        set ftp:list-options -a
                                        set ftp:sync-mode/ftp.idsoftware.com on
                                        set ftp:sync-mode/ftp.microsoft.com on
                                        set ftp:sync-mode/sunsolve.sun.com on
                                        set net:max-retries 10
                                        set net:timeout 30
                                        set xfer:max-redirections 10
                                        set xfer:verify-command /usr/share/lftp/verify-file

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Sep 16, 2016, 10:38 PM

                                          The client issues aside, we figured out the issue with snapin hashes. Poor logic.

                                          I’ve also fixed the snapins not replicating.

                                          Also fixed a location issue that went more or less unknown for a while.

                                          Also fixed the logs continuously rewriting.

                                          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
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • 8
                                          • 7 / 8
                                          7 / 8
                                          • First post
                                            133/146
                                            Last post

                                          164

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project