Re: Swapfile problem in 6?

From: John-Mark Gurney (gurney_j_at_resnet.uoregon.edu)
Date: 11/16/05

  • Next message: David Scheidt: "Re: Swapfile problem in 6?"
    Date: Tue, 15 Nov 2005 20:01:52 -0800
    To: Kris Kennaway <kris@obsecurity.org>
    
    

    Kris Kennaway wrote this message on Tue, Nov 15, 2005 at 22:35 -0500:
    > > > What is this "serial BREAK"?
    > > > How do I "send a serial BREAK" at the serial
    > > > console? Is this some magic key combination?
    > >
    > > I'm probably saying something about my age by doing this.... :-}
    > >
    > > A "BREAK" (in serial communications) is an absence of start or stop
    > > bits for more than a character's worth of bits, is handled as a
    > > "framing error," and is distinct from any character.
    >
    > If your serial program has trouble sending a break, you can use the
    > ALT_BREAK_TO_DEBUGGER config option which instead listens for a
    > sequence of ascii input:
    >
    > #define KEY_CR 13 /* CR '\r' */
    > #define KEY_TILDE 126 /* ~ */
    > #define KEY_CRTLB 2 /* ^B */

    ALT_BREAK_TO_DEBUGGER has an advantage over break is that some terminal
    servers and computers when you turn them off (or power is disconnected)
    will send a BREAK down the line, which can cause your machine to stop
    when you didn't want to..

    -- 
      John-Mark Gurney				Voice: +1 415 225 5579
         "All that I will do, has been done, All that I have, has not."
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: David Scheidt: "Re: Swapfile problem in 6?"

    Relevant Pages

    • Re: Swapfile problem in 6?
      ... >> console? ... Is this some magic key combination? ... > bits for more than a character's worth of bits, ... If your serial program has trouble sending a break, ...
      (freebsd-stable)
    • GetWebResponse times out over HTTPS
      ... When making a webservice call to upload more than 30KB worth of data ... WebException.Timeout exception. ... I have no trouble sending like 300KB worth of data over HTTP. ...
      (microsoft.public.dotnet.framework.compactframework)