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

      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
      • UpACreekU
        UpACreek
        last edited by

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

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

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

            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
            • UpACreekU
              UpACreek
              last edited by

              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
              • UpACreekU
                UpACreek
                last edited by

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

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

                  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
                  • UpACreekU
                    UpACreek
                    last edited by

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

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

                      SVN 2923 released.

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

                      1 Reply Last reply Reply Quote 0
                      • UpACreekU
                        UpACreek
                        last edited by

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

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

                          Hence the exec error.

                          1 Reply Last reply Reply Quote 0
                          • UpACreekU
                            UpACreek
                            last edited by

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

                            1 Reply Last reply Reply Quote 0
                            • UpACreekU
                              UpACreek
                              last edited by

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

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

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott
                                    last edited by

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

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

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

                                          I cant seen to add any new images in the latest version 2697
                                          I just get a blank page when i click on Add Image
                                          This is the webpage link i get buts its completely blank.
                                          [url]http://192.168.2.1/fog/management/index.php?node=image&sub=edit&id=0[/url]

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

                                            The fact that you’re being redirected to id=0 tells me you forgot something during the setup. I don’t know what, but I’d check the Partition part to see if it was set to something.

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

                                            189

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project