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

    Multicast not working on 1.3.0-RC-5 SVN Revision: 5943

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    14
    2.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.
    • L
      LibraryMark
      last edited by

      Folks - I am using Version 1.3.0-RC-5 SVN Revision: 5943 on Ubuntu 16.04.1 LTS. Unicast imaging works fine, but multicast does not. I am on the trunk version because I could not get 1.20 to install on 16.04.

      The PC’s do come on, but they say:

      Attempting to check in…failed
      No active task for Host: (…)

      And this goes on forever.

      When I look at the “Active Multicast Tasks” page it says “No results found”.
      In the “Active Tasks” page the two machines that I put in my test group are there.

      Before I upgraded, the version I was on , 0.32 i think, multicasted just fine, so I don’t think there are any networking issues.

      After starting the multicast session, the multicast log just says,
      [08-03-16 12:17:57 pm] | This is not the master node
      every 10 seconds forever.

      What should I be looking for?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Did you follow the 16.04 installation instructions?

        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
        • L
          LibraryMark
          last edited by

          This is the command line I used: php_ver=‘7.0’ php_verAdds=‘-7.0’ ./installfog.sh

          That is the only change I made. Is there something I missed?

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • L
            LibraryMark
            last edited by

            BTW, the groupmanager.log file needs a newline put in after each entry. It’s a little hard to read right now.

            1 Reply Last reply Reply Quote 0
            • L
              LibraryMark
              last edited by

              I did not do this with mysql:
              ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘’;

              Is there a reason we would want anyone to login with root and no password?

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @LibraryMark
                last edited by

                @LibraryMark https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04#MySQL_password_behavior

                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 2
                • Wayne WorkmanW
                  Wayne Workman
                  last edited by

                  Steps here too:
                  https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04_Server

                  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
                  • L
                    LibraryMark
                    last edited by

                    Still no luck. I am using a VM so I wiped it out and started over. Completely stock 16.04 install, nothing but SSH installed. Installed subversion, then

                    svn co https://svn.code.sf.net/p/freeghost/code/trunk /root/fogproject
                    

                    Ran the install from /root/fogproject/bin with:

                    php_ver='7.0' php_verAdds='-7.0' ./installfog.sh
                    

                    It never asked me for a password for the MySQL install so I assume it is blank when the install script asks me if it is. When I get to the part where it says to go to the browser and hit a button, I do this first from another ssh session:

                    "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
                    

                    Then go to the browser and hit the button.

                    Then I copy my disk images from my original server.

                    After that I download the database backup from my original server. It says it’s running version 7909, and import them into the new server.

                    Am I running into issues with my backup?

                    Alternatively, would I be better off running a different version of Ubuntu? Which one? Which version of Fog is the safest? This whole thing started when I got some PC’s that would not boot off the kernel that 0.32 had. I was perfectly happy with that version and everything worked and was rock-solid. I just want to be able to multicast again.

                    Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @LibraryMark
                      last edited by

                      @LibraryMark 7909 is extremely old, in comparison.

                      Now that you’ve made the 16.04 progress (the mysql native bit), you can fix the “version” issue.

                      Run this command please: (If you have custom data in the fog folder back them up please.)

                      rm -rf /var/www/fog /var/www/html/fog
                      

                      Then rerun the installer.

                      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
                      • Wayne WorkmanW
                        Wayne Workman @LibraryMark
                        last edited by

                        @LibraryMark said in Multicast not working on 1.3.0-RC-5 SVN Revision: 5943:

                        Alternatively, would I be better off running a different version of Ubuntu?

                        No. 16.04 will have the longest support period and runs fog just fine.

                        Which version of Fog is the safest?

                        The latest RC is more stable than the official stable version at this point, and will work with the most hardware. The devs are just making very sure everything is good with it, and we appreciate you coming here with this issue.

                        I just want to be able to multicast again.

                        We have troubleshooting articles on multi-casting. Please read through them and try the testing steps:

                        https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_Multicast

                        https://wiki.fogproject.org/wiki/index.php?title=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!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • L
                          LibraryMark
                          last edited by

                          Finally got it working. I had to completely wipe my install and not try to import anything from my old server. Now I have to go around and re-register all my PC’s but I’ll gladly do that so than I can image them all at the same time.

                          Thanks for all your help. FOG is a true lifesaver!

                          Wayne WorkmanW Q 2 Replies Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @LibraryMark
                            last edited by

                            @LibraryMark If you had the new client deployed, they would register themselves, and show up as pending hosts for you to approve. Just an FYI.

                            Also - if exporting the hosts list isn’t working for you, we need to figure out why and fast. I can help you figure out why - please message me and we can do a Team Viewer session and I’ll figure it out. I won’t break what you’ve done so far, either - I’m actually pretty good at this.

                            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/

                            L 1 Reply Last reply Reply Quote 0
                            • L
                              LibraryMark @Wayne Workman
                              last edited by

                              @Wayne-Workman said in Multicast not working on 1.3.0-RC-5 SVN Revision: 5943:

                              @LibraryMark If you had the new client deployed, they would register themselves, and show up as pending hosts for you to approve. Just an FYI.

                              Also - if exporting the hosts list isn’t working for you, we need to figure out why and fast. I can help you figure out why - please message me and we can do a Team Viewer session and I’ll figure it out. I won’t break what you’ve done so far, either - I’m actually pretty good at this.

                              Thanks for the offer, Wayne. I put in some extra fields int the host table, like hostHomepage and hostScreenWidth and such. Might that be causing the problem?

                              1 Reply Last reply Reply Quote 0
                              • Q
                                Quazz Moderator @LibraryMark
                                last edited by

                                @LibraryMark You could have pulled the same SVN version as on your old server, installed that, imported your DB and then upgrade to RC6, but glad you got it working anyway.

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

                                187

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project