@Duncan Then you need to do the truncate stuff in the database mentioned somewhere else
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!
-
RE: FOG Client stops reporting & working
Thanks for your quick reply.
I was using the Agent 0.11.0 with 1.2.0, I think that’s the one that came with 1.2.0. I am of the opinion that, whatever version, nothing should kill the settings file so that the agent/zazzles does not work anymore. I am in the good position that our production environment is more of a lab-style character (university campus) - so the world does not end when the agent is not working. I just have to do more manual work which I of course try to avoid.
Besides that: I really like the project and appreciate the work you put into this!
-
RE: FOG Client stops reporting & working
I don’t know if this is related:
I had an issue where the content of the settings.json got corrupted on half of the computers and I had to reinstall the agent manually. I don’t know what killed the contents of the file. That happened with the stable version of fog (1.2.0). After reinstalling the agent I upgraded to trunk and am now waiting to see what happens next.