apt-get install openssh-server installs the server, starts it, and sets it to start on boot. apt-get install tftpd-hpa sets up /etc/default/tftpd-hpa with RUN_DAEMON="no", so that it won't start now or on boot. Shouldn't all things like this default to enabled? Carl Karsten