• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. NDNtech
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 111
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by NDNtech

    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [CODE]root@SC-Image:/# sudo apt-get remove --purge $(dpkg -l apache* | grep ii | awk ‘{print $2}’)
      Reading package lists… Done
      Building dependency tree
      Reading state information… Done
      The following packages will be REMOVED:
      apache2* apache2-mpm-prefork* apache2-utils* apache2.2-bin*
      apache2.2-common* libapache2-mod-php5*
      0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
      After this operation, 13.7 MB disk space will be freed.
      Do you want to continue [Y/n]? y
      (Reading database …
      dpkg: warning: files list file for package `apache2.2-bin’ missing, assuming package has no files currently installed.

      dpkg: warning: files list file for package `apache2-utils’ missing, assuming package has no files currently installed.
      (Reading database … 227731 files and directories currently installed.)
      Removing apache2 …
      Removing libapache2-mod-php5 …
      Module php5 disabled.
      To activate the new configuration, you need to run:
      service apache2 restart
      Purging configuration files for libapache2-mod-php5 …
      Removing apache2-mpm-prefork …
      No apache MPM package installed
      Removing apache2.2-common …
      Purging configuration files for apache2.2-common …
      dpkg: warning: while removing apache2.2-common, directory ‘/var/www’ not empty so not removed.
      Removing apache2-utils …
      Removing apache2.2-bin …
      Processing triggers for man-db …
      Processing triggers for ufw …
      Processing triggers for ureadahead …[/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      Kind of:
      [CODE]root@SC-Image:/etc/init.d# apt-get install libapache2-mod-php5
      Reading package lists… Done
      Building dependency tree
      Reading state information… Done
      Suggested packages:
      php-pear
      The following NEW packages will be installed:
      libapache2-mod-php5
      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
      Need to get 3,137 kB of archives.
      After this operation, 8,718 kB of additional disk space will be used.
      Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libapache2-mod-php5 amd64 5.3.10-1ubuntu3.13 [3,137 kB]
      Fetched 3,137 kB in 43s (72.6 kB/s)
      Selecting previously unselected package libapache2-mod-php5.
      (Reading database …
      dpkg: warning: files list file for package `apache2.2-bin’ missing, assuming package has no files currently installed.

      dpkg: warning: files list file for package `apache2-utils’ missing, assuming package has no files currently installed.
      (Reading database … 227724 files and directories currently installed.)
      Unpacking libapache2-mod-php5 (from …/libapache2-mod-php5_5.3.10-1ubuntu3.13_amd64.deb) …
      Setting up libapache2-mod-php5 (5.3.10-1ubuntu3.13) …
      Not replacing deleted config file /etc/php5/apache2/php.ini
      Action ‘configtest’ failed.
      The Apache error log may have more information.
      Your apache2 configuration is broken, so we’re not restarting it for you.
      root@SC-Image:/etc/init.d#
      [/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      The only thing that worked is the last one lol

      posted in FOG Problems
      N
      NDNtech
    • RE: Apache2 failed to setup/start

      [url]http://fogproject.org/forum/threads/new-install-of-fog-1-1-2-and-ubuntu-12-04-lts.11110/page-3[/url]

      posted in Linux Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      I got to the third and got this, haven’t moved on yet:

      [CODE]root@SC-Image:/home/fog# /etc/init.d/nginx stop
      bash: /etc/init.d/nginx: No such file or directory[/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      This is odd: (still says ‘No apache MPM package installed’)

      [CODE]root@SC-Image:/home/fog# sudo apt-get install apache2-mpm-prefork
      Reading package lists… Done
      Building dependency tree
      Reading state information… Done
      The following packages will be REMOVED:
      apache2-mpm-worker
      The following NEW packages will be installed:
      apache2-mpm-prefork
      0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
      Need to get 0 B/2,414 B of archives.
      After this operation, 0 B of additional disk space will be used.
      Do you want to continue [Y/n]? y
      dpkg: apache2-mpm-worker: dependency problems, but removing anyway as you requested:
      apache2 depends on apache2-mpm-worker (= 2.2.22-1ubuntu1.6) | apache2-mpm-prefork (= 2.2.22-1ubuntu1.6) | apache2-mpm-event (= 2.2.22-1ubuntu1.6) | apache2-mpm-itk (= 2.2.22-1ubuntu1.6); however:
      Package apache2-mpm-worker is to be removed.
      Package apache2-mpm-prefork is not installed.
      Package apache2-mpm-event is not installed.
      Package apache2-mpm-itk is not installed.
      (Reading database …
      dpkg: warning: files list file for package `apache2.2-bin’ missing, assuming package has no files currently installed.

      dpkg: warning: files list file for package apache2-utils' missing, assuming package has no files currently installed. (Reading database ... 227723 files and directories currently installed.) Removing apache2-mpm-worker ... No apache MPM package installed Selecting previously unselected package apache2-mpm-prefork. (Reading database ... dpkg: warning: files list file for package apache2.2-bin’ missing, assuming package has no files currently installed.

      dpkg: warning: files list file for package `apache2-utils’ missing, assuming package has no files currently installed.
      (Reading database … 227717 files and directories currently installed.)
      Unpacking apache2-mpm-prefork (from …/apache2-mpm-prefork_2.2.22-1ubuntu1.6_amd64.deb) …
      Setting up apache2-mpm-prefork (2.2.22-1ubuntu1.6) …
      No apache MPM package installed
      root@SC-Image:/home/fog# [/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      No. I tried restarting apache2 and got this:
      [CODE]root@SC-Image:/home/fog# service apache2 restart
      No apache MPM package installed
      [/CODE]

      Which led me to this:
      [url]http://ubuntuforums.org/showthread.php?t=2114724[/url]

      Does this give you any leads as to what to try next?

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [CODE]root@SC-Image:/home/fog# sudo ufw disable
      Firewall stopped and disabled on system startup
      [/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      Apache2 even shows to be running

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      Yes

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      Progress!
      [CODE] * Setting up and starting Apache Web Server…OK
      You still need to install/update your database schema.
      This can be done by opening a web browser and going to:

        http://10.120.88.146/fog/management
      

      Press [Enter] key when database is updated/installed.[/CODE]

      But I can’t access the web interface, I even tried replacing my IP with ‘localhost’

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      Okay, ran the libapache2-mod-auth-mysql install

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      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]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [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]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [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]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [CODE]root@SC-Image:/# sudo service apt-get install apache2
      apt-get: unrecognized service[/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      And when i run “service --status-all” apache2 is not listed

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      [CODE]apache2: unrecognized service[/CODE]

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      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.

      posted in FOG Problems
      N
      NDNtech
    • RE: New Install of FOG 1.1.2 and Ubuntu 12.04 LTS

      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]

      posted in FOG Problems
      N
      NDNtech
    • 1 / 1