@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.
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.
-
Fog won't upload or download images or register computers.
I was using my fog all day today and it was working like a charm bringing down the image that I created. Then all of a sudden when I went to register a new host to bring down the image it lets me get to the page to choose to do a quick inventory or a full registration. I choose that and then it doesn’t come to the screen with all of the questions… It just gives me a blinking cursor.
I also tried to upload a new image I was working on , using a different computer, and I get a TFTP time out.
It is really strange because it was working very well the whole day on identical machines. We imaged about 15 machines before lunch.
-
RE: Upload image, but does not show on server
@Quazz OK, thanks! I will go through the FTP info in the wiki and see what I can do!
Thanks for all your help. -
RE: Upload image, but does not show on server
@Quazz There are two numbered names that come up when I check that. highlighted with green
-
Upload image, but does not show on server
I am trying to upload a new image. It seems to go through fine and runs without error, but when complete the image management still says 0.00 iB as far as size on server. I am not sure what to do now. I went through your FTP info and tried to make changes as I could but I am very new at this and not sure what else I should try.
-
RE: Image
I was afraid that was the case. Well, I guess I will upload again differently!! Thanks for the response!
-
Image
Once I have created an image and uploaded, am I able to change the image type in the dropdown or am I stuck with the one I chose when I created the image?
-
AutoReg Task
I am imaging a number of machines. Out of the 16 that are either imaging right now or waiting in queue, there are two of them that don’t say AutoReg Task in the Active Tasks window on FOG. Will that be a problem for those two machines?
I set them up and got them imaging all in exactly the same way. -
RE: PXE Boot issue
I do have a new Win 2008 server. It replaced a Win 2003. Could that be the culprit?