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

    Image Capture/Deploy issues 1.5.7

    Scheduled Pinned Locked Moved Solved FOG Problems
    13 Posts 3 Posters 1.6k Views
    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.
    • S
      Sebastian Roth Moderator
      last edited by

      @fallenhero234 So there are a couple of things and I don’t think it’s wise to tackle all of them in one go. So let’s start with the most interesting one (from my point of view):

      Without SmartInstaller Capture:
      Sits on screen stating: Unable to locate image store (/bin/fog.download) Args Passed:

      As I see it those two things should not be related whatsoever. But maybe I just get wrong what you are saying. With SmartInstaller you mean the fog-client being installed on the host machine, right?

      The error “Unable to locate image store” has nothing to do with SmartInstaller/fog-client as FOG boots into a self contained Linux environment (which we call FOS) and doesn’t care about what is installed on the disk really.
      But we have seen people reporting this error a couple of times lately. Please search the forums to see if there is anything of value for you there.

      About multicast: Let’s try to solve the other issue first but as a good starting point you can have a look at the log in /var/log/fog/multicast.log and maybe upload the contents of that file here.

      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
      • Q
        Quazz Moderator
        last edited by Quazz

        @fallenhero234 said in Image Capture/Deploy issues 1.5.7:

        Permissions on image files set:
        ls - laR /images
        chmod -R fog:root /images

        I assume you mean chown -R fog:root /images

        It should be chown -R fogproject:root /images for 1.5.7, so run that command to fix ownership.

        After that we can see if more steps are needed.

        1 Reply Last reply Reply Quote 0
        • F
          fallenhero234
          last edited by

          As an update:

          Iv gone ahead and rebuilt our FOG client and allocated the space to fog without using a storage node.
          I have casting/deployment in single form working just fine, but multicast is still an issue.
          It will join the session but not start once the device joins. It just sits at the waiting to deploy screen.

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sebastian Roth

            @fallenhero234 As I said before, We need the log to be able to help.

            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
            • F
              fallenhero234
              last edited by

              Im having issues pulling the log as it says permission denied
              Im logged into the admin account and ran a sudo ru
              Put me at root with same issue using /var/log/fog/multicast.log
              This is my Fourth day working with linux so it may be something simple im missing.

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @fallenhero234 How do you try to “pull” the log file? Maybe just use WinSCP from a Windows computer to connect to your FOG server and copy the file over.

                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
                • F
                  fallenhero234
                  last edited by

                  [07-24-19 2:21:11 pm]

                  === ==== ===== ====
                  === ========= == === == ===
                  === ======== ==== == ==== ===
                  === ======== ==== == =========
                  === ==== ==== == =========
                  === ======== ==== == === ===
                  === ======== ==== == ==== ===
                  === ========= == === == ===
                  === ========== ===== ====

                  ===== Free Opensource Ghost ======

                  ============ Credits =============
                  = https://fogproject.org/Credits =

                  == Released under GPL Version 3 ==

                  [07-24-19 2:21:11 pm] Interface Ready with IP Address: 127.0.0.1
                  [07-24-19 2:21:11 pm] Interface Ready with IP Address: 127.0.1.1
                  [07-24-19 2:21:11 pm] Interface Ready with IP Address: 192.168.40.25
                  [07-24-19 2:21:11 pm] Interface Ready with IP Address: localhost.localdomain
                  [07-24-19 2:21:11 pm] * Starting MulticastManager Service
                  [07-24-19 2:21:11 pm] * Checking for new items every 10 seconds
                  [07-24-19 2:21:11 pm] * Starting service loop
                  [07-24-19 2:21:11 pm] * No new tasks found
                  [07-24-19 2:21:21 pm] * No new tasks found
                  [07-24-19 2:21:31 pm] * No new tasks found
                  [07-24-19 2:21:41 pm] * No new tasks found
                  [07-24-19 2:21:51 pm] * No new tasks found
                  [07-24-19 2:22:01 pm] * No new tasks found
                  [07-24-19 2:22:11 pm] * No new tasks found
                  [07-24-19 2:22:21 pm] * No new tasks found

                  1 Reply Last reply Reply Quote 0
                  • F
                    fallenhero234
                    last edited by

                    When checking the status this comes up also.
                    errormulticast.png

                    1 Reply Last reply Reply Quote 0
                    • F
                      fallenhero234
                      last edited by

                      I ran a restart for multicast just now restartmulticast.png

                      1 Reply Last reply Reply Quote 0
                      • F
                        fallenhero234
                        last edited by

                        So after doing a FOGMulticastManager restart i was able to get multicast going.

                        Then we moved the fog server to its resting place and the service had to be reset again.

                        Is it common to need to do this every time the fog server reboots?

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @fallenhero234 Which Linux OS do you use? Might be related to an issue that was reported a while ago where FOGMulticastManager was not able to properly enumerate the network interfaces on boot up: https://github.com/FOGProject/fogproject/issues/268

                          I guess what we see here could be kind of along the same line where systemd starts up the services in the wrong order. Database not being up when it start the MulitcastManager. On the other hand it’s strange because we have a check in the code that waits to be able to connect to the database. So I can only imagine a situation where the database is in a strange state. But then, why would a restart of FOGMulticastManager fix it??

                          Do you see the message “Waiting for mysql to be available” in /var/log/fog/multicast.log when this happens after a fresh server bootup?

                          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

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            fallenhero234 @Sebastian Roth
                            last edited by

                            @Sebastian-Roth

                            I rebuilt the system. Everything is good to go at this time.

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

                            158

                            Online

                            12.3k

                            Users

                            17.4k

                            Topics

                            155.7k

                            Posts
                            Copyright © 2012-2025 FOG Project