• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • S
    Sebastian Roth Moderator
    last edited by Mar 23, 2018, 8:15 AM

    @msi said in Can't login to FOG web Interface:

    Sorry, I am not very familiar with Git.

    How did you install FOG if not using GIT?

    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 Mar 23, 2018, 12:32 PM Reply Quote 0
    • F
      Farooq Hussain M
      last edited by Mar 23, 2018, 9:42 AM

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

      G 1 Reply Last reply Mar 23, 2018, 10:15 AM Reply Quote 0
      • G
        george1421 Moderator @Farooq Hussain M
        last edited by Mar 23, 2018, 10:15 AM

        @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 Mar 23, 2018, 12:32 PM

          @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?

          W 1 Reply Last reply Mar 23, 2018, 12:48 PM Reply Quote 0
          • W
            Wayne Workman @msi
            last edited by Wayne Workman Mar 23, 2018, 6:49 AM Mar 23, 2018, 12:48 PM

            @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 Mar 23, 2018, 2:06 PM Reply Quote 1
            • M
              msi Testers @Wayne Workman
              last edited by Mar 23, 2018, 2:06 PM

              @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
              
              W T 2 Replies Last reply Mar 23, 2018, 4:02 PM Reply Quote 0
              • W
                Wayne Workman @msi
                last edited by Mar 23, 2018, 4:02 PM

                @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
                • T
                  Tom Elliott @msi
                  last edited by Mar 23, 2018, 4:20 PM

                  @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 Mar 24, 2018, 12:04 AM Reply Quote 0
                  • M
                    msi Testers @Tom Elliott
                    last edited by Mar 24, 2018, 12:04 AM

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

                    T W 2 Replies Last reply Mar 24, 2018, 12:14 AM Reply Quote 0
                    • T
                      Tom Elliott @msi
                      last edited by Mar 24, 2018, 12:14 AM

                      @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 Mar 26, 2018, 3:52 PM Reply Quote 0
                      • W
                        Wayne Workman @msi
                        last edited by Mar 24, 2018, 12:59 AM

                        @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 Mar 29, 2018, 8:05 AM Mar 26, 2018, 3:52 PM

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

                          206

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project