"ppp -auto" linkup without outgoing trafic

From: Mikhail TSaplin (tsmm_at_list.ru)
Date: 06/30/04

  • Next message: Gary: "Re: Thunderbird and Postfix"
    To: freebsd-questions@freebsd.org
    Date: Wed, 30 Jun 2004 07:15:12 +0400
    
    

    HI ALL,
    I have freebsd 5.1 release and a litle problem:
    When i invoke "ppp -auto", it starts calling without outgoing packets (i used
    tcpdump to see it) and after some minutes it drops the line by timeout.
     
     
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Gary: "Re: Thunderbird and Postfix"

    Relevant Pages

    • Re: When is Invoke() Really Required?
      ... then it is safe to call that method. ... in the context of the calling thread, now if the calling thread does not ... > Invoke, BeginInvoke, EndInvoke and CreateGraphics. ... Does this apply for absolutely every method or property in a control ...
      (microsoft.public.dotnet.framework.windowsforms.controls)
    • Re: INVOKE (English vs COBOL
      ... William M. Klein wrote: ... >still hoping for a '97 Standard), I wrote a number of papers on WHY I thought ... Calling a method is like calling a ... The term Invoke a Method is also used. ...
      (comp.lang.cobol)
    • Re: Populate an ImageList from another thread
      ... the control is returned to the calling thread. ... There are good reasons to use BeginInvoke() instead of Invoke, but working around a deadlocking design bug isn't one of them. ... Because it's a situation that otherwise would deadlock, that "later time" usually winds up being "not until the background thread has completed its work", which means that those updates all come at once, after the background thread is done. ... Now, I don't know about you, but IMHO it doesn't really make much sense to use a background worker thread when the net effect winds up being identical to that had one just done everything synchronously in the main GUI thread. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Late Binding in C#
      ... Am I missing something? ... Check out Invoke in MSDN. ... >> I am writing an C# program. ... includes calling the COM object's IDispatch interface. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: deadlock issue
      ... > eventhandler for the Invoke command that spits out the thread hash, ... I'm afraid I have no idea what changed in between my unsuccessful ... > complexity of the operations that go on behind the scenes in between calling ... > Invoke on my Form or my RTB? ...
      (microsoft.public.dotnet.framework.windowsforms)