Multicast PHP errors
-
Build 7268 on Ubuntu 15.10
Single deploy works fine, attempting to multicast, the task gets created and then vanishes after several seconds.
Checking status on FOGMulticastManager service gives me a couple of repeating errors every 10 seconds:Apr 22 12:07:42 shsfog FOGMulticastManager[6746]: PHP Strict Standards: Non-static method FOGBase::getSetting() should not be called statically in /var/www/html/fog/lib/service/fogservice.class.php on line 90 Apr 22 12:07:42 shsfog FOGMulticastManager[6746]: PHP Strict Standards: Non-static method FOGService::getDateTime() should not be called statically in /var/www/html/fog/lib/service/fogservice.class.php on line 92```
-
Should be fixed, but was this actually causing real issues? The “vanishing” i doubt is due to the errors themselves, but you can confirm. Normally the “disappearing” would be because the node’s interface setting is not correct.
-
Tom, you got me. Occam’s razor on this one, storage node was looking for eth1 instead of eno1. Silly problem, easy fix. Thanks a bunch!
-
@couldcareless there’s always a reason and the simplest is usually the truth gotta love occums razor.