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

    Web Interface Slow SVN 4333

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    13
    3.5k
    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.
    • Raymond BellR
      Raymond Bell Testers
      last edited by Raymond Bell

      I am running svn 4333 and the web interface seems real slow. Is there anything i could do to speed it up? Taking like 2 min to load a page.

      Also i am unable to export the database now. I get this error

      Firefox can’t find the file at http://10...*/fog/management/export.php?type=sql.

      Raymond Bell
      WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

        is it virtualized? try running the “top” command to see if something is consuming CPU or RAM really heavily.

        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
        • Raymond BellR
          Raymond Bell Testers
          last edited by

          Yes it is a VM and no heavy CPU or RAM usage

          Raymond Bell
          WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

            @Raymond-Bell check for apache errors. FOG Configuration -> Log Viewer -> Apache

            Post any you find.

            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
            • Raymond BellR
              Raymond Bell Testers
              last edited by

              @Wayne-Workman

              fog apache2 error.jpg

              Raymond Bell
              WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

                Notifying the @Developers and other @Moderators PHP is not my strong suite.

                BUT - check how much free space you have on your FOG server’s partitions.

                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
                  last edited by

                  I’m just guessing, but you have multiple storage nodes? Are the storage nodes updated to at least the same revision?

                  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
                  • Raymond BellR
                    Raymond Bell Testers
                    last edited by Raymond Bell

                    i thought og that right after i msg you back 🙂
                    I am trying to upgrade to svn 4333 on my storage node but i can not for the life of me get php5-mysqlnd to install
                    E: Package ‘php5-mysqlnd’ has no installation candidate

                    the storage node is 12.10

                    Sorry been long week with school starting back

                    Raymond Bell
                    WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

                      Try running this command:

                      sudo cp /etc/apt/sources.list /etc/apt/sources.list.original_fog_$(date)
                      sudo sed -i -e 's/\/\/.*archive.ubuntu.com\|\/\/.*security.ubuntu.com/\/\/old-releases.ubuntu.com/g' /etc/apt/sources.list
                      sudo apt-get update;
                      

                      Then try reinstalling.

                      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 1
                      • Raymond BellR
                        Raymond Bell Testers
                        last edited by Raymond Bell

                        @Tom-Elliott

                        fog@FogNode2-K2:~$ sudo cp /etc/apt/sources.list /etc/apt/sources.list.original_fog_$(date)
                        cp: target `2015’ is not a directory
                        fog@FogNode2-K2:~$

                        Raymond Bell
                        WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

                          Change the cp command to:
                          cp /etc/apt/sources.list /etc/apt/sources.list.original_fog_$(date +%s)

                          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
                          • Raymond BellR
                            Raymond Bell Testers
                            last edited by Raymond Bell

                            @Tom-Elliott It still fails

                            • Skipping package: m4…(Already Installed)
                            • Skipping package: lftp…(Already Installed)
                            • Skipping package: php-gettext…(Already Installed)
                            • Installing package: php5-mysqlnd…Failed!
                              fog@FogNode2-K2:~/Downloads/svn2/bin$

                            also tried

                            fog@FogNode2-K2:~/Downloads/svn2/bin$ sudo apt-get install php5-mysqlnd
                            Reading package lists... Done
                            Building dependency tree       
                            Reading state information... Done
                            Package php5-mysqlnd is not available, but is referred to by another package.
                            This may mean that the package is missing, has been obsoleted, or
                            is only available from another source
                            However the following packages replace it:
                              php5-mysql
                            
                            E: Package 'php5-mysqlnd' has no installation candidate
                            fog@FogNode2-K2:~/Downloads/svn2/bin$ 
                            

                            Raymond Bell
                            WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

                            1 Reply Last reply Reply Quote 0
                            • Raymond BellR
                              Raymond Bell Testers
                              last edited by Raymond Bell

                              Issue looks like it is resolved. (web interface slow)

                              Upgraded VM server to svn 4469 ubuntu 12.04
                              Upgraded/Rebuilt storage node to svn 4469 ubuntu 12.04

                              Now i am getting this in the Apache Error Log any ideals?

                              FYI - you guys have been awesome help…

                              [Fri Aug 21 15:21:34.512243 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.513252 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.513890 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.514301 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.514866 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.515173 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63
                              [Fri Aug 21 15:21:34.515689 2015] [:error] [pid 2863] [client 10.24.28.18:51087] PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 63```

                              Raymond Bell
                              WiKi: https://wiki.fogproject.org/wiki/index.php/Main_Page

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

                              161

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project