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

    @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
    • R
      Raymond Bell Testers
      last edited by Aug 20, 2015, 7:28 PM

      @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
      • W
        Wayne Workman
        last edited by Aug 20, 2015, 8:01 PM

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

          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
          • R
            Raymond Bell Testers
            last edited by Raymond Bell Aug 20, 2015, 3:03 PM Aug 20, 2015, 9:02 PM

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

              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
              • R
                Raymond Bell Testers
                last edited by Raymond Bell Aug 20, 2015, 4:42 PM Aug 20, 2015, 10:40 PM

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

                  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
                  • R
                    Raymond Bell Testers
                    last edited by Raymond Bell Aug 20, 2015, 4:48 PM Aug 20, 2015, 10:47 PM

                    @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
                    • R
                      Raymond Bell Testers
                      last edited by Raymond Bell Aug 21, 2015, 2:23 PM Aug 21, 2015, 8:22 PM

                      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
                      1 / 1
                      • First post
                        13/13
                        Last post

                      141

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project