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

    Web interface slow navigating and gray screen - fog 0.32

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    31
    12.9k
    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.
    • C
      creserva
      last edited by

      It is Ubuntu 12.01.4 version I think. When I login to /var/log httpd is no where to find. Anywhere else should I look.

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

        I don’t know ubuntu too well, but I’d start in /var/log/apache2

        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
        • C
          creserva
          last edited by

          Which one I should post. There are acess.log, then access.log.1-9 and error.log.1-24

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

            Try error.log (the most recent) to find out most recent type:

            ls -lhrt, look for the error.log at the bottom.

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

              Also,

              As it sounds as if your FOG server’s RAM is being eaten, have you tried a reboot to the server?

              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
              • C
                creserva
                last edited by

                I uploaded the errors and I delete some of it coz it was over 2mb.

                [url=“/_imported_xf_attachments/0/392_temp1.txt?:”]temp1.txt[/url]

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

                  What is your systems RAM and CPU usage sitting at? Are you running thru a Proxy? Have you tried restarting the server?

                  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
                  • C
                    creserva
                    last edited by

                    In the Hyper-V manager assigned RAM is 1gb and CPU usage is just 0%. I am not using any proxy at all.

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

                      Creserva,

                      Do you have a fundamental understanding of linux? I’m not trying to be mean, but what Hyper-V show’s isn’t necessarily what the system is actually using. It’s showing, more or less the assigned and CPU resource totals, not what the system’s actually using. If you know terminal open it up and get root access. Then type the command free and post the output of that. then type the command uptime and post the output of that. I’d still, highly, recommend a server restart. From terminal this can be performed with reboot, or shutdown -r now.

                      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
                      • C
                        creserva
                        last edited by

                        Its alright I am noob in Linux in anyways… But, I think slowness I could get by with that. Is just whenever I tried to deploy image to a host. It just sits there and hangs then I get a gray screen. When I look at the active task on Fog management, it does not move the process bar. Just sits there and the computer is froze.

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

                          So the tftp boot menu never appears on a client system?

                          The slowness on the interface is what was thought to be indicative, but now it sounds like you have your setup to be FOG as the DHCP server. However, how are your clients connecting to FOG itself? Are you behind a router, switch, hub? If you’re in a router, you’ll need to tell your router to point to your fog server and pxelinux.0 for dhcp-boot. If you’re on a switch where the FOG Server is the DHCP server, you’ll need to make sure that firewalls are disabled on the server. Otherwise your server is blocking attempts for requests for DHCP.

                          We still need more information I think.

                          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
                          • C
                            creserva
                            last edited by

                            I have the Server 2008 R2 acting as the DHCP Server and I have the option where the 67 is set to pxelinux.0 and 66 where the IP of the FOG is. When host start and boot into pxe it sees the FOG and starting to do the commands and I see the image name. But, it do es not get me to the blue screen where I could see the progress bar of imaging status. Just gray screen.

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

                              Try a different kernel. That’s at least seeming to work for many others. I’ve built one doesn’t rely on the Video cards so should display something the entire time:

                              [url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]

                              This file will go in the file system under:

                              /tftpboot/fog/kernel/

                              Just make sure you make a copy of your current one by doing:

                              cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.orig

                              Then run:
                              EDITED FOR PROPER SYNTAX (SORRY)
                              wget --no-check-certificate -O /tftpboot/fog/kernel/bzImage [url]http://mastacontrola.com/fogboot/kernel/bzImage[/url]

                              Then try to do the task you’ve been attempting.

                              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
                              • C
                                creserva
                                last edited by

                                Thanks for the reply… When I tried wget --no-check-certificate -O /tftpboot/fog/kernel/bzImage [url]http://mastacontrola.com/fogboot/kernel/bzImage[/url] command I get an error temporary failure in name resolution. So I just download the file on my computer then upload via winscp. I did backup the old bzImage file first

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

                                  OK.

                                  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
                                  • C
                                    creserva
                                    last edited by

                                    I think the FOG Server having some dns issue. Though I added FOG_PXE_IMAGE_DNSADDRESS TO 8.8.8.8 but it seems not resolving names.

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      creserva
                                      last edited by

                                      When I go FOG Kernel Updates. I should query new updates but this one just giving me that “so if it seems like the process is hanging please be patient.”

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        creserva
                                        last edited by

                                        I checked the FOG_PROXY_IP it is empty.

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          chad-bisd Moderator
                                          last edited by

                                          Does your FOG server have internet access? The FOG web management login page tries to do an AJAX query to show the latest version and how many FOG servers are reporting in.


                                          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            creserva
                                            last edited by

                                            I just end up creating a new hyper-v new ubuntu server 12.04.4 and new 0.32 fog server and works perfect. But, I have all the host and images, hardware inventory everything. Please advise how can I export then import to the new server. Thanks

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

                                            174

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project