Fehler nach Update von 3.4 auf 4.0

erwinr
Beiträge: 104
Registriert: 25 Feb 2009, 10:08

Re: Fehler nach Update von 3.4 auf 4.0

Beitrag von erwinr »

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:

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"
Gruß, E.
Antworten