Re: Fehler nach Update von 3.4 auf 4.0
Verfasst: 02 Sep 2011, 13:14
opsi-atftpd kann ebensogut standalone laufen und braucht keinen [x|bsd]inetd
Bei Debian stellt man das in /etc/default/atftpd ein. Bei Ubuntu wahrscheinlich auch.
Beispiel:
Gruß, E.
Bei Debian stellt man das in /etc/default/atftpd ein. Bei Ubuntu wahrscheinlich auch.
Beispiel:
Code: Alles auswählen
USE_INETD=false
OPTIONS="--daemon --port 69 --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /tftpboot"