Your message dated Sun, 04 Mar 2012 10:57:37 +0000
with message-id <[email protected]>
and subject line Bug#662055: Removed package(s) from unstable
has caused the Debian Bug report #580142,
regarding Can't connect to ax25spyd daemon
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
580142: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ax25spyd
Version: 0.23-8

The ax25spyd program contains a bug that causes the rejection of
connections to the spy daemon. The logs shows:

May  2 21:44:59 atucha42 ax25spyd[30651]: accept() on server socket failed

The call to the accept() on the daemon socket is using an unitialized
value as the third parameter. This fix works for me:

--- src/monixd.c.orig   2010-05-03 17:47:49.000000000 -0300
+++ src/monixd.c        2010-05-03 17:45:33.000000000 -0300
@@ -230,7 +230,7 @@
 {
     int sockClient;
     struct sockaddr conn_addr;
-    int conn_addrlen;
+    int conn_addrlen = sizeof(conn_addr);

     if( nClient >= MAXCLIENTS ) {
        syslog(LOG_WARNING,

-- 
Alejandro Santos,
http://www.alejolp.com.ar



--- End Message ---
--- Begin Message ---
Version: 0.23-8+rm

Dear submitter,

as the package ax25spyd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/662055

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to