• 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.
    • JunkhackerJ
      Junkhacker Developer
      last edited by

      reminder: the svn trunk is the developer’s work in progress, not a stable release

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

        Specifically I try to keep things as functional as I can, but currently I’m trying to iron out some pretty major performance issues. This relates to database calls and such.

        Because of this, these few releases may be unstable. I’d recommend, for the time being, reverting back to 2996 (right before my major delve into the performance stuff happened.)

        To upgrade back to an older rev, in the folder where you downloaded the trunk you’ll run:

        [code]svn up -r <rev# here>[/code]

        Then run the installfog.sh like normal.

        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
        • Bill RiceB
          Bill Rice Testers
          last edited by

          Tom, Im familiar, I was hoping to provide you with a little feed back on the issue so you might be able to identify this as a bug / Problem to fix in your next release 😛

          1 Reply Last reply Reply Quote 0
          • Bill RiceB
            Bill Rice Testers
            last edited by

            Ok FYI, tried to revert to the older version and its still broken. I do see you have a 3018 SVN. Ill try that and hope that its been looked at 🙂
            As always Tom, Always appreciate your hard work, wish I has the skills you do in coding this program.

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

              I have released 3018 but I’m certainly not all of the bugs of been worked out yet as I work towards fixing the performance issues other things are breaking which should be relatively simple to fix I just want to give you all a heads up that I’m not trying to make your job harder I’m really trying to make it easier and I need to first start with getting this performance stuff figured out

              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
              • Bill RiceB
                Bill Rice Testers
                last edited by

                [quote=“Tom Elliott, post: 42435, member: 7271”]I have released 3018 but I’m certainly not all of the bugs of been worked out yet as I work towards fixing the performance issues other things are breaking which should be relatively simple to fix I just want to give you all a heads up that I’m not trying to make your job harder I’m really trying to make it easier and I need to first start with getting this performance stuff figured out[/quote]
                Im good as the imaging is still working just find, i can manually rename and join it to the domain. no issues just wanted to let you know what I have found.
                Thanks for the hard work Tom.

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

                  While I know I was making progress, just too much has been breaking. I’ll be rethinking things down the road, but for right now i have reverted all changes back to 2996. It’s just not worth things not working any more simply for some performance gains. I can think about how to apply these things down the road.

                  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
                  • Wayne WorkmanW
                    Wayne Workman
                    last edited by

                    [quote=“Tom Elliott, post: 42553, member: 7271”]While I know I was making progress, just too much has been breaking. I’ll be rethinking things down the road, but for right now i have reverted all changes back to 2996. It’s just not worth things not working any more simply for some performance gains. I can think about how to apply these things down the road.[/quote]

                    Spoken like a true developer.

                    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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

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

                      3051 should fix, as far as I can tell, nearly all problems from the interface. It’s still a work in progress but it seems much more stable than in the past few days. Thanks all for the reporting on this and attempting to get this figured out.

                      With it also comes a simplistic new feature and plugin written by Jbob. It’s an event notifier. This means, for example, you can push notifications to your phone, mobile device, and or computer informing you when something happens. It’s very similar to hooks but does not require much building beyond the specific object file itself. It’s designed to work similarly to hooks including plugins as well. This means you don’t need to call events in the core code but, when paired with hooks, you can use the existing hook events to establish the event caller as needed and where needed.

                      Hopefully you all find this feature useful and the current version behaving much more nicely on your 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
                      • F
                        Frank
                        last edited by

                        Hi Tom,
                        excuse me a question: when pushing on images icon, last menu choice “Multicast image”. What’s that for?
                        Thanks,

                        Frank

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

                          Multicast Session Joining.

                          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
                          • F
                            Frank
                            last edited by

                            Do you mean to join an existing multicast session or create a new one?
                            I don’t want to bother you, then if there is a document or a thread explaining that it will be enough for me.
                            Thanks.

                            Frank

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

                              It’s allowing you to create a session out of any image.

                              You can join to that session from the ipxe menu.

                              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
                              • F
                                Frank
                                last edited by

                                Great!! Thanks

                                1 Reply Last reply Reply Quote 0
                                • J
                                  jamesb
                                  last edited by

                                  I have a really weird issue. I just updated to 3051 and I’m can’t update my schema. Every time I try I get told that my database is up to date. But when I look at my FOG configuration it still says I’m on 2979.

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Johnny Bravo
                                    last edited by

                                    [quote=“Ray Zuchowski, post: 38879, member: 24449”]Tom,

                                    Running 2607 right now. Works nice bud. Just wanted to say nice work. Is the email feature working yet ? Do I have to set my smtp settings through my PHP. ini ?

                                    Ray Z[/quote]

                                    [quote=“Tom Elliott, post: 38892, member: 7271”]No, you do not need to setup php.ini sendmail/email smtp stuff.[/quote]

                                    Hi all, currently testing the latest SVN [r3054]. unsure how to get mail notifications working can someone please help me with setting this up? is this feature finished/working yet?

                                    where do I specify our smtp server?

                                    so far this release is really good, have only tested upload/download/ad rename & joining as that’s all i need @ the moment I am still on 0.32 in my production so looking forward to the final release with the updated client.

                                    edit: just to add i’m running Debian 7

                                    thanks

                                    1 Reply Last reply Reply Quote 0
                                    • Y
                                      YuYo
                                      last edited by

                                      Hi, I just upgraded to the last SVN and my clients can’t download any image.

                                      There’s a blinking cursor in the bottom left ad if there was a key pressed and the screen is scrolling up continuously.

                                      I’ve tried reverting to a previous SVN but the problem persists.

                                      Any idea?

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

                                        What, exact, revision are you running? The “last” doesn’t mean a whole lot.

                                        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
                                        • Y
                                          YuYo
                                          last edited by

                                          Rev 3060

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

                                            You can upgrade to Rev 3061, though it shouldn’t matter. I’ve updated the init’s as well.

                                            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
                                            • 20
                                            • 21
                                            • 22
                                            • 23
                                            • 24
                                            • 32
                                            • 33
                                            • 22 / 33
                                            • First post
                                              Last post

                                            250

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project