Displaying 9 results from an estimated 9 matches for "srvmpio".
2010 Jan 10
2
[LLVMdev] From OS X to LINUX
...that are recommended that would bring my LINUX distribution as close as possible
to a 32 bit par version of what is on a clean OS X 10.6.2 development environment when developing with LLVM? I'm currently using a
CentOS dist., but I'm up for another if that is preferred.
On LINUX uname -srvmpio gives: Linux 2.6.18-164.10.1.el5 #1 SMP Thu Jan 7 20:00:41 EST 2010 i686 i686 i386 GNU/Linux,
while gcc -v gives: gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
I'm assuming the LLVM build problem with: GCC 4.1.2 20071124 (Red Hat 4.1.2-42), (from the LLVM getting started guide) has
disappeared...
2007 Dec 06
1
tick_divider
...fference in the number of timer interrupts though. I set
tick_divider=10 which should reduce the number of timer interrupts to
100.
I wrote a nasty little scripts that queries /proc/interrupts every 1
second and still see an increase each second in about 1000 interrupts.
The server is:
uname -srvmpio
Linux 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:16 EST 2007 i686 i686
i386 GNU/Linux
Obviously not running 64bit. Only one cpu has been allocated to this
vm. Has anybody else used this successfully?
2010 Jan 10
0
[LLVMdev] From OS X to LINUX
...ed that would bring my LINUX distribution as close as possible
> to a 32 bit par version of what is on a clean OS X 10.6.2 development environment when developing with LLVM? I'm currently using a
> CentOS dist., but I'm up for another if that is preferred.
>
> On LINUX uname -srvmpio gives: Linux 2.6.18-164.10.1.el5 #1 SMP Thu Jan 7 20:00:41 EST 2010 i686 i686 i386 GNU/Linux,
> while gcc -v gives: gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
>
That compiler is rather old. I think there are gcc 4.4 packages for centos.
If you want a recent compiler with a recent user...
2007 Apr 12
1
bonding
...illiseconds and
it is using basic carrier link detection to test if the interface is
alive or not. There was no custom building of any modules on these
nodes and the o/s is CentOS 4.3.
Some more relevant information is below (this display is consistent
across all nodes):
[smccl at tf35 ~]$uname -srvmpio
Linux 2.6.9-34.ELhugemem #1 SMP Wed Mar 8 00:47:12 CST 2006 i686 i686
i386 GNU/Linux
[smccl at tf35 ~]$head -5 /etc/modprobe.conf
alias bond0 bonding
options bonding miimon=100 mode=1
alias eth0 tg3
alias eth1 tg3
alias eth2 e100
[smccl at tf35 ~]$cat /proc/net/bonding/bond0
Ethernet Channel Bon...
2007 Jan 29
0
tasks bouncing between CPUs
...stem (see /proc/cpuinfo at the end) running CentOS
4.4 (fully up-to-date) and I'm running a PHP script that's parsing files
and dumping the results into a database. Software versions:
# rpm -q php
php-4.3.9-3.22
# rpm -q MySQL-server-standard
MySQL-server-standard-5.0.27-0.rhel4
# uname -srvmpio
Linux 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:21:39 CDT 2006 i686 athlon
i386 GNU/Linux
The thing is, the script process and the MySQL process seem to
arbitrarily jump from one CPU to another. That would be fine, I guess,
but sometimes both processes are on the same CPU core.
Is there a way to...
2011 Jun 19
2
CentOS 5 32bit and 3Tbyte drives
Has anyone tried to use these yet?
For hysterical raisons, my primary machine is CentOS5 32bit (up to date).
In the machine I have a SiI 3132 dual port SATA controller with port
multiplier. Both ports are plugged into an external storage device
which presents 4 SATA disks on each port, for a total of 8 possible disks.
Currently I have 5*1Tb in there, configured as RAID5 via mdadm
I boot off
2013 Oct 08
0
CentOS 6.4: Warning! Received an indication that the LUN assignments on this target have changed. The Linux SCSI layer does not automatically remap LUN assignments.
All:
~> uname -srvmpio
Linux 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
~> rpm -qa kernel\* | sort
kernel-2.6.32-358.18.1.el6.x86_64
kernel-2.6.32-358.el6.x86_64
kernel-devel-2.6.32-358.18.1.el6.x86_64
kernel-devel-2.6.32-358.el6.x86_64
kernel-firmware-2.6.32-358.18.1...
2006 May 18
3
Centos 4.3 and Card Reader
CentOS 4.3 (fully updated, including CentOS Plus kernel).
Running KDE 3.5.2 (fully updated from redhat.kde repo).
I can't seem to get the OS to recognize my SD card when inserted into my USB
card reader. Mepis 6 Beta 3 has no problem with it. DMESG sees nothing
happening when the card is inserted. USB-STORAGE module is loaded.
2011 Sep 27
3
[Bug 751] New: IPv6 bridging bug
...rnel [or bridging] instead of
this section.
I am trying to write some IPv6 firewall rules for some HVM virtual machines I
am running on under a Xen kernel. I am using ip6tables v.1.4.12.1 compiled from
gentoo e-build iptables-1.4.12.1-r1.ebuild. I am running this on a Xen kernel.
Output for uname -srvmpio is as follows:
Linux 2.6.38-xen #1 SMP Mon Sep 26 09:46:29 PDT 2011 x86_64 Pentium(R)
Dual-Core CPU E6700 @ 3.20GHz GenuineIntel GNU/Linux
What I am doing is creating a bridge, br0, and allowing virtual HVM clients
hosted under a Xen machine to use this bridge. When I mention "HVM", wha...