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

Updating from SVN 3731 to GIT 4250 HTTP500

Scheduled Pinned Locked Moved Solved
Bug Reports
3
21
7.5k
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
    sudburr
    last edited by Jul 30, 2015, 6:00 PM

    I’m trying to avoid a rebuild, or a rollback. I want to solve this because I expect it to happen again when I again update from SVN3731 to GIT4266 .

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

    W 1 Reply Last reply Jul 30, 2015, 10:16 PM Reply Quote 0
    • S
      sudburr
      last edited by sudburr Jul 30, 2015, 12:43 PM Jul 30, 2015, 6:00 PM

      So these three lines repeat themselves in apache’s error.log

      [:error] [pid 9651] [client 172.19.252.91:57574] PHP Fatal error:  Call to undefined method FOGCore::cleanInvalidEntries() in /var/www/html/fog/commons/init.php on line 179
      [core:notice] [pid 1066] AH00094: Command line: '/usr/sbin/apache2'
      [ssl:warn] [pid 1046] AH01909: 172.19.244.13:443:0 server certificate does NOT include an ID which matches the server name
      

      Following the error for /var/www/html/fog/commons/init.php on line 179, we commented out

       /** $FOGCore->cleanInvalidEntries(); */
      

      And all appears well again with the web interface with 3731. Still digging though.

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

      1 Reply Last reply Reply Quote 0
      • S
        sudburr
        last edited by sudburr Jul 30, 2015, 12:38 PM Jul 30, 2015, 6:36 PM

        Relating to my top post here, the recursive symbolic link that is created allows me to do this

        http://devfog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/fog/
        

        and get to the management page.

        Spammity spam, spammity spam…

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

        1 Reply Last reply Reply Quote 0
        • S
          sudburr
          last edited by Jul 30, 2015, 9:17 PM

          Hmmm, nfs volume mount error now.

          So next I tried a GIT 4266 install over the existing. At the prompt to visit the management page I connected with another session and commented out line 179 /var/www/html/fog/commons/init.php.
          I was able to reach the web site. Strangely, my little cloud still says 3731 .

          The rest of the install complete seemingly without error. The web interface is working, but now I’m stuck with the NFS volume mount error on clients attempting to quick image.

          Okay, try updating using SVN 3821 which checks out to 4266 . The install fails at

          Setting up and starting MySQL...............................Failed!
          

          This is fun! 😏

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

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman @sudburr
            last edited by Jul 30, 2015, 10:16 PM

            @sudburr said:

            I’m trying to avoid a rebuild, or a rollback. I want to solve this because I expect it to happen again when I again update from SVN3731 to GIT4266 .

            I’ve been trying to move people to Fedora lately (and have moved several) simply because there are less problems. Just throwing that out there. Here’s a link to an article I’ve been working on: https://wiki.fogproject.org/wiki/index.php/Fedora_21_Server

            The Developers will naturally want to solve the problem with Debian and that’s understandable and fine. But I don’t know what your imaging workload looks like, and if it’s quite demanding and pressing, you could get a fedora box built before lunch, with images and hosts ported over too.

            To move or to stay all depends on your needs and how much time you have. With Debian, you have an unknown amount of time till it’s fixed. With Fedora, it’ll be before lunch. It’s up to you though. 🙂

            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/

            S 1 Reply Last reply Jul 31, 2015, 12:26 AM Reply Quote 0
            • T
              Tom Elliott
              last edited by Jul 30, 2015, 11:36 PM

              I’ve updated code and hopefully this problem will stop.happening now. Though I don’t know 100% for sure if it will work.

              I’m making some pretty rigid assumptions, and will change it accordingly but need to know if it will work.

              It should also update the packages properly. This way you don’t get blank screens, I hope.

              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
              • S
                sudburr @Wayne Workman
                last edited by sudburr Jul 30, 2015, 6:27 PM Jul 31, 2015, 12:26 AM

                @Wayne-Workman said:

                I’ve been trying to move people to Fedora lately (and have moved several) simply because there are less problems. Just throwing that out there. Here’s a link to an article I’ve been working on: https://wiki.fogproject.org/wiki/index.php/Fedora_21_Server

                That’s funny. Until this incident I hadn’t had a single problem with Debian. I was sold on the conversion from Ubuntu. We started on Ubuntu. I moved to Debian (in development and future planned updates at least) at I think what was one of the developers suggestion, and now you’re telling me that Fedora is the cat’s meow instead?

                I’m not complaining. I like trying out new stuff. I’ll give it a whirl for sure, but what is the horse’s mouth opinion on this? I want to be as compliant as possible for my setups. what is THE distro recommended as the least problematic for FOG now ?

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

                W 1 Reply Last reply Jul 31, 2015, 12:47 AM Reply Quote 0
                • W
                  Wayne Workman @sudburr
                  last edited by Jul 31, 2015, 12:47 AM

                  @sudburr said:

                  I moved to Debian (in development and future planned updates at least) at I think what was one of the developers suggestion,

                  And whoever told you that made a good suggestion.

                  I’m only suggesting Fedora because you’ve had no luck all day.

                  And, if your priority is a working fog box in the least amount of time…

                  Try the latest revision though, see if that fixes it.

                  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
                  • S
                    sudburr
                    last edited by Jul 31, 2015, 12:55 AM

                    GIT 4270 made it through the web interface, but the installer is still failing at:

                    Setting up and starting TFTP and PXE Servers................Failed!
                    

                    Also

                     Adding needed repository....................................OK
                     Preparing Package Manager...................................
                    

                    Were both lightning fast on the first install attempt of GIT 4270, but took for-ever (ie: several minutes) on the next attempt.

                    And no, I’m not in a bind or a hurry. Not until tomorrow evening, and then I’ll just revert if things aren’t working right yet.

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

                    1 Reply Last reply Reply Quote 0
                    • S
                      sudburr
                      last edited by Jul 31, 2015, 3:30 PM

                      GIT 4274 has everything back in running order.

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

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        21/21
                        Last post

                      156

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.4k

                      Posts
                      Copyright © 2012-2024 FOG Project