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

Fog installation with ubuntu focal

Scheduled Pinned Locked Moved Linux Problems
14 Posts 5 Posters 2.7k Views
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 Aug 26, 2020, 9:34 AM

    @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 Aug 26, 2020, 12:01 PM

      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 Aug 26, 2020, 6:04 PM

        @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 Aug 27, 2020, 7:31 AM

          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 Aug 27, 2020, 10:13 AM

            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 Aug 28, 2020, 4:24 PM Aug 28, 2020, 10:23 PM

              @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 Sep 1, 2020, 2:03 PM

                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.

                W 1 Reply Last reply Sep 4, 2020, 8:49 PM Reply Quote 0
                • O
                  Oratorian
                  last edited by Oratorian Sep 4, 2020, 1:41 AM Sep 4, 2020, 7:39 AM

                  @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

                  G 1 Reply Last reply Sep 4, 2020, 4:42 PM Reply Quote 0
                  • G
                    george1421 Moderator @Oratorian
                    last edited by george1421 Sep 4, 2020, 10:42 AM Sep 4, 2020, 4:42 PM

                    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 Sep 4, 2020, 11:36 AM Sep 4, 2020, 5:35 PM

                      @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 Sep 4, 2020, 5:38 PM Reply Quote 1
                      • O
                        Oratorian @Sebastian Roth
                        last edited by Sep 4, 2020, 5:38 PM

                        @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
                        • W
                          Wayne Workman
                          last edited by Sep 4, 2020, 8:48 PM

                          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
                          • W
                            Wayne Workman @DARUN974
                            last edited by Sep 4, 2020, 8:49 PM

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

                            164

                            Online

                            12.4k

                            Users

                            17.5k

                            Topics

                            156.0k

                            Posts
                            Copyright © 2012-2025 FOG Project