Re: SE GC83 GPRS card: pppd problem
[email protected] (Christos Zoulas)
| Newsgroups | gmane.os.netbsd.current,gmane.os.netbsd.ports.hpcarm |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, Jachym Holecek <[email protected]> wrote: >> On Jan 30, 5:16pm, [email protected] (Jachym Holecek) wrote: >> -- Subject: Re: SE GC83 GPRS card: pppd problem >> | >> | I did the same last night (but offline) -- the problem was in main.c >> | (in case you really mean sys-bsd.c, I can take a look later in the >> | evening) >> >> I really meant sys-bsd.c ... > >dist/pppd/pppd/main.c contains unhandled corner case, the patch >below fixed the problem I've reproduced with Alex's setup. The >second occupy_stdfds() call is key. > I think that the reason you need the second occupy_stdfds() is because of the bug I introduced that closed 0 inadvertently in sys-bsd.c. Maybe doing both is ok, but I am not very happy with sandbagging the code without a good reason. christos