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

    /opt/fog/snapins disappearing

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    snapins deleting files
    5
    23
    10.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.
    • Wayne WorkmanW
      Wayne Workman @apathetic_admin
      last edited by

      @apathetic_admin Are you uploading a file or not?

      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/

      apathetic_adminA 1 Reply Last reply Reply Quote 0
      • apathetic_adminA
        apathetic_admin @Wayne Workman
        last edited by

        @Wayne-Workman No, just selecting an existing file. This is what caused it to delete all the snapin files before.

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

          @apathetic_admin Small change, try this: https://github.com/FOGProject/fogproject/pull/82/files

          You’re just basically moving the closing } down below the put statement, that way the put never happens either if the filename is blank.

          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/

          apathetic_adminA 1 Reply Last reply Reply Quote 0
          • apathetic_adminA
            apathetic_admin @Wayne Workman
            last edited by

            @Wayne-Workman That seems to have done the trick.

            If I select a file to upload, and I select a file that’s already existing, I get the new file uploaded when I update the snapin, but the snapin is configured to use the existing file I selected in the dropdown. That might not be related at all to anything we just did, I just tried it out to see what it’d do.

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

              @apathetic_admin Awesome. Now, can someone please take a deep breath and try to create a new snapin without a file ?

              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/

              apathetic_adminA 1 Reply Last reply Reply Quote 0
              • apathetic_adminA
                apathetic_admin @Wayne Workman
                last edited by

                @Wayne-Workman I was able to add a new snapin without doing anything but putting a name in and selecting the storage node. I suppose that’s okay though, yeah?

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

                  @apathetic_admin said:

                  @Wayne-Workman I was able to add a new snapin without doing anything but putting a name in and selecting the storage node. I suppose that’s okay though, yeah?

                  The real question is were existing snapin files deleted 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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  Tom ElliottT apathetic_adminA 2 Replies Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Wayne Workman
                    last edited by

                    @Wayne-Workman I’ve added your code and then I made a bunch of modifications to more appropriately check things.

                    First, uploaded files – I think – should always supersede the “existing file” chosen. So this is now implemented.

                    My checks do now verify if the file exists before attempting to delete it. However, most notably, I think, the code will not attempt to even create/edit the source if the snapinfile choices don’t exist (aren’t set). It will ONLY delete the file in the case of the uploaded file, and even then only if the file exists first.

                    Hopefully this fixes the issues described here and in the other thread.

                    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

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      RipAU @Tom Elliott
                      last edited by

                      @Tom-Elliott I Just updated my storage node with the latest SVN to fix the Snapin issue and noticed an error at the end.
                      It did report that it installed everything correctly and seems to be working but the errors I noticed are

                       * Starting FOGScheduler.service Service.......................OK
                       * Starting FOGPingHosts.service Service.......................OK
                       * Setting up exports file.....................................OK
                       * Setting up and starting RPCBind.............................OK
                       * Setting up and starting NFS Server..........................OK
                      sed: -e expression #1, char 76: unknown option to `s'
                      sed: -e expression #1, char 88: unknown option to `s'
                      
                       * Setup complete
                      
                      
                       * You still need to setup this node in the fog management
                       | portal. You will need the username and password listed
                       | below.
                      
                       * Management Server URL:
                      

                      I thought I would reply here as I thought this might be related to the latest fixes?

                      Cheers!

                      1 Reply Last reply Reply Quote 0
                      • apathetic_adminA
                        apathetic_admin @Wayne Workman
                        last edited by

                        @Wayne-Workman Yeah sorry I thought I had mentioned that earlier. They were fine.

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

                          @apathetic_admin This errors should no longer be present and the random deletions are fixed. I’m going to solve the thread.

                          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
                          • I
                            ITSolutions Testers
                            last edited by

                            Sorry for not responding earlier, Yes this is solved. Thanks again for all the hard work @Developers and everyone else.

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

                            157

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project