FOG Multicast Issue
-
Just recently updated from 1.2.0 to the latest trunk version (3480). I cannot seem to multicast at all. When selecting the option in the boot menu, text flashes by quickly after logging in, I briefly see the messages:
http://serverip/fog/service/ipxe/boot.php... ok Please enter the session name to join>read sessname http://serverip/fog/service/ipxe/boot.php... ok http://serverip/fog/service/ipxe/bg.png... ok
Then immediatley after the last message is displayed, I’m thrown back into the boot menu. Has anyone come across this issue?
Here is what the multitask.log file shows:
[05-27-15 5:31:03 pm] * No Tasks Found! [05-27-15 5:31:13 pm] | Task (1) Test is new! [05-27-15 5:31:13 pm] | Task (1) /images/2120Factory image file found. [05-27-15 5:31:13 pm] | Task (1) 1 client(s) found. [05-27-15 5:31:13 pm] | Task (1) Test sending on base port: 63100 [05-27-15 5:31:13 pm] CMD: cat /images/2120Factory/d1p1.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/2120Factory/d1p2.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/2120Factory/d1p3.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint; [05-27-15 5:31:13 pm] | Task (1) Test has started. [05-27-15 5:31:23 pm] | Task (1) Test is already running PID 7982
PS. I also noticed the time in the log is very different from the system time, is that normal?
-
What OS and version are you running FOG on?
Any updates on this? -
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)