Ubuntu 14.04 fog Not Found
-
I have been having some previous problems so to eliminate problems like virtual machine, subnet … I installed a fresh copy of Ubuntu 14.04 onto it’s own machine, made sure it was in my data subnet not management where I was playing. downloaded a fresh copy of fog .32 and started install. I had to change the interface from eth0 because Ubuntu wants to call my network interface p5p1 (and it won’t let me change it) I ran into a problem with udpcast failing but was able to resolve that by downloading the latest udpcast file. The fog installer then was able to complete the install with no errors. I then went to [url]http://10.10.7.244/fog/management[/url] and got
[SIZE=6][B]Not Found[/B][/SIZE]The requested URL /fog/management/index.php was not found on this server.
Index.php is there and has the appropriate permissions. I am lost as to why this is not working.
-
Read the Friendly Wiki:
[url]http://fogproject.org/wiki/index.php/Ubuntu_14.04[/url]
-
checked the log files but didn’t have a look at the wiki … Sorry, the Google wasn’t helping and I didn’t think to just go straight to the source (wiki).
-
It’s all good.
[code]ln -s /var/www/fog /var/www/html/fog[/code] in case anybody really needs to know again.