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

    FOG 1.2 bandwidth stuck at zero

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    12
    3.1k
    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.
    • B
      Barry Tabrah
      last edited by

      It images fine, both partimage and partclone but there is no visible bandwidth activity on the fog server home page.

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

        Ok, a few things.

        What FOG version are you running? 1.2.0 ? An SVN dev version?

        I can offer a few troubleshooting commands specifically for Fedora 21 right here:

        [url]http://fogproject.org/wiki/index.php/FOG_(r2922)Configuration_on_Fedora_21_Workstation_inside_Windows_Server_2012_Hyper-V_using_ProxyDHCP#FOG_Server_Troubleshooting_Help.28Fedora_21.2C_r2922_.26_up.29[/url]

        Also, I’m currently working on some information gathering scripts meant for general troubleshooting. It’s still a work in progress, but seeing that you’re using Fedora 21, you might find them helpful. You can find them here:
        [url]http://fogproject.org/forum/threads/lets-make-scripts.12551/[/url]

        This is just a starting point. I’m still new to FOG myself. Others may know what the problem is immediately, but I don’t so, we’ll start with that troubleshooting.

        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
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          I also might add that official Fedora 21 support wasn’t added till r2920…

          You might just love that version, but I’d recommend the current dev version because it’s really, really nice.

          Tom (the senior developer) has worked tirelessly to tackle bugs in FOG… A re-install using the latest developmental version (is it r3111 ?) might just make this problem go away.

          Re-installing ins’t a big ordeal… Normally, it just uses the previous config and blows through it like nothing. You might get some DB errors when that updates but they are non-impacting. And I MUST say that the new Web GUI is down-right sexy.

          Some instructions here: [url]http://fogproject.org/wiki/index.php/SVN[/url] Some more instructions are in that WiKi link I posted earlier, towards the top.

          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
          • B
            Barry Tabrah
            last edited by

            The version we are running is the official 1.2.0 version rather than any svn. Part of the reason is that we have rather restrictive policies here that make getting the svn a right royal pain. Also it’s a live environment which made me reluctant to go anything other than the official install.

            Do we have any idea when the next release version is likely to drop? As it’s purely a visual issue I’d rather wait for an official release than risk borking a working environment.

            1 Reply Last reply Reply Quote 0
            • B
              Barry Tabrah
              last edited by

              Okay, I managed to use wget to fetch the svn and now I’m stuck on the install. It’s stuck on Copying needed repo…
              Is there a way to skip this step? Maybe a way to manually enter the details?

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

                [quote=“Barry Tabrah, post: 43846, member: 27717”]Okay, I managed to use wget to fetch the svn and now I’m stuck on the install. It’s stuck on Copying needed repo…
                Is there a way to skip this step? Maybe a way to manually enter the details?[/quote]

                [CODE]svn co -r 3112 https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk[/CODE]

                Someone else might need to help from there…

                I’d suggest updating your system before trying to install?

                [CODE]yum clean all[/CODE]
                [CODE]Yum update[/CODE]

                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
                • J
                  Joe Schmitt Senior Developer
                  last edited by

                  If you can’t use svn, you can get a zip file of our current work from github

                  Via web:
                  [url]https://github.com/FOGProject/fogproject[/url] and click Download Zip

                  Via cli:
                  [CODE]wget https://github.com/FOGProject/fogproject/archive/dev-branch.zip[/CODE]

                  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.

                  1 Reply Last reply Reply Quote 0
                  • Joseph HalesJ
                    Joseph Hales Testers
                    last edited by

                    One other thing to check is what interface is it monitoring under storage on my system I use a bonded connection but the web gui defaults to eth0 and had to be set to bond0 in my case before monitoring would occur.

                    RTFM

                    1 Reply Last reply Reply Quote 0
                    • B
                      Barry Tabrah
                      last edited by

                      I’ve come back to looking at this problem and I’ve been looking at the bandwidth.php file, as I believe this is where the data is collected.

                      I’ve noticed that eth0 is explicitly referenced. I thought I may be able to resolve this by changing the value to ens32 but this didn’t work.

                      I have to be close. I’ve checked the dev file it’s pulling the data from and it definitely references ens32. Does anyone else have any ideas?

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

                        @Barry-Tabrah I don’t understand the issue.

                        Bandwidth graph isn’t working? This should not be impacting functionality in any regard.

                        Just a guess, does the disk space show? What about active tasks, does it refresh every 5 seconds properly?

                        Can you upgrade? FOG 1.2.0 and earlier did not have any controls in place to tell the dashboard page what interface to use. However, as you stated, you pushed through to enforce the settings was for ens32, but where did you make that change?

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

                        326

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project