ipxe.org/4c116035 timed out
-
Then something is not configured properly. Maybe your FOG server is set to look for hostname?
-
Where can we choose that ? The strange thing is that if the server is reboot it work then same problem little after, and i haven’t changed the configuration since 4 month (the problem just occur recently)
For my information why is it trying to reach ipxe.org it need internet to work ?
Thanks -
Can you run the troubleshooting script found here: https://forums.fogproject.org/topic/4581/let-s-make-scripts
And see if it points anything out?
I’m not sure if it’ll help but it’s a shot in the dark, you know?
-
Hi, i will try tomorrow and tell you the result, thanks
-
@alpilles.info said:
For my information why is it trying to reach ipxe.org it need internet to work ?
Hi,
Don’t need to have Internet on the server, it’s just the url to the error code.
Regards,
Ch3i. -
Hi, ok thanks.
I have run the scripts but i got some error line 19 entire number expected
nfs: unrecognized service
iptables: unrecognized service
Usage FOGMulticastManager {start|stop|restart}
FOGSnapinReplicator: unrecognized service
Usage FOGImageReplicator {start|stop|restart}
Usage FOGScheduler {start|stop|restart}
sed: -e expression n°1, caractère 4: command `s’ not finished(i have translate some line because it was in french), else everything seem fine in the log file.
-
@alpilles.info said:
Hi, ok thanks.
I have run the scripts but i got some error line 19 entire number expected
nfs: unrecognized service
iptables: unrecognized service
Usage FOGMulticastManager {start|stop|restart}
FOGSnapinReplicator: unrecognized service
Usage FOGImageReplicator {start|stop|restart}
Usage FOGScheduler {start|stop|restart}
sed: -e expression n°1, caractère 4: command `s’ not finished(i have translate some line because it was in french), else everything seem fine in the log file.
For NFS the command is (I think) :
service nfs-common status
For FOG services, in 1.2 there is no “status” added in these scripts.
-
yes nfs-common status doesn’t exist, for now i have add my dns server in FOG_PXE_IMAGE_DNSADDRESS andi turn off FOG_USE_SLOOPY_NAME_LOOKUP
it seem to work better i will do some other test. -
I believe the correct command is:
sudo service nfs-kernel-server status
If on Ubuntu 15? or Debian 8 it would be:
sudo systemctl status nfs-kernel-server.service
-
@Tom-Elliott said:
service nfs-kernel-server status
yes it’s that :
service nfs-kernel-server status
nfsd runningubuntu 14
so the problem is elsewhere, but like i said right now it work with the FOG_PXE_IMAGE_DNSADDRESS but it used to work without it, it’s very strange
Thanks for your help. -
Hi, i have notice with many test that the problem seem to be random, i put a task download or upload computer half time this work wells half time i have this error (and i reboot and do it again no error) like i said totally random i don’t have any idea why but that’s annoying, is someones has ideas.
Thanks -
@alpilles.info said:
Hi, i have notice with many test that the problem seem to be random, i put a task download or upload computer half time this work wells half time i have this error (and i reboot and do it again no error) like i said totally random i don’t have any idea why but that’s annoying, is someones has ideas.
ThanksHi,
How your network is configured ? (ACL, VLAN, …)
-
I have acl/vlan (but they have not changed recently only my fog version have changed) and the fog server is on the same vlan as the computers
-
This post is deleted! -
This post is deleted!