> On May 02, David Burrows <[EMAIL PROTECTED]> wrote:
>
>> did some further debugging and discovered that the first time the
>> connection goes around the fd is 7, the next time it goes to reconnect
>> the
>> fd increases to 8.  This might be normal, I'm not sure whats going on.
> This bug should be fixed by the patch from #306261, but I'm not sure if
> it's the same issue of #306820.

Unfortunately this patch did not resolve the problem.  I think you're
right, it may be a different issue to #306820.  On further investigation
my syslog actually says:

May  2 09:31:14 shed pppd[8131]: Starting link
May  2 09:31:14 shed pppd[8131]: tcgetattr: No such device or address
(line 909)
May  2 09:31:15 shed pppd[8131]: tcsetattr: No such device or address
(line 1003)
May  2 09:31:15 shed pppd[8131]: Exit.

Only thing which might be different is I'm using the cdc_adm driver, and
/dev/ttyACM0.

If I downgrade to 2.4.2+20040428-6 it works fine.  Also if I type "pon"
again it reconnects fine.  I've tried to do a bit of debugging myself, but
all I can tell is the reconnect case is a different codepath to the
original connect.  And its getting confused somewhere with fds, or perhaps
opening the same device node twice.

David.


Reply via email to