Image upload stuck at 99%
-
Have you ensured FTP works?
-
Tom thanks for the quick reply…I have successfully uploaded images in the past…how would i ensure that it is working correctly?
-
Run the commands on FOG server:
[code]ftp localhost[/code]
Enter the corresponding username and password for the linux fog user:
username: fog
password: whateveritisThe password can be found in GUI:
Storage Management Page-><Your relevant node>Management Password.
Click the eye to see your password in clear text.
-
looks like it was successful…?..
[url=“/_imported_xf_attachments/1/1658_4.JPG?:”]4.JPG[/url]
-
Anything in the error logs?
-
are you looking for a specific log in /var/log/apache2? Somewhere else? There are a lot in there…
[url=“/_imported_xf_attachments/1/1659_5.JPG?:”]5.JPG[/url]
-
Look at my signature!
-
definitely has errors…
[url=“/_imported_xf_attachments/1/1660_error.txt?:”]error.txt[/url]
-
and my apologies about the signature…i saw the folder location but didn’t see the error.log listed . . heh…my bad!
-
And,
As you’re on 1.2.0, can you edit the file:
/var/www/fog/commons/init.php
Right before the $FOGFTP line can you put:
[php]ini_set(‘memory_limit’,‘256M’);[/php] -
Tom,
I think i did it correctly…attached.
[url=“/_imported_xf_attachments/1/1661_6.JPG?:”]6.JPG[/url]
-
should i try uploading again?
-
Did the system reboot?
-
it did not should i reboot the fog server
-
I would not.
If you want you can give me more recent error log?
-
this is the newest one
[url=“/_imported_xf_attachments/1/1663_newlog.txt?:”]newlog.txt[/url]
-
You want to restart and try again if possible (restart the one uploading the image, not the fog server.)
-
ok no problem, i have the laptop uploading the image once again…should take about an hour.
-
Cool, if it doesn’t help (as I’ll be heading home) can you Convo me with your email address?
I’d much prefer to get realtime info to help narrow and correct the issue.
-
I am having the same issue on fog 1.1.0 on ubuntu 14.04. I am unable to login to ftp local host using the credentials from the fog server page. I have tried many combinations.
[quote=“Tom Elliott, post: 41817, member: 7271”]Run the commands on FOG server:
[code]ftp localhost[/code]
Enter the corresponding username and password for the linux fog user:
username: fog
password: whateveritisThe password can be found in GUI:
Storage Management Page-><Your relevant node>Management Password.
Click the eye to see your password in clear text.[/quote]