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

Deploy Issue SVN3537

Scheduled Pinned Locked Moved Solved
FOG Problems
svn3557
3
14
3.7k
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.
  • P
    Psycholiquid Testers
    last edited by Tom Elliott Jun 11, 2015, 5:10 AM Jun 10, 2015, 6:21 PM

    Having issue with systems. Updated to what this morning was the latest SVN (3537) and I am getting through it just fine, I am able to upload an image from a a machine but when I go to deploy the image I get the following error on the console of the PC:

    Fatal Error Failed to Mount NFS Volume

    bin/fog.fork: Line 12: ./run.sh: No such file or directory

    Let me know if this is an easy fix. I have searched for that file but for the life of me I cant find it in the /bin folder to try and troubleshoot this out some.

    T 1 Reply Last reply Jun 10, 2015, 9:38 PM Reply Quote 0
    • W
      Wayne Workman
      last edited by Jun 10, 2015, 8:30 PM

      Never heard of your exact error, but this should verify if NFS is working or not:
      https://wiki.fogproject.org/wiki/index.php/Troubleshoot_NFS

      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
      • T
        Tom Elliott
        last edited by Jun 10, 2015, 9:18 PM

        I highly doubt, no offense, you’re running 3557 seeing as we’re only up to 3538 right now. That said, I know what the problem is and will hopefully get a fix out shortly.

        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
        • T
          Tom Elliott @Psycholiquid
          last edited by Jun 10, 2015, 9:38 PM

          @Psycholiquid Alright,

          Can you just disable Mining for now? It should be:

          FOG Configuration->FOG Settings->Donations->FOG_MINING_ENABLE, just uncheck the box and save.

          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
          • P
            Psycholiquid Testers
            last edited by Jun 11, 2015, 11:08 AM

            Sorry 3537 trying your suggestion now.

            1 Reply Last reply Reply Quote 0
            • P
              Psycholiquid Testers
              last edited by Jun 11, 2015, 11:33 AM

              Worked like a champ. I have noticed that every time I make a new image I have to go in and manually create a .mntcheck file in the folders or I get errors. Is this normal? Keep in mind I have a drive mounted in the /images folder before I installed fog to give me space since I make Linux VMs with on 8 - 10 gig of space.

              T 1 Reply Last reply Jun 11, 2015, 11:47 AM Reply Quote 0
              • T
                Tom Elliott @Psycholiquid
                last edited by Jun 11, 2015, 11:47 AM

                @Psycholiquid In which folders?

                The .mntcheck files are only needed for /images/ and /images/dev. You should NOT need a .mntcheck file for the images themselves.

                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
                  Psycholiquid Testers
                  last edited by Jun 11, 2015, 11:49 AM

                  OK, not sure if this is related to the problem I am searching forums now, but I cannot re-upload the image form the same machine a second time, I get FOGFTP Failed: Unable to rename the file. showing the following on the test1 folder where the files should be sent to:

                  drwxrwxrwx 6 root root 4096 Jun 11 07:12 .
                  drwxr-xr-x 24 root root 4096 Jun 10 10:30 …
                  drwxrwxrwx 4 root root 4096 Jun 11 07:28 dev
                  drwxrwxrwx 2 root root 16384 Jun 10 10:19 lost+found
                  -rw-r–r-- 1 root root 0 Jun 11 07:12 .mntcheck
                  drwxrwxrwx 2 root root 4096 Jun 10 10:30 postdownloadscripts
                  drwxrwxrwx 2 root root 4096 Jun 11 07:23 test1

                  1 Reply Last reply Reply Quote 0
                  • W
                    Wayne Workman
                    last edited by Jun 11, 2015, 12:33 PM

                    That’s an FTP Permissions issue.

                    Sounds like FTP doesn’t have the permission to delete (have to delete the old image to upload the new one).

                    are your /images directories set as 777 recursively ? You know there IS a reason why we say set it as 777…

                    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
                      Psycholiquid Testers
                      last edited by Jun 11, 2015, 12:34 PM

                      Yes it is:

                      drwxrwxrwx 6 root root 4096 Jun 11 08:24 images

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wayne Workman
                        last edited by Wayne Workman Jun 11, 2015, 6:41 AM Jun 11, 2015, 12:40 PM

                        Then why isn’t it deleting ? lol

                        How much free space do you have available in your storage node?

                        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
                        • T
                          Tom Elliott
                          last edited by Jun 11, 2015, 12:46 PM

                          Can you go through the steps from here?
                          https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP

                          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

                          W 1 Reply Last reply Jun 11, 2015, 1:07 PM Reply Quote 1
                          • P
                            Psycholiquid Testers
                            last edited by Jun 11, 2015, 2:06 PM

                            There was a .mntcheck file in the same area. I assume I put it there in my constant trying to figure out what is was. Removed and it started working. Going to do some more uploads for over writes to make sure it is working and will consider this my mistake.

                            1 Reply Last reply Reply Quote 0
                            • P
                              Psycholiquid Testers
                              last edited by Jun 11, 2015, 2:16 PM

                              Yep it was the .mntcheck file causing the issue. Removed and now I can upload from any PC to the image without issue. Thanks guys for helping me out with all this

                              1 Reply Last reply Reply Quote 1
                              • 1 / 1
                              1 / 1
                              • First post
                                9/14
                                Last post

                              147

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project