Are you getting this exact message and then it times out? If so then its not making it to the FOG MENU when this occurs. When this times out it means that this machine did not receive a DHCP address, thus never making it to the FOG MENU.
Posts made by Wolfbane8653
-
RE: PXE menu not loading on Latitude 3540
-
RE: PXE menu not loading on Latitude 3540
Match your settings here is what I have. IF you didn’t change any of the locations of things.
[ATTACH=full]1742[/ATTACH][url=“/_imported_xf_attachments/1/1742_Untitled.png?:”]Untitled.png[/url]
-
RE: Storage node testing and disk information not displayed
cassie,
Can you supply the Fog Server OS and the Storage Node OS?
-
RE: Best Practice for Imaging & some problems
Kewl but you can just disable the AHCI in the BIOS. So really you could go either way.
-
RE: Multicasting Swap Partition Problem
Check out the multicasting wiki. It may help point out an issue.
[url]http://fogproject.org/wiki/index.php/Multicasting[/url]Also please update to the latest revision. Currently r3077 has been issued.
-
RE: Issue with the inventory (SVN 3067)
You failed to mention that other information in the table is not filled out either. for example: (Invalid iID and missing info)
| 0 | 1081 | | | | 2015-03-03 09:38:54 | 0000-00-00 00:00:00 | | | | | | | | | | | | | | | | | | | | | | | | | |
but with Tom’s new update it is now: (valid iID but missing info)
| 749 | 1083 | | | | 2015-03-03 12:38:01 | 0000-00-00 00:00:00 | | | | | | | | | | | | | | | | | | | | | | | | | |
Tom is checking into the blank info and why it is not saving. -
RE: Issue with the inventory (SVN 3067)
but your right this does point out something interesting that should not have happened.
-
RE: Issue with the inventory (SVN 3067)
considering you DROPPED the database I would say you created that issue.
-
RE: Issue with the inventory (SVN 3067)
excellent. Not the same related issue. Please update to r3068. Tom has fixed the inventory issue.
-
RE: Issue with the inventory (SVN 3067)
Let’s see if you are getting the same issue as I am.
Boot the host into network and on the FOG Menu select “Client System Information (Compatibility)” THEN hit option 2 “Ip Information”
What is the Link encap and inet addr?
-
RE: Issue with the inventory (SVN 3067)
Can you login to the mysql database?
[CODE]mysql -u root fog[/CODE]Then run:
[code]delete from hosts where hostName=“TC102-11”;[/code]Report back with the message right after. Should looks something like [code]Query OK, 1 rows affected (0.00 sec)[/code]
-
RE: Windows 8.1 & fog 1.2.0
[url]https://neosmart.net/wiki/0xc0000225/[/url]
I would say that the initial image is misconfigured.
-
RE: Issue with the inventory (SVN 3067)
Looks like a null hostID in the mysql table. What was the host name?
-
RE: Been a Long Time--- New TFTP Errors
As a possibility, are the fog server and the client on different vlans?
-
RE: Been a Long Time--- New TFTP Errors
so running [code]tftp x.x.x.x get undionly.kpxe[/code] gave you a write error?
If so then check to see if your firewall is disabled. It has been found, in other occurances, that ufw was disabled but iptables were not accepting all communication. If could also be permissions.
Try running:
[CODE]sudo ufw disablesudo iptables -F
sudo iptables -X
sudo iptables -t nat -F
sudo iptables -t nat -X
sudo iptables -t mangle -F
sudo iptables -t mangle -X
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P FORWARD ACCEPT[/CODE]TRY to get to the FOG menu now.
Then to force “everyone” permissions for your tftp folder run:
[CODE]chmod -R 777 tftpboot/[/CODE]TRY again to get to the FOG menu.
-
RE: Dell iPXE issues
I have noticed this issue a few times with different revisions. Try using the undionly.kkpxe (yes thats an extra k) and let us know. If this does not work please try upgrading as I ran into my kernels being corrupted once.
-
RE: Been a Long Time--- New TFTP Errors
Could tftp have crashed? Could you try restarting the tftp service and try again? If this does help there were updates to correct for this.
If not then, try checking to see if STP is enabled on your switches. It’s a shot in the dark but sometimes STP will allow tftp then then suddenly deny the service.
A quick run through of [URL=‘http://www.fogproject.org/wiki/index.php/Tftp_timeout…’]THIS[/URL] wiki may lead you to finding out your issue. If you find anything else that caused your issue I will be happy to add it to this wiki.
-
RE: Can FOG be installed on a Windows machine and used to backup the HDD to and external HDD?
If he was reffering to the windows storage node, he is partly correct. While FOG is not installed on the windows server, the windows server can be used as a storage node. You will need to set up a few things for nfs and ftp to communicate correctly but using windows as a storage node is possible. BUT FOG on windows is not possible at this time.