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

FOG Multicast Problems / Partclone fails to finish

Scheduled Pinned Locked Moved Solved
FOG Problems
4
50
18.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.
  • J
    Joe Gill @Tom Elliott
    last edited by Jun 22, 2016, 8:54 PM

    @Tom-Elliott

    I spoke too soon!! I had a batch fail on me again…

    /var/log/fog/multicast.log

    [06-22-16 6:02:36 pm]  | Sleep time has changed to 10 seconds
    
    :~$ ps aux | grep FOGMulti
    lcarr     3670  0.0  0.0  15944  2284 pts/3    S+   14:50   0:00 grep --color=auto FOGMulti
    

    Let me know if there are any steps you’d like me to try. I’ll be around until 5:30 MST this evening if you’d like to try and remote in. Thanks!!

    Joe Gill

    T J 2 Replies Last reply Jun 22, 2016, 9:00 PM Reply Quote 0
    • T
      Tom Elliott @Joe Gill
      last edited by Jun 22, 2016, 9:00 PM

      @Joe-Gill Seeing s FOGMulticastManager doesn’t appear to be running, what happens if you restart the service?

      service FOGMulticastManager stop; sleep 5; service FOGMulticastManager start

      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

      J 1 Reply Last reply Jun 22, 2016, 9:03 PM Reply Quote 0
      • J
        Joe Gill @Joe Gill
        last edited by Jun 22, 2016, 9:00 PM

        lcarr@Fog:~$ ps ax | grep udp
         3686 pts/3    S+     0:00 grep --color=auto udp
        
        1 Reply Last reply Reply Quote 0
        • J
          Joe Gill @Tom Elliott
          last edited by Jun 22, 2016, 9:03 PM

          @Tom-Elliott

          lcarr@Fog:~$ service FOGMulticastManager stop; sleep 5; service FOGMulticastManager start
           * Stopping FOG Computer Imaging Solution: FOGMulticastManager                  start-stop-daemon: warning: failed to kill 1362: No such process
          
          

          And hangs.

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Jun 22, 2016, 9:03 PM

            That’s what I suspected. It should be running now. If you wanna check?

            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

            J 1 Reply Last reply Jun 29, 2016, 4:42 PM Reply Quote 0
            • J
              Joe Gill
              last edited by Jun 22, 2016, 9:49 PM

              Thanks for checking things out Tom!

              Looks like stopping and starting the service on both the Server and Fog Storage Node solved the problem. The hosts are happy and the task is going!

              Cheers,

              Joe Gill

              1 Reply Last reply Reply Quote 0
              • J
                Joe Gill @Tom Elliott
                last edited by Jun 29, 2016, 4:42 PM

                @Tom-Elliott

                My problem is back again. I tried shutting down and re-starting service but I’m hanging up again at the Particlone screen.

                Ran this on both Storage Node and Server…

                root@Fog:/# ps ax | grep udp
                12432 pts/1    S+     0:00 grep --color=auto udp
                root@Fog:/# service FOGMulticastManager stop; sleep 5; service FOGMulticastManager start
                 * Stopping FOG Computer Imaging Solution: FOGMulticastManager           [ OK ]
                 * Starting FOG Computer Imaging Solution: FOGMulticastManager           [ OK ]
                

                Also…

                Tailed the Multicast Log File on Storage Node below…

                [06-29-16 4:31:48 pm]
                        ___           ___           ___
                       /\  \         /\  \         /\  \
                      /::\  \       /::\  \       /::\  \
                     /:/\:\  \     /:/\:\  \     /:/\:\  \
                    /::\-\:\  \   /:/  \:\  \   /:/  \:\  \
                   /:/\:\ \:\__\ /:/__/ \:\__\ /:/__/_\:\__\
                   \/__\:\ \/__/ \:\  \ /:/  / \:\  /\ \/__/
                        \:\__\    \:\  /:/  /   \:\ \:\__\
                         \/__/     \:\/:/  /     \:\/:/  /
                                    \::/  /       \::/  /
                                     \/__/         \/__/
                
                  ###########################################
                  #     Free Computer Imaging Solution      #
                  #     Credits:                            #
                  #     http://fogproject.org/credits       #
                  #     GNU GPL Version 3                   #
                  ###########################################
                
                [06-29-16 4:32:07 pm] Interface Ready with IP Address: 172.16.1.22
                [06-29-16 4:32:07 pm]  * Starting MulticastManager Service
                [06-29-16 4:32:07 pm]  * Checking for new items every 10 seconds
                [06-29-16 4:32:07 pm]  * Starting service loop
                [06-29-16 4:32:07 pm]  | Sleeping for 10 seconds to ensure tasks are properly su                                                                                        bmitted
                [06-29-16 4:32:17 pm]  | 0 tasks to be cleaned
                [06-29-16 4:32:17 pm]  | 1 task found
                [06-29-16 4:32:27 pm]  | 0 tasks to be cleaned
                [06-29-16 4:32:27 pm]  | 1 task found
                [06-29-16 4:32:37 pm]  | 0 tasks to be cleaned
                

                I’ll be here all day. I’m working on imaging a lab. Thanks!!

                Any suggestions are helpful!

                Cheers,

                Joe

                J 1 Reply Last reply Jun 29, 2016, 6:02 PM Reply Quote 0
                • J
                  Joe Gill @Joe Gill
                  last edited by Jun 29, 2016, 6:02 PM

                  @Developers
                  .
                  Any thoughts here?

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Jun 29, 2016, 6:11 PM

                    Re-update and see if it is 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

                    J 2 Replies Last reply Jun 29, 2016, 6:12 PM Reply Quote 0
                    • J
                      Joe Gill @Tom Elliott
                      last edited by Jun 29, 2016, 6:12 PM

                      @Tom-Elliott

                      K

                      1 Reply Last reply Reply Quote 0
                      • J
                        Joe Gill @Tom Elliott
                        last edited by Jun 29, 2016, 6:19 PM

                        @Tom-Elliott

                        Wed Jun 29, 2016 12:17 pm
                        Running Version: 8140
                        SVN Revision: 5698

                        Is that current? I don’t see any options under …

                        Fog Configuration > Kernel Update >> Published Kernel

                        T 1 Reply Last reply Jun 29, 2016, 6:20 PM Reply Quote 0
                        • T
                          Tom Elliott @Joe Gill
                          last edited by Jun 29, 2016, 6:20 PM

                          @Joe-Gill not even close. We’re not trying to update kernels. You need to update FOG as a whole.

                          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

                          J 2 Replies Last reply Jun 29, 2016, 6:21 PM Reply Quote 0
                          • J
                            Joe Gill @Tom Elliott
                            last edited by Jun 29, 2016, 6:21 PM

                            @Tom-Elliott

                            So what’s the easiest method to update FOG?

                            W 1 Reply Last reply Jun 29, 2016, 6:52 PM Reply Quote 0
                            • W
                              Wayne Workman @Joe Gill
                              last edited by Jun 29, 2016, 6:52 PM

                              @Joe-Gill https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

                              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
                              • J
                                Joe Gill @Tom Elliott
                                last edited by Jun 29, 2016, 8:13 PM

                                @Tom-Elliott @Wayne-Workman

                                Well I updated via SVN. Still have the issue. I’m also experiencing an issue reading the Dashboard disk usage. I can send you a screenshot of that if you’d like.

                                You cannot delete members of existing groups…

                                Also cannot add members to new groups…

                                Any help is greatly appreciated.

                                Thanks!

                                W 1 Reply Last reply Jun 29, 2016, 8:19 PM Reply Quote 0
                                • W
                                  Wayne Workman @Joe Gill
                                  last edited by Jun 29, 2016, 8:19 PM

                                  @Joe-Gill said in FOG Multicast Problems / Partclone fails to finish:

                                  I’m also experiencing an issue reading the Dashboard disk usage. I can send you a screenshot of that if you’d like.

                                  Post that to this thread:
                                  https://forums.fogproject.org/topic/7875/storage-group-activity-inconsistencies

                                  Also, try to clear out multicast stuff in your DB with commands found in here:
                                  https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Downloading_-_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/

                                  J 1 Reply Last reply Jun 29, 2016, 9:19 PM Reply Quote 0
                                  • J
                                    Joe Gill
                                    last edited by Jun 29, 2016, 8:20 PM

                                    How about adding members to a group? I can’t add any members to new or existing groups.

                                    W T 2 Replies Last reply Jun 29, 2016, 8:22 PM Reply Quote 0
                                    • W
                                      Wayne Workman @Joe Gill
                                      last edited by Jun 29, 2016, 8:22 PM

                                      @Joe-Gill That would be another seperate problem in the current fog trunk that probably doesn’t directly impact the multicast process I’m trying to help you with. Please create a bug report about adding hosts to groups, provide your version and the exact click-for-click steps you’re doing - also include apache error logs from Web Interface -> FOG Config -> Log Viewer -> Apache error logs.

                                      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/

                                      J 1 Reply Last reply Jun 29, 2016, 8:35 PM Reply Quote 0
                                      • J
                                        Joe Gill @Wayne Workman
                                        last edited by Jun 29, 2016, 8:35 PM

                                        @Wayne-Workman

                                        No problem.

                                        I will create a new post for the group problems.

                                        As for the multicast issue, I have followed the Wiki on clearing the DB. That went smooth. I’ll retry this issue now. Thanks!

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott @Joe Gill
                                          last edited by Jun 29, 2016, 8:53 PM

                                          @Joe-Gill I know what’s wrong with the groups, and all other similar type things but I need to drop my truck off at the shop. All will be fixed in a couple of hours ok?

                                          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

                                          J 1 Reply Last reply Jun 29, 2016, 9:24 PM Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            35/50
                                            Last post

                                          275

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project