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

    Fresh Install of FOG 1.3.4 on Ubuntu 16.04 LTS

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    23
    6.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
      shoong @Wayne Workman
      last edited by shoong

      @Wayne-Workman so I went ahead and upgraded everything (Fog 1.3.x, Ubuntu 16.04) fresh install. I’m receiving a 500 error.

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

        @shoong What’s the error?

        Error 500 doesn’t tell us a single thing.

        The error 500 (regardless of version installed) will nearly always correlate to a message being thrown in the apache error log.

        Please get the last few lines of this file: /var/log/apache2/error.log

        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

        S 1 Reply Last reply Reply Quote 1
        • S
          shoong @Tom Elliott
          last edited by

          @Tom-Elliott
          [Fri Feb 10 14:02:29.753796 2017] [mpm_prefork:notice] [pid 21285] AH00169: caught SIGTERM, shutting down
          [Fri Feb 10 14:03:01.802281 2017] [mpm_prefork:notice] [pid 910] AH00163: Apache/2.4.25 (Ubuntu) OpenSSL/1.0.2j configured – resuming normal operations
          [Fri Feb 10 14:03:01.803317 2017] [core:notice] [pid 910] AH00094: Command line: ‘/usr/sbin/apache2’
          [Fri Feb 10 14:05:11.558730 2017] [php7:error] [pid 911] [client 10.120.52.124:50692] PHP Fatal error: Uncaught Error: Call to a member function errorCode() on null in /var/www/fog/lib/db/pdodb.class.php:412\nStack trace:\n#0 /var/www/fog/lib/db/pdodb.class.php(227): PDODB->sqlerror()\n#1 /var/www/fog/lib/db/pdodb.class.php(168): PDODB::currentDb(Object(PDODB))\n#2 /var/www/fog/lib/db/pdodb.class.php(177): PDODB->_connect(false)\n#3 /var/www/fog/lib/db/pdodb.class.php(100): PDODB->_connect()\n#4 /var/www/fog/lib/db/databasemanager.class.php(43): PDODB->__construct()\n#5 /var/www/fog/lib/fog/loadglobals.class.php(42): DatabaseManager->establish()\n#6 /var/www/fog/lib/fog/loadglobals.class.php(79): LoadGlobals::_init()\n#7 /var/www/fog/commons/base.inc.php(49): LoadGlobals->__construct()\n#8 /var/www/fog/management/index.php(22): require(‘/var/www/fog/co…’)\n#9 {main}\n thrown in /var/www/fog/lib/db/pdodb.class.php on line 412

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

            @shoong Can you please install the dev-branch?

            git checkout dev-branch
            cd bin
            ./installfog.sh -y
            

            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

            S 1 Reply Last reply Reply Quote 0
            • S
              shoong @Tom Elliott
              last edited by

              @Tom-Elliott this is what i get when i run the git command

              els-fogserver:/$ git checkout dev-branch
              fatal: Not a git repository (or any of the parent directories): .git
              
              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @shoong
                last edited by

                @shoong I don’t know where your repository is.

                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

                S 1 Reply Last reply Reply Quote 1
                • S
                  shoong @Tom Elliott
                  last edited by

                  @Tom-Elliott sorry i’m a linux noob. what is that command supposed to run? or is it supposed to reinstall fog? if so, i placed it in a the tmp folder and it deleted after a restart

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

                    git clone https://github.com/fogproject/fogproject.git
                    cd fogproject
                    git checkout dev-branch
                    cd bin
                    ./installfog.sh -y
                    

                    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

                    S 1 Reply Last reply Reply Quote 1
                    • S
                      shoong @Tom Elliott
                      last edited by

                      @Tom-Elliott i’m in business! what was the issue?

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

                        @shoong I don’t know. I just know there’s been more work for 1.3.5 than my focusing on 1.3.4.

                        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

                        S 1 Reply Last reply Reply Quote 1
                        • S
                          shoong @Tom Elliott
                          last edited by

                          @Tom-Elliott thanks for the quick resolution

                          1 Reply Last reply Reply Quote 0
                          • P
                            philmills
                            last edited by

                            I have the exact same issue, but I can’t understand this thread and how it was resolved.
                            Idiot guide please ?

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

                              @philmills In a nut shell, there was/is an issue with 1.3.4 (stable). The developers have fixed this issue with one of the beta releases (1.3.5-rc6 I believe).

                              You can either wait until 1.3.5 (stable) is released or upgrade to the dev-branch and install/upgrade to 1.3.5-rc6.

                              Tom provided instructions on how to connect to the dev-branch using git.

                              git clone https://github.com/fogproject/fogproject.git
                              cd <path_to_your_install_files_root>/fogproject
                              git checkout dev-branch
                              cd bin
                              ./installfog.sh -y
                              

                              The instructions above will update your installer files to the latest dev branch. Normally we wouldn’t suggest upgrading to a dev-branch (beta) but it appears you may be at a road block where the dev-branch will address your issues. Once your files are sync’d with the dev-branch then you can just run the installer again.

                              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!

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                philmills @george1421
                                last edited by

                                @george1421 I 'm in process of installing from dev-branch as you suggested. Its stuck at “Downloading inits, kernels, and the fog client”
                                https://forums.fogproject.org/topic/7471/build-7705-downloading-inits-kernels-and-the-fog-client-stuck/3

                                I’m on gigabit connection, so it shouldn’t be a network issue, unless a crab is chewing on a wire at the bottom of the Atlantic…

                                P 1 Reply Last reply Reply Quote 0
                                • P
                                  philmills @philmills
                                  last edited by philmills

                                  @philmills bmon shows that there’s next to no traffic on eth0. Makes no sense…
                                  0_1487163105014_Capture.JPG

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

                                    @philmills Does your computer have direct access to the internet or is it proxied?

                                    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!

                                    P 2 Replies Last reply Reply Quote 0
                                    • P
                                      philmills @george1421
                                      last edited by

                                      @george1421 No proxy. I attached tracert to github, assuming the script downdloads from there. Seems there’s a timeout issue reaching github at the moment:

                                      0_1487164066012_Capture2.JPG

                                      george1421G 1 Reply Last reply Reply Quote 0
                                      • P
                                        philmills @george1421
                                        last edited by

                                        @george1421 finally its come alive again :), it literally was way over 30 mins stuck.

                                        GLAD ALSO TO ANNOUNCE - FOG IS NOW WORKING 🙂

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

                                          @philmills Interesting. AFAIK the inits and kernels are downloaded from the fog project servers (but that is only a guess). I have this url in my notes: https://fogproject.org/kernels/bzImage32

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

                                          312

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project