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

    Fog installation with ubuntu focal

    Scheduled Pinned Locked Moved
    Linux Problems
    5
    14
    1.7k
    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.
    • S
      Sebastian Roth Moderator
      last edited by

      @DARUN974 Which version of FOG did you try to install?

      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
      • D
        DARUN974
        last edited by

        Hello
        Thanks for answer.
        I try to install fog 1.5.8 with ubuntu 20.04.
        The fog script install quit when he wants to install php7.3

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @DARUN974 Try installing the latest 1.5.9 release candidate.

          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
          • D
            DARUN974
            last edited by

            Hello,
            I try to fog 1.5.9 RC2.
            It’s ok to php but there is error :

            • Downloading kernel, init and fog-client binaries… * Could not download init.xz properly

            I verify my proxy adresse is ok.
            The last ligne to …/error_logs/fog_error_1.5.9-RC2.log :

            ii wget 1.20.3-1ubuntu1 amd64 retrieves files from the web
            ii xinetd 1:2.3.15.3-1 amd64 replacement for inetd with many enhancements
            ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1 amd64 compression library - runtime
            New password: Retype new password: passwd: password updated successfully
            find: ‘/home//fog_web_1.5.9-RC2.BACKUP/management/other/’: No such file or directory

            1 Reply Last reply Reply Quote 0
            • D
              DARUN974
              last edited by

              When installation started there’s an error :

              • Skipping package: php-gettext…(Does not exist)
              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth

                @DARUN974 said in Fog installation with ubuntu focal:

                Downloading kernel, init and fog-client binaries… * Could not download init.xz properly

                Fairly sure that on is a network issue. We have automated installer tests and they seem to work fine on Ubuntu 20.04…

                @DARUN974 said in Fog installation with ubuntu focal:

                Skipping package: php-gettext…(Does not exist)

                Sure you have Ubuntu 20.04 LTS Focal Fossa??

                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
                • D
                  DARUN974
                  last edited by

                  Hello,
                  Yesss…
                  It work…
                  Then “Skipping package: php-gettext…(Does not exist)”, i’m sure that i use Ubuntu Focal 20.04.
                  But it’s not a problem, it work without php-gettext.
                  My problem is that I have a proxy and difficult to initialise.
                  I modiffy proxy curl in /opt/fogproject-1.5.9RC2/lib/common/functions.sh :
                  curl -x http://proxy:port --silent -kOL $url>>$workingdir/error_logs/fog_error_${version}.log 2>&1

                  curl -x http://proxy:port --silent -kOL $hashurl>>$workingdir/error_logs/fog_error_${version}.log 2>&1
                  And now it work good.

                  Thank you for your help.

                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                  • O
                    Oratorian
                    last edited by Oratorian

                    @DARUN974 if you install 1.5.8 on Ubuntu 20.04.1

                    do the following

                    open /root/fogproject-1.5.8/lib/ubuntu/config.sh

                    search for

                           case $OSVersion in
                                19|20)
                                    php_ver="7.3"
                    

                    and change php_ver to 7.4

                    Ubuntu 20.04.01 recieved an repository update where canoncial updated all php binaries to 7.4 and removed 7.3

                    george1421G 1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @Oratorian
                      last edited by george1421

                      and change php_ver to 7.4
                      Ubuntu 20.04.01 recieved an repository update where canoncial updated all php binaries to 7.4 and removed 7.3

                      @developers note to adjust before 1.5.9 GA is released.

                      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!

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Sebastian Roth

                        @george1421 To me it seems like they are all using 1.5.8 and this is fixed in dev-branch and the RC releases since months. See https://github.com/FOGProject/fogproject/blob/dev-branch/lib/ubuntu/config.sh#L46

                        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

                        O 1 Reply Last reply Reply Quote 1
                        • O
                          Oratorian @Sebastian Roth
                          last edited by

                          @Sebastian-Roth

                          This is indeed an error in 1.5.8

                          i just upgraded to 1.5.9 RC2 and it works fine

                          1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman
                            last edited by

                            The daily installation tests show Ubuntu 20 as passing for all three fogproject branches. You can see the results in my signature.

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

                              @DARUN974 said in Fog installation with ubuntu focal:

                              My problem is that I have a proxy and difficult to initialise.

                              This is the problem.

                              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
                              • 1 / 1
                              • First post
                                Last post

                              176

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.4k

                              Posts
                              Copyright © 2012-2024 FOG Project