De : Miguel A. Argaqaraz2 . [mailto:[EMAIL PROTECTED] > Hi, > > When I try to connect to my static ftp server through the ftp.proxy > I got signal #13 error, could you tell me what is that? Not always > happend this but with certaing host client. > > ftp.proxy[12058]: connected to client: host.domain.com > ftp.proxy[12058]: info: monitor mode: on, ccp: <unset> > ftp.proxy[12058]: -ERR: received signal #13 > > inetd.conf: > > ftp stream tcp nowait root /usr/sbin/tcpd > /usr/local/sbin/ftp.proxy -m 192.168.0.1 > > What can I do in order to fix this? > Thanks in advance. > > -- > Regards, > Miguel.
Signal #13 (SIGPIPE) is send to processes that are trying to write to sockets that have been closed. This _may_ occur when the server or the client at the other end has closed the connection. Are you reporting a bug (that is: do you have problems to use ftp.proxy to connect to ftp servers) or are you only complaining about some messages in the log file that are not abvious to understand? If this is a bug, can you give us further details? -- Greg.

