mdzidic / tftpgui

Automatically exported from code.google.com/p/tftpgui
Other
0 stars 0 forks source link

Unable to start TFTP server #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

it should run but i get this error:

2008-08-13 17:15:29,850 ERROR Unable to start server

What version of the product are you using? On what operating system?

I am using the tar file posted here on goole. My os is Ubuntu Hardy (the
desktop version)

Please provide any additional information below.

Original issue reported on code.google.com by mohamed....@gmail.com on 13 Aug 2008 at 9:19

GoogleCodeExporter commented 9 years ago
I've just tried it on Ubuntu - I find I had to use synaptic to install the
'python-tk' package - normally this is built into python, but on Ubuntu it is a
separate package.

Then from the directory where tftpgui had unpacked I used:  sudo python 
tftpgui.py

sudo is needed as the server is listenning on port 69, and Linux only allows a 
user
with su priveledges to run a program listenning on a port below 1024.

Original comment by bernie.s...@gmail.com on 21 Aug 2008 at 7:37

GoogleCodeExporter commented 9 years ago
I'm facing the same problem, 
2010-02-18 03:43:06,329 INFO TFTP server started on port 69
2010-02-18 03:43:06,329 ERROR Unable to start server
2010-02-18 03:43:06,330 INFO TFTP server stopped

Original comment by mehboob....@gmail.com on 17 Feb 2010 at 10:44

GoogleCodeExporter commented 9 years ago
i had the same problem...Unable to start server, at the same time the tftpd-hpa 
service was running. i stop it and tftpgui works fine.

Original comment by ral...@gmail.com on 3 Dec 2010 at 1:22