New Install of FOG 1.1.2 and Ubuntu 12.04 LTS
-
What it is is a list of open sockets with “80” in them… but none of them being a webserver or service with the http port 80 tied up. The second is to show listening services on the box, basically a list of ports you could connect to a service on… also nothing using port 80 which should be the apache default.
you run the install “installfog.sh” and still get the same thing every time…
can you try doing an apt-get install --fixmissing or --fix-missing and see if it decides to update the sofware it claims was missing in the first place?
or better yet, an apt-get update to see if there’s some reason your apt package can not get all the required dependencies from the public repositories?
-
I’ve tried --fixmissing already and it acts like nothing’s wrong. I just went and searched the entire file system for files with ‘apache’ in the name and deleted them all after I ran an apache2 purge again and then ran the fog install. Still has the same apache error.
-
What’s the exact error in the syslog
-
Tom,
Remind me where to find that again? -
/var/log/syslog
-
I ran installfog.sh and from the time I started it, until it finished, I got this:
[CODE]Jul 10 14:47:24 SC-Image kernel: [14816.339563] type=1400 audit(1405021644.556:90): apparmor=“STATUS” operation=“profile_replace” parent=7002 profile=“unconfined” name=“/usr/sbin/mysqld” pid=7006 comm=“apparmor_parser”
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7058]: Upgrading MySQL tables if necessary.
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7061]: /usr/bin/mysql_upgrade: the ‘–basedir’ option is always ignored
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7061]: Looking for ‘mysql’ as: /usr/bin/mysql
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7061]: Looking for ‘mysqlcheck’ as: /usr/bin/mysqlcheck
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7061]: This installation of MySQL is already upgraded to 5.5.37, use --force if you still need to run mysql_upgrade
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7072]: Checking for insecure root accounts.
Jul 10 14:47:26 SC-Image /etc/mysql/debian-start[7077]: Triggering myisam-recover for all MyISAM tables[/CODE] -
I haven’t really gotten any specific errors other than when I tried to do a manual install, it said I needed apr and PCRE from PERL. I don’t know if that helps or not.
-
It does what is the exact command our output of the command service apache2 restart
-
[CODE]apache2: unrecognized service[/CODE]
-
And when i run “service --status-all” apache2 is not listed
-
Give me about 10 to 15 minutes and I should be home in better assist you doing I’ve been All this on my cell phone
-
I’m home now.
-
so what is the exact messages you get when you attempt to run [code]sudo service apt-get install apache2[/code]
-
[CODE]root@SC-Image:/# sudo service apt-get install apache2
apt-get: unrecognized service[/CODE] -
sorry
[code]sudo apt-get install apache2[/code] -
[CODE]root@SC-Image:/# sudo apt-get install apache2
Reading package lists… Done
Building dependency tree
Reading state information… Done
apache2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@SC-Image:/#
[/CODE] -
okay
what about
apachectl start -
[CODE]root@SC-Image:/# apachectl start
The program ‘apachectl’ is currently not installed. You can install it by typing:
apt-get install apache2.2-common
[/CODE] -
okay
run
[code]sudo apt-get update;sudo apt-get upgrade;sudo apt-get install apache2.2-common[/code] -
After that’s all done run:
[code]sudo apt-get install libapache2-mod-auth-mysql[/code]