can upload but not download a image
-
Wayne and Tom help a brother out!
server is CentOS 6.4 running trunk 3652
I can upload a image to my FOG box but cant pull one down.
I have one win 7 image uploaded with sysprep.
not sure why on this… did chmod 777 on /images and the dev folder and chown.
no iptables or selinux. I have restarted my nfs service… but nfs-server is a no go.
Ill attach a pic of my console and a vm with the error. (ignore crappy CLI work)
I do have Teamviewer ready if anyone would like to poke around.
-
@brycew Hi, have you upload the image with the same SVN version ? Have you try to mount manually NFS share with another linux client ?
-
yes all done on same version. I have not tried to mount from a CLI. Here is my mount info.
showmount -e 10.1.0.8
Export list for 10.1.0.8:
/images/dev *
/images * -
@brycew said:
but nfs-server is a no go.
What do you mean by that?
What, exactly, happens when you issue the command:systemctl restart nfs-server
and this:
systemctl status nfs-server -l
Also, what is the output of this:
cat /etc/exports
Also, take a look at this: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_NFS
-
@brycew said:
yes all done on same version. I have not tried to mount from a CLI. Here is my mount info.
showmount -e 10.1.0.8
Export list for 10.1.0.8:
/images/dev *
/images *Exports and NFS service seems to be ok. Please try to mount via CLI and read/write in.
-