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

    Latest FOG 0.33b

    Scheduled Pinned Locked Moved
    General
    77
    1.6k
    6.1m
    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.
    • M
      Mr.Myagy
      last edited by

      I don’t know how I missed that…so sorry for wasting your time on such a stupid problem.

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

        [quote=“Mr.Myagy, post: 26171, member: 23824”]I don’t know how I missed that…so sorry for wasting your time on such a stupid problem.[/quote]

        It’s not a waste of time. Sometimes we all miss the little indicators. Just read what the screen is telling you next time a little more closely.

        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
        • I
          iwolf64
          last edited by

          Hello all, I’m having some problems with fog 0.33B (r1519). The set up of Fog went without too many issues and I’ve updated my DNS/DHCP server appropriately and I can now access the web interface, add machines and upload images via iPXE. The problem comes when I attempt to deploy the image, part clone starts but I end up with the following message;

          Starting to restore image (-) to device (dev/sda1)

          It then remains like that ad nauseam.

          It does appear to wipe the system but fails to deploy the stored image, having no experience of part clone I can only speculate that it’s because it’s failing to find the image on server or is failing to pick up what image it should be using from Fog (speculation from seeing image (-) where I would assume that it should say image (<image name>)), I’ve checked the /images folder and the image is in the correct folder and the permissions are set for fog to be able to access the folder (hence it can upload without any issues).

          Unfortunately there are no errors in the multicast log and having gone through the config section of the site and the config.php file with a fine tooth comb I can’t see where it would be failing, here’s a summary of the system that I’m running;

          OS: Debian Wheezy running as a virtual machine on ESXi

          PHP/5.4.4-14+deb7u9
          Apache/2.2.22
          MySQL client version: 5.5.31

          In terms of images I’ve created two images, the first was built using VMPlayer (win7 32 bit), prepared using the fog prep tool and sysprep with an unattend.xml file, the second is the same but using a physical machine on the off chance VMPlayer was doing something to the image (clutching at straws!).

          I’m at a loss 😞

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

            Check that the FOGMulticastManager service is running on your fog server:
            [code]service FOGMulticastManager restart[/code]

            You can check the multicast log from /opt/fog/log/multicast.log

            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
            • R
              Raff
              last edited by

              Why not try a unicast first?

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

                r1522 released.

                Should bring the Column sorting feature requested.

                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
                • I
                  iwolf64
                  last edited by

                  [quote=“Tom Elliott, post: 26176, member: 7271”]Check that the FOGMulticastManager service is running on your fog server:
                  [code]service FOGMulticastManager restart[/code]

                  You can check the multicast log from /opt/fog/log/multicast.log[/quote]

                  The service was running but errored when I used the restart switch, so i stopped it and started it and everything is working perfectly now!

                  Thanks for the help 🙂

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sodden
                    last edited by

                    I can confirm that multicast is not working.
                    multicast.log
                    [CODE][04-28-14 3:28:03 pm] * Starting FOG Multicast Manager Service
                    [04-28-14 3:28:08 pm] * Checking for new tasks every 10 seconds.
                    [04-28-14 3:28:08 pm] * Starting service loop.
                    [04-28-14 3:44:59 pm] * Starting FOG Multicast Manager Service
                    [04-28-14 3:45:04 pm] * Checking for new tasks every 10 seconds.
                    [04-28-14 3:45:04 pm] * Starting service loop.
                    [04-28-14 4:17:37 pm] * Starting FOG Multicast Manager Service
                    [04-28-14 4:17:42 pm] * Checking for new tasks every 10 seconds.
                    [04-28-14 4:17:42 pm] * Starting service loop.[/CODE]

                    It seems like the FOGMulticastManager service is not starting properly. On “restart” it says “start-stop-daemon: warning: failed to kill ****: No such process” and on start it just “fails”.

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

                      r1523 released.

                      Should, hopefully, fix snapins so they cycle through the jobs rather than try pulling a job that has no 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! 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
                      • Jaymes DriverJ
                        Jaymes Driver Developer
                        last edited by

                        [quote=“Sodden, post: 26199, member: 23191”]I can confirm that multicast is not working.
                        multicast.log
                        [CODE][04-28-14 3:28:03 pm] * Starting FOG Multicast Manager Service
                        [04-28-14 3:28:08 pm] * Checking for new tasks every 10 seconds.
                        [04-28-14 3:28:08 pm] * Starting service loop.
                        [04-28-14 3:44:59 pm] * Starting FOG Multicast Manager Service
                        [04-28-14 3:45:04 pm] * Checking for new tasks every 10 seconds.
                        [04-28-14 3:45:04 pm] * Starting service loop.
                        [04-28-14 4:17:37 pm] * Starting FOG Multicast Manager Service
                        [04-28-14 4:17:42 pm] * Checking for new tasks every 10 seconds.
                        [04-28-14 4:17:42 pm] * Starting service loop.[/CODE]

                        It seems like the FOGMulticastManager service is not starting properly. On “restart” it says “start-stop-daemon: warning: failed to kill ****: No such process” and on start it just “fails”.[/quote]

                        Are you manually starting the task??? I see these three items
                        [04-28-14 3:28:03 pm] * Starting FOG Multicast Manager Service
                        [04-28-14 3:44:59 pm] * Starting FOG Multicast Manager Service
                        [04-28-14 4:17:37 pm] * Starting FOG Multicast Manager Service

                        Also which version of FOG did you install, and what Linux version did you install FOG to?

                        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                        1 Reply Last reply Reply Quote 0
                        • M
                          Marc Clendaniel
                          last edited by

                          I am having an issue with uploading an image, windows 7 if it matters. I am on fog .33b with the latest revision using svn. When image uploads I can see it in /image/dev/mac/ When it completes upload I get a single file in my images folder with the name of image. I do not get a folder with sys.image.000 and rec.img.000. I used partclone to upload and am new to partclone maybe creates different file. But if I try to download image to new computer get error saying no image file found. Any ideas? Possibly some permissions wrong? Thanks in advance for help.

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

                            r1525 released.

                            Removes the seccomp_sandbox=NO from the vsftpd.conf.

                            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
                            • Tom ElliottT
                              Tom Elliott
                              last edited by

                              r1527 released.

                              Return of Host search, sorry about breaking it. Add’s stateID column to the snapinJobs so they should work properly.

                              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
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                r1528 released.

                                Should, hopefully PLEASE for the love of development, fix snapins 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! 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
                                  Sodden
                                  last edited by

                                  [quote=“Jaymes Driver, post: 26222, member: 3582”]Are you manually starting the task??? I see these three items
                                  [04-28-14 3:28:03 pm] * Starting FOG Multicast Manager Service
                                  [04-28-14 3:44:59 pm] * Starting FOG Multicast Manager Service
                                  [04-28-14 4:17:37 pm] * Starting FOG Multicast Manager Service

                                  Also which version of FOG did you install, and what Linux version did you install FOG to?[/quote]

                                  Task was started via Task->Groups menu. I’ve Updated to r1525 yesterday, FOGMulticastManager is starting/stopping fine now. Haven’t tried an actual multicast yet though.

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    pmonstad
                                    last edited by

                                    [quote=“Tom Elliott, post: 26197, member: 7271”]r1522 released.

                                    Should bring the Column sorting feature requested.[/quote]

                                    Hm, I can not see this functionality. Where and how? Anyway, thanks a lot!

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

                                      [quote=“pmonstad, post: 26267, member: 17422”]Hm, I can not see this functionality. Where and how? Anyway, thanks a lot![/quote]

                                      The headers are now links. When you click on them, they sort the information. When searching, however, these do not work.

                                      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
                                      • P
                                        pmonstad
                                        last edited by

                                        [quote=“Tom Elliott, post: 26270, member: 7271”]The headers are now links. When you click on them, they sort the information. When searching, however, these do not work.[/quote]

                                        Hm, no they are not. I downloaded bz image after I read the message about this new feature.

                                        1 Reply Last reply Reply Quote 0
                                        • P
                                          pmonstad
                                          last edited by

                                          Hm, I cant fint the functionality. I downloaded and installed a FOG bz image several hours after I read about the feature. Is the bz image too old?

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

                                            [quote=“pmonstad, post: 26281, member: 17422”]Hm, no they are not. I downloaded bz image after I read the message about this new feature.[/quote]

                                            What?

                                            In the FOG GUI, when You go to list a hosts, it will display with the header. The Header items at the top of the page become hands when you hover over them. When you click on them, they sort the data. I’ve also added pagination to the system. If the number of elements is greater than 10, it will give a display of elements. To go from page to page. I have to figure out how to do this for the return of the search data.

                                            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
                                            • 73
                                            • 74
                                            • 75
                                            • 76
                                            • 77
                                            • 78
                                            • 75 / 78
                                            • First post
                                              Last post

                                            223

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project