Re: SIGALRM ignored

From: Keith Owens (kaos_at_sgi.com)
Date: 11/08/05

  • Next message: Brian Gerst: "Re: NVidia nForce4 + AMD Athlon64 X2 --> no access to north-bridge PCI resources"
    To: *** <dm@chello.nl>
    Date:	Tue, 08 Nov 2005 13:35:56 +1100
    
    

    On Mon, 7 Nov 2005 17:36:29 +0000 (UTC),
    *** <dm@chello.nl> wrote:
    >I've got a problem with SUSE LINUX Enterprise Server 9 (i586) patchlevel 2,
    >Linux 2.6.5-7.191-smp.
    >
    >When I do the following (from bash):
    >
    >trap 'echo bla' 14 ; /bin/kill -14 $$
    >
    >nothing happens, utilities like iostat and netperf (and likely other utilities)
    >won't work due to this problem.

    Works for me on SLES9 SP2 ia64.

    Linux chook 2.6.5-7.191-sn2 #1 SMP Tue Jun 28 14:58:56 UTC 2005 ia64 ia64 ia64 GNU/Linux
    bash-2.05b-305.9

    # trap 'echo bla' 14 ; /bin/kill -14 $$
    bla

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Brian Gerst: "Re: NVidia nForce4 + AMD Athlon64 X2 --> no access to north-bridge PCI resources"