multicast using wrong ethernet
-
I am running Red Hat 6.7 at FOG 7671 and multicasting is not working. I traced it down to the following message:
[05-18-16 10:19:33 am] | CMD: cat /images/CSCI10/d1p1.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 4 --max-wait 600 --portbase 60806 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/CSCI10/d1p2.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 4 --max-wait 600 --portbase 60806 --full-duplex --ttl 32 --nokbd --nopointopoint; [05-18-16 10:19:33 am] | Task (51) Multicast Quick Deploy has started. Udp-sender 20120424 Using mcast address 232.168.1.15 UDP sender for (stdin) at 192.168.1.15 on eth1 Broadcasting control to 224.0.0.1
It is using eth1 even though the FOG_UDPCAST_INTERFACE is set to eth0 under the Multicast Settings. As a result all of the client computers get to partclone and just sit there.
-
FOG no longer uses the interface (either FOG_UDP_INTERFACE) or otherwise to determine the interface to broadcast off.
It actually, now, uses the node’s host address as the interface to work from. So I’m just guessing, the node’s IP address in the storage page is listed as 192.168.1.15?
-
Nope. It is 10.3.64.58 on the storage management page and the interface there is set to eth0 also.
-
@tmerrick Then where is 192.168.1.15 coming from?
-
Do you have a custom address setup under global settings? FOG Configuration Page->Settings->Multicast Settings->FOG_MULTICAST_ADDRESS
-
It is eth1’s address. I am not sure where FOG is picking it up.
-
The FOG_MULTICAST_ADDRESS is zero.
-
@tmerrick Mind updating and seeing if the latest helps out?
-
Still going to eth1:
[05-18-16 11:22:39 am] | CMD: cat /images/CSCI10/d1p1.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 4 --max-wait 600 --portbase 60316 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/CSCI10/d1p2.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 4 --max-wait 600 --portbase 60316 --full-duplex --ttl 32 --nokbd --nopointopoint;
-
@tmerrick You went through the whole installation already too?
-
Yes, the update to 7701.
-
@tmerrick What’s output if you run:
systemctl status -l FOGMulticastManager
-
What is the Red Hat 6 command?
-
@tmerrick
tail -100f /var/log/httpd/error_log
-
Here is the error_log:
[Wed May 18 10:26:41 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:28:27 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:28:58 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:30:06 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:30:18 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:31:34 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:32:13 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:32:29 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:33:03 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:33:11 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:35:04 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:35:30 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:35:34 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:36:20 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:36:30 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:37:49 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:39:14 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:39:26 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:39:27 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:40:06 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:41:40 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:42:59 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:43:05 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:43:56 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:44:48 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:46:12 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:46:27 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:46:53 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:47:25 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:47:32 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:49:28 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:49:29 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:50:50 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:50:52 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:50:57 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:53:14 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:53:27 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:53:28 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:54:18 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:54:35 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:56:08 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:56:15 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:56:59 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:57:03 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:58:30 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:58:42 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:59:40 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 10:59:53 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:00:04 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:01:14 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:01:29 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:03:15 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:03:33 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:03:51 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:04:30 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:05:12 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:06:34 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:07:07 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:07:10 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:07:47 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:10:08 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:10:18 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:10:19 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:10:20 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:11:05 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:13:42 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:13:47 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:13:49 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:14:14 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:14:20 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:17:00 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:17:04 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:17:43 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:17:55 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:18:07 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:20:01 2016] [notice] caught SIGTERM, shutting down [Wed May 18 11:20:48 2016] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed May 18 11:20:48 2016] [notice] Digest: generating secret for digest authentication ... [Wed May 18 11:20:48 2016] [notice] Digest: done [Wed May 18 11:20:48 2016] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.6.21 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Wed May 18 11:20:54 2016] [error] [client 10.3.64.58] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/fog/lib/db/mysqldump.class.php on line 383 [Wed May 18 11:20:56 2016] [error] [client 10.3.64.58] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/fog/lib/db/mysqldump.class.php on line 400 [Wed May 18 11:21:04 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:21:11 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:21:17 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:21:41 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:21:45 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:23:59 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:24:12 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:24:27 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:24:55 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:25:37 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:26:44 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:27:18 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:27:35 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:28:17 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:29:33 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:30:00 2016] [error] [client 10.4.210.73] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:30:15 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:31:08 2016] [error] [client 10.4.210.69] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:32:15 2016] [error] [client 10.4.210.76] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:32:49 2016] [error] [client 10.4.210.72] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197 [Wed May 18 11:32:55 2016] [error] [client 10.4.210.75] PHP Warning: array_map(): An error occurred while invoking the map callback in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 197
-
@Tom-Elliott Sorry to say this but again I start hating those array_map functions! They might be very nice in the code but just hell to debug!!!
-
Please update again when you can and see if things are working better.
The issue I noticed is out of this is it would simply return an interface if any of the system’s IP addresses were found. That still doesn’t explain why it’s starting the tasking on an IP that’s not on your fog server as that is not handled in the same fashion.
If I had to guess, there is potentially another node with that IP and eth1 as the interface. I’m just guessing though.
-
No the interface is on my fog server, but is an internal backup network. I fudged around it by disabling the interface, updating fog, and then re-enabling the interface.
-
@tmerrick so is an updaed version working now?
-
I am on 7707 at the present time and it seems to be working when I disabled/enabled the eth1 interface. I am not sure what will happen if I install an update without doing the disable/enable during it. Could this be an install error during the multicast configuration? I noticed that it had the subnet mask from eth1, and not eth0 during installation.