Snapins larger then Default
-
Sorry for creating doublets, but could not find the right answer yet…
Fog 1.5.2 @ Ubuntu 16.04 LTS
Snapin size is limited to 8 Mbytes<https://wiki.fogproject.org/wiki/index.php/Managing_FOG> tells regarding increasing that limit …
sudo gedit /etc/php5/apache2/php.ini Change memory_limit = 1900M post_max_size=1900M upload_max_filesize=1900M Save Changes sudo /etc/init.d/apache2 restart**
The php I have is 7.1 and I have 3 php.ini files.
./etc/php/7.1/cli/php.ini
./etc/php/7.1/fpm/php.ini
./etc/php/7.1/apache2/php.iniThe 3rd also contains the unlimited sizes but I still get the nasty complains “need a name” when I try to create snapins for binaries>8MB.
What could I do here?
-
@jla This is fixed in FOG 1.5.3. Because 1.5.3 was released days ago, and this post from 30 days ago says it was fixed in working-branch: https://forums.fogproject.org/topic/11875/snapin-upload-limit-of-8mb-is-too-small So my advice to you is update to 1.5.3 and see how it goes.