Tftp stops working a few minutes after starting
-
I’m having a rather strange problem. I had a FOG server running 0.32 on Ubuntu 11.10, recently it was upgraded to 1.1.1 and it’s been going alright except for this problem:
The server boots and everything works fine for a few minutes. After a while, when clients boot to the network they are able to get a DHCP address (from a windows server) and then gets an open timeout error on TFTP and sits there going “Tftp…” until it times out.I was able to temporarily fix this problem by running “sudo restart tftpd-hpa” and this works for a while but soon stops again, restarting also fixes it temporarily. I also noticed that when I SSH into the server while the problem is occurring it says “-bash: fork: retry: No child processes” [url]http://gyazo.com/4e474fb7d51cfe2c18fd21670c3e9b52[/url]
To test the server I’ve been using the tftp client of windows:
[url]http://gyazo.com/99258bb52766801ea39a2746d835d7e4[/url] This shows how it’ll work and then stop until I restart tftp on the server.Any ideas?
-
need to edit the file /etc/init/tftpd-hpa.conf
comment out the line: start on runlevel[2345]
replace it with: start on (local-filesystems and net-device-up IFACE!=lo)[SIZE=12px]Save, then: sudo service tftp-dpa restart[/SIZE]
[FONT=Calibri][URL=‘https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/972845’]https://bugs.launchpad.net/ubuntu/ source/tftp-hpa/ bug/972845[/URL] Comment #9[/FONT]
-
This post is deleted! -
I did as you described and the problem still persists.
[url]http://gyazo.com/9176d8adf0618c377f2449362be54ccd[/url] -
Do you think it’s a problem with which version of Ubuntu I’m running?
-
I don’t have a clue what the problem is. I’m aware of a problem with tftpd-hpa starting on bootup issues which we have a workaround fix for. I’ve never heard of it just randomly stopping at periods of time.
-
What firewall and Antivirus are you running?
-
[SIZE=3]I ran “[FONT=arial][COLOR=#545454]sudo [/COLOR][/FONT][FONT=arial][COLOR=#545454]ufw disable” to disable the firewall and there is no antivirus software running to my knowledge. The tftp server seems to handle a few requests then just quits. Hopefully I don’t have to reinstall ubuntu because there’s over 200 clients registered on this server .-.[/COLOR][/FONT][/SIZE]
-
OK so…
[FONT=sans-serif][COLOR=#000000]✓Firewall[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000]✓AV[/COLOR][/FONT][FONT=sans-serif][COLOR=#000000]Now how about…Do you have a rogue or misconfigured secondary DHCP server?[URL=‘http://blogs.technet.com/cfs-filesystemfile.ashx/__key/telligent-evolution-components-attachments/01-4333-00-00-03-26-09-62/RogueChecker.zip’] Here[/URL] is the Rogue Checker I use. [/COLOR][/FONT]
-
Appears to be no rogue DHCP servers.
[url=“/_imported_xf_attachments/1/1077_Untitled.png?:”]Untitled.png[/url]
-
[FONT=sans-serif][COLOR=#000000]✓Firewall[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000]✓AV[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000][FONT=sans-serif][COLOR=#000000]✓Rogue DHCP[/COLOR][/FONT][/COLOR][/FONT]
Are you running any filtering software/Harware for turrents or anything of that sort?
Throwing this out there but your not using a wifi connection for the fog server are you?
Are you using a static IP on the fog server?IF all fails connect the fog server and the client (tftp client) to the same switch.
-
It has a static IP yes, not on wireless, I’m unsure about the firewalls as I’m not in charge of the physical network in these buildings. The server worked flawlessly before we upgraded to 1.1.1 (we were on 0.32) and still works most of the time, just randomly stops doing tftp until I restart the service. I won’t be able to connect to the same switch because the fog server is on a vsphere server in the other building (buildings connected by fiber).
-
[quote=“elijahkan14, post: 31489, member: 24797”]It has a static IP yes, not on wireless, I’m unsure about the firewalls as I’m not in charge of the physical network in these buildings. The server worked flawlessly before we upgraded to 1.1.1 (we were on 0.32) and still works most of the time, just randomly stops doing tftp until I restart the service. I won’t be able to connect to the same switch because the fog server is on a vsphere server in the other building (buildings connected by fiber).[/quote]
How do you identify your buildings? we use a scheme similar to 10.x.y.z where x indicates the building, y indicates device and z could be room.
-
In this district everything is 10.35.X.Y
X being the buildingWe also have a separate scope for phones, wireless, guest wireless, etc
-
By chance do you have Cisco switches or PowerData switches?
You may need to “enable Portfast (fast link)” and “disable STP” on the swithes as the opposite settings will cause issues wth iPXE(fog v1.x.x) where PXE(fog v0.32) will work without issues.
-
We do have Cisco switches, I’ve never had to telnet into them before and will have to figure out the password though. Do you know the commands by any chance?
-
Usually you use the Http interface to change these but I’m sure someone here can help you out with telnet or a administrative software.
POKE (Jaymes)
-
I recommend Cisco CNA is a program that will allow you to make back ups of your current configuration. You will need to know the passwords to access the switches.
-
I contacted the director of the district and apparently our ISP manages our switches now that our networking guy resigned. He said we can enable portfast no problem but disabling STP is not an option. Does this mean we will not be able to use the new version of fog? How come the process gives errors on the FOG server if it could be a switch issue?
-
This post is deleted!