lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 02 Oct 2009 21:49:39 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Markus Feldmann <feldmann_markus@....de>
Cc:	netdev@...r.kernel.org
Subject: Re: Messages are printed on screen

On Fri, 2009-10-02 at 14:01 +0200, Markus Feldmann wrote:
> Ben Hutchings schrieb:
> > On Fri, 2009-10-02 at 11:52 +0200, Markus Feldmann wrote:
> >
> >>
> >> As you see some of my IRQ-Lines are multiply in use, so my Server is 
> >> working hard at his limit.
> > 
> > IRQ sharing is normal on PCs without MSI support, but to see where
> > that's happening you need to look at /proc/interrupts and not the BIOS
> > setup program or wherever you got the above information from.
> Ok i did <cat /proc/interrupts> and got:
>             CPU0
>    0:     259603    XT-PIC-XT        timer
>    1:       1421    XT-PIC-XT        i8042
>    2:          0    XT-PIC-XT        cascade
>    4:     200000    XT-PIC-XT        ohci_hcd:usb3, pppp0

This number is a clue because after every 100,000 interrupts for a
particular IRQ the kernel checks how many of them were handled.  If this
is less than 100 then it disables the IRQ.  So I suspect one of these
devices is misbehaving, or its driver is not handling interrupts
correctly.  Is 'pppp0' actually an Ethernet device that you're using for
PPPoE?  If so, what model of network card is it?

>    5:          0    XT-PIC-XT        ehci_hcd:usb1, lan0
>    7:       6959    XT-PIC-XT        lan1
>    8:          2    XT-PIC-XT        rtc0
>    9:          0    XT-PIC-XT        acpi
>   11:      37697    XT-PIC-XT        ide2, ide3, ohci_hcd:usb2, lan2
>   14:          0    XT-PIC-XT        ide0
> NMI:          0   Non-maskable interrupts
> TRM:          0   Thermal event interrupts
> MCE:          0   Machine check exceptions
> MCP:         13   Machine check polls
> ERR:          2
> 
> How can i assigned IRQs during Boot?
[...]

They are assigned by the BIOS.  You may be able to configure this in
BIOS setup.

Ben.

-- 
Ben Hutchings
Who are all these weirdos? - David Bowie, about L-Space IRC channel #afp

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ