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

[1.3.0-RC-7] Some issues

Scheduled Pinned Locked Moved Solved
Bug Reports
5
8
2.5k
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.
  • A
    aruhuno
    last edited by aruhuno Aug 8, 2016, 7:33 AM Aug 8, 2016, 1:31 PM

    Hello,

    First
    When installing on a Debian stable (8.5):

    Skipping package: php5-bcmath...............................(Does not exist)
    

    Package does not exist in current stable of Debian but exist in Ubuntu (Xenial, without 5 in name).

    Second
    When I try to deploy a snapin on computer that as no attached snapin:
    broken design

    Thank you for your work!

    "Parce que la connaissance appartient à tout le monde", inios.fr

    1 Reply Last reply Reply Quote 1
    • T
      Tom Elliott
      last edited by Aug 8, 2016, 8:08 PM

      https://github.com/FOGProject/fogproject/commit/5072dc10cdc70f02e67e358577b05e35b8265e55

      Addresses the “strange” display issue in the case a host has no snap-ins. Should work similarly for groups 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

      A 1 Reply Last reply Aug 17, 2016, 10:45 AM Reply Quote 0
      • G
        george1421 Moderator
        last edited by george1421 Aug 8, 2016, 8:22 AM Aug 8, 2016, 2:19 PM

        Is there any chance that we can get you to either upgrade debian or switch to ubuntu 14.04 or 16.04?

        Edit: scratch that, 8.5 is the latest release of Debian (sorry I’m a rhel guy). Does debian 8.5 use php7 instead of php5?

        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!

        A 1 Reply Last reply Aug 8, 2016, 2:41 PM Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Aug 8, 2016, 2:34 PM

          @aruhuno I am sure @Tom-Elliott can fix the installer scripts to have it use the “correct” package names for debian as well.

          Seems like in the old days bcmath was included in the the php module already: https://packages.debian.org/en/jessie/libapache2-mod-php5

          The following extensions are built in: bcmath …

          Looking a bit closer at the package php-bcmath in debian stretch as well as ubuntu xenial I see that there is not even a library file but only informal stuff in those. I wonder if we actually need to install php-bcmath on debian based systems??

          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 8, 2016, 2:41 PM Reply Quote 0
          • W
            Wayne Workman @Sebastian Roth
            last edited by Wayne Workman Aug 8, 2016, 8:41 AM Aug 8, 2016, 2:41 PM

            @Sebastian-Roth said in [1.3.0-RC-7] Some issues:

            I wonder if we actually need to install php-bcmath on debian based systems??

            The only reason it was added was for multi-node systems that have one or more 32-bit nodes in the mix. For stand-alone servers it’s not necessary, and for all 64-bit fog-systems it’s not necessary. I know Tom changed around how image size was calculated locally, and those changes might rely on bcmath, not sure.

            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
            • A
              aruhuno @george1421
              last edited by Aug 8, 2016, 2:41 PM

              @george1421
              No problem. Debian stable can’t use php7 with default repository.

              @Sebastian-Roth
              I think is not necessary on current stable but maybe for stretch (next stable).
              Ubuntu is “based” on Debian testing repo, php-bcmath may be necessary for him?

              "Parce que la connaissance appartient à tout le monde", inios.fr

              T 1 Reply Last reply Aug 8, 2016, 7:39 PM Reply Quote 0
              • T
                Tom Elliott @aruhuno
                last edited by Aug 8, 2016, 7:39 PM

                @aruhuno https://github.com/FOGProject/fogproject/commit/a7c16152068662923475895dfc1c24af566b9c77

                I’ve made the suggestions but only make the “php5-bcmath” element installable for the Ubuntu variants. This is only going to be enforced in ubuntu variants and should not be enforced in debian variants. I don’t know if this will fix the issue you’re describing so please try applying the patch as displayed and see if it helps you get further in the process. I have not addressed the no snapin issue you’re seeing yet.

                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 1
                • T
                  Tom Elliott
                  last edited by Aug 8, 2016, 8:08 PM

                  https://github.com/FOGProject/fogproject/commit/5072dc10cdc70f02e67e358577b05e35b8265e55

                  Addresses the “strange” display issue in the case a host has no snap-ins. Should work similarly for groups 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

                  A 1 Reply Last reply Aug 17, 2016, 10:45 AM Reply Quote 0
                  • A
                    aruhuno @Tom Elliott
                    last edited by Aug 17, 2016, 10:45 AM

                    @Tom-Elliott Thanks, that’s ok with RC8 🙂

                    "Parce que la connaissance appartient à tout le monde", inios.fr

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post

                    230

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project