Re: can't ctrl-c

From: Bruce Harvey (BruceH_at_ROUTESCAPE.COM)
Date: 08/14/03

  • Next message: Ian D. Bjorhovde: "Perl Documentation"
    Date:         Thu, 14 Aug 2003 14:16:48 -0400
    To: aix-l@Princeton.EDU
    
    

    Is it a hardware port? Or is it a port that has its port settings in
    SMIT? If so, did you examine SMIT? Half of our terminals and emulators
    are set up so that CTRL-C is the interrupt, and half are set up so that
    RubOut/Delete is the interrupt.

    -------------------------------------------
    Bruce T. Harvey (Manager, Special Projects)
    -------------------------------------------
    bth@comcast.net -- bruceh@routescape.com
    443-465-1204 (cel) -- 410-403-2390 (off)
    -------------------------------------------
    Insight Distribution Systems / CoAxis, Inc.
    Hunt Valley, Maryland U.S.A. 21031-1422
    -------------------------------------------

    -----Original Message-----
    From: Shawn Bierman [mailto:BiermanS@METHODISTHEALTH.ORG]
    Sent: Thursday, August 14, 2003 1:19 PM
    To: aix-l@Princeton.EDU
    Subject: Re: [aix-l] can't ctrl-c

    It was indeed assigned to "^?". I can't find a reference to it anywhere
    though, so I'm wondering why it is different from any of our other
    nodes.

    >>> BruceH@ROUTESCAPE.COM 8/14/03 10:39:54 AM >>>
    Perform 'stty -a' at the command line.

    See what 'intr' (interrupt) is assigned ... If it says ^C, then you may
    be in a subshell of a program. VI, for example, manages the interrupt
    character FOR you, so that if you shell out of VI, interrupt doesn't
    work properly (it's intercepted, or remapped ... It's been a while).

    If it doesn't say ^C, then use that character for interrupt, or perform

            stty intr ^C ... (press CTRL-C here, not the two
    characters)

    I don't know why in your case it should be different, but we do things
    in /etc/profile as well.

    ----------------------------------------
    bth@comcast.net -- bruceh@routescape.com
    443-465-1204 (personal) -- 410-403-2390 (office)
    -------------------------------------------

    -----Original Message-----
    From: Shawn Bierman [mailto:BiermanS@METHODISTHEALTH.ORG]
    Sent: Thursday, August 14, 2003 11:22 AM
    To: aix-l@Princeton.EDU
    Subject: [aix-l] can't ctrl-c

    What would prevent my from being able to ctrl-c a ping, or any other
    little app like that? This is a 4.3.3 node. I don't see any traps in
    the /.profile or /.kshrc or /etc/environment. This happens as root
    aswell as with my skeleton user account. What could cause this?

    -shawn


  • Next message: Ian D. Bjorhovde: "Perl Documentation"

    Relevant Pages

    • [git patches] libata fixes
      ... tidy host controller interrupt handling ... Target mode, for those without docs, is the ability to directly ... static inline unsigned int mv_hc_from_port ... * port is the sole input, ...
      (Linux-Kernel)
    • Weird interrupt issues with RELENG_5
      ... When I bring up the network interface, ... second IDE bus. ... WARNING - READ_DMA no interrupt but good status ... <Parallel port bus> on ppc0 ...
      (freebsd-current)
    • DSP56F801FA80: SCI data formatting and executions of Interrupts
      ... com port running MS XP operating system. ... as transmit and receive is concerned. ... AS1_SendCharcall is sending tow bytes rather one. ... can i execute tow interrupt in parallel with same ...
      (comp.dsp)
    • Re: Device Drivers and all for one interrupts, can it be done.
      ... What you have describe is the scenario generally called a Shared IRQ, howver since it is a GPIO pin on a port of multiplepins it is a special case. ... It then translates that to an internal IRQ number that a device driver can request a SYSINTR for which the OAL will assign dynamically at runtime. ... Basically the OAL has an ISR for the GPIO port itself and then calls all Installable ISR routines registerd for that shared interrupt. ...
      (microsoft.public.windowsce.embedded)
    • Regression: libata: implement ata_wait_after_reset()
      ... The controller card is this one: ... ALi Corporation ALi M5281 Serial ATA / RAID Host Controller ... Interrupt: pin A routed to IRQ 19 ... spending 2s on 0xff port would incur too ...
      (Linux-Kernel)