Thanks,
[quote=“Tom Elliott, post: 21286, member: 7271”]Try a newer kernel. My kernels don’t have modeset enabled at all so should work cross platform.[/quote]
sorry, I’m not sure if I understood: “your kernels” are those in Other Information -> Kernel Updates? I am using the latest - 3.8.8 from there. Or “your kernels” are these?:
[quote=“Tom Elliott, post: 21286, member: 7271”]1) [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url] (Also, in FOG 0.33b you can do this, by editing the PXEFileGenerator.class.php file, but you will have to update the password on the FOG Settings page.)[/quote]
[quote=“Tom Elliott, post: 21286, member: 7271”]2) Sort of. The way multicast works, it has to sync all systems to pick up the information at the right times. If you cancel the task while it’s in progress, it doesn’t know what to do anymore. So yes, it will hang and probably need to be killed.[/quote]
So to be sure - it’s not possible to write FOG the way it -KILLs (or better -TERMs) udp-sender (and other associated processes) when clicking “kill” button in FOG management (in Active Multicast Tasks)? Maybe you misunderstood me (or maybe I misunderstood you), but I’m not talking about cancelling multicast on client side but on server side.
[quote=“Tom Elliott, post: 21286, member: 7271”]3) Group Management is a means of individually adjusting a “group” of hosts. So the reason you don’t see the args in the group page is because it’s too complicated to read the information. It affects the hosts through a looping process rather than just adjusting the group and adding the information there. Trust me, it’s pretty complicated to try to add a per group recognition. Initially it’s simple, but to guess all the actions somebody wants becomes far too much to handle.[/quote]
OK, I think I understand - I thought there is a database table for groups where these (and other) settings is stored per group, but now I looked at fog database and code (/var/www/fog/management/includes/groups.edit.include.php) and now it makes sense.
[quote=“Tom Elliott, post: 21286, member: 7271”]4) I don’t know, but I don’t think it will work. FOGSTAT’s (in 0.32) isn’t set for Multicast tasks, unless you added the functionality.[/quote] Sorry, I don’t know what FOGSTAT is, but do you say it’s (the progressbar) working only for unicast?
[quote=“Tom Elliott, post: 21286, member: 7271”]5) There isn’t a speed setting for multicast on fog. This is because multicast works on UDP. Speed shouldn’t be an issue, except in multicast items have to sync to be on the same level. If two systems are really slow, it will slow the rest of them down as well. This is normal, no matter what adjustments you make.[/quote]
I think there shouldn’t be speed problems with my clients - I am imaging only two clients and unicast on these two clients went on approx 2 GB/s.
I have one other question - I set up group in FOG which contains only one host and when I tried to multicast it and looked at the traffic (using iftop) there was no multicast address and the traffic was going directly to host’s ip address. Is it OK?
I try to test it on separate switch (with only server and 2 hosts). And also other test - to make multicast session manualy starting udp-sender and udp-receivers from commandline.