Error mounting filesystem /images/dev on an NFS
-
I think there is a known issue with the bandwidth graph time being off by 6/7 hours depending on daylight savings time. Have you made sure the client you are viewing the graph on has the proper date and time and time zone settings and the server is set in the correct time zone also?
-
Just double checked.
The FOG box is on CDT and my main machine is (Windows) Central with daylight savings time. Turning off the daylight savings time and setting the clock manually had no effect.
I’ve RDP’d into the Ubuntu box and checked it locally on Epiphany, This too gives me the wrong time. System time is set correctly however
-
Finally got it working!
My FTP settings on my FreeNAS box were not correct. I had to add a user to the FTP service called fog with the password used for the management console.
Of course, when I say working, I mean the upload portion. I now get a permission denied error when trying to send an image to a system.
So if I run it with Capone, it says [code]mount: <ipaddress>:/images/ failed, reason given by server: permission denied
mount: mounting <ipaddress>:/images/ on /images failed :Bad file descriptor[/code]
I have two storage nodes setup like suggested, following the instructions listed in this thread by icarus.
When I deploy an image, it tries to load the image off of defaultmember, which fails, then it tries to load off of my second storage node, which works fine, loads as it should.
Why does Capone fail, but host deploying work?
EDIT:
When typing [code]sudo exportfs -a[/code]
I get the following:
[code]exportfs: Warning: /images/dev does not support NFS export.
exportfs: Warning: /images does not support NFS export.[/code]My /etc/exports looks like
[code]/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,no_subtree_check)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,no_subtree_check)[/code]Sorry if it feels like I am hijacking this thread, not trying to, just didn’t think my issue deserved a whole new thread.