• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Fog 1.2.0 stops installing

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    12
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gary Kulovics
      last edited by

      Am installing a Fog on a Optiplex 790with Debian 8.5 when it gets to Installing package :PHP5 it just stops Let it run over night but nothing happens
      Please help

      Thnaks
      Gary

      1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator
        last edited by george1421

        If you can afford to start over and not married to Debian, please use either Ubuntu 14.04 or Centos 7 as a FOG host OS. And then install FOG 1.3.0-rc4 using this process. https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk and you will have a flawless install.

        You can use Ubuntu 16.04 with a few tweaks.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        G 2 Replies Last reply Reply Quote 0
        • G
          Gary Kulovics
          last edited by

          Have a copy of 16 04 and can use that one What are the tweaks that you are talking about.
          Thanks for your help

          Gary

          george1421G 1 Reply Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @Gary Kulovics
            last edited by

            @Gary-Kulovics They may have updated the installer to address the absence of php5 on ubuntu 16.04. Here are two documents you might want to read through for tips.

            https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04
            https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04_Server

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            1 Reply Last reply Reply Quote 0
            • G
              Gary Kulovics @george1421
              last edited by

              @george1421 Thanks change to Ubuntu 14.04 and everything installed
              Having a second problem when I export my host from old PC it only grabs the MAC address and not the host name ( computer name) what am I doing wrong last time I did this it worked perfectly old PC running Sven 5932

              1 Reply Last reply Reply Quote 0
              • G
                Gary Kulovics @george1421
                last edited by

                @george1421 Anyway to reset host to zero then import list again when I import them now it says already exist but there are no hosts there I have about 1300 PC on that list would not want to take inventory of them again

                Thnaks
                Gary

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Gary Kulovics
                  last edited by

                  @Gary-Kulovics If the import is viable still.

                  Open mysql, run:

                  truncate table `fog`.`hosts`;
                  truncate table `fog`.`hostMAC`;
                  

                  Reimport. Of course only do this is you only want the “imported” hosts to display.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  G 2 Replies Last reply Reply Quote 0
                  • G
                    Gary Kulovics @Tom Elliott
                    last edited by

                    @Tom-Elliott Sorry about this question but how do I find MySQL database Never had a need to go there so not to sure were it is

                    Thanks
                    Gary

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      from terminal, you can simply run:

                      mysql -u root fog
                      

                      Terminal should be on the “main” fog server.
                      If you have a password set for the database, run:

                      mysql -u root -p fog
                      

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 1
                      • G
                        Gary Kulovics @Tom Elliott
                        last edited by

                        @Tom-Elliott said in Fog 1.2.0 stops installing:

                        Hi Tom
                        Imported Host again now when I go to check host this is what I get
                        Total Rows 3163
                        Successful Users 0
                        Failed Users 3163
                        Errors Row #2: User already exists with this name: 000c291e406d
                        Row #3: User already exists with this name: 000c294a4bba
                        Row #4: User already exists with this name: 000c29556e02
                        Row #5: User already exists with this name: 000c295b00a1
                        Row #6: User already exists with this name: 000c296144b0
                        Row #7: User already exists with this name: 000c296ab734
                        Row #8: User already exists with this name: 000c298e1ada
                        Row #9: User already exists with this name: 000c29939cce
                        Row #10: User already exists with this name: 000c299a286b
                        Row #11: User already exists with this name: 000c29d69d7b
                        Row #12: User already exists with this name: 000c29f08b75
                        Row #13: User already exists with this name: 000c29f51a08

                        But when i check for host there is nothing there
                        Also when I did the
                        truncate table fog.hosts;
                        This appeared after
                        Query OK, 0 rows affected (0.01 sec)
                        truncate table fog.hostMAC;
                        Query OK, 0 rows affected (0.01 sec)

                        Help
                        Thanks
                        Gary

                        1 Reply Last reply Reply Quote 0
                        • G
                          Gary Kulovics
                          last edited by

                          Everything is now up and running thanks guys for all your help

                          george1421G 1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator @Gary Kulovics
                            last edited by

                            @Gary-Kulovics at the end of the day, you have a much better environment with 1.3.0-rcX series FOG.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                            1 Reply Last reply Reply Quote 1
                            • 1 / 1
                            • First post
                              Last post

                            208

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project