Error capture a big image
-
Hello,
I’m trying to capture a big image of 250GB and I can´t, the process continues in the client, but in the web in the ‘Task Management’ the process bar stop at 40%. In the directory /images/dev, off the server, generates a temp directory with the data
The task don´t finish and the client reboot and start again.
This is the error in the client:
I have FOG trunk 6257
-
I find this and it seems to work
I will have another testLarger files for php
Configure php to allow larger snapin files to be uploaded by editing php.ini.
vim /etc/php5/apache2/php.ini
Change:
memory_limit = 1111900M
post_max_size=1111900M
upload_max_filesize=1111900M
Save Changes
/etc/init.d/apache2 restart -
@BASURILLABAS2 @Developers I wonder why that would fix it?
-
I do not know but it seems to work.
But the process bar stopping continues at 40% -
@BASURILLABAS2 said:
I do not know but it seems to work.
But the process bar stopping continues at 40%But does the upload complete successfully?
-
@Wayne-Workman said:
@BASURILLABAS2 said:
I do not know but it seems to work.
But the process bar stopping continues at 40%But does the upload complete successfully?
Yes Upload and deploy correctly.
-
But what about the “Updating Database” error on the picture in your first post? Do you still see this?
-
@Sebastian-Roth said:
But what about the “Updating Database” error on the picture in your first post? Do you still see this?
Now its work perfect, delete the task when finish and write the image in the correct directory.
Only persist the error on the process bar stopping continues at 40%
-
@Sebastian-Roth said:
But what about the “Updating Database” error on the picture in your first post? Do you still see this?
No it´s work OK