• 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 1973 released.

      With this comes functional postdownloadscripts within /images directory.

      What this file does:

      Just for documentative purposes.

      It is a sh script with means it must start with:
      [code]#!/bin/sh[/code]

      You place all the scripts you need to run after imaging is complete.

      The way you call these scripts is by “sourcing” to them so they run in the current shell. So if you installed in earlier revisions the documentation may be out of date.

      The Calls to the file would work in:
      [code]. ${postdownpath}scriptname[/code]

      Notice the period and space before the ${postdownpath} is called.

      ${postdownpath} is the literal name, don’t replace with your path unless you know exactly what you’re doing.

      If you have folders within the ${postdownpath} (which is set to /images/postdownloadscripts) you simply start the scriptname with the folder and forward slashes as needed. For example:
      . ${postdownpath}mycustomfolder/mycustomscriptname

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

        SVN 1991 released.

        Many more changes. Namely for Image and ImageManagementPage.

        Installer fixes where if you’re on a server but use a different sql server, you can store the server IP in the .fogsettings file under snmysqlhost as is done with nodes.

        Upgrades from SVN will no longer request if you’ve set the password at install as it should be stored in the .fogsettings file as well. As it now works properly, you don’t need to verify every single time, just on the initial install. It will still ask you to check for schema update.

        Image ON SERVER is now received by FTP. So if the image exists and you know it does, it will not fail out of the page or report ls errors in the error log. It will just not display the proper size. This can also serve as a means to let you know if the username and password are correct for the ftp side of things. I’ve also fixed it so it will display the page even if the node is not correct or not within a group.

        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

          SVN 1993 fixes the broken hwinfo information.

          SVN 1992 just hopes for better session handling.

          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

            1999 released.

            Adds the hfsp parameter to the init. So if you format a disk in hfsp it can now image this. I don’t know if it will actually work, but it’s there just in case.

            Fixes FOG Client page if you’re not logged in.

            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

              SVN 2021 released.

              With this comes more additions to hopeful resizing of linux partitions. I’ve not fixed the partition table’s yet, but the resizable parts themselves are resized and properly set. They’re also restored and expanded properly. Again this is only on resizable partitions (ext[234]). The extended location is still at it’s original location, so for that I’m sorry. It’s still, very much, a work in progress.

              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
              • V
                VincentJ Moderator
                last edited by

                Have you had any reports of looping boots after tasks? I’ve seen this a couple of times on new PCs we’ve switched to our new fog server today.

                I will try to update to the latest and try again but got a ton of other things to do since it’s nearly the end of the school year.

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

                  [quote=“VincentJ, post: 32482, member: 8935”]Have you had any reports of looping boots after tasks? I’ve seen this a couple of times on new PCs we’ve switched to our new fog server today.

                  I will try to update to the latest and try again but got a ton of other things to do since it’s nearly the end of the school year.[/quote]

                  Going on a limb here, you’re testing via VM or physical systems?

                  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
                  • V
                    VincentJ Moderator
                    last edited by

                    I have seen it on virtualbox VMs, but today it was on new i5 systems. Same model system works perfectly on other PCs but some seem to boot loop.

                    I wasn’t doing the new PC installs, but the guy who was wouldn’t know how to muck things up too much so for the moment we’ve switched back while I troubleshoot.

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

                      SVN 2033 released.

                      This is a huge change in Linux/Windows Resizable Imaging techniques all thanks to Fractal13 of the forums. If you can give him many likes as I couldn’t have done what has now been accomplished.

                      First I’d like to note (and feel free to add if needed fractal), UUID’s of the swap partition are now stored and reset properly with this. Resizable imaging works in the truest form that it “resizes” all partitions including extended partitions. Uploads no longer store the swap partition on linux disks either, just the UUID is stored. This should help minimize the Code needed. There are some fixed size partitions, but that shouldn’t be a worry as I highly doubt anyone’s still got 8 GB hard drives in any of their systems anymore.

                      Second I’m in the process of testing the Windows Only systems. However Fractal has tested this with Multiboot systems as well. So Multiboot systems are also able to be resized as well. These have not been tested or even known to work with GPT disks. So please be cognizant of that as GPT Resizable Multiboot or plain-jane Linux systems is probably not going to 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
                      • Jaymes DriverJ
                        Jaymes Driver Developer
                        last edited by

                        Woo hoo! Good News Everyone! (Professor Farnsworth flash backs)

                        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
                        • W
                          Wolfbane8653 Developer
                          last edited by

                          [ATTACH=full]1131[/ATTACH]

                          Figured I would put up the real thing. lol

                          [url=“/_imported_xf_attachments/1/1131_vhyfxm.jpg?:”]vhyfxm.jpg[/url]

                          1 Reply Last reply Reply Quote 0
                          • T
                            Timelord83
                            last edited by

                            Hello, So after my earlier ugh… which i managed to google the issue to before the reply but i do appreciate it. I have a new issue… I run ubuntu 13.10 in a VM on Fusion 6.0.X and i have an issue where at random while doing a full registration it will say its unable to register blah blah… no error given just says it can’t and flys through spitting out all the system data and restarts. Normally i just run it again. but today a system did it… and hung up on end where is says sending to host… and just scrolled black for over 15 minutes before i force restarted it. well it turns out it started to make a host on the fog server but now I cannot remove the host it gives me this error when i try to delete it.

                            [FONT=Ubuntu][COLOR=#555555]FOG DEBUG: Host: Database Load Failed: ID: 0, Error: Operation field not set: ID[/COLOR][/FONT]

                            [FONT=Ubuntu][COLOR=#555555]any ideas? i need the host removed so i can re-add it… i tried to manually edit at least the mac in but its not working at all. and its just the one host thats having issues i can edit any of the other 150+ hosts without issue.[/COLOR][/FONT]

                            1 Reply Last reply Reply Quote 0
                            • JunkhackerJ
                              Junkhacker Developer
                              last edited by

                              is there a reason you’re not upgrading to a newer version? because that bug sounds familiar, and if it’s what i think it is, was fixed a long time ago. at this point you’ll have to edit the database to fix the problem though.

                              signature:
                              Junkhacker
                              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Timelord83
                                last edited by

                                [quote=“Junkhacker, post: 32684, member: 21583”]is there a reason you’re not upgrading to a newer version? because that bug sounds familiar, and if it’s what i think it is, was fixed a long time ago. at this point you’ll have to edit the database to fix the problem though.[/quote]

                                I guess I am a little lost… I am running a brand new install of fog on a 13.10 ubuntu install… I was under the impression that 13.10 was still the way to go…

                                1 Reply Last reply Reply Quote 0
                                • JunkhackerJ
                                  Junkhacker Developer
                                  last edited by

                                  a newer version of fog
                                  you mentioned you “have an older version of fog” in a prior post and you were running 0.33b
                                  fog 1.1.2 is out now

                                  signature:
                                  Junkhacker
                                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Timelord83
                                    last edited by

                                    [quote=“Junkhacker, post: 32701, member: 21583”]a newer version of fog
                                    you mentioned you “have an older version of fog” in a prior post and you were running 0.33b
                                    fog 1.1.2 is out now[/quote] Ahh no, since I work in VM’s i built a new fog server on sunday. Not sure to tell what revision i am running though… how can i check? either way its up to date as of sunday around 10pm EST

                                    1 Reply Last reply Reply Quote 0
                                    • JunkhackerJ
                                      Junkhacker Developer
                                      last edited by

                                      when logged into the fog webgui, the version number is listed at the top of the page, in the fog “cloud”

                                      signature:
                                      Junkhacker
                                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                      1 Reply Last reply Reply Quote 0
                                      • W
                                        Wolfbane8653 Developer
                                        last edited by

                                        It looks something like this…
                                        [ATTACH=full]1155[/ATTACH]

                                        [url=“/_imported_xf_attachments/1/1155_fog_cloud.png?:”]fog_cloud.png[/url]

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

                                          SVN 2051 released. This should fix the issues with partimage from legacy settings. The cause of the issues is because of the start sector. In 0.32 it used start sector 63s, in 1.x.x it thinks it’s 2048. This is fine for upload/download when done properly, but if coming from legacy systems it will actually look for data at sector 63. When it’s started at sector 2048, much of that data is non-existent so the system can’t boot.

                                          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
                                          • sudburrS
                                            sudburr
                                            last edited by

                                            As of 1522hr ET 2014/07/14, [url]http://mastacontrola.com/fog_trunk.tar.bz2[/url] is corrupt/broken.

                                            [ Standing in between extinction in the cold and explosive radiating growth ]

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 32
                                            • 33
                                            • 4 / 33
                                            • First post
                                              Last post

                                            265

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project