• 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.
  • G
    george1421 Moderator
    last edited by Mar 22, 2018, 11:13 PM

    Check the apache error log to see if there are any errors thrown. The upgrade should not touch the login credentials for the web gui.

    If by chance you are talking about the linux console user fog, then you have problems.

    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!

    M 1 Reply Last reply Mar 23, 2018, 12:20 AM Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 22, 2018, 11:18 PM

      Please get the exact version. This sounds an awful lot like you installed some version of working-1.5.1 rather than the master branch, which is 1.5.0

      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
      • M
        msi Testers @george1421
        last edited by Mar 23, 2018, 12:20 AM

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

        Check the apache error log to see if there are any errors thrown. The upgrade should not touch the login credentials for the web gui.

        If by chance you are talking about the linux console user fog, then you have problems.

        Good news and bad news! I can log in now, but it seems like the server is awful slow. I mean real slow. When I brows between the tab such as dashboard, user, host etc. The loading time is very slow.
        FYI: my nodes are version 1.4.4.
        0_1521764430385_3d547dda-8f54-4e0e-a4cd-75063583c25f-image.png

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Mar 23, 2018, 2:04 AM

          Mind trying the working-1.5.1 branch?

          I’ve made a lot of headway in performance issues from 1.5.0 that I think is now addressed in 1.5.1, but need more people to test live to ensure the fixes are indeed working as expected.

          You would cd to where your current git environment is. Then you do:

          git checkout working-1.5.1
          git pull
          cd bin
          ./installfog.sh -y
          

          (changing installfog.sh with your normally run arguments if you have any differences.)

          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 23, 2018, 2:27 AM Reply Quote 1
          • M
            msi Testers @Tom Elliott
            last edited by Mar 23, 2018, 2:27 AM

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

            You would cd to where your current git environment is. Then you do:

            Hi Tom,
            When asks to change the directory to Git environment, do you mean where the fog installation file is located? Sorry, I am not very familiar with Git. I am using CentOS 7.4

            W 1 Reply Last reply Mar 23, 2018, 3:56 AM Reply Quote 0
            • W
              Wayne Workman @msi
              last edited by Mar 23, 2018, 3:56 AM

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

              When asks to change the directory to Git environment, do you mean where the fog installation file is located?

              Yes. Typically it’s at /root/fogproject or /root/git/fogproject if you’ve followed instructions from the wiki.

              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 1
              • 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
                                        11/19
                                        Last post

                                      155

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project