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

    Another Database Failed to Update - after image capture

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    3
    16
    2.6k
    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.
    • J
      jbender @Wayne Workman
      last edited by

      @Wayne-Workman
      [root@fogmachine ~]# 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
      [root@fogmachine ~]# getenforce
      Permissive
      [root@fogmachine ~]#

      1 Reply Last reply Reply Quote 0
      • J
        jbender
        last edited by jbender

        Now updated to 1.3.0-RC6

        Still have the same error after image captured, database update fails.

        0_1470317677747_fogerrorfull.jpg
        jbender Storage Group: default
        Storage Node: DefaultMember 2016-08-04
        09:01:45 2016-08-04
        09:17:20 15 minutes 35 seconds Win10-EngBase-Install-6 Capture Complete

        – On the FOG Interface side, Image capture is complete

        My /images mount had been set to 777 permissions, have set back to 755, with fog:root as owner as before.
        drwxr-xr-x. 21 fog root 4.0K Aug 4 09:17 images
        /dev/sdb1 on /images type xfs (rw,relatime,seclabel,attr2,inode64,noquota)

        – Nothing special about /images that I know of.

        Directory listing of images:

        drwxr-xr-x. 21 fog root 4.0K Aug 4 09:17 .
        dr-xr-xr-x. 21 root root 4.0K Aug 3 17:07 …
        drwxr-xr-x. 2 fog root 22 Aug 4 09:17 dev
        -rwxr-xr-x. 1 fog root 0 Apr 18 16:10 .mntcheck
        drwxr-xr-x. 2 fog root 29 Apr 18 16:10 postdownloadscripts
        drwxr-xr-x. 2 fog root 4.0K May 11 12:43 Win10BaseInstall4
        drwxr-xr-x. 2 fog root 4.0K May 19 15:09 Win10BaseInstall5
        drwxr-xr-x. 2 fog root 6 May 9 12:48 Win10BaseInstallStartCustom1
        drwxr-xr-x. 2 fog root 6 May 9 13:22 Win10BaseInstallSysprep1
        drwxr-xr-x. 2 fog root 4.0K Aug 3 15:19 Win10EngBaseInstall5
        drwxrwxrwx. 2 root root 4.0K Aug 4 09:17 Win10EngBaseInstall6

        – /images/dev folder gets emptied correctly after capture, the new image gets moved into /images/imagename

        I’ve noticed that the image while being captured in /images/dev is owned by root:root, and when it gets moved back into /images, it is still owned by root:root. All other images where captured under SVN version 72xx series and have ownership set to fog:root. Should there be a step that changes ownership to fog:root before the chmod is done?

        Forgot to add:

        – From httpd error log:

        [Thu Aug 04 09:17:20.183936 2016] [:error] [pid 17703] [client 10.70.58.123:57320] PHP Warning: ftp_chmod(): SITE CHMOD command failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 31

        — VSFTP.conf
        anonymous_enable=NO
        local_enable=YES
        write_enable=YES
        local_umask=022
        dirmessage_enable=YES
        xferlog_enable=YES
        connect_from_port_20=YES
        xferlog_std_format=YES
        listen=YES
        pam_service_name=vsftpd
        userlist_enable=NO
        tcp_wrappers=YES
        seccomp_sandbox=NO

        – Not really sure what else to check.

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

          @jbender Just on a limb, would you mind removing the /var/www/fog and /var/www/html/fog directories and rerun the installer?

          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

          J 1 Reply Last reply Reply Quote 0
          • J
            jbender @Tom Elliott
            last edited by

            @Tom-Elliott

            Unfortunately, same result still.

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

              @jbender Is there anything the /var/log/xferlog 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! 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

              J 1 Reply Last reply Reply Quote 0
              • J
                jbender @Tom Elliott
                last edited by

                @Tom-Elliott

                No it is empty.

                1 Reply Last reply Reply Quote 0
                • J
                  jbender
                  last edited by

                  Would it be possible to include a CHOWN command ahead of the CHMOD attempt?

                  From what I can tell that is what is missing. The images are captured owned by Root, the process that does the CHMOD in ftp is logged in as the “fog user” (I think). So if the CHMOD succeeds, the “fog user” would be cut off from having permissions to the final file.

                  I’ve been trying to find the relevant parts in the php files, and only know enough to be dangerous. Where are the commands that the fog capture script runs from? If I can find that might be able to add it myself as a test.

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

                    From the sounds of things, the chmod is working either way, because at the point the command runs the files are in 777 mod, the chmod simply changes it from 777 to 755.

                    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

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jbender @Tom Elliott
                      last edited by

                      @Tom-Elliott No the chmod does not run. The files have a 777 mod, and do not change until I manually run a chmod myself afterwards. I’ve also been manually changing the files ownership afterwards, since they are not owned by the fog user.

                      Since the chmod fails to complete, it signals an error in the capture script, never finishes a database update (which I am unsure what update that is), and causes the captured machine to run an auto-reboot after 1 minute.

                      However, the task completes on the fog server and the image captured this way seems to be ok.

                      Again this was not the behavior previously, and the system had not been changed otherwise until updating to the 1.3.0-RC5-6 trunk from svn 7929 trunk. Honestly never paid attention to ownership when they were captured previously, but the previous images were all correctly owned by fog user from before.

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

                        @jbender I suppose the chmod is not really necessary then. It was there as a failsafe I believe.

                        I’ll remove it for RC-8, which should fix the problem for you a bit more readily.

                        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
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          https://github.com/FOGProject/fogproject/commit/f61e8904c328a131df7e7aa69a2ecce68e4b07c8

                          Can you try applying the fix as described in the patch and see if uploads work for you now? I’ve added this to what will be RC-8 at least.

                          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

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            jbender @Tom Elliott
                            last edited by

                            @Tom-Elliott That looks to have removed the issue.

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

                              @jbender So that will be available relatively soon in the “RC” cycles (unless we decide to go full fledged lol).

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

                              182

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.3k

                              Posts
                              Copyright © 2012-2024 FOG Project