Diference FOG Storage Node
-
Sirs:
I have a 1.2.0 server running that I had to reinstall.
Now I cannot upload images, even download then. I cannot tell where is the divergency between the settings. Look at these images:
1 - Web settings: ![0_1490209469325_storage_web.png](Uploading 46%)
2- FOG Pxe info: ![0_1490209492841_Screenshot_20170322-145639.png](Uploading 100%)
3- /etc/exports: ![0_1490209553898_exports.png](Uploading 0%)Any ideas?
-
Sending again images:
1:
2:
3:Why is PXE trying to read from /images, since I changed to /images/fog?
-
Do you have a good reason for using
/images/fog
?
If you put it back to just/images
does it work?Also, I would strongly urge you to move to FOG 1.3.5, as 1.2.0 is quite ancient and incapable of supporting newer technologies. You may find this article of interest: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG
-
@Wayne-Workman I set /images/fog because I was using /images to another service, but I’ll change to /images itself, because I can’t lose time anymore.
I tried to upgrade to 1.3.4, but I couldn’t install it, due to “ondrej issue” (https://forums.fogproject.org/topic/5306/adding-needed-repository-failed).
Will 1.3.5 upgrade ask for ondrej/ppa? -
@***Redbob said in Diference FOG Storage Node:
Will 1.3.5 upgrade ask for ondrej/ppa?
Yes it will need the ondrej ppa. If you’re using Ubuntu, you need to be using at least Ubuntu 14.04 - all new Ubuntu builds should use Ubuntu 16.04. The migration document I linked to before shows you how to migrate, step by step.
-
OK, @Wayne-Workman, I reinstalled fog 1.2.0 according defaults (/images as default storage node location) and all is running like a charm! About 1.3.5 setup, I have ubuntu 14.04 alive and kicking, but it stucks at “cannot add PPA: ‘ppa:~ondrej/ubuntu/php’. ERROR: ‘~ondrej’ user or team does not exist.” message. Besides I am under a proxy, it doesn’t not seems to be the problem, since I can do almost everything.
0_1490359515234_fog_error_1.3.5.log -
@***Redbob said in Diference FOG Storage Node:
“cannot add PPA: ‘ppa:~ondrej/ubuntu/php’. ERROR: ‘~ondrej’ user or team does not exist.”
We’ve seen folks have the exact same error before due to their proxy. You need to whitelist https://launchpad.net
-
@Wayne-Workman, I installed a new server 1.3.5-based. Congratulations for this new version, very pleasant and beautiful interface!
I created a VM in my home, because here at my work I can’t reach ondrej repository (issue 9342).
So I downloaded here and change almost everything, except by an error at PXE engine boot:... Configuring (net0 88:ad:43:fb:8a:cf)..... ok Received DHCP answer on interface net0 tftp://172.24.3.145/default.ipxe... ok http:/192.168.0.17/fog/service/ipxe/boot.php.................................. Connection timed out (http://ipxe.org/4c0a6035)
My home network is 192.168.0.0, my work network is 172.24.0.0
Where do I change this IP? -
@***Redbob in the file /tftpboot/default.ipxe
edit it with a text editor like nano or vi -
@Junkhacker, it worked! Thanks!