Regards,
Benjamin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-15-2011, 11:11 AM
Reindl Harald
getting packet dropperd on interface
Am 15.10.2011 13:09, schrieb Benjamin:
> OS : FEDORA 15 64 BIT
> LAN INTERFACE IS ONBOARD GIGABIT LAN CARD
this is no information
WHAT network-card is on the board?
lspci is your friend!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-15-2011, 11:17 AM
Benjamin
getting packet dropperd on interface
Hi,
lspci -v
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
Connection
Subsystem: Super Micro Computer Inc Device 040d
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fb5e0000 (32-bit, non-prefetchable) [size=128K]
I/O ports at dc00 [size=32]
Memory at fb5dc000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-25-90-ff-ff-39-70-0e
Kernel driver in use: e1000e
Kernel modules: e1000e
Thanks,
Benjamin
On 10/15/2011 04:41 PM, Reindl Harald wrote:
> Am 15.10.2011 13:09, schrieb Benjamin:
>> OS : FEDORA 15 64 BIT
>> LAN INTERFACE IS ONBOARD GIGABIT LAN CARD
> this is no information
>
> WHAT network-card is on the board?
> lspci is your friend!
>
>
>
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-15-2011, 12:41 PM
Soham Chakraborty
getting packet dropperd on interface
What does ethtool -g em1 say? A very common reason of dropping packets is that the rx and tx buffers have been full. In this case, you can increase the count with ethtool -G switch and check again.
-- Soham
On Sat, Oct 15, 2011 at 4:47 PM, Benjamin <benjo11111@gmail.com> wrote:
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-16-2011, 05:14 AM
Benjamin
getting packet dropperd on interface
Hi,
my output of command :
ethtool -g em1
Ring parameters for em1:
Pre-set maximums:
RX:*** *** 4096
RX Mini:*** 0
RX Jumbo:*** 0
TX:*** *** 4096
Current hardware settings:
RX:*** *** 1024
RX Mini:*** 0
RX Jumbo:*** 0
TX:*** *** 1024
before current value for RX and TX are 256 and i increased it by
1024 for both RX and TX. But still we having packet loss on
interface.
How to verify that buffer full for RX and TX?
Regards,
Benjo
What does ethtool -g em1 say? A very common reason of
dropping packets is that the rx and tx buffers have been full. In
this case, you can increase the count with ethtool -G switch and
check again.
-- Soham
On Sat, Oct 15, 2011 at 4:47 PM,
Benjamin <benjo11111@gmail.com>
wrote:
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-16-2011, 08:39 AM
agraham
getting packet dropperd on interface
Benjamin,
Can you also include the network statistics, it may helpful to know
exactly what type of errors these are:
ethtool -S em1
Are you in a position to change the cable?
I see this is a Supermicro, does the machine have a IPMI card using the
same IP address by any chance ?
Albert.
On 10/16/2011 06:14 AM, Benjamin wrote:
> Hi,
>
> my output of command :
>
> ethtool -g em1
>
> Ring parameters for em1:
> Pre-set maximums:
> RX: 4096
> RX Mini: 0
> RX Jumbo: 0
> TX: 4096
>
> Current hardware settings:
> RX: 1024
> RX Mini: 0
> RX Jumbo: 0
> TX: 1024
>
> before current value for RX and TX are 256 and i increased it by 1024
> for both RX and TX. But still we having packet loss on interface.
>
> How to verify that buffer full for RX and TX?
>
> Regards,
> Benjo
>
>
>
>> What does ethtool -g em1 say? A very common reason of dropping packets
>> is that the rx and tx buffers have been full. In this case, you can
>> increase the count with ethtool -G switch and check again.
>>
>> -- Soham
>>
>> On Sat, Oct 15, 2011 at 4:47 PM, Benjamin <benjo11111@gmail.com
>> <mailto:benjo11111@gmail.com>> wrote:
>>
>> Hi,
>>
>> lspci -v
>>
>>
>>
>> 05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
>> Connection
>> Subsystem: Super Micro Computer Inc Device 040d
>> Flags: bus master, fast devsel, latency 0, IRQ 18
>> Memory at fb5e0000 (32-bit, non-prefetchable) [size=128K]
>> I/O ports at dc00 [size=32]
>> Memory at fb5dc000 (32-bit, non-prefetchable) [size=16K]
>> Capabilities: [c8] Power Management version 2
>> Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
>> Capabilities: [e0] Express Endpoint, MSI 00
>> Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
>> Capabilities: [100] Advanced Error Reporting
>> Capabilities: [140] Device Serial Number 00-25-90-ff-ff-39-70-0e
>> Kernel driver in use: e1000e
>> Kernel modules: e1000e
>>
>>
>> Thanks,
>> Benjamin
>>
>>
>>
>> On 10/15/2011 04:41 PM, Reindl Harald wrote:
>> > Am 15.10.2011 13:09, schrieb Benjamin:
>> >> OS : FEDORA 15 64 BIT
>> >> LAN INTERFACE IS ONBOARD GIGABIT LAN CARD
>> > this is no information
>> >
>> > WHAT network-card is on the board?
>> > lspci is your friend!
>> >
>> >
>> >
>> >
>>
>> --
>> users mailing list
>> users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>
>>
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Sun Oct 16 12:30:01 2011
Return-path: <centos-bounces@centos.org>
Envelope-to: tom@linux-archive.org
Delivery-date: Sun, 16 Oct 2011 11:30:23 +0300
Received: from mail.centos.org ([72.26.200.202]:54079)
by s2.java-tips.org with esmtp (Exim 4.69)
(envelope-from <centos-bounces@centos.org>)
id 1RFM6w-0005TW-3X
for tom@linux-archive.org; Sun, 16 Oct 2011 11:30:23 +0300
Received: from mail.centos.org (voxeldev.centos.org [127.0.0.1])
by mail.centos.org (Postfix) with ESMTP id 151A76F6B2;
Sun, 16 Oct 2011 04:39:54 -0400 (EDT)
X-Original-To: centos@centos.org
Delivered-To: centos@centos.org
Received: from carmen.lorenzomartinez.es
(36.Red-88-12-11.staticIP.rima-tde.net [88.12.11.36])
by mail.centos.org (Postfix) with ESMTP id 14AED67AD7
for <centos@centos.org>; Sun, 16 Oct 2011 04:39:51 -0400 (EDT)
Received: (qmail 26264 invoked by uid 7797); 16 Oct 2011 08:39:51 -0000
Received: from 192.168.52.133 by Carmen (envelope-from
<lorenzo@lorenzomartinez.es>, uid 500) with qmail-scanner-2.08
(clamdscan: 0.97.2/13407. Clear:RC:1(192.168.52.133):.
Processed in 0.012404 secs); 16 Oct 2011 08:39:51 -0000
Received: from unknown (HELO LawBook.local) (192.168.52.133)
by Carmen with (DHE-RSA-CAMELLIA256-SHA encrypted) SMTP;
16 Oct 2011 08:39:50 -0000
Message-ID: <4E9A985A.2000001@lorenzomartinez.es>
Date: Sun, 16 Oct 2011 10:39:54 +0200
From: =?ISO-8859-1?Q?Lorenzo_Mart=EDnez_Rodr=EDguez?=
<lorenzo@lorenzomartinez.es>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6;
rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
MIME-Version: 1.0
To: CentOS mailing list <centos@centos.org>
References: <B1B0B93C9EDC45A98D692DB63F8A0DED@palmettodomains. com>
<4E9A2EB9.9040802@alteeve.com>
<alpine.LRH.2.00.1110152144180.23190@www.rossberry .com>
In-Reply-To: <alpine.LRH.2.00.1110152144180.23190@www.rossberry .com>
Subject: Re: [CentOS] What's up with the mailing list?
X-BeenThere: centos@centos.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: CentOS mailing list <centos@centos.org>
List-Id: CentOS mailing list <centos.centos.org>
List-Unsubscribe: <http://lists.centos.org/mailman/listinfo/centos>,
<mailto:centos-request@centos.org?subject=unsubscribe>
List-Archive: <http://lists.centos.org/pipermail/centos>
List-Post: <mailto:centos@centos.org>
List-Help: <mailto:centos-request@centos.org?subject=help>
List-Subscribe: <http://lists.centos.org/mailman/listinfo/centos>,
<mailto:centos-request@centos.org?subject=subscribe>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: centos-bounces@centos.org
Errors-To: centos-bounces@centos.org
I had no trouble with panics booting new CR kernel either, but detecting =
my PCI-e parallel port =
http://www.spinics.net/lists/centos/msg119673.html. The worst is nobody =
has given even any clue related to it. Maybe this is the difference =
between RHEL and CentOS. If I was a RHEL licensed user, RedHat support =
staff at least would answer saying anything.
El 16/10/11 03:45, Jim Wildman escribi=F3:
> Particularly important to file bugs against CR releases since
> CR users are functioning as pseudo QA people..
>
> On Sat, 15 Oct 2011, Digimer wrote:
>
>> On 10/15/2011 08:58 PM, TE Dukes wrote:
>>> Are we running CentOS or what?
>>>
>>> That new kernel in cr repository won't boot!! I get kernel panic. This =
is
>>> getting out of hand. Know you are smarter than me when it come to this
>>> stuff, but please..........
>> I have no trouble booting it.
>>
>> If you've run into a problem, the most effective thing to do is file a
>> bug. If you can do some digging into the cause, discussing your finding
>> here (and attaching relevant bits to the bug) will also help.
>>
>>
> ----------------------------------------------------------------------
> Jim Wildman, CISSP, RHCE jim@rossberry.com http://www.rossberry.net
> "Society in every state is a blessing, but Government, even in its best
> state, is a necessary evil; in its worst state, an intolerable one."
> Thomas Paine
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
-- =
Lorenzo Martinez Rodriguez
Visit me: http://www.lorenzomartinez.es
Mail me to: lorenzo@lorenzomartinez.es
My blog: http://www.securitybydefault.com
My twitter: @lawwait
PGP Fingerprint: 97CC 2584 7A04 B2BA 00F1 76C9 0D76 83A2 9BBC BDE2
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos