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

Latest Development FOG

Scheduled Pinned Locked Moved
General
57
652
1.2m
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.
  • T
    Tom Elliott
    last edited by Jan 16, 2015, 5:17 PM

    SVN 2907 released.

    Should fix fresh installs from trying to create an NFS share without a folder actually existing (/opt/fog/clamav). Rather than copying non-existent folder, it just simply makes the directory on the system. This should allow nfs to startup properly.

    It should also, more accurately, detect if a system is a node or not for any Linux OS. This is because ifconfig might not be in POSIX standard and return the IP with a phrase in it. If for some reason the ip addr method fails, it will try the ifconfig. This should help out for more modern Redhat/Fedora/CentOS os’s too.

    1 Reply Last reply Reply Quote 0
    • A
      axel12
      last edited by Jan 20, 2015, 12:16 AM

      [quote=“Tom Elliott, post: 40904, member: 7271”]SVN 2907 released.
      [/quote]

      Thank you Tom for All of your hard work 🙂

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Jan 20, 2015, 1:05 AM

        SVN 2913 Released.

        With this comes an attempt to run fixparts if for some reason the disk isn’t able to be uploaded. All that’s update here is the script files, but init’s are updated with these changes as well.

        1 Reply Last reply Reply Quote 0
        • U
          UpACreek
          last edited by Jan 22, 2015, 3:47 PM

          Running SVN 2922 and after creating a task to deploy and network booting, it dumps out of PXE, and does a local drive boot. Systems can network boot to the FOG menu. If you create a task to deploy via FOG menu, or web UI, the system will not image. Currently unable to deploy any systems. Uh oh… 😞

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Jan 22, 2015, 3:50 PM

            I’m taking a look, but is it any or all tasks? Or a specific tasking?

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Jan 22, 2015, 3:55 PM

              I think I know what’s wrong with your system UpACreek.

              The sourceforge pages have been acting up all day. I’m in the works to see if I can get you your files, but from what I can tell, it fails to boot into Tasking simply because when you updated the init.xz/init_32.xz and bzImage/bzImage32 files have not been downloaded.

              1 Reply Last reply Reply Quote 0
              • U
                UpACreek
                last edited by Jan 22, 2015, 3:56 PM

                Creating a unicast deployment. Just hooked up another system, created a deployment task and similar results.
                Let me know if there is a place I can get you more info.

                1 Reply Last reply Reply Quote 0
                • U
                  UpACreek
                  last edited by Jan 22, 2015, 3:57 PM

                  Ah, ok. I’ll keep an eye out here. 🙂

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Jan 22, 2015, 4:08 PM

                    can you try manually downloading the files to your system with:

                    [code]wget http://downloads.sourceforge.net/project/freeghost/InitList/init_32.xz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FInitList%2F&ts=1421942752&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/init_32.xz
                    wget http://downloads.sourceforge.net/project/freeghost/InitList/init.xz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FInitList%2F&ts=1421942842&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/init.xz
                    wget http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FKernelList%2F&ts=1421942869&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/bzImage
                    wget http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage32?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FKernelList%2F&ts=1421942901&use_mirror=iweb -O /var/www/fog/service/ipxe/bzImage32[/code]

                    Then try your tasking again?

                    1 Reply Last reply Reply Quote 0
                    • U
                      UpACreek
                      last edited by Jan 22, 2015, 4:11 PM

                      Working on this now… Will report back in a few minutes. 🙂

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Jan 22, 2015, 4:25 PM

                        SVN 2923 released.

                        Should fix the Invalid Mac address happening on non-imaging related tasks.

                        1 Reply Last reply Reply Quote 0
                        • U
                          UpACreek
                          last edited by Jan 22, 2015, 4:29 PM

                          Looks to be the same problem. I may have had a firewall issue when downloading. Now moved the system to an unrestricted proxy.
                          This is what the system flashes for a mere second before it dumps.

                          [ATTACH=full]1624[/ATTACH]

                          [url=“/_imported_xf_attachments/1/1624_Screenshot_2015-01-22-10-26-53.png?:”]Screenshot_2015-01-22-10-26-53.png[/url]

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Jan 22, 2015, 4:32 PM

                            Looks like it’s not downloading the init.xz or init_32.xz.

                            Hence the exec error.

                            1 Reply Last reply Reply Quote 0
                            • U
                              UpACreek
                              last edited by Jan 22, 2015, 4:37 PM

                              Trying to wget those two items again. Will reboot and see what happens.

                              1 Reply Last reply Reply Quote 0
                              • U
                                UpACreek
                                last edited by Jan 22, 2015, 4:52 PM

                                I did the manual wget again, as well as for good measure, updated to the newest SVN. Successful deployment. Yay! 🙂

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Jan 26, 2015, 7:56 PM

                                  SVN 2929 released.

                                  Fixes wait time issues for multicast tasks and fixes issues with displaying the task management page. Also moves commons/system.php to lib/fog/System.class.php so as to make more commonality with the rest of how fog operates.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Jan 27, 2015, 2:59 PM

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Jan 28, 2015, 12:33 PM

                                      SVN 2934 released.

                                      Technically, it is now possible to create (and use) themes in FOG. I may work on getting a mechanism to read all possible themes automatically, but for now you just enter the text in FOG Configuration->FOG Settings->Web Server->FOG_THEME as folder/file.css

                                      Construct of the folder scheme should contain:

                                      folderThemeName <- directory
                                      folderThemeName/filename.css <- Actual stylesheet
                                      folderThemeName/images <- The images your theme uses to present all the information.

                                      Of course it’s all customizable but I’m sure some components will be needed. For example, the menu icons all follow the name of: icon-<nameofmenuitem (e.g. home, host, user, image, etc…)>.png.

                                      These are loaded with the construct of:
                                      css/folderThemename/images/<imagefilename>

                                      So bare this in mind if you plan to make your own themes. Just a heads up, but should be fairly straight forward to work with.

                                      Also, it should hopefully work better with imaging tasks. At least uploads shouldn’t try to load up extended partition as if it actually contains data as it really shouldn’t. It also tries to better acquire the partition table’s and re-read into the system while if there’s an error doing so it should now Fail.

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Jan 30, 2015, 6:35 PM

                                        SVN 2951 released.

                                        With this should come a fix to the generation of the multi-part all disk on multicast tasks.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Tom Elliott
                                          last edited by Feb 3, 2015, 12:00 PM

                                          SVN 2966 released.

                                          With this comes some GUI changes. Most notably is the use of Font-awesome icons for the menu system. Eventually I want to retheme the “default” theme and potentially the “compact” theme to allow a more suitable scheme of design on the page. However, I don’t think it’s hurting anything too much, it’s more just “different” from what we’ve all become accustomed to.

                                          Because of the new theming of menu stuff, I did change the icons even for plugins to follow the new pattern. What’s nice about this new method, though, is I don’t have to make a ton of img tags and can just specify the class object relevant to what icon we want/need to use for a particular area. Eventually I hope things will just be more themed appropriately.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 18
                                          • 19
                                          • 20
                                          • 21
                                          • 22
                                          • 32
                                          • 33
                                          • 20 / 33
                                          20 / 33
                                          • First post
                                            390/652
                                            Last post

                                          197

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project