Date: Tue, 9 Aug 2005 10:49:39 +1000 From: "Keith Anderson APCS" <keith@apcs.com.au> To: "Jay Banks" <jay.quest4@gmail.com>, <freebsd-isp@freebsd.org> Subject: re: Questions (mostly TFTP) Message-ID: <20050809004430.M68504@apcs.com.au> In-Reply-To: <002601c59c7a$009cdaf0$d9d8e204@4BANKS> References: <002601c59c7a$009cdaf0$d9d8e204@4BANKS>
next in thread | previous in thread | raw e-mail | index | archive | help
Jay, the line should look like [10:46am]root@server0/etc#grep tftp /etc/inetd.conf tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftp after you have added this HUP inetd (killall -1 inetd) then mkdir /tftp touch /tftp/test-file set your permissions and your tftp server is ready to except a file called test-file Hope that helps, Thanks Keith On Mon, 8 Aug 2005 19:33:43 -0500, Jay Banks wrote > Ok, maybe these are newbie questions, and you can feel sorry for my > users, but I am in a FreeBSD ISP (mostly WISP) environment, and I > can't find the answer to this stuff anywhere. > > I wanted to activate my TFTP server today. Easy enough, just > uncomment the TFTP line from /etc/inetd.conf. > > Well, there is no line to uncomment in my /etc/inetd.conf file. I > have looked high and low and I can't seem to find anyone else that > has ever had this problem. > > Afraid to just add the line, when everywhere I read says it should > be there to begin with, I just decided to install a new TFTP server > and be done with it. Tried utftpd and tftp-hpa. But both crash on > install with a libiconv error: > > cc: Internal error: Killed (program cc1) > Please submit a full bug report. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > {standard input}: Assembler messages: > {standard input}:174733: Warning: end of file not at end of a line; newline > inserted > *** Error code 1 > > Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2/lib. > {standard input}:176833: Error: no such instruction: `mo' > *** Error code 1 > > Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2. > *** Error code 1 > > Stop in /usr/ports/converters/libiconv. > *** Error code 1 > > Stop in /usr/ports/devel/gettext. > *** Error code 1 > > Stop in /usr/ports/devel/gmake. > *** Error code 1 > > Stop in /usr/ports/ftp/tftp-hpa. > speedy1# > > Anybody care to share with me the best way to get a TFTP server to run? > > Thanks, > > Jay Banks > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" Keith Anderson - 0438 534843 Australia Power Control Systems P/L http://www.apcs.com.au/ Virtual ISP services EzyISP Accounting http://www.ezyisp.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050809004430.M68504>