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

Ubuntu 16.04 LTS

Scheduled Pinned Locked Moved
General
3
21
3.9k
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
    Joe Gill
    last edited by Aug 9, 2016, 9:24 PM

    I hate to even think about updating to 16.04 on my FOG server and storage nodes but…

    Has anyone done any testing yet? I know this was just recently released… Just curious if anyone has bitten the bullet…

    Thanks!!

    Cheers,

    Joe

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Aug 9, 2016, 9:29 PM

      https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04

      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

      J 1 Reply Last reply Aug 9, 2016, 9:53 PM Reply Quote 0
      • W
        Wayne Workman
        last edited by Aug 9, 2016, 9:29 PM

        Depends on what version of FOG you’re running.

        For the moment, because you have storage nodes, I say sit on it till RC-8 is released.

        If you’re on Ubuntu 14.04, I wouldn’t even bother upgrading the OS.

        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
        • J
          Joe Gill @Tom Elliott
          last edited by Aug 9, 2016, 9:53 PM

          @Wayne-Workman Thanks! I try and update weekly. I just updated FOG today, so I’ll be on whatever the most current SVN release is.

          @Tom-Elliott Thanks! I’ll check it out!

          J W 2 Replies Last reply Aug 9, 2016, 9:56 PM Reply Quote 0
          • J
            Joe Gill @Joe Gill
            last edited by Aug 9, 2016, 9:56 PM

            I just glanced over the WIKI. If I was all caught up around here I’d consider it. But since I’m behind as usual, I think this guy will be waiting for a bit!

            Thanks again!

            Cheers,

            Joe

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman @Joe Gill
              last edited by Aug 9, 2016, 10:03 PM

              @Joe-Gill said in Ubuntu 16.04 LTS:

              I just updated FOG today, so I’ll be on whatever the most current SVN release is.

              Then your servers will have a replication loop…

              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/

              J 1 Reply Last reply Aug 9, 2016, 10:12 PM Reply Quote 0
              • J
                Joe Gill @Wayne Workman
                last edited by Aug 9, 2016, 10:12 PM

                @Wayne-Workman

                Please explain… Is that a good thing or a bad thing? I thought updating both was always good practice.

                T 1 Reply Last reply Aug 9, 2016, 10:22 PM Reply Quote 0
                • W
                  Wayne Workman
                  last edited by Aug 9, 2016, 10:19 PM

                  It’s a bad thing. rc-7 has a replication loop bug. File sizes will never match because 8 bytes is appended in the checks, and it’ll endlessly delete files and re-copy everything as if it needs done. RC-8 fixes it, I’ve already tested 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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  J 1 Reply Last reply Aug 9, 2016, 10:26 PM Reply Quote 0
                  • T
                    Tom Elliott @Joe Gill
                    last edited by Aug 9, 2016, 10:22 PM

                    @Joe-Gill It is good practice, however the comparators would always fail, causing other nodes in the group to delete their files (Snapins/Images). It would still replicate the data to the system, but the next check cycle would remove and do it all over again.

                    So it could be good as the nodes will ALWAYS have current image files, however it’s a massive amount of work which would cause the network to be in use all the time, if anyone’s imaging off a different node, the files would just remove themselves causing the host to stop imaging.

                    It would also be a lot more taxing on IO on the server as it is constantly writing the to the log over and over (2/3 logs really) which will also cause a taxing CPU problem (More load on the server and above expected norms (Say a quad core system with a load of 135 or more.)

                    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

                    W 1 Reply Last reply Aug 9, 2016, 10:27 PM Reply Quote 0
                    • J
                      Joe Gill @Wayne Workman
                      last edited by Aug 9, 2016, 10:26 PM

                      @Wayne-Workman

                      How does one go about getting to RC-8?

                      W 1 Reply Last reply Aug 9, 2016, 10:28 PM Reply Quote 0
                      • W
                        Wayne Workman @Tom Elliott
                        last edited by Aug 9, 2016, 10:27 PM

                        @Tom-Elliott said in Ubuntu 16.04 LTS:

                        So it could be good as the nodes will ALWAYS have current image files

                        It will never be good. People who image using the nodes will have corrupt systems because they image with an incomplete file 99%+ of the time.

                        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/

                        T 1 Reply Last reply Aug 9, 2016, 10:28 PM Reply Quote 0
                        • W
                          Wayne Workman @Joe Gill
                          last edited by Wayne Workman Aug 9, 2016, 4:28 PM Aug 9, 2016, 10:28 PM

                          @Joe-Gill said in Ubuntu 16.04 LTS:

                          @Wayne-Workman

                          How does one go about getting to RC-8?

                          In your git repo,

                          git pull
                          git checkout working-RC-8
                          cd bin
                          ./installfog.sh

                          This reconfigures git to use the branch.

                          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/

                          J 1 Reply Last reply Aug 9, 2016, 10:28 PM Reply Quote 0
                          • T
                            Tom Elliott @Wayne Workman
                            last edited by Aug 9, 2016, 10:28 PM

                            @Wayne-Workman Why do you say that? The replication tasks know if there’s already replication tasks operating. If it’s still running during the next cycle check, it will not do the delete stuff.

                            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

                            W 1 Reply Last reply Aug 9, 2016, 10:29 PM Reply Quote 0
                            • J
                              Joe Gill @Wayne Workman
                              last edited by Aug 9, 2016, 10:28 PM

                              @Wayne-Workman

                              Do you have a good wiki on setting up a git repo? I haven’t set one up on these servers. I’ve been using SVN.

                              W 1 Reply Last reply Aug 9, 2016, 10:30 PM Reply Quote 0
                              • W
                                Wayne Workman @Tom Elliott
                                last edited by Aug 9, 2016, 10:29 PM

                                @Tom-Elliott Because replication is always happening, the file will most of the time be incomplete, and DEPLOY tasks will always fail. I have pictures of it, they were emailed to me all day by technicians.

                                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/

                                T J 2 Replies Last reply Aug 9, 2016, 10:31 PM Reply Quote 0
                                • W
                                  Wayne Workman @Joe Gill
                                  last edited by Aug 9, 2016, 10:30 PM

                                  @Joe-Gill said in Ubuntu 16.04 LTS:

                                  @Wayne-Workman

                                  Do you have a good wiki on setting up a git repo? I haven’t set one up on these servers. I’ve been using SVN.

                                  Just follow the git instructions in the “Upgrade to Trunk” wiki article. But append my steps. FYI Tom gave me the steps earlier.

                                  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
                                  • T
                                    Tom Elliott @Wayne Workman
                                    last edited by Aug 9, 2016, 10:31 PM

                                    @Wayne-Workman I mean, the tasks don’t randomly get deleted. They will only delete if the replication from the master has completed.

                                    There’s a 10 minute gap by default for the next replication cycle to start. If you image bewteen the “cool off” period, it should work fine, but once the cycle starts back up it will delete the files.

                                    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

                                    W 1 Reply Last reply Aug 9, 2016, 10:31 PM Reply Quote 0
                                    • W
                                      Wayne Workman @Tom Elliott
                                      last edited by Aug 9, 2016, 10:31 PM

                                      @Tom-Elliott case in point.

                                      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/

                                      J 1 Reply Last reply Aug 9, 2016, 11:02 PM Reply Quote 0
                                      • J
                                        Joe Gill @Wayne Workman
                                        last edited by Aug 9, 2016, 10:31 PM

                                        @Wayne-Workman

                                        This does sound like what my previous version was doing. My deployments failed almost every time. I had to kill my tasks for each system to finish. I’ve used this image enough now that I know it wasn’t the image.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Joe Gill @Wayne Workman
                                          last edited by Aug 9, 2016, 11:02 PM

                                          @Wayne-Workman

                                          So I ran the GIT update using the commands you provided and I show the following:

                                          Tue Aug 09, 2016 17:01 pm
                                          Running Version 16
                                          SVN Revision: 5948

                                          Is that correct for RC-8?

                                          W 1 Reply Last reply Aug 9, 2016, 11:02 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            10/21
                                            Last post

                                          192

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project