Issues after upgrading to 16.04
-
What’s the output of this command?
ip addr show
Also, try to run the installer as:
snmysqlhost='127.0.0.1' ./installfog.sh
-
@Wayne-Workman Thank you,
ran snmysqlhost=‘127.0.0.1’ ./installfog.sh but not change.
Restarting Apache2 for fog vhost failed.
here is the ip addr output.
Tom
-
@Tom Hi, can you post your apache log ?
-
@ch3i Sure, here is the log from today.
-
@Tom Not sure if it’s the good way, but after upgrade Debian 6 to 7 I’ve to purge the apache install (apt-get purge apache) and rerun the fog installer.
-
@ch3i Thanks, I’ll give it a try.
-
As ch3i suggested, purged apache and FOG install again.
I got this:
-
All,
Thank you for your support.
After unsuccessful attempt to upgrade to 16.04, I reverted back to 14.04.
So now, I have up to date 14.04 and FOG 1.3 RC-10. It seems to be working fine now.
I’m ready to follow any instructions to successfully upgrade to 16.04.Thanks again,
Tom
-
I’m trying the purge now. I will report back.
-
@Tom I think if you disable IPv6 it will work. Sorry for the late reply, been under the weather lately.
-
@Wayne-Workman I hope you’re feeling better.
This is the current status:
Had Ubuntu 14.04 up to date with FOG 1.3 RC-10. Upgraded to 16.04.
Disabled IPv6 - did not resolve the issue.
Ran fog install - Apache 2 failed to start and console not coming up.
so, no change.Thanks,
Tom
-
@Tom what is the output of
ip addr show
? -
FYI Purge didn’t work for me. just reporting back. Don’t want to hijack the thread so I’m just going to watch and see what we find out.
-
I think it has something to do with Ubuntu 14 was php5 and 16 is php7 and ubuntu will not let you install php5 on 16.04. Just a Thought.
-
@Wayne-Workman Posted it yesterday, it’s below.
-
Run :
rm -rf '/etc/apache*' '/etc/php*' apt-get purge 'lib*php*' 'php*' 'apache*'
Then rerun the installer
-
@Tom and I asked for it again to see if IPv6 is really disabled or not. Several times I’ve been told “It’s turned off” yet it was not, hope you understand.
-
@Wayne-Workman Wayne, is this what you are talking about? Editing the sysctl.conf?
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1I have ran this on my setup and still have the same issue. Here is a good article on doing this.
lDisable Ipv6If you have any other ideas to things to try, I will be glad to do them. I can respond with whatever you need. I just didn’t want to intrude on the other persons issues.
-
@Tom-Elliott I did this Tom. Same result. Just to inform you of What I have done.
-
Try to access the fog db from the command line, see if it works or not:
mysql -D fog
Earlier I got an error about this, and re-running the installer fixed it - which I guess will just break later again. @Tom-Elliott I believe is aware of that issue.