I’ve spent 5 hours going through this, and still can’t see it.
I’ve read through the guide Wayne suggested, and can’t seem to find the problem,
My .fogsettings are; (passwords changed)
ipaddress=“10.10.1.5”;
interface=“eth0”;
routeraddress=" option routers 10.10.1.1;“;
plainrouter=“10.10.1.1”;
dnsaddress=” option domain-name-servers 8.8.8.8; “;
dnsbootimage=“8.8.8.8”;
password=“11111”;
osid=“2”;
osname=“Debian”;
dodhcp=“y”;
bldhcp=“1”;
installtype=“N”;
snmysqluser=”"
snmysqlpass=“22222”;
snmysqlhost=“”;
installlang=“0”;
donate=“0”;
fogupdateloaded=“1”
image@fog1:/opt/fog$
I’ve checked the storage node, and the management username and management password are fog and “11111”
I’ve ftp’d from windows to the fog server, and sent a file from windows to the fog server, using the credentials fog and 11111. The file transferred fine.
I’ve reset the folders with
sudo chmod -R 777 /images2
sudo chown -R fog:root /images2.
The results of the command
ls -laR /images2 are below;
drwxrwxrwx 4 fog root 4096 Jun 1 22:32 .
drwxr-xr-x 28 root root 4096 May 28 23:13 …
drwxrwxrwx 3 fog root 4096 Jun 2 21:47 dev
drwxrwxrwx 2 fog root 16384 May 28 20:16 lost+found
-rwxrwxrwx 1 fog root 0 Jun 2 17:43 .mntcheck
/images2/dev:
total 12
drwxrwxrwx 3 fog root 4096 Jun 2 21:47 .
drwxrwxrwx 4 fog root 4096 Jun 1 22:32 …
drwxrwxrwx 2 fog root 4096 Jun 2 22:03 e03f49af16b2
-rwxrwxrwx 1 fog root 0 Jun 2 17:43 .mntcheck
/images2/dev/e03f49af16b2:
total 34999444
drwxrwxrwx 2 fog root 4096 Jun 2 22:03 .
drwxrwxrwx 3 fog root 4096 Jun 2 21:47 …
-rwxrwxrwx 1 fog root 512 Jun 2 21:47 d1.mbr
-rwxrwxrwx 1 fog root 212396255 Jun 2 21:47 d1p1.img
-rwxrwxrwx 1 fog root 10085091757 Jun 2 22:03 d1p2.img
-rwxrwxrwx 1 fog root 512 Jun 2 22:03 d2.mbr
-rwxrwxrwx 1 fog root 25506898197 Jun 2 22:40 d2p1.img
/images2/lost+found:
total 20
drwxrwxrwx 2 fog root 16384 May 28 20:16 .
drwxrwxrwx 4 fog root 4096 Jun 1 22:32 …
image@fog1:/images$
The only thing I can find is I have no storageftppass= line, but if this was the fault, wouldn’t it affect the creation of images on the original disk, which works fine.
I have to build images next week, or my company won’t be able to run a course, and I’ll really be in trouble.
Can anyone help me out?