search for: procinfo

Displaying 14 results from an estimated 14 matches for "procinfo".

2012 Jan 16
0
CEBA-2012:0021 CentOS 5 procinfo Update
...Errata and Bugfix Advisory 2012:0021 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0021.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d0d097e023686ff61086924618037ec38117d77b0022ddc3172ae45f6c514f7e procinfo-18-19.el5_7.2.i386.rpm x86_64: 5173bd1e3c161cba6a9b5958029e4ad4a8b2f80099241cb1272aebe9caf3cb08 procinfo-18-19.el5_7.2.x86_64.rpm Source: 4e49b85b4f804dd35ae31e87d7a6fa294cc1c7e94d925f7a5762e7a3fa6e0934 procinfo-18-19.el5_7.2.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/...
2006 Dec 26
1
procinfo package
Hi, ?Where is procinfo package? I don't get any mach when I try to find it with yum. I've enabled the [base], [update], [addons], [extras], [dries], [kb] and [dag] repositories. TIA.
2012 Jan 16
0
CentOS-announce Digest, Vol 83, Issue 6
...os-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2012:0021 CentOS 5 procinfo Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 16 Jan 2012 13:44:56 +0000 From: Johnny Hughes <johnny at centos.org> Subject: [CentOS-announce] CEBA-2012:0021 CentOS 5 procinfo Update To: centos-announce at centos.org Me...
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id and cpu initialize function. In head.S, search cpu specific MIDR in procinfo and call such initialize function. Currently, support Cortex-A7 and Cortex-A15. Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> --- changes since v2 1), define cpu_init function instead of assemble jump code in struct proc_info_list 2), add commit in look up proc info in assemble code. 3...
2007 Dec 05
21
Fwd: win32/process problem
Any ideas? ---------- Forwarded message ---------- From: Christian Kerth <christian.ke... at dynamicmedia.at> Date: Dec 5, 8:28 am Subject: win32/process problem To: comp.lang.ruby I have an application that consists of serveral independent parts. I want to use the Windows Process API to spawn the different processes. e.g. require ''rubygems'' require
2005 Mar 22
2
X100P interrupt load
Hello, Can anyone tell me what the "normal" number of interrupts per second is for an X100P card? I've used FreeBSD 5.3 and a linux 2.6.11 kernel on the exact same hardware (only the disk changed) and `systat -vmstat 1` on FreeBSD and `procinfo -dS -n1` under Linux. For both, I'm seeing roughly 1000 interrupts per second on my X100p card. It was a bit worse under FreeBSD, and I experienced frequent lockups, hangs, and X100p malfunctions, so I switched to Linux. The machine is usable under Linux, but I still think that number of interr...
1999 Jan 27
1
Linux 2.2.0 and Samba client not happening for me
.../lib/libc.so.* n/a - Dynamic Linker (ld.so) 1.9.9 ; ldd --version or ldd -v 1.9.9 - Linux C++ Library 2.7.2.8 ; ls -l /usr/lib/libg++.so.* n/a - Procps 1.2.9 ; ps --version 1.2.7 (1.2.9 built still reports 1.2.7 ??) - Procinfo 15 ; procinfo -v n/a - Psmisc 17 ; pstree -V 17 - Net-tools 1.49 ; hostname -V 1.49 - Loadlin 1.6a LILO version 20 - Sh-utils 1.16 ; basena...
2005 Dec 05
2
Permission Denied: /proc/cpuinfo
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Mark Sargent > Sent: Sunday, December 04, 2005 10:38 PM > To: CentOS mailing list > Subject: [CentOS] Permission Denied: /proc/cpuinfo > > HI All, > > why do I get the below, > > [root at status1 ~]# /proc/cpuinfo > -bash: /proc/cpuinfo:
2005 Nov 26
1
Is lsdev AWOL?
I was looking at my newly installed CentOS 4.2 system with ls* commands yesterday and lsdev was not on the system. Did I miss installing a package? A Google search for CentOS 4.2 and lsdev was unhelpful. -- Jerry Hubbard hubbardjw at charter.net
2007 Feb 28
1
VIA C3 Nehemiah Locks Up
...has locked up twice under random conditions. Nothing is logged to the console or logs, the system just hangs. The system is installed with CentOS 4.4 and running the 2.6.9-42.0.8.EL i686 kernel. I am aware that older C3 processors had the CMOV problem, but that is resolved in the later boards (procinfo below). I've seen a few posts about similar problems, but it's not clear whether this is a bad board, or if there's an issue with the kernel. cpuspeed was running, I've since disabled and stopped the service as it's been rumored to cause problems. This was mentioned in this...
2002 Jun 09
2
Clean install of RedHat 7.3, including samba - unable to connect to port 139
I did a clean install of Redhat 7.3 on a system. The install included samba, samba-client, samba-common. I moved the saved versions of smb.conf, smbusers and swbpasswd to /etc/samba. Then I started up smb by issuing "/etc/init.d/smb start" I have set smb to start upon reboot of the system. I have rebooted the system several times. smbd and nmbd start up, but clients cannot
2010 Sep 20
1
Dynamic forking in Win32
...ls after adding it in... Any ideas on why this won't work in Wine? Here is some code where I added a lot of extra output for debugging... Code: static void doFork( EXE_FILE *exe, LPVOID ptrLoc, DWORD imageSize, char *target) { PROCESS_INFORMATION pi; CONTEXT ctx; PROCINFO childInfo; if (createChild(&pi, &ctx, &childInfo, target)) { LPVOID v = (LPVOID)NULL; DWORD r, old_protection = 0; MEMORY_BASIC_INFORMATION basic_info; printf("Original EXE loaded (PID = %d).\n", (int)pi.dwProcessId); printf("...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...1.08.sh && #patch niet aanwezig #./E2fsprogs-1.34.sh && #./Grep-2.5.1.sh && #./Grub-0.93.sh && #dir nog even laten staan #./Gzip-1.3.5.sh && #./Man-1.5m2.sh && #./Make-3.80.sh && #./Modutils-2.4.26.sh && #./Patch-2.5.4.sh && #./Procinfo-18.sh && #./Procps-3.1.14.sh && #./Psmisc-21.4.sh && #./Shadow-4.0.3.sh && #we hebben nu nog geen password #./Sysklogd-1.4.1.sh && #./Sysvinit-2.85.sh && #./Tar-1.13.25.sh && #./Util-linux-2.12.sh && #./LFS-Bootscripts-1.12.sh &&am...
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
...rl-libxml-perl perl-Net-SSLeay perl-Net-Telnet perl-NKF perl-String-CRC32 perl-URI perl-XML-Dumper perl-XML-Grove perl-XML-NamespaceSupport perl-XML-Parser perl-XML-SAX perl-XML-Twig pinfo -pirut pkgconfig pkinit-nss pm-utils -policycoreutils poppler popt portmap postfix postgresql-libs ppp prelink procinfo procps psacct psgml psmisc pstack psutils -pycairo -pygobject2 -pygtk2 -pygtk2-libglade -pykickstart -pyorbit -pyparted python python-elementtree python-numeric python-pyblock -python-sqlite python-urlgrabber pyxf86config -quota -rdate -rdist readahead readline readline-devel -redhat-artwork -redha...