FOG can't delete host?
-
I did a fresh install of FOG 1.1.1, and when I try to delete one of these hosts, it gives me this HTTP 500 internal server error message. I tried to do the full registration of the machine, but it comes up blank.
Here is an imgur album of screenshots I took:
[url]http://imgur.com/a/mzAwl[/url] -
I’m going to go out on a limb and take a guess that you also assigned an imageID and told the system to image after registration was complete?
There is/was a known bug with this and I’ve fixed it in SVN.
To fix this in the meantime, you’ll likely need to remove it manually from the database.
Something like:
[code]delete from hosts where hostID=‘0’;[/code]