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

Multicast - Could not compete tasking

Scheduled Pinned Locked Moved Solved
FOG Problems
4
16
3.2k
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
    cyrmoon
    last edited by Apr 26, 2016, 9:38 PM

    After update of my 1.2.0 version to trunk 7302, i did :

    • sudo fog passwd
    • same password in storage management and tftp server
    • change /opt/fog/.fogsettings with my password
    • no message errors and multicast deploy works.

    Except i have a message at the very end of multicast.
    No Active task found
    0_1461706616931_bug.jpg

    in fact , the task is not registred in database. any clues?

    W 1 Reply Last reply Apr 26, 2016, 11:37 PM Reply Quote 0
    • W
      Wayne Workman @cyrmoon
      last edited by Wayne Workman Apr 26, 2016, 5:38 PM Apr 26, 2016, 11:37 PM

      @cyrmoon I’d like for you to do some troubleshooting - And I’m hoping it’s ok that we delete all previous task information.

      Go into mysql like this:
      mysql

      then type: use fog

      Then, to clear the tasks table, and multicast tables, issue these queries:
      truncate table tasks;
      truncate table multicastSessions;
      truncate table multicastSessionsAssoc;

      Then, create a single multicast task. Then after this task is created, imediately issue these commands and copy the output and post here:

      SELECT * FROM tasks;
      SELECT * FROM multicastSessions;
      SELECT * FROM multicastSessionsAssoc;

      Then, let the multicast finish and get to the error you were seeing. Then please issue the same commands again and record their output and post here.

      SELECT * FROM tasks;
      SELECT * FROM multicastSessions;
      SELECT * FROM multicastSessionsAssoc;

      also, please post the logs from the Web Interface -> FOG Configuration -> Log Viewer -> Multicast area for the relevant time span that you have done the above procedure. I want to know every little scrap of information available while your doing the multicast.

      Then we can go from there.

      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 Apr 27, 2016, 8:46 PM Reply Quote 0
      • C
        cyrmoon @Wayne Workman
        last edited by Apr 27, 2016, 8:46 PM

        @Wayne-Workman !
        Before multicast
        0_1461789766249_tasks.jpg
        0_1461789788735_multicastsessions.jpg
        0_1461789805121_multicastsessionsAssoc.jpg

        After multicast
        0_1461789870790_task.jpg
        0_1461789882341_multicastSessions.jpg
        0_1461789889914_multicastSessionsAssoc.jpg

        log viewer
        0_1461789909011_fog viewver.jpg

        W 1 Reply Last reply Apr 27, 2016, 10:30 PM Reply Quote 0
        • W
          Wayne Workman @cyrmoon
          last edited by Apr 27, 2016, 10:30 PM

          @cyrmoon So looking at the data from the DB, the task is created fine. And the hosts update their progress fine, as you see they went from 1% complete to 99.66% and 100%.

          They both start out with their task states as 1, which is Queued and end with task state of 5, which is Cancelled

          Did you cancel the tasks?

          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 Apr 28, 2016, 6:39 PM Reply Quote 0
          • C
            cyrmoon @Wayne Workman
            last edited by Apr 28, 2016, 6:39 PM

            @Wayne-Workman no i let job finish. the two pcs are deployed with success.
            but the task disappeared at the end and doesn’t enter in the database. result no log imaging.

            W T 2 Replies Last reply Apr 28, 2016, 6:40 PM Reply Quote 0
            • W
              Wayne Workman @cyrmoon
              last edited by Apr 28, 2016, 6:40 PM

              @cyrmoon I was talking ot @Tom-Elliott the other day and he said he is aware that multicast tasks are finishing as “Canceled”, but he’s not sure why. Moving this to bug reports.

              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 Apr 29, 2016, 5:23 PM Reply Quote 0
              • T
                Tom Elliott @Wayne Workman
                last edited by Apr 29, 2016, 5:23 PM

                @Wayne-Workman what does ftp errors have to do with multicast?

                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 1 Reply Last reply Apr 29, 2016, 5:24 PM Reply Quote 0
                • W
                  Wayne Workman @Tom Elliott
                  last edited by Apr 29, 2016, 5:24 PM

                  @Tom-Elliott after the ftp issue was fixed, @cyrmoon had an issue at the end of multicast. That’s how we got on this topic.

                  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 Apr 29, 2016, 5:26 PM Reply Quote 0
                  • T
                    Tom Elliott @Wayne Workman
                    last edited by Apr 29, 2016, 5:26 PM

                    @Wayne-Workman then how about we move the multicast stuff to its own thread and solve this one? It will help minimize confusion. The way I read this currently the problem the thread was working with is broken.

                    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 1 Reply Last reply Apr 29, 2016, 5:42 PM Reply Quote 0
                    • W
                      Wayne Workman @Tom Elliott
                      last edited by Wayne Workman Apr 29, 2016, 11:43 AM Apr 29, 2016, 5:42 PM

                      @Tom-Elliott forked. @cyrmoon we are in this thread now.

                      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 1
                      • T
                        Tom Elliott
                        last edited by May 2, 2016, 7:48 PM

                        Sorry about sounding rude, that was not my intention at all. Yes, it should be it’s own thread as it is completely it’s own issue. I am working on fixing this though.

                        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
                        • T
                          Tom Elliott @cyrmoon
                          last edited by May 6, 2016, 11:08 AM

                          @cyrmoon So the task finishes now and removes it from the DB and the hosts reboot properly, just they’re showing up as cancelled now, correct?

                          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
                          • T
                            Tom Elliott
                            last edited by May 8, 2016, 9:51 PM

                            Added code that should properly complete a tasking. Please let me know if all is better now.

                            Thanks,

                            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
                            • T
                              Tom Elliott
                              last edited by May 11, 2016, 12:35 PM

                              Anything?

                              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
                                Sebastian Roth Moderator
                                last edited by May 14, 2016, 9:44 AM

                                Calling out for @cyrmoon again! Any news on this? As well moving this to the problem section as I am pretty sure this is not a bug…

                                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
                                • W
                                  Wayne Workman
                                  last edited by Wayne Workman May 14, 2016, 10:11 AM May 14, 2016, 4:05 PM

                                  @Developers @Moderators
                                  I messaged him in chat and ping’d him here in the thread.

                                  I’m thinking that forking threads isn’t good because people may bookmark the original thread they posted in. He might have came back to the original thread via a bookmark and seen that all his new posts were just gone…

                                  I think that locking threads is a better option once the issue is solved, or we have looser customs about people addressing their next issue in their original thread. With the forums searching functionality, it may not be such a bad idea to just let folks keep going in the original thread. Also, another option is after forking, leave a link behind for them to find where the fork went to. Maybe that should be a feature in nodeBB? Auto-link to the fork, and maybe even send an email to the individual who’s posts were forked? Maybe even auto-message them too with the link and a short message of what happened.

                                  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 1
                                  • 1 / 1
                                  1 / 1
                                  • First post
                                    8/16
                                    Last post

                                  120

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.4k

                                  Posts
                                  Copyright © 2012-2024 FOG Project