TFTOBOOT folder missing - FOG 1.5.2
-
Hello,
i just install FOG 1.5.2 and it’s not possible to download image on my computers.
/tftpboot missing. o0"
How i can restore this folder ?
thxs for help. -
oups,
Install on Debian 9.4 -
Rerun the installer.
-
i reinstall Debian 9.4 and 8.10
test with wget https://github.com/FOGProject/fogproject/archive/1.5.4.tar.gz
or git clone https://github.com/FOGProject/fogproject/archive/1.5.4.tar.gzCopying binaries where needed…Failed!
modifyed /etc/wgetrc with my proxy
rerun installer
Backing up database…Failed!no tftpboot folder, no images folder and no /opt/fog/.fogsettings file.
website ok. -
Rerun installer (3 times)
and all folders are ok. -
@crok For installation from behind a proxy you need to pass that information through so that it can actually download the needed files.
This thread has some more info on it https://forums.fogproject.org/topic/6062/svn-5221-failing-to-install-on-fog-server-using-proxy-server/4
-
/etc/environment
http_proxy=“http://proxy.fr:3128/”
https_proxy=“http://proxy.fr:3128/”
ftp_proxy=“http://proxy.fr:3128/”
no_proxy=“localhost,127.0.0.1,IPSERVERFOG”
HTTP_PROXY=“http://proxy.fr:3128/”
HTTPS_PROXY=“http://proxy.fr:3128/”
FTP_PROXY=“http://proxy.fr:3128/”
NO_PROXY=“localhost,127.0.0.1,IPSERVERFOG” -
Finally all are ok
except Download Kernel update:
Error : Donwload Failed: Failed - filesize. -
With FOG installed you should go to FOG Configuration under settings and find the Proxy settings and fill those in if you haven’t already. Hopefully it will all be good with that.