Difficulty Imaging & More
-
Hello All,
Long time user of fog having some new issues! Here’s the run down first:
Fog 1.20 Rev 3380 running on Ubuntu 14.04LTS
Trying to image Intel NUC with Sasmung EVO mSata SSD
We were able to build our image, upload it to fog, and deploy it to another station without a problem. Since then, when we try to deploy onto other identically built stations, we are running into an error during
“Looking for hard disks… erasing current MBR/GPT tables”
It then throws “and error has been detected” “Failed to read back partitions”
I tried to update fog to the latest revision, however when I do so, it no longer lets me into the managment page, it just gives me a blank white screen. My apache log reads an error on line 171.
Any help would be great, as I have 50 machines to deploy int he next 10 days
Thanks
Scott -
Line 171 of what?
-
Correction: Line 179 and it is in /var/www/html/fog/common/init.php
Thanks
Scott -
-
This is the same issue i’m having!!!
See my thread --> https://forums.fogproject.org/topic/5532/latest-svn-keep-getting-404-error-on-management -
Thanks @BigMan99211 I saw this but had no luck with any of the recommended fixes. I thought maybe a new threat would be appropriate seeing as we have different files and lines that are throwing the errors… Looks like something with PHP in the new svn though…
Are you in Spokane?
-
@skotteru My guess is you’re running Ubuntu and/or Debian?
Try:
sudo mv /var/www/fog /var/www/fog_back sudo ln -s /var/www/html/fog /var/www/fog
-
thanks Tom, that has us up and running!