similar to: ssh remote execute awk problem

Displaying 20 results from an estimated 11000 matches similar to: "ssh remote execute awk problem"

2017 Mar 16
2
[PATCH] p2v: Add awk as a dependency.
The code to parse /proc/cpuinfo runs awk, but it was not included as a specific dependency so the parsing code might silently fail. --- p2v/dependencies.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/p2v/dependencies.m4 b/p2v/dependencies.m4 index bd62d34..21541b4 100644 --- a/p2v/dependencies.m4 +++ b/p2v/dependencies.m4 @@ -29,6 +29,7 @@ ifelse(REDHAT,1, dnl Run as external
2017 Mar 17
0
Re: [PATCH] p2v: Add awk as a dependency.
On Thursday, 16 March 2017 19:53:25 CET Richard W.M. Jones wrote: > The code to parse /proc/cpuinfo runs awk, but it was not included as a > specific dependency so the parsing code might silently fail. > --- LGTM, although I'd simply add it once at the end of the file, so there is no need to duplicate it for all the distros. I can do the work of un-duplicating the other duplicated
2012 Nov 19
3
Finding real cpuinfo and meminfo
I have to collect cpuinfo and meminfo from hundreds of machines in preparation of updating our inventory and Xen version. Since we pin cpu and ram for dom0, this mangles the info. Is there way to get the real information? I know that xm top will give me the true RAM, but I need a non-interactive method. Specifically, I need the following real, unobfuscated/hidden info: Total RAM Processor (from
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All, The following patch set provides a low-overhead system for collecting kernel tracing data of guests by a host in a virtualization environment. A guest OS generally shares some devices with other guests or a host, so reasons of any problems occurring in a guest may be from other guests or a host. Then, to collect some tracing data of a number of guests and a host is needed when some
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All, The following patch set provides a low-overhead system for collecting kernel tracing data of guests by a host in a virtualization environment. A guest OS generally shares some devices with other guests or a host, so reasons of any problems occurring in a guest may be from other guests or a host. Then, to collect some tracing data of a number of guests and a host is needed when some
2011 Oct 20
0
[PATCH 07/12] cpufreq: allocate CPU masks dynamically
struct cpufreq_policy, including a cpumask_t member, gets copied in cpufreq_limit_change(), cpufreq_add_cpu(), set_cpufreq_gov(), and set_cpufreq_para(). Make the member a cpumask_var_t, thus reducing the amount of data needing copying (particularly with large NR_CPUS). Signed-off-by: Jan Beulich <jbeulich@suse.com> --- 2011-09-20.orig/xen/arch/x86/acpi/cpufreq/cpufreq.c 2011-10-12
2008 Sep 20
2
Re: My domU cpuinfo shows "cache seize: 16KB" ater upgrading to Xen-3.3.0... but in Xen-3.2 it has 2048KB!
No one knows about this?! It''s normal for domU in Xen-3.3 to have only 16KB of CPU cache size? Thanks! Thiagi 2008/9/18 Thiago Camargo Martins Cordeiro <thiagocmartinsc@gmail.com> > Hi folks! > > After upgrading my Xen-3.2.0 to new Xen-3.3.0/Linux-2.6.18.8-xen-3.3.0 my > domU /proc/cpuinfo shows only: > > administrativo@vsrvXX:~$ cat /proc/cpuinfo >
2012 Jul 24
13
[RFC PATCH 0/6] virtio-trace: Support virtio-trace
Hi All, The following patch set provides a low-overhead system for collecting kernel tracing data of guests by a host in a virtualization environment. A guest OS generally shares some devices with other guests or a host, so reasons of any problems occurring in a guest may be from other guests or a host. Then, to collect some tracing data of a number of guests and a host is needed when some
2012 Jul 24
13
[RFC PATCH 0/6] virtio-trace: Support virtio-trace
Hi All, The following patch set provides a low-overhead system for collecting kernel tracing data of guests by a host in a virtualization environment. A guest OS generally shares some devices with other guests or a host, so reasons of any problems occurring in a guest may be from other guests or a host. Then, to collect some tracing data of a number of guests and a host is needed when some
2010 May 27
4
question on CPU
I have centos 5.4 on an HP laptop, as below the /proc/cpuinfo shows Dual core, however, there is only 1 processor listed in /proc/cpuinfo. Is the OS only using a single core? jerry ------ processor : 0 vendor_id : AuthenticAMD cpu family : 17 model : 3 model name : AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-86 stepping : 1 cpu MHz : 2400.000
2007 Aug 30
0
[PATCH][Retry 1] 1/4: cpufreq/PowerNow! in Xen: Xen timer changes
Enable cpufreq support in Xen for AMD Operton processors by: 1) Allowing the PowerNow! driver in dom0 to write to the PowerNow! MSRs. 2) Adding the cpufreq notifier chain to time-xen.c in dom0. On a frequency change, a platform hypercall is performed to scale the frequency multiplier in the hypervisor. 3) Adding a platform hypercall to the hypervisor the scale the frequency multiplier and reset
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:
2017 Mar 23
2
[PATCH] p2v: Use lscpu instead of libvirt to get CPU information.
Don't get the CPU information from libvirt, because including libvirt and all dependencies in the virt-p2v ISO bloats everything. Instead get most of the information we need from the util-linux program 'lscpu'. Unfortunately the CPU model cannot be retrieved. Example output: $ ./run virt-p2v --cmdline="p2v.dump_config_and_exit" [...] cpu vendor . . . Intel cpu
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
This class has been replaced by the ProcessorsAgent. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- src/Makefile.am | 4 - src/cpu.cpp | 216 ------------------------------------------------------- src/cpu.h | 111 ---------------------------- src/host.cpp | 24 ------ src/host.h | 3 - src/schema.xml | 16 ---- 6 files changed, 0 insertions(+),
2008 Mar 20
3
[RFC/PATCH 14/15] guest: detect when running on kvm
From: Christian Borntraeger <borntraeger at de.ibm.com> From: Carsten Otte <cotte at de.ibm.com> This patch adds functionality to detect if the kernel runs under the KVM hypervisor. A macro MACHINE_IS_KVM is exported for device drivers. This allows drivers to skip device detection if the systems runs non-virtualized. We also define a preferred console to avoid having the ttyS0, which
2008 Mar 20
3
[RFC/PATCH 14/15] guest: detect when running on kvm
From: Christian Borntraeger <borntraeger at de.ibm.com> From: Carsten Otte <cotte at de.ibm.com> This patch adds functionality to detect if the kernel runs under the KVM hypervisor. A macro MACHINE_IS_KVM is exported for device drivers. This allows drivers to skip device detection if the systems runs non-virtualized. We also define a preferred console to avoid having the ttyS0, which
2009 Apr 20
3
Windows 2008 x64 crashes on install
Hello, I am trying to install Win2008 x64 on xen. However it always crashes with: 0x0000005b which from my research means incompatible CPU. Can anyone assist with this? How can I get x64 to work? cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 2 model name : Quad-Core AMD Opteron(tm) Processor 2344 HE grep svm /proc/cpuinfo flags : fpu tsc msr pae mce cx8
2018 Jan 08
1
C6 KPTI cpuinfo flag?
Noticed C6 had a kernel update on Friday. 2.6.32-696.18.7.el6.x86_64 What is the flag in /proc/cpuinfo that indicates the KPTI patch for Meltdown CVE-2017-5754 for C6? Some distros are using "kaiser" some like Fedora are using "pti". Also noticed some (like Fedora) are displaying "cpu_insecure" under the bugs: heading of cpuinfo.
2011 Jun 27
4
How many L1/L2 my cpu have ?
Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 *cat /proc/cpuinfo |grep CPU * model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz Diagram of a generic dual-core processor, with CPU-local level 1 caches, and a shared, on-die level 2 cache.
2011 Feb 03
1
hp laptop
I have a new hp laptop, I installed centos 5.5 on x86_64. I was only seeing one core in /proc/cpuinfo. The CPU is core i5 M450 which should be dual core. So I put a more recent kernel on the machine, 2.6.34.7 did the compile and all - rebooted and I still only see one core in /proc/cpuinfo. the i5 M450 is a dual core cpu. Is there something else I am missing? Thanks, Jerry