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

FOG 1.3.0 RC23 Multicast not working - StorageNode

Scheduled Pinned Locked Moved
General
5
55
15.5k
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.
  • D
    Duncan @Duncan
    last edited by Nov 17, 2016, 2:52 PM

    @Duncan said in FOG 1.3.0 RC23 Multicast not working - StorageNode:

    @Tom-Elliott

    Need to test, will let you know - cheers

    [11-17-16 2:46:28 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:46:18 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:46:08 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:58 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:48 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:38 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:28 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:18 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:45:08 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:44:58 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:44:48 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:44:38 pm] | Task (1) Multi-Cast Task is already running with pid: 6042.
    [11-17-16 2:44:28 pm] | Task (1) Multi-Cast Task has started!
    [11-17-16 2:44:28 pm] | Command: cat /images/storage/Windows764bitDomain/d1p1.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 2 --max-wait 600 --mcast-data-address 10.1.9.217 --portbase 62054 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/storage/Windows764bitDomain/d1p2.img | /usr/local/sbin/udp-sender --interface eth0 --min-receivers 2 --max-wait 10 --mcast-data-address 10.1.9.217 --portbase 62054 --full-duplex --ttl 32 --nokbd --nopointopoint;
    [11-17-16 2:44:28 pm] | Task (1) Multi-Cast Task sending on base port: 62054.
    [11-17-16 2:44:28 pm] | Task (1) Multi-Cast Task 2 clients found.
    [11-17-16 2:44:28 pm] | Task (1) /images/storage/Windows764bitDomain image file found.
    [11-17-16 2:44:28 pm] | Task (1) Multi-Cast Task has been cleaned.
    [11-17-16 2:44:28 pm] | Task (1) Multi-Cast Task is new
    

    Stuck at Partclone screen now 😞

    J 1 Reply Last reply Nov 17, 2016, 2:52 PM Reply Quote 0
    • J
      jhuebner @Duncan
      last edited by Nov 17, 2016, 2:52 PM

      @Duncan Then you need to do the truncate stuff in the database mentioned somewhere else

      D 2 Replies Last reply Nov 17, 2016, 2:56 PM Reply Quote 0
      • D
        Duncan @jhuebner
        last edited by Nov 17, 2016, 2:56 PM

        @jhuebner

        just doing it now, cheers

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Nov 17, 2016, 3:05 PM

          Anybody familiar with code, and/or feel like testing:

          Please take a look here:

          https://github.com/FOGProject/fogproject/commit/5ead9f7a9dfd822aae06bb99de41769b87988ddb

          Criticize and/or test the code that I’ve added to see if it help address the issue please?

          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 Nov 17, 2016, 5:00 PM Reply Quote 0
          • D
            Duncan @jhuebner
            last edited by Nov 17, 2016, 3:09 PM

            @jhuebner said in FOG 1.3.0 RC23 Multicast not working - StorageNode:

            @Duncan Then you need to do the truncate stuff in the database mentioned somewhere else

            Truncated but still no joy.

            Il go and do some fault finding now.

            Cheers for all the help so far @Tom-Elliott @jhuebner @ryanxplosion

            T 1 Reply Last reply Nov 17, 2016, 3:14 PM Reply Quote 0
            • T
              Tom Elliott @Duncan
              last edited by Nov 17, 2016, 3:14 PM

              @Duncan What did you truncate?

              Please try:

              TRUNCATE TABLE multicastSessions;
              TRUNCATE TABLE multicastSessionsAssoc;
              DELETE FROM tasks WHERE taskTypeID='8' AND taskStateID NOT IN ('4','5');
              

              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

              D 1 Reply Last reply Nov 17, 2016, 3:24 PM Reply Quote 0
              • D
                Duncan @Tom Elliott
                last edited by Duncan Nov 17, 2016, 9:30 AM Nov 17, 2016, 3:24 PM

                @Tom-Elliott

                first time truncated:

                TRUNCATE TABLE multicastSessions;
                TRUNCATE TABLE multicastSessionsAssoc;
                DELETE FROM tasks WHERE taskTypeID='8';
                

                Didnt make a difference.

                Just ran the ones you gave me there, still stuck at partclone screen.
                Restarted FOGMulticastManager service and mysql service for good luck too.

                T 1 Reply Last reply Nov 17, 2016, 3:43 PM Reply Quote 0
                • T
                  Tom Elliott @Duncan
                  last edited by Nov 17, 2016, 3:43 PM

                  @Duncan said in FOG 1.3.0 RC23 Multicast not working - StorageNode:

                  Restarted FOGMulticastManager service and mysql service for good luck too.

                  You recreated teh taskings and restarted the clients?

                  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
                  • D
                    Duncan @Tom Elliott
                    last edited by Nov 17, 2016, 3:43 PM

                    @Tom-Elliott said in FOG 1.3.0 RC23 Multicast not working - StorageNode:

                    Try these steps please:
                    rm -rf /etc/php* /etc/apache2*
                    apt-get purge php5* php7* apache2* libapachephp

                    Edit the /opt/fog/.fogsettings file.
                    Change out the php_ver to read with php_ver=‘7.1’
                    Change out the php_verAdds to read with php_verAdds=‘-7.1’
                    Delete the packages line.
                    Rerun the installer.

                    Is it worth doing this on my FOG server also. I only did my master storagenode

                    T 1 Reply Last reply Nov 17, 2016, 3:44 PM Reply Quote 0
                    • T
                      Tom Elliott @Duncan
                      last edited by Nov 17, 2016, 3:44 PM

                      @Duncan
                      You can do this on the server too… Though I still think the DB needs to be cleaned up first.

                      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

                      D 1 Reply Last reply Nov 17, 2016, 3:45 PM Reply Quote 0
                      • D
                        Duncan @Tom Elliott
                        last edited by Nov 17, 2016, 3:45 PM

                        @Tom-Elliott

                        Your probably right. Iv had this DB from FOG 0.32…

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman @Tom Elliott
                          last edited by Nov 17, 2016, 5:00 PM

                          @Tom-Elliott This line could fail:
                          https://github.com/FOGProject/fogproject/commit/5ead9f7a9dfd822aae06bb99de41769b87988ddb#diff-4d38e5a470509891be8d02be2ec77126R37

                          The output should be sent to the installation log, and the echo line below it replaced with:

                          [[ $? -eq 0 ]] && echo "Done" || echo "Failed"
                          

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

                            @Wayne-Workman The issue is where this is happening in the source, so the data to log to may not be fully ready and available to start logging to.

                            If this doesn’t work, the installation steps will fail anyway. That’s why I didn’t focus too much the error stat information.

                            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 Nov 17, 2016, 5:38 PM Reply Quote 0
                            • W
                              Wayne Workman @Tom Elliott
                              last edited by Nov 17, 2016, 5:38 PM

                              @Tom-Elliott Ok then, but it would still be good to have “Done” / “Fail” messages I think. That’s simple to do.

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

                                @Wayne-Workman Yep, for now I’m not overly concerned. It will work one way or the other (fail later or we can fail it immediately). Eitherway, there’s at least a potential solution that prompts for user input first anyway.

                                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

                                T 1 Reply Last reply Nov 18, 2016, 11:44 AM Reply Quote 0
                                • T
                                  Tom Elliott @Tom Elliott
                                  last edited by Nov 18, 2016, 11:44 AM

                                  Just returning here to let everyone know that, I don’t fail due to it, but the messages will report as Fail/Done depending on the status for the removal bits and pieces.

                                  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
                                  • 3 / 3
                                  3 / 3
                                  • First post
                                    49/55
                                    Last post

                                  154

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project