[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#74772: marked as done (diald fails to dial on 2.0-series kernels)



Your message dated Thu, 7 May 2009 19:45:36 +0100
with message-id <200905071845.n47Ija07014509@kmos.homeip.net>
and subject line diald has been removed from Debian, closing #74772
has caused the Debian Bug report #74772,
regarding diald fails to dial on 2.0-series kernels
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 owner@bugs.debian.org
immediately.)


-- 
74772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=74772
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: diald
Version: 0.99.1-1

Diald correctly brings up the link when it first recieves a packet, and
maintains the link until data stops flowing.  It then brings the link
down, and, on 2.0 kernels, will never bring it up again.

The problem is a logic error in filter.c.  There are a couple of places
(idle_filter_init and idle_filter_proxy) where the author has written

  if (af_packet && (fd = socket(...)) < 0) {
    af_packet = 0;
    set up fd the simple way
  }

when the condition ought to be

  if (!af_packet || (fd = socket(...)) < 0) {

I suspect that the #ifdeffery around these conditions disguised the
problem during testing.

-- [mdw]


--- End Message ---
--- Begin Message ---
Version: 0.99.4-9+rm

The diald package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/526512 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply to: