@Sebastian-Roth Just tried that, no luck. This machine is having issues with the mouse and keyboard right now too. I wonder if I should just scrap it and reload Windows and then start over. Hate to do it because it has one of my larger images on it ready to upload.
Latest posts made by Sandi Trogdon
-
RE: Fog won't upload or download images or register computers.
-
RE: Fog won't upload or download images or register computers.
@Sebastian-Roth fog@Image1:~$ sudo iptables -L -n -v
[sudo] password for fog:
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destinationChain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination -
RE: Fog won't upload or download images or register computers.
@Wayne-Workman Here is the rest of the info. It was actually on another screen
-
RE: Fog won't upload or download images or register computers.
@Wayne-Workman I did check on this machine and firewall is turned off.
-
RE: Fog won't upload or download images or register computers.
@Wayne-Workman fog@Image1:~$ cat /tftpboot/default.ipxe
#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
params
param mac0 ${net0/mac}
param arch ${arch}
isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
:bootme
chain http://10.13.2.107/fog/service/ipxe/boot.php##paramsI have successfully downloaded to this computer, but when I had trouble uploading I deleted the host from my fog server and was trying to reregister it again. Prior to the failed upload it did install some Windows updates. Might one of them be the culprit?
-
RE: Fog won't upload or download images or register computers.
@Wayne-Workman So I tried a few other computers and they seem to be working fine. The one I have the image on and need to upload is still giving me fits though. Here is a picture of what it is telling me now…!
-
RE: Fog won't upload or download images or register computers.
@Wayne-Workman Ubuntu is 15.04
The strange thing is that when I try to register a workstation, it does go through the process and lets me actually pick the item “Full registration.” It is after that that I get only a blank screen with a blinking cursor.I will go through the info that you sent me and see what I can find out though. -
RE: Fog won't upload or download images or register computers.
@Wayne-Workman Sorry, Fog is 1.2.0 I am not at school so not sure of the Ubuntu version.