On Fri, Apr 17, 2009 at 19:42, Steve Kemp <s...@debian.org> wrote: > (ie. There is another tftpd deamon already running.)
I assumed that, but i find none. > No. The message is talking about a network socket. Kill the existing > process and all will be well. There is a network socket: # netstat -l | grep ftp udp 0 0 *:tftp *:* > You should be able to find the process ID via : > ps aux |grep tfp Usually i use ps -A: # ps -A |grep tftp # no results... # ps aux |grep ftp root 16972 0.0 0.0 7288 784 pts/0 S+ 19:52 0:00 grep ftp Still no results... why wouldn't a process list itself? The socket is there but there's no process listening on it? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org