upgrade to Version: 1.3.1-RC-2 fails
-
Server
- FOG Version: Running Version 1.3.0-RC-10
- OS: Ubuntu 16.04.1 LTS
- php: PHP 7.0.14
- source: git dev-branch
Description
upgrade to Version: 1.3.1-RC-2 Installer/Updater fails
Cannot add PPA: ‘ppa:~ondrej/ubuntu/php-${php_ver}’.
The user named ‘~ondrej’ has no PPA named ‘ubuntu/php-${php_ver}’I’m not sure whether this is a config error or version error due to missing packages / sources. fogsettings and error.log attached
0_1483537446444_fogsettings.txt
0_1483537637471_fog_error_1.3.1-RC-2.log -
FOG does not default to installing a repo called 'ppa:~ondrej/ubuntu/php-${php_ver}` as you’re seeing.
Please delete the
repo='php-${php_ver}'
line from yoru fogsettings file and reinstall. -
ondrej is a repository name that is popular for Ubuntu. It shouldn’t be a user on your system.
So when you run the installer on Ubuntu 16, you should be asked a question about removing old repositories and PHP, you need to answer YES to this generally or the installer can’t do the job right. Did you do that?
-
FOG does not default to installing a repo called 'ppa:~ondrej/ubuntu/php-${php_ver}` as you’re seeing.
Please delete the
repo='php-${php_ver}'
line from yoru fogsettings file and reinstall. -
@Tom-Elliott lol wild.
-
Thank you, deleting the repo=‘php-${php_ver}’ line in .fogsettings solved the issue.
p.s.: must be due to the change from php 5 to php 7 which was not supported by default at the time I upgraded to fog Version 1.3.0-RC-10