Fog installation with ubuntu focal
-
@DARUN974 Try installing the latest 1.5.9 release candidate.
-
Hello,
I try to fog 1.5.9 RC2.
It’s ok to php but there is error :- Downloading kernel, init and fog-client binaries… * Could not download init.xz properly
I verify my proxy adresse is ok.
The last ligne to …/error_logs/fog_error_1.5.9-RC2.log :ii wget 1.20.3-1ubuntu1 amd64 retrieves files from the web
ii xinetd 1:2.3.15.3-1 amd64 replacement for inetd with many enhancements
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1 amd64 compression library - runtime
New password: Retype new password: passwd: password updated successfully
find: ‘/home//fog_web_1.5.9-RC2.BACKUP/management/other/’: No such file or directory -
When installation started there’s an error :
- Skipping package: php-gettext…(Does not exist)
-
@DARUN974 said in Fog installation with ubuntu focal:
Downloading kernel, init and fog-client binaries… * Could not download init.xz properly
Fairly sure that on is a network issue. We have automated installer tests and they seem to work fine on Ubuntu 20.04…
@DARUN974 said in Fog installation with ubuntu focal:
Skipping package: php-gettext…(Does not exist)
Sure you have Ubuntu 20.04 LTS Focal Fossa??
-
Hello,
Yesss…
It work…
Then “Skipping package: php-gettext…(Does not exist)”, i’m sure that i use Ubuntu Focal 20.04.
But it’s not a problem, it work without php-gettext.
My problem is that I have a proxy and difficult to initialise.
I modiffy proxy curl in /opt/fogproject-1.5.9RC2/lib/common/functions.sh :
curl -x http://proxy:port --silent -kOL $url>>$workingdir/error_logs/fog_error_${version}.log 2>&1curl -x http://proxy:port --silent -kOL $hashurl>>$workingdir/error_logs/fog_error_${version}.log 2>&1
And now it work good.Thank you for your help.
-
@DARUN974 if you install 1.5.8 on Ubuntu 20.04.1
do the following
open /root/fogproject-1.5.8/lib/ubuntu/config.sh
search for
case $OSVersion in 19|20) php_ver="7.3"
and change php_ver to 7.4
Ubuntu 20.04.01 recieved an repository update where canoncial updated all php binaries to 7.4 and removed 7.3
-
and change php_ver to 7.4
Ubuntu 20.04.01 recieved an repository update where canoncial updated all php binaries to 7.4 and removed 7.3@developers note to adjust before 1.5.9 GA is released.
-
@george1421 To me it seems like they are all using 1.5.8 and this is fixed in dev-branch and the RC releases since months. See https://github.com/FOGProject/fogproject/blob/dev-branch/lib/ubuntu/config.sh#L46
-
-
The daily installation tests show Ubuntu 20 as passing for all three fogproject branches. You can see the results in my signature.
-
@DARUN974 said in Fog installation with ubuntu focal:
My problem is that I have a proxy and difficult to initialise.
This is the problem.