• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • W
    Wayne Workman @Bigredcherokee
    last edited by Aug 20, 2015, 8:02 PM

    @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 Aug 20, 2015, 8:14 PM Reply Quote 1
    • B
      Bigredcherokee @Wayne Workman
      last edited by Aug 20, 2015, 8:14 PM

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

      W 1 Reply Last reply Aug 20, 2015, 8:31 PM Reply Quote 0
      • W
        Wayne Workman @Bigredcherokee
        last edited by Aug 20, 2015, 8:31 PM

        @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 Aug 20, 2015, 8:43 PM Reply Quote 0
        • J
          Junkhacker Developer
          last edited by Aug 20, 2015, 8:40 PM

          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 Aug 20, 2015, 8:57 PM Reply Quote 0
          • B
            Bigredcherokee @Wayne Workman
            last edited by Aug 20, 2015, 8:43 PM

            @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 Aug 20, 2015, 8:57 PM

              @Junkhacker None show up at all.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Aug 20, 2015, 8:58 PM

                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 Aug 20, 2015, 8:59 PM Reply Quote 0
                • B
                  Bigredcherokee @Tom Elliott
                  last edited by Aug 20, 2015, 8:59 PM

                  @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
                  • T
                    Tom Elliott
                    last edited by Aug 20, 2015, 9:00 PM

                    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 Aug 20, 2015, 9:08 PM Reply Quote 0
                    • B
                      Bigredcherokee @Tom Elliott
                      last edited by Aug 20, 2015, 9:08 PM

                      @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
                      • T
                        Tom Elliott
                        last edited by Aug 20, 2015, 9:15 PM

                        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
                        • T
                          Tom Elliott
                          last edited by Aug 20, 2015, 10:08 PM

                          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

                          W 1 Reply Last reply Aug 20, 2015, 10:56 PM Reply Quote 0
                          • W
                            Wayne Workman @Tom Elliott
                            last edited by Wayne Workman Aug 20, 2015, 4:58 PM Aug 20, 2015, 10:56 PM

                            @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
                            1 / 1
                            • First post
                              14/17
                              Last post

                            189

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project