FOG 1.3.0 RC23 Multicast not working - StorageNode
-
@jhuebner Can you try:
php -f /opt/fog/service/FOGMulticastManager/FOGMulticastManager
-
root@fog-rz5:/var/log# php -f /opt/fog/service/FOGMulticastManager/FOGMulticastManager Fatal error: Uncaught Error: Call to undefined function _() in /var/www/fog/commons/init.php:354 Stack trace: #0 /var/www/fog/commons/init.php(220): Initiator::_extCheck() #1 /var/www/fog/commons/init.php(428): Initiator::startInit() #2 /opt/fog/service/lib/service_lib.php(22): require('/var/www/fog/co...') #3 /opt/fog/service/FOGMulticastManager/FOGMulticastManager(25): require('/opt/fog/servic...') #4 {main} thrown in /var/www/fog/commons/init.php on line 354
-
@jhuebner Can you install:
apt-get install php-gettext
-
root@fog-rz5:/var/log# apt-get install php-gettext Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig php-gettext ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
It’s already installed…
-
@jhuebner said in FOG 1.3.0 RC23 Multicast not working - StorageNode:
root@fog-rz5:/var/log# apt-get install php-gettext Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig php-gettext ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
It’s already installed…
same results for me
-
Hm, odd.
root@fog-rz5:/etc/php5/mods-available# php5enmod gettext WARNING: Module gettext ini file doesn't exist under /etc/php5/mods-available WARNING: Module gettext ini file doesn't exist under /etc/php5/mods-available WARNING: Module gettext ini file doesn't exist under /etc/php5/mods-available
-
@jhuebner This is going to be crazy. I’m now aware of what is happening, but I don’t have a nice mechanism to fix.
THANK YOU UBUNTU (Really Ondrej?)
php-gettext is the package that is installed (notice that it doesn’t have a version to it?)
-
@Tom-Elliott said in FOG 1.3.0 RC23 Multicast not working - StorageNode:
php-gettext is the package that is installed (notice that it doesn’t have a version to it?)
I had some other issues with Ondrej’s repository. I think it’s a bit of a mess.
-
Try these steps please:
rm -rf /etc/php* /etc/apache2* apt-get purge php5* php7* apache2* libapache*php*
Edit the /opt/fog/.fogsettings file.
Change out the php_ver to read with
php_ver='7.1'
Change out the php_verAdds to read withphp_verAdds='-7.1'
Delete the packages line.Rerun the installer.
-
@Tom-Elliott said in FOG 1.3.0 RC23 Multicast not working - StorageNode:
Try these steps please:
Yeap, that works
-
-
@Duncan Two confirmations now. @ryanxplosion has also found this problem and just confirmed with me on the “fix”
-
Does this mean yours is now working too @Duncan?
-
@Duncan The services now start - I didn’t have the chance to test a multicast-session, but would assume it now just works, yes.
-
* Setting up fog user.........................................Already setup * Setting up fog password.....................................OK * Backing up user reports.....................................Done * Stopping web service........................................Failed!
This is what i get now - never simple is it
-
@Duncan I had the same problem and ran rm -rf /etc/php* /etc/apache2* and apt-get purge php5* php7* apache2* libapachephp again and ran the installer again and it worked.
-
no luck still failing
-
@Duncan Can you show us exactly what you’ve tried?
-
sorry, i think i have it now.
[11-17-16 2:41:47 pm] * No tasks found! [11-17-16 2:41:37 pm] * No tasks found! [11-17-16 2:41:27 pm] * No tasks found! [11-17-16 2:41:17 pm] * No tasks found! [11-17-16 2:41:07 pm] * No tasks found! [11-17-16 2:40:57 pm] * No tasks found! [11-17-16 2:40:57 pm] * Starting service loop [11-17-16 2:40:57 pm] * Checking for new items every 10 seconds [11-17-16 2:40:57 pm] * Starting MulticastManager Service [11-17-16 2:40:57 pm] Interface Ready with IP Address: xxxxxxxxxxxxxxxxxxxxxxxxxx [11-17-16 2:40:57 pm] Interface Ready with IP Address: x.x.x.x [11-17-16 2:40:57 pm] Interface Ready with IP Address: x.x.x.x ######################################### # GNU GPL Version 3 # # http://fogproject.org/credits # # Credits: # # Free Computer Imaging Solution # #########################################```
-
@Duncan So you’re operational now?