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

    Missing menu under Basic Task

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    17
    4.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.
    • Wayne WorkmanW
      Wayne Workman @Bigredcherokee
      last edited by

      @Bigredcherokee re-run the installer and see if it comes back.

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      B 1 Reply Last reply Reply Quote 1
      • B
        Bigredcherokee @Wayne Workman
        last edited by

        @Wayne-Workman I did and it didn’t come back. It see the old install and states it wants to upgrade. Everything goes smooth.

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @Bigredcherokee
          last edited by

          @Bigredcherokee any apache errors?

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          B 1 Reply Last reply Reply Quote 0
          • JunkhackerJ
            Junkhacker Developer
            last edited by

            do any tasks show up when you click “advanced” ?

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            B 1 Reply Last reply Reply Quote 0
            • B
              Bigredcherokee @Wayne Workman
              last edited by

              @Wayne-Workman

              Screen Shot 2015-08-20 at 3.42.50 PM.png

              1 Reply Last reply Reply Quote 0
              • B
                Bigredcherokee @Junkhacker
                last edited by

                @Junkhacker None show up at all.

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

                  What is happening?

                  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

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    Bigredcherokee @Tom Elliott
                    last edited by

                    @Tom-Elliott Missing the menu under Basic Task. Built new server reinstalled and processed upgrade. I copied over the image folder, Mysql db and Fog folder on to the new server and reran the installer.

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

                      It doesn’t appear that it’s “missing”, rather it’s not even installed. What version of fog did you “upgrade” from?

                      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

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        Bigredcherokee @Tom Elliott
                        last edited by

                        @Tom-Elliott Tim I had 1.2.0 on the old server and ran the same package on this server.

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

                          I’m not Tim, that’s my dad and I’m not much a fan of him. Not that you did anything wrong.

                          Can you hit me up on chat and maybe we can teamviewer? I can fix this issue relatively easily for you.

                          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 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            I’m solving this thread.

                            For future readers.

                            @Bigredcherokee copied old data from another fog server. The database was copied from the /var/lib/mysql folder. My guess is this was copied over before mysql got copied. the ib_files were not matching what existed for the actual database status. So while simple commands showed things, actually reading data was impossible. To fix, if for some reason you must get the data from an old server in such a fashion.

                            Start mysql let it do it’s thing.

                            Install fog like you normally would.

                            After install completes. Shutdown the mysql server.

                            sudo service mysql stop
                            

                            Copy the old contents

                            sudo cp -r /old/var/lib/mysql /var/lib/mysql
                            

                            Change the permissions on the mysql to be that of your mysql user:

                            sudo chown -R mysql:mysql /var/lib/mysql
                            

                            Restart Mysql:

                            sudo service mysql start
                            

                            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

                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @Tom Elliott
                              last edited by Wayne Workman

                              @Tom-Elliott For future readers, I’ll add that if you HAVE to do an export in this fashion - you probably have much larger issues…

                              FOG has a built in DB export tool; this is how you get to it:
                              FOG Configuration -> Configuration Save -> Export
                              That copies everything from the DB - literally everything.

                              The Import tool is in the same spot and it does work.

                              If for some reason the FOG front-end is broke and you can’t use it to import/export - you can do the same thing manually. Examples are here in the WiKi: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL

                              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!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

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

                              130

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project