-
Thanks for the link, but this does not seem to be the problem. The /images directory has the correct ownership, and the permissions are set to read/write/execute for everyone (777). When we create single-partition images, they are moved correctly from the temporary directory to /images. The problem is that when you create a multiple-partition image, a directory is supposed to get created...
2009-08-05 13:37:51 UTC in FOG - A Free Cloning Solution
-
Hello,
We are using Fog 0.26. When we create a single-partition image, everything works just fine. It creates the temporary image file in /images/dev/<MAC> and then moves it to /images/<image_name> once the image is complete. But when we create a multiple-partition (single-disk) image, it creates the image files for the MBR and each partition under /images/dev/<MAC> but...
2009-08-04 20:18:49 UTC in FOG - A Free Cloning Solution
-
When a message is entered which begins with '<' directly followed by another character (no space in between), it shows up as a blank line in the chat window and is also recorded as a blank line in the database (if you have archiving enabled).
Has anyone else seen this?
Thanks.
2009-07-15 15:59:32 UTC in MOHA Chat - Chat any way you wish
-
I've never seen that message, but it sounds like there could be a hardware failure, or a bad configuration (like a jumper set incorrectly on the drive).
2009-03-17 16:36:25 UTC in FOG - A Free Cloning Solution
-
Did you try /sbin/showmount or /usr/sbin/showmount? On my Debian box, the correct path is /sbin/showmount (without the /usr at the beginning). The command should be:
/sbin/showmount --all.
2009-03-16 14:36:12 UTC in FOG - A Free Cloning Solution
-
It sounds to me like portmap isn't running on the client. I don't know how to enable it on a client booted from TFTP, though.
The fact that you got no output when you ran "/sbin/showmount --all" on the server is odd. Can you connect to this NFS share from a regular Linux box?.
2009-03-16 14:34:08 UTC in FOG - A Free Cloning Solution
-
Here are a few things to try (if you haven't already). After you run "mount -o nolock x.x.x.x:/images/dev /mnt" on the client...
If you run "mount" on the client (with no arguments), do you see the NFS mounts listed?
If you run "/sbin/showmount --all" on the NFS server, do you see the client listed as a connection?.
2009-03-15 16:57:18 UTC in FOG - A Free Cloning Solution
-
Not sure if this helps, but I have run into issues before where I couldn't copy files larger than 2 GB to an NFS mounted directory. I think that was a limitation of older NFS versions and has since been fixed, though. How big are the images you are trying to create?.
2009-03-13 01:42:50 UTC in FOG - A Free Cloning Solution
-
I think you need to change the permissions on /images to 777. I had this error and that solved it for me.
2009-03-09 14:43:03 UTC in FOG - A Free Cloning Solution
-
We had a problem where FOG would image a client but then it would fail when it tried to move the temporary image file in /images/dev/<client MAC> to its permanent location /images using ftp_rename(). It turned out to be a permissions problem and I solved it by setting the permissions on /images to 777, but there's probably a better way. Not sure if this is the same problem you are having.
2009-03-06 20:40:37 UTC in FOG - A Free Cloning Solution