NFS service running
-
Hi,
This is my problem
When try to upload an image.
I tried every file in tftpboot but with no luck.
My firewall is disable.
NFS service is running.
Need help.
Thanks.[url=“/_imported_xf_attachments/1/1503_20141112_145935.jpg?:”]20141112_145935.jpg[/url][url=“/_imported_xf_attachments/1/1504_20141112_151434.jpg?:”]20141112_151434.jpg[/url]
-
We need quite a bit more information.
First, did you copy images from another system to the fog server?
Second, what version of FOG are you running?
What OS is FOG installed on?
-
[quote=“Tom Elliott, post: 39013, member: 7271”]We need quite a bit more information.
First, did you copy images from another system to the fog server?
Second, what version of FOG are you running?
What OS is FOG installed on?[/quote]
Hi Tom, and thanks for the quick reply.
No copy, this is a Fog server comming from 0.27, only had issues after update ipxe.
But on trying to fix may be spoil something.
running fog 1.2.0
ubuntu 12.04.5 lts
thanks -
Okay,
I don’t know what setup was around in 0.27 for NFS, but I do know the NFS setup proto changed from UDP to TCP.
That said, I’m just guess here ,that 0.27 was before a required file (.mntcheck) was created.
Check to ensure permissions are set proper with:
[code]sudo touch /images/.mntcheck
sudo touch /images/dev/.mntcheck
sudo chown -R root:root /images
sudo chmod -R 777 /images[/code]Then try imaging?
-
[quote=“Tom Elliott, post: 39016, member: 7271”]Okay,
I don’t know what setup was around in 0.27 for NFS, but I do know the NFS setup proto changed from UDP to TCP.
That said, I’m just guess here ,that 0.27 was before a required file (.mntcheck) was created.
Check to ensure permissions are set proper with:
[code]sudo touch /images/.mntcheck
sudo touch /images/dev/.mntcheck
sudo chown -R root:root /images
sudo chmod -R 777 /images[/code]Then try imaging?[/quote]
Done.
But no luck.
May a kernel issue? -
It’s possible it’s a network issue. Meaning it could be the kernel doesn’t have the driver for your nic. (Can you provide NIC informatoin of the trouble system?)
The error as I zoom in, says the network is unreachable, which would explain not mounting the file as well.