Displaying 20 results from an estimated 4000 matches similar to: "Network performance"
2006 Jan 16
0
4.2 Kernel panic on rmmod ip_gre...
$ uname -a
Linux xxx 2.6.9-22.0.1.ELsmp #1 SMP Thu Oct 27 13:14:25 CDT
2005 i686 i686 i386 GNU/Linux
$ lsmod | grep "[^0-9]0" | grepbyhand
ip_gre 16865 0
3c59x 41213 0
tg3 85061 0
It is very likely an error that these have usage counts of 0.
(the interfaces are very much up, and a GRE tunnel is configured)
Seeing as the same thing
2006 Jun 22
0
HP DL360, tg3 driver, bonding and link flapping
Hi *,
I'm running into a problem configuring bonding on an HP DL 360 G4p,
running 4.3 + tg3 driver version 3.43f. I'm connecting eth0 and eth1
to a Cisco 2948 (CatOS 8.1(3)) and receiving flapping notices. The
ethernet address is that of the primary interface. I have tried
several different modes, including balance-rr (0), active-backup (1),
and balance-alb (6). All have the
2004 Jun 08
1
How do I build an initrd.img for use with pxelinux
Hi,
I have built a Red Hat 7.2 system kernel 2.4.7-10 using pxelinux from
syslinux-2.09
I have then installed the latest Broadcom BCM5700 Linux Driver Version
7.1.22 as per the README.TXT:-
rpm -ivh bcm5700-7.1.22-1.src.rpm
cd /usr/src/redhat
rpm -bb SPECS/bcm5700.spec
rpm -ivh --force RPMS/i386/bcm5700-7.1.22-1.i386.rpm
The system reboots fine and is using the new driver
I now want to update my
2004 Sep 28
8
OCFS and BCM5700
Hi...
I have a strange problem with my Private NIC Channel, here is my environment
details :
1. RHAS 2.1 with kernel 2.4.9-e.27 Enterprise
2. OCFS version : 2.4.9-e-enterprise-1.0.9-6
3. Oracle RDBMS : 9.2.0.4 RAC with 5 Nodes
4. Private NIC Channel: Broadcom BCM5700
My Private NIC channel is down intermittently, we just tracing the root of
the problems by identify each product installed the
2006 Aug 17
5
Big load
Hello friends
I've problem with my Centos 4.3.
On start some information:
1. serwer HP DL 380 x Intel(R) Xeon(TM) CPU 3.40GHz
2. RAM 4GB
3. HDD storage FC
4. kernel 2.6.9-34.0.2.ELsmp #1 SMP
This serwer is working with another one (that some configuration) in
RHEL cluster (locking by DLM), as a file serwer with samba-3.0.22. Samba
have about 100 simultaneus sessions. Problem is with load
2017 Apr 04
4
Samba file sharing with AD authentication doesn't work on some boxes
I have a few RHEL7 boxes, all of them are members in MS Win domain using
SSSD. All of these linuxes run Samba for file sharing with the same config.
Usually it works nice, but from time to time users cannot map Samba
folders, with the following message in the log:
[2017/03/07 14:58:27.050493, 0]
../source3/auth/auth_domain.c:121(connect_to_domain_password_server)
2005 May 18
3
CentOS 3 / tg3 driver on an HS20 Blade
Greetings:
I know it's been mentioned before that the tg3 driver in CentOS 3.4 is
buggy. I had to revert to 3.4 today from 4 (fresh install) and now I
have no link and thus no network. I'm wondering if this is caused by
this bug and what the work-around is.
Thanks.
Brendon Colby
2006 Feb 28
2
Busy day today...
What's the procedure for filing bug reports related to kernel panics
on CentOS/RHEL? I've just had the following kernel panic on one of the
new mailstores (argh!). Would this have to be reproduceable to warrant
a bug report?
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: ------------[ cut
2017 Apr 04
0
Samba file sharing with AD authentication doesn't work on some boxes
Hello,
I suggest you start reading here:
https://fedorahosted.org/sssd/wiki/Configuring_sssd_with_ad_server
and if you want to use winbind and not sssd.
read : https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
Now i dont use sssd and there is an other mailing list for sssd, ( sssd is not related to samba (yet) but my guesses are..
- your keytab is expiring and not
2006 May 18
0
Node crashed after remove a path
Hi,
I have a 2-node cluster on 2 Dell PowerEdge 2650.
When remove a device path, and both nodes crashed.
Any help would be appreciated.
Thanks!
Roger---
Configuration:
Oracle: 10.2.0.1.0 x86
Oracle home: on OCFS2 shared with multipath
Oracle datafiles: OCFS2 shared with multipath
cat redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 2)
uname -a
Linux sqa-pe2650-40
2004 Jun 23
0
options to use jumbo frames
We have a cluster (212 nodes) that are on a gig-e network useing jumbo frames
(mtu 6000) To reload a node we have to plug it into a regular 1500 mtu that is
running off a differnt port on the head node to install. Is there a way to
tell in the 'append' line of /pxelinux.cfg/default to have the bcm5700 module
run wiht jumbo frames. this is our append right now
append load_ramdisk=1
2005 Mar 22
0
PXEBoot with network options forcing adapter to full duplex.
Hi Brock,
I'm trying set full duplex on a server that is being
pxeboot/provisioned via autoyast. We want to ensure
the duplex is full DURING the autoyast provisioning
itself.
I've played the syslinux configs to specify the
bcm5600 driver, but was having trouble with setting
the network options. I've tryed appending them as
well, but nothing on the internet seems to indicate
that
2018 Nov 05
2
[PATCH 0/1] vhost: add vhost_blk driver
On 2018/11/3 ??2:21, Vitaly Mayatskikh wrote:
> vhost_blk is a host-side kernel mode accelerator for virtio-blk. The
> driver allows VM to reach a near bare-metal disk performance. See IOPS
> numbers below (fio --rw=randread --bs=4k).
>
> This implementation uses kiocb interface. It is slightly slower than
> going directly through bio, but is simpler and also works with disk
>
2018 Nov 05
2
[PATCH 0/1] vhost: add vhost_blk driver
On 2018/11/3 ??2:21, Vitaly Mayatskikh wrote:
> vhost_blk is a host-side kernel mode accelerator for virtio-blk. The
> driver allows VM to reach a near bare-metal disk performance. See IOPS
> numbers below (fio --rw=randread --bs=4k).
>
> This implementation uses kiocb interface. It is slightly slower than
> going directly through bio, but is simpler and also works with disk
>
2007 Dec 17
1
Bonding problem in CENTOS4
I use bonding under CENTOS4.5 x32_62.
I have these weird messages when I'm restarting network.
Do you have any ideas how to fix this?
(there is similar bug for centos5 http://bugs.centos.org/view.php?id=2404, but the author says that it worked for him in centos4...)
Thanks
Vitaly
Dec 17 08:34:21 3_10 kernel: bonding: Warning: the permanent HWaddr of eth0 - 00:1A:64:0A:DC:9C - is still in
2018 Nov 02
2
[PATCH 0/1] vhost: add vhost_blk driver
On Fri, Nov 02, 2018 at 06:21:22PM +0000, Vitaly Mayatskikh wrote:
> vhost_blk is a host-side kernel mode accelerator for virtio-blk. The
> driver allows VM to reach a near bare-metal disk performance. See IOPS
> numbers below (fio --rw=randread --bs=4k).
>
> This implementation uses kiocb interface. It is slightly slower than
> going directly through bio, but is simpler and
2006 Apr 10
1
kernel: Page has mapping still set - continues
Been having this problem, and posted about it before. Thinking it was a
memory issue, I've replaced all memory on the server. However, the
problem has continued.
Server is a Proliant DL380 (8GB RAM, 2 Xeon CPU), running CentOS 3.6, all
patches up-to-date. Kernel is 2.4.21-40.ELsmp (problem seems to have
first manifested on kernel 2.4.21-37.0.1.ELsmp). Disk is CCISS hardware
RAID-5,
2005 Mar 17
1
Cross validation, one more time (hopefully the last)
I apologize for posting on this question again, but unfortunately, I don't have and can't get access to MASS for at least three weeks. I have found some code on the web however which implements the prediction error algorithm in cv.glm.
http://www.bioconductor.org/workshops/NGFN03/modelsel-exercise.pdf
Now I've tried to adapt it to my purposes, but since I'm not deeply familiar
2007 May 08
1
kernel: kernel BUG at include/asm/spinlock.h:109!
Hi,
We are running a server as an nfs head connect to a clariion, every
couple of days we have our box fall over with the following msg in
syslog.
Has anyone had this happen to there boxen?
rhel4 u4
May 8 12:23:52 ruchba kernel: Assertion failure in
log_do_checkpoint() at fs/jbd/checkpoint.c:363: "drop_count != 0 ||
cleanup_ret != 0"
May 8 12:23:52 ruchba kernel: ------------[ cut
2006 Nov 08
1
XFS Issues
We are in the process of migrating XFS filesystems from one storage
array to another. Both are arrays are mounted locally on the same
CentOS 4.4 system (x86_64). We are running kernel 2.6.9-42.0.2.ELsmp
along with kernel-module-xfs-2.6.9-42.0.2.ELsmp-0.1-3.
The issue we are having is that while the copy is running (using rsync)
the system will log these message periodically:
kernel: XFS: