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

    Ubunutu Server 21.10 Install Fail

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    3
    475
    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.
    • N
      nexrad84
      last edited by

      I have tried to install this about 3 times now and it always fails here: I have also tried to maunally install the files that it is missing and I am not having any luck, can someone please help 🙂

      ii nfs-kernel-server 1:1.3.4-6ubuntu1 amd64 support for NFS kernel server
      ii openssh-server 1:8.4p1-6ubuntu2.1 amd64 secure shell (SSH) server, for secure access from remote machines
      dpkg-query: no packages found matching php7.1
      dpkg-query: no packages found matching php7.1-bcmath
      dpkg-query: no packages found matching php7.1-cli
      dpkg-query: no packages found matching php7.1-curl
      dpkg-query: no packages found matching php7.1-fpm
      dpkg-query: no packages found matching php7.1-gd
      dpkg-query: no packages found matching php7.1-json
      dpkg-query: no packages found matching php7.1-ldap
      dpkg-query: no packages found matching php7.1-mbstring
      dpkg-query: no packages found matching php7.1-mysql
      dpkg-query: no packages found matching php7.1-mysqlnd
      dpkg-query: no packages found matching php-gettext
      php-gettext-languages
      php-php-gettext
      Reading package lists…
      Building dependency tree…
      Reading state information…
      E: Unable to locate package php-gettext
      dpkg-query: no packages found matching sysv-rc-conf
      ii tar 1.34+dfsg-1build1 amd64 GNU version of the tar archiving utility
      ii tftpd-hpa 5.2+20150808-1.2build1 amd64 HPA’s tftp server
      ii tftp-hpa 5.2+20150808-1.2build1 amd64 HPA’s tftp client
      ii unzip 6.0-26ubuntu1 amd64 De-archiver for .zip files
      ii vsftpd 3.0.3-13build1 amd64 lightweight, efficient FTP server written for security
      ii wget 1.21-1ubuntu3 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-2ubuntu7 amd64 compression library - runtime
      Reading package lists…
      Building dependency tree…
      Reading state information…
      E: Unable to locate package php-gettext
      Reading package lists…
      Building dependency tree…
      Reading state information…
      E: Unable to locate package php-gettext

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

        @nexrad84 FOG 1.5.9GA doesn’t support Ubuntu 21.10. FOG 1.5.9 was released before 21.10. The second bit of this is that FOG Only supports LTS releases of Ubuntu. The logic is that intrium releases (non-LTS) releases of ubuntu have a very short shelf life. In the case of 20.10 its end of support from Ubuntu is Jul 2022. Where 20.04 end of support is April 2025.

        Now FOG 1.5.9 doesn’t support Ubuntu 20.04 (LTS) either. But I can give you instructions on how to install FOG on 20.04 by switching over to the dev branch (which will become FOG 1.5.10GA in about 20 days)

        To install FOG 1.5.9.110 or later (that supports Ubuntu 20.04) do the following. First you need to change into the directory where you downloaded the fogproject git repository.

        cd /root/fogproject
        git pull
        git checkout dev-branch
        git pull
        cd bin
        ./installfog.sh
        

        Now when FOG 1.5.10GA is released you will need to reverse the process.

        cd /root/fogproject
        git pull
        git checkout master
        git pull
        cd bin
        ./installfog.sh
        

        Now after you get FOG 1.5.9.110 or later installed, go into the FOG Web ui and download the latest FOS Linux kernel. Web UI ->FOG Configuration -> Kernel update. Download both the x64 and 32 bit kernels. This should be linux version 5.15.x.

        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

          @george1421 said in Ubunutu Server 21.10 Install Fail:

          Now after you get FOG 1.5.9.110 or later installed, go into the FOG Web ui and download the latest FOS Linux kernel.

          Just want to mention that FOG dev-branch will install the latest kernel directly. No need top manually do that.

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

          212

          Online

          12.1k

          Users

          17.3k

          Topics

          155.3k

          Posts
          Copyright © 2012-2024 FOG Project