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

    Update, now 404 on FOG

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    update 404
    4
    9
    3.4k
    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.
    • Scott BS
      Scott B
      last edited by Scott B

      SVN update ran but now /fog gives a 404. Checking in the /var/www/ directory all I have is download.php FOGCrypt.zip FOGService.msi index.php favicon.ico FogPrep.zip and FogService.zip.

      Ubuntu 14.04
      SVN v5283 installer.

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

        @Scott-B What is the error that you see in apache error logs?

        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

        Scott BS 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator
          last edited by george1421

          If I remember right on Ubuntu (sorry redhat person here), you needed to make a symbolic link between
          /var/www/fog and /var/www/html/fog since the files are not where its expected.

          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!

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

            @george1421 , here just recently, @Tom-Elliott has put in code to delete symbolic links.

            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/

            george1421G 1 Reply Last reply Reply Quote 0
            • Scott BS
              Scott B @Tom Elliott
              last edited by

              @Tom-Elliott said:

              @Scott-B What is the error that you see in apache error logs?

              [Mon Nov 09 10:15:30.289314 2015] [core:warn] [pid 19961] AH00045: child process 20839 still did not exit, sending a SIGTERM
              [Mon Nov 09 10:15:32.291371 2015] [core:error] [pid 19961] AH00046: child process 20839 still did not exit, sending a SIGKILL
              [Mon Nov 09 10:15:33.292477 2015] [mpm_prefork:notice] [pid 19961] AH00169: caught SIGTERM, shutting down
              [Mon Nov 09 10:15:34.009790 2015] [mpm_prefork:notice] [pid 20864] AH00163: Apache/2.4.16 (Ubuntu) PHP/5.6.14-1+deb.sury.org~trusty+1 OpenSSL/1.0.1f configured -- resuming normal operations
              [Mon Nov 09 10:15:34.009857 2015] [core:notice] [pid 20864] AH00094: Command line: '/usr/sbin/apache2'
              [Mon Nov 09 10:15:44.193424 2015] [mpm_prefork:error] [pid 20864] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
              [Mon Nov 09 10:16:28.129848 2015] [mpm_prefork:notice] [pid 20864] AH00169: caught SIGTERM, shutting down
              [Mon Nov 09 10:16:28.804913 2015] [mpm_prefork:notice] [pid 21984] AH00163: Apache/2.4.16 (Ubuntu) PHP/5.6.14-1+deb.sury.org~trusty+1 OpenSSL/1.0.1f configured -- resuming normal operations
              [Mon Nov 09 10:16:28.805012 2015] [core:notice] [pid 21984] AH00094: Command line: '/usr/sbin/apache2'
              [Mon Nov 09 10:16:47.986259 2015] [mpm_prefork:error] [pid 21984] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
              
              
              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @Wayne Workman
                last edited by

                @Wayne-Workman Sorry I thought that was a recent solution to add that link back in.

                Thinking a bit more the 404 is page not found error (which lead me back to the files not being where expected).

                The /var/log/httpd/error_log or /var/log/httpd/error.log should show the root issue either way like Tom suggested.

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

                  @Scott-B There is a setting you can change that allows more simultaneous connections to mysql. An example can be found here: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL

                  That said, it’s only a band-aid and there’s probably a larger issue going on here.

                  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 1
                  • george1421G
                    george1421 Moderator
                    last edited by george1421

                    I found this bug report for 14.04 of ubuntu.

                    https://bugs.launchpad.net/ubuntu/+source/php-apcu/+bug/1422484

                    In a nutshell the fix seems to be:

                    sudo apt-get purge php5-apcu
                    sudo service apache2 restart
                    

                    Not a FOG issue more about ubuntu.

                    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 1
                    • Scott BS
                      Scott B
                      last edited by

                      Thanks for the help everyone, it seems up and working now, but I can’t say I know why. I didn’t get to change the MaxRequestWorkers before it came up.

                      I did notice in /var I have a fog and a wwwfog directory which I never remember seeing.

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

                      152

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project