tftpd config problem

Mark.Andrews at isc.org Mark.Andrews at isc.org
Wed Apr 2 16:48:58 PST 2003


> the following allows tftp from 1.2.3.4
> 
> tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd -l /foo -
> u luser /foo/1.2.3.4
> 
> but the following did not
> 
> tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd -lC /foo 
> -u luser -s /foo /foo/1.2.3.4
> 
> giving errors of the form
> 
> Apr  3 00:25:04 xx tftpd[81979]: chroot: /foo/1.2.3.4: Operation not permitte
> d
> 
> any clues?

	I suspect the other arguements need to be relative to the -s directory.

	e.g.
		tftpd -lC / -u luser -s /foo /1.2.3.4

> randy
> 
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the freebsd-stable mailing list