<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing and setting TFTPD in Ubuntu</title>
	<atom:link href="http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/</link>
	<description>“Being different is hard, but not being different is harder.”</description>
	<lastBuildDate>Mon,  1 Mar 2010 01:51:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sobi</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-3/#comment-93655</link>
		<dc:creator>sobi</dc:creator>
		<pubDate>Mon, 01 Mar 2010 01:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93655</guid>
		<description>the last post from Jeff works, but any suggestion to PUT file, 
which doesnt exist on server?

helpdeskdans post doesnt work form me,


1) i have installed and set up all by tutorial
2) then installed tftpd-hpa tftpd-hpa
3) added &#039;- c&#039; to /etc/inetd.conf by helpdeskdan post
4) sudo /etc/init.d/xinetd restart

sobi@sobi-laptop:~$ ls -las &#124; grep test
  4 -rw-r--r--  1 sobi sobi     14 2010-03-01 02:15 test.txt
sobi@sobi-laptop:~$ tftp 192.168.1.153
tftp&gt; put test.txt 

and nothing happend...


thanks</description>
		<content:encoded><![CDATA[<p>the last post from Jeff works, but any suggestion to PUT file,<br />
which doesnt exist on server?</p>
<p>helpdeskdans post doesnt work form me,</p>
<p>1) i have installed and set up all by tutorial<br />
2) then installed tftpd-hpa tftpd-hpa<br />
3) added &#8216;- c&#8217; to /etc/inetd.conf by helpdeskdan post<br />
4) sudo /etc/init.d/xinetd restart</p>
<p>sobi@sobi-laptop:~$ ls -las | grep test<br />
  4 -rw-r&#8211;r&#8211;  1 sobi sobi     14 2010-03-01 02:15 test.txt<br />
sobi@sobi-laptop:~$ tftp 192.168.1.153<br />
tftp&gt; put test.txt </p>
<p>and nothing happend&#8230;</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helpdeskdan</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-3/#comment-93536</link>
		<dc:creator>helpdeskdan</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93536</guid>
		<description>If you want to put, and the file doesn&#039;t exist, you need the -c option, which doesn&#039;t appear to be around in this version.  Try tftpd-hpa and put a -c in your /etc/inetd.conf, like so:

tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -c -s /var/lib/tftpboot</description>
		<content:encoded><![CDATA[<p>If you want to put, and the file doesn&#8217;t exist, you need the -c option, which doesn&#8217;t appear to be around in this version.  Try tftpd-hpa and put a -c in your /etc/inetd.conf, like so:</p>
<p>tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -c -s /var/lib/tftpboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-3/#comment-93535</link>
		<dc:creator>Nolan</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93535</guid>
		<description>Thanks, worked like a charm</description>
		<content:encoded><![CDATA[<p>Thanks, worked like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93513</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93513</guid>
		<description>Sorry. Bad characters in my file names got removed on post:

To fix:
1. cd /tftpboot
2. touch file_you_want_to_put
3. chmod 777 file_you_want_to_put</description>
		<content:encoded><![CDATA[<p>Sorry. Bad characters in my file names got removed on post:</p>
<p>To fix:<br />
1. cd /tftpboot<br />
2. touch file_you_want_to_put<br />
3. chmod 777 file_you_want_to_put</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93512</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93512</guid>
		<description>A lot of folks seem to be having trouble writing files to the tftp server. Here is one possible solution:

For the &quot;tftpd&quot; installed in Step 1 (for Karmic anyway), a copy to the tftp server can only be done if the file already exists in /tftpboot and is writable by all. It has nothing to do with the &quot;user=&quot; setting or the /tftpboot permissions (which should be 777 per the instructions). 

To fix:
1. cd /tftpboot
2. touch 
3. chmod 777 

Now the tftp put from the remote server should work.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>A lot of folks seem to be having trouble writing files to the tftp server. Here is one possible solution:</p>
<p>For the &#8220;tftpd&#8221; installed in Step 1 (for Karmic anyway), a copy to the tftp server can only be done if the file already exists in /tftpboot and is writable by all. It has nothing to do with the &#8220;user=&#8221; setting or the /tftpboot permissions (which should be 777 per the instructions). </p>
<p>To fix:<br />
1. cd /tftpboot<br />
2. touch<br />
3. chmod 777 </p>
<p>Now the tftp put from the remote server should work.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShArk</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93497</link>
		<dc:creator>ShArk</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93497</guid>
		<description>David, big thx for clear tuting through tftp-server setting
Tonuh, great thx for instansing that for correct sending cd should be /tftpboot</description>
		<content:encoded><![CDATA[<p>David, big thx for clear tuting through tftp-server setting<br />
Tonuh, great thx for instansing that for correct sending cd should be /tftpboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roh</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93493</link>
		<dc:creator>roh</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93493</guid>
		<description>thanks tonyh! very helpful</description>
		<content:encoded><![CDATA[<p>thanks tonyh! very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonyh</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93491</link>
		<dc:creator>tonyh</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93491</guid>
		<description>I must say this worked for me - the key things to do are as follows:
1. Make sure the config is tabbed properly between the braces { ..}
2. Make sure that the premissions are set AND you CD /TFTPBOOT
3. Make sure you have your computers IP CORRECT.
4. If you get no &#039;sent xxx bytes&#039; message and just get a prompt after the put and get between the two terminal windows (one client and one server) (which happened to me dispite using verbose mode) you can confirm that the file was sent by doing a LS -L /TFTPBOOT and looking that the files timestamp!
5. Remember in actual use what you you want to setup the tftp server is tptp (to the) CLIENTIP and PUT the file.
6. From the client tftp SERVERIP and get the file... (yes, Of course its all obvoius, but when reflashing a dead box through a mistake means 1-2 days wasted its important to get it right)</description>
		<content:encoded><![CDATA[<p>I must say this worked for me &#8211; the key things to do are as follows:<br />
1. Make sure the config is tabbed properly between the braces { ..}<br />
2. Make sure that the premissions are set AND you CD /TFTPBOOT<br />
3. Make sure you have your computers IP CORRECT.<br />
4. If you get no &#8217;sent xxx bytes&#8217; message and just get a prompt after the put and get between the two terminal windows (one client and one server) (which happened to me dispite using verbose mode) you can confirm that the file was sent by doing a LS -L /TFTPBOOT and looking that the files timestamp!<br />
5. Remember in actual use what you you want to setup the tftp server is tptp (to the) CLIENTIP and PUT the file.<br />
6. From the client tftp SERVERIP and get the file&#8230; (yes, Of course its all obvoius, but when reflashing a dead box through a mistake means 1-2 days wasted its important to get it right)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alze</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93489</link>
		<dc:creator>alze</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93489</guid>
		<description>good clear instructions, might be worth pointing out to modify tftpd-hpa as well
+-
#Defaults for tftpd-hpa
RUN_DAEMON=&quot;yes&quot;
#OPTIONS=&quot;-l -s /var/lib/tftpboot&quot;
OPTIONS=&quot;-l -s /tftpboot&quot;
+-</description>
		<content:encoded><![CDATA[<p>good clear instructions, might be worth pointing out to modify tftpd-hpa as well<br />
+-<br />
#Defaults for tftpd-hpa<br />
RUN_DAEMON=&#8221;yes&#8221;<br />
#OPTIONS=&#8221;-l -s /var/lib/tftpboot&#8221;<br />
OPTIONS=&#8221;-l -s /tftpboot&#8221;<br />
+-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/comment-page-2/#comment-93432</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 14 Dec 2009 10:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=93#comment-93432</guid>
		<description>On Ubuntu 9.10/Linux Mint 8 installation is pretty straightforward

- Install tftpd, which has a dependency on openbsd-inetd
- Do a /etx/xinit.d/openbsd-inetd restart


Configuration is in /etc/inetd.conf, tftp home directory was set to /srv/tftp on my system. Manually created this and set owner to nobody</description>
		<content:encoded><![CDATA[<p>On Ubuntu 9.10/Linux Mint 8 installation is pretty straightforward</p>
<p>- Install tftpd, which has a dependency on openbsd-inetd<br />
- Do a /etx/xinit.d/openbsd-inetd restart</p>
<p>Configuration is in /etc/inetd.conf, tftp home directory was set to /srv/tftp on my system. Manually created this and set owner to nobody</p>
]]></content:encoded>
	</item>
</channel>
</rss>
