FOG Multicast Issue
-
I found the log time off as well in my Fog install on Ubuntu. Updating a couple config files fixes this. Here’s the wiki entry.
https://wiki.fogproject.org/wiki//index.php/Time_off -
@Mark-Bridges This will work for 1.2.0, but a forewarning/notice of SVN Revisions, this is not the case.
The time is now set directly in the GUI.
-
Good to know. Thanks for that and all your work here.
-
Ubuntu 14.04 x64
Fog Version 3488
I have been able to successfully upload an image and deploy via quick image btw.
Also thank you very much for the quick replies! -
So multicast is working or not?
-
@Tom-Elliott
Multicast is not working, still the same issues as above.
I can start a session, but I am unable to get any machines to join it. -
same Problem here -> /topic/5022/image-download-is-stuck-at-99
-
Can you run the troubleshooting script found here: https://forums.fogproject.org/topic/4581/let-s-make-scripts
And see if it points anything out?
-
Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?
-
@Wayne-Workman said:
Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?
TRUNCATE TABLE multicastSessions; TRUNCATE TABLE multicastSessionsAssoc; DELETE FROM tasks WHERE taskTypeId=8;
Via MySQL cli or phpmyadmin (easy to install)