• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mlb2009
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 50
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by mlb2009

    • RE: Fog wont install

      yes,all refences are gone

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      ok

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      Package php-5.5.3-1.fc19.x86_64 already installed and latest version
      Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed and latest version
      there all installed

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      Not working. same problem

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      and i asked for pxe server alternatives

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install
      • Installing package: php-mysql
        • Installing package: mysql
        • Installing package: mysql-server
      • Checking package: php-mysql…Failed!
        but it is installed already.
        try again and the same thing it “fake installs” and then it says it not there
      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      yes. when it installs the packaegs it keeps installing them even when there already there
      is says Checking package: php-mysql…Failed!

      enter command : yum install php-mysql
      Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed.

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      now,even with that ip is still isnt workng

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      ok,found that

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      My router is saying the public ip

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      yes,of course.

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      and are there alterntives for pxe boot?

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      with 0.33,it dectects my ip and eveything.I have a internet connection.Same error about mysql.
      And how to find out my dhcp router ip?
      do i go to my router settings?

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      getting the same error.I will remove mysql and see what happens this time

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      0.33?How do you download that

      posted in FOG Problems
      M
      mlb2009
    • RE: FOG 0.33 - What's coming?

      in fog 0.33 it will be installing and working for fedora,right

      posted in General
      M
      mlb2009
    • RE: Windows 8 support in .33?

      Windows 7 support will also be good

      posted in Feature Request
      M
      mlb2009
    • RE: Fog wont install

      sorry for the late reply. i connected to the router that connects me to the modem.i know that mysql is working because when enter mysql in the command line,it dosen’t give me any errors.
      I downloaded the rpms for mysql and that didn’t work. the command you gave me finally worked.
      i disabled iptables and selinux some time ago.

      posted in FOG Problems
      M
      mlb2009
    • RE: Fog wont install

      it looks like the code to check the packges is this:

      confirmPackageInstallation()
      {
      for x in $packages
      do
      echo -n " * Checking package: $x";
      rpm -q $x >/dev/null 2>&1;
      if [ “$?” != “0” ]
      then
      echo “…Failed!”
      exit 1;

          else
              echo "...OK";
          fi
      done;
      

      }

      and the configue mySQL code is here:

      configureMySql()
      {
      echo -n " * Setting up and starting MySql";
      chkconfig mysqld on;
      service mysqld restart >/dev/null 2>&1;
      service mysqld status >/dev/null 2>&1;
      if [ “$?” != “0” ]
      then
      echo “…Failed!”;
      exit 1;
      else
      echo “…OK”;
      fi
      }
      I do have some command line experence

      posted in FOG Problems
      M
      mlb2009
    • 1
    • 2
    • 3
    • 2 / 3