RAMDISK: EOF while readin compressed data
-
I’m baffled. Everything was working fine and then all of a sudden this starts happening. See photos:
Can anyone assist? I’m about to nuke it and move back to Ubuntu 14.04. This CentOS box is driving me crazy.
I did find a strange issue with the tftp password in FOG settings. It somehow had been reverted to the previous password I had used. I caught this only because I got an error when trying to re-download and install the FOG kernel. Once I fixed the password the kernel downloaded and installed just fine. I just have no clue where to begin with this though.
-
Details, details. What version of CentOS? What version of FOG? Knowing what you’ll ditch CentOS for doesn’t help us.
Make sure SELinux is turned off. check like this:
sestatus
Make sure the firewall is off.
Make sure apache is running
make sure TFTP is runningSee if other hosts are affected or if this is isolated.
and, it really looks like you got a kernel & init issue. Try to re-run your installer.
-
Sorry. Posted this on my way out the door after an hour of OT trying to figure it out. It’s CentOS 7. I checked selinux and it’s disabled. I can’t check anything else right now but I have some output from /var/log/messages:
Aug 16 04:48:48 new-fog-server FOGImageReplicator: PHP Warning: stream_set_blocking() expects exactly 2 parameters, 1 given in /var/www/html/fog/lib/fog/FOGService.class.php on line 217 Aug 16 04:48:49 new-fog-server FOGImageReplicator: PHP Warning: stream_set_blocking() expects exactly 2 parameters, 1 given in /var/www/html/fog/lib/fog/FOGService.class.php on line 217 Aug 16 04:48:49 new-fog-server FOGImageReplicator: PHP Warning: stream_set_blocking() expects exactly 2 parameters, 1 given in /var/www/html/fog/lib/fog/FOGService.class.php on line 217
Lots more but had to truncate.
-
@Neil-Underwood @Developers I am not a PHP person. Developers need to help on this.
-
Its likely one of two possibilities.
Guess one is this is booting via efi? If so it may be something I forgot and will be fixed tomorrow along eight errors you were seeing.
Guess two, does this happen on every system or just this one? If this is only on this one, check your ram on that system.
-
Just looked at the source code and I’m leaning more towards a problem with RAM on that particular system.
Is this occurring on EVERY system, or just this particular system?
-
@Tom-Elliott said:
Just looked at the source code and I’m leaning more towards a problem with RAM on that particular system.
Is this occurring on EVERY system, or just this particular system?
I’ve checked 3 different PC’s and they are all doing it. None of them are booting via efi.
One of them happens to be the machine I use to master one of my images. I can’t put my finger on which one, but this started happening after a recent update. Right now I’m on 4451 via github.
-
Is this happening on EVERY system, or just this model of system?
-
@Tom-Elliott I’ve only got 2 different models at the office here. Dell Optiplex 3010 and 3020. It’s happening on both of those. If you would like me to verify other systems I will have to go to some of my other sites and check (which is not a problem, I just have to wait until someone else gets here).
-
I’ve got a Dell OptiPlex 3020 I can test with. give me a few minutes and i’ll update my dev box and try to replicate the issue
-
@Neil-Underwood said:
@Tom-Elliott I’ve only got 2 different models at the office here. Dell Optiplex 3010 and 3020. It’s happening on both of those. If you would like me to verify other systems I will have to go to some of my other sites and check (which is not a problem, I just have to wait until someone else gets here).
Two is enough - you don’t need to go anywhere.
-
Any news on this problem ?
i have the last GIT version of Fog and seems to have the same problem (on different machine)
It was working great with version 1.2.0
Thanks in advance -
@giejo63 said:
Any news on this problem ?
i have the last GIT version of Fog and seems to have the same problem (on different machine)
It was working great with version 1.2.0
Thanks in advanceI have tested with the init.xz, init_32.xz, bzimage and bzimage32 from Fog_1.2.0 and this error disappeared (putting them in ipxe directory)
but now my problem is that it didnt deploy at all, seems like computers are looping infinitely -
The best guess, that I can see, is that the init’s were not properly downloaded. It’s probably got the proper file for the kernels, but not for the inits.
-
@giejo63 In other words, try to reinstall.
I’d really highly recommend using the -y argument so it auto-updates the DB for you. like this:
./installfog.sh -y