Updating from SVN 3731 to GIT 4250 HTTP500
-
@sudburr Have you considered a rebuild?
-
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 .
-
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.
-
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…
-
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!
-
@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.
-
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.
-
@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 ?
-
@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.
-
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.
-
GIT 4274 has everything back in running order.