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

latest SVN keep getting 404 error on management

Scheduled Pinned Locked Moved Unsolved
FOG Problems
9
41
21.2k
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.
  • W
    Wayne Workman @BigMan99211
    last edited by Jul 28, 2015, 5:53 PM

    @BigMan99211 If you just type in the IP only into a web browser’s address bar, do you get the Apache test page?

    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
    • B
      BigMan99211
      last edited by Jul 28, 2015, 5:58 PM

      No. A while back, I added a forwarder that goes straight to the …/fog/management/index.php page. It’s never had a problem.

      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

      "Life is hard; It's harder if you're stupid" - John Wayne

      W 1 Reply Last reply Jul 28, 2015, 5:59 PM Reply Quote 0
      • W
        Wayne Workman @BigMan99211
        last edited by Jul 28, 2015, 5:59 PM

        @BigMan99211 Can you delete that file for now? Or rename that file so that it stops working ?

        mv OldFileName NewFileName
        

        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
        • B
          BigMan99211
          last edited by Jul 28, 2015, 6:38 PM

          Well, it appears that my forwarder no longer exists. It is connecting to apache though. If I attempt to go to a page that doesn’t exist, I get a 404 error. With the fog management page, I just get a solid white page. If you view the source for the page, this is all I get:

          <html>
            <head></head>
            <body>
              <script type="text/javascript">(function () {
                      return window.SIG_EXT = {};
                    })()</script>
            </body>
          </html>
          

          "Failure is not an option. It come pre-installed on Windows…" - Anonymous

          "Life is hard; It's harder if you're stupid" - John Wayne

          W 1 Reply Last reply Jul 28, 2015, 6:47 PM Reply Quote 0
          • W
            Wayne Workman @BigMan99211
            last edited by Jul 28, 2015, 6:47 PM

            @BigMan99211

            PHP error log on Ubuntu:

            tail /var/log/php_errors.log    
            

            Apache error log on Ubuntu:

            sudo tail /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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • B
              BigMan99211
              last edited by Jul 28, 2015, 7:03 PM

              The PHP error log doesn’t exist…

              This is the Apache error log:
              Apache2-Error-Log.jpg

              "Failure is not an option. It come pre-installed on Windows…" - Anonymous

              "Life is hard; It's harder if you're stupid" - John Wayne

              W 1 Reply Last reply Jul 28, 2015, 7:08 PM Reply Quote 0
              • W
                Wayne Workman @BigMan99211
                last edited by Jul 28, 2015, 7:08 PM

                @BigMan99211 Bringing the @Developers attention to the apache errors.

                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
                • B
                  BigMan99211
                  last edited by BigMan99211 Jul 28, 2015, 1:26 PM Jul 28, 2015, 7:25 PM

                  Anyone else see the irony here?.. It’s failing on a portion entitled: “cleanInvalidEntries”… 😆

                  Edit - Yep… it’s late in the day… lol

                  "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                  "Life is hard; It's harder if you're stupid" - John Wayne

                  1 Reply Last reply Reply Quote 1
                  • J
                    Junkhacker Developer
                    last edited by Junkhacker Jul 28, 2015, 3:15 PM Jul 28, 2015, 9:13 PM

                    this is what i had to do to upgrade my Ubuntu 12.04 dev server
                    manually run:

                    	sudo add-apt-repository -y ppa:ondrej/php5-5.6
                    	sudo apt-get update
                    	sudo apt-get install php5
                    

                    allow all config files to be replaced with defaults
                    re-run fog installer

                    signature:
                    Junkhacker
                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                    1 Reply Last reply Reply Quote 1
                    • B
                      BigMan99211
                      last edited by Jul 29, 2015, 2:09 PM

                      @Junkhacker : I tried to install php5, per your instructions, but it’s just saying “php5 is already the newest version.”.

                      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                      "Life is hard; It's harder if you're stupid" - John Wayne

                      W 1 Reply Last reply Jul 29, 2015, 2:10 PM Reply Quote 0
                      • W
                        Wayne Workman @BigMan99211
                        last edited by Jul 29, 2015, 2:10 PM

                        @BigMan99211 Then uninstall it, and then try 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!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Jul 29, 2015, 2:11 PM

                          @BigMan99211 can you try running the installer with:

                          If you access fog with http://IPOFFOGHERE/fog
                          ./installfog.sh -y -W /var/www/html/ -D fog/

                          If you access fog with http://IPOFFOGHERE/
                          ./installfog.sh -y -W /var/www/html/fog -D /

                          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

                          1 Reply Last reply Reply Quote 0
                          • B
                            BigMan99211
                            last edited by Jul 29, 2015, 2:33 PM

                            OK…
                            I uninstalled php5, re-installed, re-ran fog install. Still getting the same blank page in Chrome, but in IE, i’m getting a 500 Server Error. And now, the apache log is showing a different error…
                            Apache2-Error2-Log.jpg

                            "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                            "Life is hard; It's harder if you're stupid" - John Wayne

                            T 1 Reply Last reply Jul 29, 2015, 4:53 PM Reply Quote 0
                            • B
                              BigMan99211
                              last edited by Jul 29, 2015, 3:52 PM

                              This seems to be a php issue… Is there anything that’s changed on the FOG side, that would affect this? The previous version of FOG i was on (svn build 3728, I believe) was working just fine. There haven’t been any updates ran through Ubuntu.

                              "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                              "Life is hard; It's harder if you're stupid" - John Wayne

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott @BigMan99211
                                last edited by Jul 29, 2015, 4:53 PM

                                @BigMan99211 It sounds like you removed php5-mysqlnd. Maybe try reinstalling it?

                                sudo apt-get install --reinstall php5-mysqlnd; sudo php5enmod mysqlnd

                                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 Jul 30, 2015, 9:24 PM Reply Quote 0
                                • B
                                  BigMan99211
                                  last edited by BigMan99211 Jul 29, 2015, 11:43 AM Jul 29, 2015, 5:42 PM

                                  @Tom-elliott : I did as you asked, and now i’m back to the same FOGCore error, that I was having in my original screen shot below.

                                  "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                  "Life is hard; It's harder if you're stupid" - John Wayne

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Tom Elliott Jul 29, 2015, 2:55 PM Jul 29, 2015, 8:55 PM

                                    Try running these commands (on Ubuntu)

                                    sudo mv /var/www/fog /var/www/fog_back
                                    sudo ln -s /var/www/html/fog /var/www/fog
                                    

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      BigMan99211
                                      last edited by Jul 30, 2015, 8:36 PM

                                      I made the changes, but the schema update page is still solid white.
                                      I checked the apache logs, and now, all i get is:

                                      administrator@FOG:~$ sudo tail /var/log/apache2/error.log
                                      [sudo] password for administrator: 
                                      [Thu Jul 30 16:32:57.197238 2015] [core:error] [pid 24249] [client 10.20.23.135:60588] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.197260 2015] [core:error] [pid 24249] [client 10.20.23.135:60588] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.985251 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.985315 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.997296 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.997316 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.998069 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:57.998085 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:58.006411 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      [Thu Jul 30 16:32:58.006424 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
                                      administrator@FOG:~$ 
                                      

                                      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

                                      "Life is hard; It's harder if you're stupid" - John Wayne

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sudburr @Tom Elliott
                                        last edited by Jul 30, 2015, 9:24 PM

                                        @Tom-Elliott said:

                                        @BigMan99211 It sounds like you removed php5-mysqlnd. Maybe try reinstalling it?

                                        sudo apt-get install --reinstall php5-mysqlnd; sudo php5enmod mysqlnd

                                        I’m curious if we’re chasing the same rabbit.

                                        At the prompt to visit the management page I connected with another session and commented out line 179 of:

                                        /var/www/html/fog/commons/init.php.

                                        … then visited the web interface and continued the install. Mind you I’m still chasing installers failing on MySQL configuration.

                                        [ Standing in between extinction in the cold and explosive radiating growth ]

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          JBailey
                                          last edited by Aug 4, 2015, 8:42 PM

                                          This issue seems to happen on my Debian 7 box as well.

                                          Trying to update from SVN 3652 to SVN 3843

                                          I’ve attempted both solutions without any luck. Blank white screen when trying to update the DB and finish install.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            20/41
                                            Last post

                                          248

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project