FOG 1.2.0 multicast issues
-
Would it make sense to change the owner of PeteTest to www-data for testing purposes?
-
No,
Because the /images directory is still mounted read only.
-
Also, why wouldn’t I change the /etc/exports folder on the fog server to match the image box:?
/images *(rw,sync,no_wdelay,no_root_squash,insecure)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure) -
exports file, I mean.
-
I have done a fresh install of Ubuntu 14.04 LTS and SVN and restored database.
Now the multicast process doesn’t stop but it still doesn’t multicast.
Here is the log:[07-24-14 1:55:48 pm] * No tasks found!
[07-24-14 1:55:58 pm] | Task (1) Multicast Group Quick Deploy is new!
[07-24-14 1:55:58 pm] | Task (1) /images/PeteTest image file found.
[07-24-14 1:55:58 pm] | Task (1) 2 client(s) found.
[07-24-14 1:55:58 pm] | Task (1) Multicast Group Quick Deploy sending on base port: 58570
[07-24-14 1:55:58 pm] CMD: cat /images/PeteTest/rec.img.|/usr/local/sbin/udp-sender --min-receivers 2 --portbase 58570 --interface eth0 --full-duplex --ttl 32 --nokbd;cat /images/PeteTest/sys.img.|/usr/local/sbin/udp-sender --min-receivers 2 --portbase 58570 --interface eth0 --full-duplex --ttl 32 --nokbd;
[07-24-14 1:55:58 pm] | Task (1) Multicast Group Quick Deploy has started.
[07-24-14 1:56:08 pm] | Task (1) Multicast Group Quick Deploy is already running PID 2520
[07-24-14 1:56:18 pm] | Task (1) Multicast Group Quick Deploy is already running PID 2520I have checked all of the options we have previously gone through in this thread and omping does work for multicast. Any ideas since we can get this far?
-
It looks like we have resolved this issue by installing Ubuntu 14.04 on both our FOG server and image server and then installing the GlusterFS as per Tom’s advice. Thank you Tom for all of your help.