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

    Installing on Ubuntu 18.04

    Scheduled Pinned Locked Moved Solved
    Linux Problems
    9
    14
    10.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 Schmitt Senior Developer
      last edited by

      @Coconutdog it would appear the instructions on our download page were incorrect (as pointed out by Tom). I’ve updated the page with the correct instructions.

      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.

      1 Reply Last reply Reply Quote 0
      • F
        fishfox @Coconutdog
        last edited by

        @coconutdog The install script needs to be run from the installation directory.

        Make sure you cd to the dir with the install script before running.

        1 Reply Last reply Reply Quote 1
        • CoconutdogC
          Coconutdog
          last edited by

          Hi Fellas,

          I was using the instructions on the download page.
          Using:

          ./installfog.sh
          

          worked.

          It seemed to stall on the network interface choice if one selects no as an answer:

          Would you like to change the default network interface from ?
            If you are not sure, select No. [y/N] n
          
            Would you like to change the default network interface from ?
            If you are not sure, select No. [y/N] N
          
            Would you like to change the default network interface from ?
            If you are not sure, select No. [y/N] y
            What network interface would you like to use? 
          
            Would you like to change the default network interface from ?
            If you are not sure, select No. [y/N] n
          
            Would you like to change the default network interface from ?
            If you are not sure, select No. [y/N] y
            What network interface would you like to use? enp7s0
          

          It seems you have to select yes and then supply an interface name.
          Thank you all for your help so far, I’ll get there eventually.

          Matt.

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • J
            Joe Schmitt Senior Developer
            last edited by Joe Schmitt

            @Coconutdog I would recommend switching to an earlier LTS, or a different distribution such as Debian or CentOS if you need to get your FOG server working as soon as possible. Ubuntu 18.04 was released only a few days ago, and there are likely multiple things they changed that will break FOG until we can identify and patch them. With that said, if you are still interested in using Ubuntu 18.04, then we’ll definitely help patch your issue and any other 18.04 issues you encounter.

            In general, new Ubuntu releases actually tend to be the least compatible with FOG compared to most other distributions, as they derivative from certain conventions and take their own approach on things.

            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.

            1 Reply Last reply Reply Quote 1
            • Tom ElliottT
              Tom Elliott @Coconutdog
              last edited by

              @coconutdog what this is telling me is the installer can’t detect your nic, which is why it’s stuck in a loop for you. I will try relatively soon to get 18.04 support added, but I feel all should understand this is a common thing with Ubuntu releases. Even with Fedora I tend to have less compatibility issues. As @Joe-Schmitt stated, Ubuntu likes to deviate from other distros in their approach on many things.

              For example, for some reason your network interface is not being detected automatically. We already have two checks and neither of them are returning the interface. Also, installing curl is not possible because it’s looking for libcurl first. That seems like a problem for the package manager to resolve, but I’ll have to figure out a way to do it on my own.

              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

              N 1 Reply Last reply Reply Quote 1
              • N
                NT_Tech @Tom Elliott
                last edited by

                @tom-elliott Tom, I am open to any distro. While I have always used Ubuntu with FOG, I would like to know what you are programming and testing on, so I can use the same distro. Just makes sense since I am building a new server anyway.

                So…what are you using?

                Brian

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

                  @nt_tech I would recommend Debian 9. I have a number of reasons for this.

                  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
                    abulhol
                    last edited by

                    Hi there, we have trouble installing Fog on Ubuntu 18.04.1, see
                    https://github.com/FOGProject/fogproject/issues/258
                    Do you have an estimate when Ubuntu 18 will be supported out of the box?

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

                      hello all!!
                      I am out for long time! 🙂

                      Well I think what is problem here. Ubuntu 18 does not come with some repositories on sources.list 🙂

                      I Resolve my problem for intalling fog on ubuntu 18 on that way! Running that: (If you run in root user, remove sudo, of course 😛 )

                      sudo echo "deb http://cz.archive.ubuntu.com/ubuntu bionic main universe" >> /etc/apt/sources.list
                      sudo apt-get update
                      

                      Now your FOG Installation it’s able to download all packages and install 🙂

                      Best Regards! I hope this helps!

                      O que está em baixo está certo!
                      O que está em cima está errado!

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

                        @danuel That’s neat. And appreciated. But, Ubuntu 18 is installing out-of-box for me for 37 days straight now (see 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/

                        Boyan BiandovB 1 Reply Last reply Reply Quote 0
                        • Boyan BiandovB
                          Boyan Biandov @Wayne Workman
                          last edited by

                          Hi everyone,

                          So to put this discussion to rest do we all agree that the current version of FOG 1.5.4 (master branch, tarball, latest stable and production release) fogproject-1.5.4.tar.gz installs just fine on Ubuntu 18.04.1 LTS server?

                          Thank you
                          Boyan

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            abulhol @Boyan Biandov
                            last edited by

                            @Boyan-Biandov yes, but I prefer to use the working branch because it uses Ubuntu’s PHP7.2, which makes it more compatible with other software.

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

                            183

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project