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

Bandwidth graph is gone

Scheduled Pinned Locked Moved Solved
FOG Problems
4
31
9.0k
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.
  • M
    moses @Tom Elliott
    last edited by Apr 21, 2016, 4:40 PM

    @Tom-Elliott SELinux is set to permissive (just confirmed that). Not sure how to properly check iptables or what to look for there, could you elaborate?

    T 2 Replies Last reply Apr 21, 2016, 4:40 PM Reply Quote 0
    • T
      Tom Elliott @moses
      last edited by Apr 21, 2016, 4:40 PM

      @moses iptables -L -n

      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 Apr 21, 2016, 4:43 PM Reply Quote 0
      • M
        moses @Tom Elliott
        last edited by Apr 21, 2016, 4:43 PM

        @Tom-Elliott Here’s the output:

        Chain INPUT (policy ACCEPT)
        target     prot opt source               destination
        
        Chain FORWARD (policy ACCEPT)
        target     prot opt source               destination
        
        Chain OUTPUT (policy ACCEPT)
        target     prot opt source               destination
        
        1 Reply Last reply Reply Quote 0
        • M
          moses @Sebastian Roth
          last edited by Apr 21, 2016, 4:43 PM

          @Sebastian-Roth Interface name is ‘eno1’

          T 1 Reply Last reply Apr 21, 2016, 4:43 PM Reply Quote 0
          • T
            Tom Elliott @moses
            last edited by Apr 21, 2016, 4:43 PM

            @moses You sure it’s eno1 and not eno1777728 or somethign like that?

            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
            • T
              Tom Elliott @moses
              last edited by Apr 21, 2016, 4:44 PM

              @moses How did you confirm selinux was set to permissive? sestatus?

              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 Apr 21, 2016, 4:45 PM Reply Quote 0
              • M
                moses @Tom Elliott
                last edited by Apr 21, 2016, 4:45 PM

                @Tom-Elliott

                [admin@localhost bin]$ ifconfig
                eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
                        inet 192.168.1.66  netmask 255.255.255.0  broadcast 192.168.1.255
                        inet6 fe80::9eb6:54ff:fef0:3e0d  prefixlen 64  scopeid 0x20<link>
                        ether 9c:b6:54:f0:3e:0d  txqueuelen 1000  (Ethernet)
                        RX packets 71305  bytes 55866671 (53.2 MiB)
                        RX errors 0  dropped 2  overruns 0  frame 0
                        TX packets 64775  bytes 60474259 (57.6 MiB)
                        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
                
                lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
                        inet 127.0.0.1  netmask 255.0.0.0
                        inet6 ::1  prefixlen 128  scopeid 0x10<host>
                        loop  txqueuelen 0  (Local Loopback)
                        RX packets 11135  bytes 37843099 (36.0 MiB)
                        RX errors 0  dropped 0  overruns 0  frame 0
                        TX packets 11135  bytes 37843099 (36.0 MiB)
                        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
                
                [admin@localhost bin]$ sestatus
                SELinux status:                 enabled
                SELinuxfs mount:                /sys/fs/selinux
                SELinux root directory:         /etc/selinux
                Loaded policy name:             targeted
                Current mode:                   permissive
                Mode from config file:          permissive
                Policy MLS status:              enabled
                Policy deny_unknown status:     allowed
                Max kernel policy version:      28
                
                T 1 Reply Last reply Apr 21, 2016, 4:51 PM Reply Quote 0
                • T
                  Tom Elliott @moses
                  last edited by Apr 21, 2016, 4:51 PM

                  @moses and what does the node look like? Understand I’m just trying to see/get all the details

                  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 Apr 21, 2016, 4:55 PM Reply Quote 0
                  • M
                    moses @Tom Elliott
                    last edited by Apr 21, 2016, 4:55 PM

                    @Tom-Elliott alt text

                    T 1 Reply Last reply Apr 21, 2016, 6:14 PM Reply Quote 0
                    • T
                      Tom Elliott @moses
                      last edited by Apr 21, 2016, 6:14 PM

                      @moses can you try updTing?

                      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 3 Replies Last reply Apr 21, 2016, 6:24 PM Reply Quote 0
                      • M
                        moses @Tom Elliott
                        last edited by Apr 21, 2016, 6:24 PM

                        @Tom-Elliott Sure, updTing now 😉

                        W 1 Reply Last reply Apr 21, 2016, 7:31 PM Reply Quote 1
                        • M
                          moses @Tom Elliott
                          last edited by moses Apr 21, 2016, 12:45 PM Apr 21, 2016, 6:45 PM

                          @Tom-Elliott Unfortunately, no change after updating. (Using git)

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman @moses
                            last edited by Apr 21, 2016, 7:31 PM

                            @moses just so we know - what version of CentOS ?

                            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 Apr 21, 2016, 7:33 PM Reply Quote 0
                            • M
                              moses @Wayne Workman
                              last edited by Apr 21, 2016, 7:33 PM

                              @Wayne-Workman

                                 Static hostname: localhost.localdomain
                                       Icon name: computer-desktop
                                         Chassis: desktop
                                      Machine ID: --
                                         Boot ID: --
                                Operating System: CentOS Linux 7 (Core)
                                     CPE OS Name: cpe:/o:centos:centos:7
                                          Kernel: Linux 3.10.0-327.13.1.el7.x86_64
                                    Architecture: x86-64
                              
                              W 1 Reply Last reply Apr 21, 2016, 7:33 PM Reply Quote 0
                              • W
                                Wayne Workman @moses
                                last edited by Apr 21, 2016, 7:33 PM

                                @moses PHP version?

                                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 Apr 21, 2016, 7:35 PM Reply Quote 0
                                • M
                                  moses @Wayne Workman
                                  last edited by Apr 21, 2016, 7:35 PM

                                  @Wayne-Workman

                                  PHP 5.6.20 (cli) (built: Mar 31 2016 07:17:10)

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    moses @Tom Elliott
                                    last edited by Apr 25, 2016, 12:38 PM

                                    @Tom-Elliott Any update on this? Only reason I ask is because when I log in, the errors eventually cause the page to crash unless I quickly go to a different page.

                                    T 1 Reply Last reply Apr 25, 2016, 12:44 PM Reply Quote 0
                                    • T
                                      Tom Elliott @moses
                                      last edited by Apr 25, 2016, 12:44 PM

                                      @moses Remoting with you currently in hopes to see and fix the issue more directly.

                                      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
                                      • T
                                        Tom Elliott
                                        last edited by Apr 25, 2016, 1:16 PM

                                        Issue was the first node on the list was not returning data. This caused the whole thing to crash the bandwidth script.

                                        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

                                        W 1 Reply Last reply Apr 25, 2016, 6:25 PM Reply Quote 1
                                        • W
                                          Wayne Workman @Tom Elliott
                                          last edited by Apr 25, 2016, 6:25 PM

                                          @Tom-Elliott any way to make the dashboard more forgiving?

                                          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/

                                          T 1 Reply Last reply Apr 25, 2016, 6:26 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            20/31
                                            Last post

                                          133

                                          Online

                                          12.2k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project