Hi:
I am running Fog 1.2 on a Linux laptop and have put two images in the /images directory.
The permissions are set to fog:fog
The images are Oracle Linux 6.6 and 7.1
If I look at the directory, I see the image files:
[root@x61 images]# ls -la
total 7956508
drwxr-xr-x. 5 fog fog 4096 Jun 4 09:24 .
dr-xr-xr-x. 29 root root 4096 Jun 4 06:17 …
drwxr-xr-x. 3 fog fog 4096 Jun 4 10:56 dev
-rwxr-xr-x. 1 fog fog 0 May 31 06:52 .mntcheck
drwxr-xr-x 12 fog fog 4096 Jun 4 06:28 OLE6.6
-rwxr-xr-x 2 fog fog 3853516800 Nov 6 2014 OLE6.6.iso
-rwxr-xr-x. 1 fog fog 4293918720 Jun 2 15:03 OracleLinux7.1.iso
drwxr-xr-x. 2 fog fog 4096 May 31 06:52 postdownloadscripts
However, if I look on the web GUI, under the “Image Management - List all images”, the files names are reported however the reported file size is O bytes.
OLE6.6.iso
default:Linux
Multiple Partition Image - Single Disk (Not Resizable) 0.00 iB 0.00 iB No Data
Oracle 7.1
default:Linux
Multiple Partition Image - Single Disk (Not Resizable) 0.00 iB 0.00 iB No Data
In addition, if I go to the guest host and look at the attached monitor, it goes through the boot process and then stops saying the download file is 0 bytes. It does see the right file name however. It waits a minute and then reboots and starts again to try to download the right image.
Just in case it is needed, the guest host for this project is a Oracle (Sun) SunFire X-4500 (2x2 CPU and 48 SATA drives - sort of an unusual host).
Have played with a number of settings with no luck as well as a few fresh installs of Fog to make sure all the initial settings are right. At this point, I am thinking it may be a small bug or misconfiguration that I did.
My working assumption is that the FTP process used to access the image files is not looking at the right place or that the FTP module is not reading file sizes. However — if I use Firefox to look at the image directory, all is well.
Index of ftp://x.x.x.195/../../images/
Up to higher level directory
Name Size Last Modified
OLE6.6
6/4/2015 1:28:00 PM
File:OLE6.6.iso
3763200 KB 11/6/2014 12:00:00 AM
File:OracleLinux7.1.iso
4193280 KB 6/2/2015 10:03:00 PM
dev
6/4/2015 6:15:00 PM
postdownloadscripts
5/31/2015 1:52:00 PM
Any help would be very helpful.
Thanks.