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

    Can't login to FOG web Interface

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    19
    4.2k
    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.
    • F
      Farooq Hussain M
      last edited by

      Any resolution to this issue. Even I am not able to login, and GUI is very very slow.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @Farooq Hussain M
        last edited by

        @farooq-hussain-m There is a bug in 1.5.0 that will be fixed in 1.5.1, which I hear will be released soon (maybe early april). There is a way to install a pre-release version of 1.5.1, if you can’t wait until april. Tom provided instructions below on how to switch your git repository to the “working” branch.

        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
        • M
          msi Testers @Sebastian Roth
          last edited by

          @sebastian-roth said in Can't login to FOG web Interface:

          How did you install FOG if not using GIT?

          I downloaded the tar file to unzip it to run ./installfog.sh

          @Wayne-Workman it looks like I have neither directory. May be because i didn’t install it using git?

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

            @msi You can use git like this: https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG

            When you switch branches, use the branch in Tom’s post, which is working-1.5.1 The article covers switching branches.

            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/

            M 1 Reply Last reply Reply Quote 1
            • M
              msi Testers @Wayne Workman
              last edited by

              @wayne-workman @Tom-Elliott not sure if I followed the procedure correctly. After following below procedure, I have 1.5.0.32 (not 1.5.1). Still, takes long time to authenticate while login to the web console. Also, some menu item at the top bar such as dashboard, storage, and configuration are still taking long time to load or refresh.

              [root@caor-fogmain ~]#sudo -i
              [root@caor-fogmain ~]#yum -y install git
              [root@caor-fogmain ~]# sudo -i
              [root@caor-fogmain ~]# cd /root
              [root@caor-fogmain ~]# git clone https://github.com/FOGProject/fogproject.git
              [root@caor-fogmain fogproject]# git checkout working-1.5.1
              Branch working-1.5.1 set up to track remote branch working-1.5.1 from origin.
              Switched to a new branch 'working-1.5.1'
              [root@caor-fogmain fogproject]# git pull
              Already up-to-date.
              [root@caor-fogmain fogproject]# cd bin/
              [root@caor-fogmain bin]# ./installfog.sh -y
              
              Wayne WorkmanW Tom ElliottT 2 Replies Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @msi
                last edited by

                @msi Looks like you did everything correctly to me. Just because the version says 1.5.0.32 doesn’t really mean anything. Tom created this branch as a way for people to get stable-ish code that fixes a specific problem, he may not have bothered updating the version label for the GUI.

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

                  @msi working means it’s a work in progress. So the version is 32 commits ahead of what 1.5.0 was released at.

                  You seem to have a lot of storage nodes. I’m guessing your delay/sluggishness is about 1 second per storage node, which I haven’t counted, but guess is about 20 seconds or so?

                  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

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    msi Testers @Tom Elliott
                    last edited by

                    @tom-elliott You’re right. What about delay login?

                    Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @msi
                      last edited by

                      @msi when you login guess what page it automatically takes you too?

                      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

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

                        @msi In other words, disable graphing for all your storage nodes.

                        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
                        • M
                          msi Testers @Tom Elliott
                          last edited by msi

                          @tom-elliott said in Can't login to FOG web Interface:

                          @msi when you login guess what page it automatically takes you too?

                          Hi,
                          Make sense… Please close the discussion with satisfaction. Just to recap, below solved the problem for now. Hopefully, newer version will solve all the problem, including delays.
                          @msi said in Can't login to FOG web Interface:

                          [root@caor-fogmain ~]#sudo -i
                          [root@caor-fogmain ~]#yum -y install git
                          [root@caor-fogmain ~]# sudo -i
                          [root@caor-fogmain ~]# cd /root
                          [root@caor-fogmain ~]# git clone https://github.com/FOGProject/fogproject.git
                          [root@caor-fogmain ~]# cd fogproject/
                          [root@caor-fogmain fogproject]# git checkout working-1.5.1
                          Branch working-1.5.1 set up to track remote branch working-1.5.1 from origin.
                          Switched to a new branch 'working-1.5.1'
                          [root@caor-fogmain fogproject]# git pull
                          Already up-to-date.
                          [root@caor-fogmain fogproject]# cd bin/
                          [root@caor-fogmain bin]# ./installfog.sh -y
                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          • First post
                            Last post

                          153

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project