@Duncan Then you need to do the truncate stuff in the database mentioned somewhere else
Latest posts made by jhuebner
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
@Duncan The services now start - I didn’t have the chance to test a multicast-session, but would assume it now just works, yes.
-
RE: Decreasing Disk Space?
Temporarily it could be fixed by minimizing the reserved space on that partition/filesystem.
tune2fs -m 1 /dev/mapper/FogController-root
That will give you some of the space that’s “missing” between 880G and 926G. But you need to find the source of increasing usage, otherwise it will fill up further. Maybe something weird in /var/log?
That’s why one would use not only a single root filesystem.
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
@Tom-Elliott said in FOG 1.3.0 RC23 Multicast not working - StorageNode:
Try these steps please:
Yeap, that works
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
@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.
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
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
-
RE: 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…
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
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
-
RE: FOG 1.3.0 RC23 Multicast not working - StorageNode
Interestingly I got the same problem on one of four FOG instances. They are all rather the same, Ubuntu 14, upgraded to 1.3.0 RC23, none of the services is starting and nothing suspicous is getting logged. Running the init-script with bash -x also doesn’t give a clue.
-
RE: FOG Client stops reporting & working
@Tom-Elliott Thanks for the explanation. I am now in the process of upgrading all four fog instances I manage to trunk. This way I might be helpful to advance this further. Keep it rolling!