New Install of FOG 1.1.2 and Ubuntu 12.04 LTS
-
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] -
Okay, I ran that. Then to be sure the install worked I ran:
[CODE]sudo apt-get install apache2.2-common[/CODE]
By itself and got this again:
[CODE]root@SC-Image:/# sudo apt-get install apache2.2-common
Reading package lists… Done
Building dependency tree
Reading state information… Done
apache2.2-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.[/CODE]
and still get this:
[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, ran the libapache2-mod-auth-mysql install