> mkdir /tftpboot # oder wo auch immer
> chown 777 /tftpboot # sonst traut sich der tftpd ned.
> touch /tftpboot/BRICK.cf # das braucht der Feigling auch :)
> chmod 666 /tftpboot/BRICK.cf # dito...
>
> vi /etc/inetd.conf
> dort dann die Zeile auskommentieren, ich persoenlich mag noch gerne,
> dass ers mitloggt (-l):
> tftp dgram udpwait nobody /usr/libexec/tftpd tftpd -l /tftpboot
> kill -1 `cat /var/run/inetd.pid`
>
> umruehren, fertig...
Hmmm, also bis aufs Rühren hab ich alles geschafft, bekomme bei dem put abba
immernoch nen error :-((
Gruß Dejan
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 30 Aug 2000 - 19:18:28 CEST