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

Cannot modify image --> host association

Scheduled Pinned Locked Moved Solved
Bug Reports
4
15
2.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
    Carl
    last edited by Carl Jun 15, 2016, 11:23 AM Jun 15, 2016, 5:14 PM

    If I go into a host entry in the web UI and then try to modify anything below the “Host Description” field within that host I get a confirmation that the operation was successful. Then, if I navigate to another place in the UI and return back to see the image association, it looks as though a change was never made. I have tried clearing browser caches, using different browsers etc. with no change.

    There’s not much useful data in the apache logs…

    error_log

    BFD: /var/www/html/fog/service/ipxe/bzImage: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section .bss
    BFD: /var/www/html/fog/service/ipxe/bzImage32: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section .bss
    

    This is for …

    Running Version: 8103
    SVN Revision: 5680
    

    I can provide any additional information/logs/etc… if need be.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Jun 15, 2016, 6:00 PM

      I’m unable to replicate.

      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
      • W
        Wayne Workman
        last edited by Jun 15, 2016, 6:04 PM

        Are you using groups to do this, or are you directly changing it inside host management?

        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
        • C
          Carl
          last edited by Jun 15, 2016, 6:06 PM

          In host management. I do have some groups created but I’ve not added any hosts to those groups yet.

          T 1 Reply Last reply Jun 15, 2016, 6:07 PM Reply Quote 0
          • T
            Tom Elliott @Carl
            last edited by Jun 15, 2016, 6:07 PM

            @Carl You should have a backup from when you did the update to trunk. Do you have this still? Can you supplant the original DB in place (FOG Configuration Page->Configuration Save->Import) and see if the update (again) fixes the issue?

            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
              Carl
              last edited by Jun 15, 2016, 6:29 PM

              Restored the backup.
              Did a resync with subversion.
              Ran installer.

              So far so good… except now the hosts that I was working with before are missing.

              T 1 Reply Last reply Jun 15, 2016, 7:12 PM Reply Quote 0
              • T
                Tom Elliott @Carl
                last edited by Jun 15, 2016, 7:12 PM

                @Carl No need to rerun the installer. Just re-import the DB and update again.

                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
                  Carl
                  last edited by Jun 15, 2016, 7:56 PM

                  What do you mean by “update again”?

                  W 1 Reply Last reply Jun 15, 2016, 8:07 PM Reply Quote 0
                  • W
                    Wayne Workman @Carl
                    last edited by Wayne Workman Jun 15, 2016, 2:07 PM Jun 15, 2016, 8:07 PM

                    @Carl either git pull and reinstall, or svn up and reinstall. Go to the place where you have fog’s source files and run those, then go into bin and run the installer with ./installfog.sh -y

                    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
                    • C
                      Carl
                      last edited by Carl Jun 15, 2016, 3:20 PM Jun 15, 2016, 9:19 PM

                      I’m somewhat confused now. Tom says don’t run the installer… Wayne says to run the installer???
                      I’ve already done the steps Wayne mentioned. It’s what I was referring to in my earlier post.

                      Restored the backup.
                      Did a resync with subversion.
                      Ran installer.
                      
                      So far so good… except now the hosts that I was working with before are missing.
                      
                      W 1 Reply Last reply Jun 15, 2016, 9:20 PM Reply Quote 0
                      • W
                        Wayne Workman @Carl
                        last edited by Jun 15, 2016, 9:20 PM

                        @Carl I misinterpreted what Tom said. He was talking about the DB Schema update that would appear in the web interface. Sorry about the confusion.

                        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
                        • C
                          Carl
                          last edited by Jun 15, 2016, 9:21 PM

                          Ok well I did that schema update also.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Jun 16, 2016, 8:49 PM

                            @Carl So is this issue solved?

                            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
                              Carl
                              last edited by Jun 16, 2016, 8:52 PM

                              The original issue : yes. Should I create a new thread for the one that came up during the course of resolving that?

                              1 Reply Last reply Reply Quote 0
                              • S
                                Sebastian Roth Moderator
                                last edited by Jun 16, 2016, 9:05 PM

                                @Carl said:

                                The original issue : yes. Should I create a new thread for the one that came up during the course of resolving that?

                                Yes please. Makes it more easy for people to follow…

                                Marking this solved.

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

                                152

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project