Comment 30 for bug 522509

Revision history for this message
Bambang Pranoto (bpranoto) wrote :

I also have the same problem on 12.04.1.

My workaround is putting a new script /etc/network/if-up.d/tftpd-hpa which contains:

#!/bin/sh
restart tftpd-hpa

Of course don't forget to chmod 755 the script.