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

Latest FOG 0.33b

Scheduled Pinned Locked Moved
General
77
1.6k
7.0m
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
    Jaymes Driver Developer
    last edited by Feb 18, 2014, 12:27 PM

    Thanks Tom! I’m really digging the iPXE direction!

    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
    • L
      Lee Rowlett Developer
      last edited by Feb 18, 2014, 12:53 PM

      now with ipxe could it be possible that when you do full registration for the host and you choose image now, could we now avoid a need to reboot before the imaging starts?

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Feb 18, 2014, 1:02 PM

        With iPXE we “could” do it that way, but the issue remains of actually Compatibility when the imaging starts. I have decided, for now, not to perform registration from iPXE and actually load the OS level so we know the systems we register are capable of being imaged in the first place.

        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
        • W
          wolfemi
          last edited by Feb 18, 2014, 7:50 PM

          I think I found a bug with single snap-in.
          When I try to deploy a single snap-in it shows up in active task and active snap-in task. Then I try to deploy another snap-in with single snap-in option it shows both in active task and only the last one in active snap-in task.

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Feb 18, 2014, 8:05 PM

            That’s not really a bug, it’s by design. Snap ins deployments as I’ve run them should be able to be stacked. My guess is the previous task completed but hadn’t yet removed the active task yet. I’ll try to replicate the issue when I get home.

            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
            • T
              Tom Elliott
              last edited by Feb 19, 2014, 12:50 AM

              I see that this is a bug and am currently looking into it. Should be fixed shortly.

              Thank you for reporting it.

              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
              • T
                Tom Elliott
                last edited by Feb 19, 2014, 1:58 AM

                r1228 released.

                Should fix the snapin bug reported. It also adds checking. If performing a single snapin and the snapin you choose to deploy already exists, it will throw an error stating that the task couldn’t be created as the snapin task already exists.

                If the single snapin is deployed, but you don’t choose a snapin, it automatically sends all snapins that are deployed to it. Will work on making this the same in the task management page as well.

                Fixed an issue on the task page, from active snapins canceling the task didn’t work, it should now.

                Fixes tabbed issue, again and properly now, for location field during registration.

                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
                • T
                  Tom Elliott
                  last edited by Feb 19, 2014, 1:34 PM

                  r1229 released.

                  Should fix Imaging Log issue reported by Lee. It also sorts out the dates properly now.

                  Thank you,

                  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
                  • W
                    wolfemi
                    last edited by Feb 19, 2014, 6:44 PM

                    Now when I try and deploy snapins I get the error

                    Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/Host.class.php on line 595

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Feb 19, 2014, 6:48 PM

                      Found the error, I’m guessing you haven’t enabled the Location Plugin then huh?

                      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
                      • T
                        Tom Elliott
                        last edited by Feb 19, 2014, 6:50 PM

                        r1230 released to fix this issue. Sorry I forgot to set the Storage Group variable if the location plugin is not in use.

                        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
                        • W
                          wolfemi
                          last edited by Feb 19, 2014, 7:04 PM

                          I don’t have it enabled should I? Only have one location for images.

                          Also noticed another warning when I click on storage management then storage node. Only have one. It has the message above side menu:

                          Warning: Invalid argument supplied for foreach() in/var/www/fog/lib/fog/SubMenu.class.php on line 107

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Feb 19, 2014, 7:34 PM

                            You shouldn’t need to have it enabled. I can’t help the submenu error, maybe turn off error reporting into the browser?

                            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
                            • J
                              jbsclm Developer
                              last edited by Feb 19, 2014, 9:39 PM

                              Attached are the changes to add capone into the ipxe menu.
                              There is no longer a requirement to copy and paste entries for the pxe menu.
                              3 files.
                              management/plugins/capone/run.php
                              fog/commons/basic.inc.php
                              fog/service/ipxe/boot.php

                              [url=“/_imported_xf_attachments/0/550_ipxe_capone.zip?:”]ipxe_capone.zip[/url]

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Feb 19, 2014, 9:44 PM

                                What is basic.inc.php?

                                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
                                • T
                                  Tom Elliott
                                  last edited by Feb 19, 2014, 9:46 PM

                                  I see the file, you meant base.inc.php huh?

                                  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
                                  • J
                                    jbsclm Developer
                                    last edited by Feb 19, 2014, 10:05 PM

                                    Well spotted.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Feb 20, 2014, 2:44 AM

                                      r1231 released.

                                      With this release comes capone automated menu generation in iPXE.

                                      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
                                      • A
                                        ArchFan
                                        last edited by Feb 20, 2014, 3:38 AM

                                        Has anyone else tried r1231 using the new ipxe capone option? I configured Capone to associate one of our images with a specific laptop model. Everything looks good there. When booting to the ipxe menu, the Capone Deploy option is there, I choose it, and all looks good until I get ‘An error has been detected. No image definition was found for 0KU184’. I take that to mean something is going on and preventing it from associating the DMI info with the image I specified. I’ll take a closer look tomorrow and look again to see if it’s something I’ve done - it’s the first I’ve used capone…time for bed

                                        1 Reply Last reply Reply Quote 0
                                        • L
                                          lepretre
                                          last edited by Feb 20, 2014, 2:07 PM

                                          Hello,

                                          Just for report:

                                          I make a fresh install of the last revision on debian 7:
                                          the /opt/fog/service/FOGMulticastManager/FOGMulticastManager is not executable on install .
                                          I have to make a chmod +x

                                          and when i start the service i have this warming:
                                          filesize(): stat failed for /opt/fog/log/multicast.log in /opt/fog/service/common/functions.php on line 24.

                                          litte bug with the page Service Configuration
                                          When you click on a a service (exemple auto logout) the graphic page is not present only text and box.

                                          bye

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 46
                                          • 47
                                          • 48
                                          • 49
                                          • 50
                                          • 77
                                          • 78
                                          • 48 / 78
                                          48 / 78
                                          • First post
                                            945/1559
                                            Last post

                                          129

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project