Can't Multicast from a Storage Node
-
This is using FOG 0.32 running on Ubuntu 11.04.
I’ve got a Windows 7 image on a FOG storage node. Deploying to a single machine works with no problems. Mutlicasting an image stored on the “main” server works fine as well.
However, when I try to deploy an image on a storage node using multicast, all machines hang on the blue “Please Wait” screen, and my Log Viewer says “Task <groupname> failed to execute, image file not found!”
Any ideas on how to solve this?
-
I just solved a problem like this for myself. It turned out my Ubuntu mysql installation sets mysql to listen to 127.0.0.1 only. When I changed the IP to the actual IP and opened the firewall (main FOG server), it worked as intended.
On Ubuntu, the config file in question is /etc/mysql/my.cnf, the setting is "bind-address = ".