Snapins failure
-
Details. We need details.
-
I deleted snapin file from /opt/fog/snapins. I deleted this snapin that i was trying to send as well. There is nothing udner active task and under active snapins tasks. But when i try to send different snapins to this machine i get error that snapins are already deployed. There are none to be seen. I can deploy this snapin to other machines that were not in this affected group.
-
By details, I’m trying to figure out what version of FOG, what OS, etc…?
-
Sorry, Fog 1.20. Centos 6.5
-
Are you adverse to upgrading to the latest and greatest?
-
I thoght i have the latest, you mean fog right. Isn’t there some way to clear deployed snapins from database.
I can’t be the only one with this error can i:
[IMG]http://oi59.tinypic.com/11l1ksh.jpg[/IMG] -
You have to truncate snapinTasks and snapinJobs, this will solve the problem.
-
How do i do that?
-
[code]mysql -u root fog
truncate table snapinTasks;
truncate table snapinJobs;[/code] -
That is it. Thank you so much guys. Such great community makes using fog even more satisfying.