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

Image size on server

Scheduled Pinned Locked Moved Solved
FOG Problems
4
33
9.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
    ch3i Moderator @Polii123
    last edited by May 19, 2015, 1:52 PM

    @Polii123 said:

    Shame on me, partition was not mounted after restart 😬

    👏 lol

    1 Reply Last reply Reply Quote 0
    • P
      Polii123
      last edited by May 19, 2015, 1:59 PM

      Well problem is still there, i didn’t even check if it’s gone because i was sure. Now i opend the web UI and still no disk information.

      T 1 Reply Last reply May 19, 2015, 2:00 PM Reply Quote 0
      • T
        Tom Elliott @Polii123
        last edited by May 19, 2015, 2:00 PM

        @Polii123 said:

        Well problem is still there, i didn’t even check if it’s gone because i was sure. Now i opend the web UI and still no disk information.

        Is this a node that’s different from what represents the GUI?

        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
        • P
          Polii123
          last edited by May 19, 2015, 2:01 PM

          Nope is on the same VM. Only diffrent virtual HDDs

          1 Reply Last reply Reply Quote 0
          • W
            Wayne Workman
            last edited by May 20, 2015, 12:35 PM

            Any recent changes to the nodes?

            A restart, maybe?

            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
            • P
              Polii123
              last edited by May 20, 2015, 12:39 PM

              Well I don’t know since this is the same server with the database problem ^^ Probaly it would work now.

              T 1 Reply Last reply May 20, 2015, 2:14 PM Reply Quote 0
              • T
                Tom Elliott @Polii123
                last edited by May 20, 2015, 2:14 PM

                @Polii123 said:

                Well I don’t know since this is the same server with the database problem ^^ Probaly it would work now.

                Now that the database issue is fixed, is this solved for you 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
                • P
                  Polii123
                  last edited by May 20, 2015, 2:15 PM

                  Nope, still an issue

                  1 Reply Last reply Reply Quote 0
                  • W
                    Wayne Workman
                    last edited by May 20, 2015, 2:20 PM

                    I really need more experience with storage nodes…

                    I ordered a Cisco small business router on ebay the other day, should come in any time.

                    I’m going to document the **** out of the location plugin and storage nodes.

                    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
                    • P
                      Polii123
                      last edited by May 20, 2015, 2:26 PM

                      Maybe this helps

                      Unbenannt.PNG

                      T 1 Reply Last reply May 20, 2015, 2:37 PM Reply Quote 0
                      • W
                        Wayne Workman
                        last edited by May 20, 2015, 2:28 PM

                        A lot of blank entries there…

                        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
                        • P
                          Polii123
                          last edited by Polii123 May 20, 2015, 8:38 AM May 20, 2015, 2:37 PM

                          Problem solved.

                          I editet /var/www/fog as document root. After change it back to /var/www/ everything is back to nomal. See Toms answer for more information
                          Thanks to all for your help.

                          1 Reply Last reply Reply Quote 1
                          • T
                            Tom Elliott @Polii123
                            last edited by May 20, 2015, 2:37 PM

                            @Polii123 This is because document root is looking at /var/www/fog (so you can access by simply http://localhost/) and still see fog. However, the FOG_WEB_ROOT setting is not reflecting this. So essentially it’s looking for the link:

                            http://localhost/fog/status/hw.php in: /var/www/fog/fog/status which I’m going to guess doesn’t exist.

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

                            150

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project