re: Questions (mostly TFTP)
From: Keith Anderson APCS (keith_at_apcs.com.au)
Date: 08/09/05
- Previous message: Ganbold: "re: Questions (mostly TFTP)"
- In reply to: Jay Banks: "re: Questions (mostly TFTP)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Jay Banks" <jay.quest4@gmail.com>, <freebsd-isp@freebsd.org> Date: Tue, 9 Aug 2005 10:49:39 +1000
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/
_______________________________________________
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"
- Previous message: Ganbold: "re: Questions (mostly TFTP)"
- In reply to: Jay Banks: "re: Questions (mostly TFTP)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|