Deploy Issue SVN3537
-
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.
-
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 -
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.
-
@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.
-
Sorry 3537 trying your suggestion now.
-
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.
-
@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.
-
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 -
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…
-
Yes it is:
drwxrwxrwx 6 root root 4096 Jun 11 08:24 images
-
Then why isn’t it deleting ? lol
How much free space do you have available in your storage node?
-
Can you go through the steps from here?
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP -
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.
-
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