similar to: "xm dmesg" ring buffer size option?

Displaying 20 results from an estimated 1000 matches similar to: ""xm dmesg" ring buffer size option?"

2012 Sep 29
5
[PATCH] xen/console: introduce a 'w' debug-key that dumps the console ring
This patch adds a new ''w'' debug-key, chosen from the limited remaining keys only due to its proximity to ''q'', that dumps the console ring to configured console devices. It''s useful to for tracking down how an unresponsive system got into a broken state via serial console. Signed-off-by: Matt Wilson <msw@amazon.com> diff -r bd953fda6106 -r
2016 Feb 24
3
How to resolve debug info forward types
Before metadata was separated from values, I could create a debug info forward declaration and eventually resolve it using LLVMReplaceAllUsesWith in core.h. Now, I can't figure out how to resolve it. I can find no function that seems to do this. My one wild guess that giving the forward decl and the resolving decl the same UniqueId might do it is not working. I am currently using 3.6.1, but
2016 Feb 24
0
How to resolve debug info forward types
It's now a multi-stage process. First, there is a difference between a permanent forward declaration (i.e. the actual definition is in a different file) and a temporary forward declaration (i.e. it will appear later in the same file). To create a permanent forward declaration: DICompositeType *result = m_DIBuilder->createForwardDecl( dwarf::DW_TAG_structure_type,
2024 Nov 29
1
Linux desktop setup with authentication against Samba AD DC
On 11/29/24 20:07, Rowland Penny via samba wrote: > On Fri, 29 Nov 2024 12:07:45 +0100 > Peter Milesson via samba <samba at lists.samba.org> wrote: > >>> Hi Peter, that was actually more than what I was expecting, a very >>> detailed tutorial indeed. >>> >>> I wonder if the basic setup could be used with any Linux distro ? >>> Only one
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
These xm info, top, dmesg and log requre no parameter. But log''s error message differs from other 3 command''s error messages, when parameter is given. # xm log 1 Error: ''xm log'' requires 0 argument. log Print the xend log Other 3 commands ignore parameter. I think it might be better symmetricalize. Signed-off-by: Yoshinori
2011 Jul 20
1
"xm dmesg" shows SVM but not /proc/cpuinfo
Ah, thank you for pointing that out. I forgot to include a subject, my bad. On Thu, Jul 21, 2011 at 12:46 AM, Larry Ing <larry@lwi3.net> wrote: > Earlier I posed this question: > > "My Dom0 kernel is having issues detecting the SVM capabilities of my > CPU. Non-Xen kernels are able to see the capability just fine and I > can''t figure out why the Dom0 cannot. I
2005 Oct 14
0
Confused, xm dmesg output showing header from my source tree
changeset: 7353:29db5bded574 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Wed Oct 12 11:15:02 2005 +0100 summary: Fix 64-bit compile warnings in firmware. UP Dell Precision 330, Centos 4.1 dom0. Should XEN even be accessing anything from the source it was built from? Also had all the domU''s toast right after this, they where running for almost 2 days.
2010 Mar 26
0
VT-x enabled but xm dmesg does not show anything about vmx info
VT is enabled in BIOS and ''xm info'' shows that hvm can be created like below: xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm -3.0-x86_64 Several Windows VMs have been created on this server and running perfectly. However, I wonder that it does not show anything when commands show VT-x availability such as ''xm dmesg | grep VMX(or
2012 Oct 27
3
how to save xm dmesg into a file
Hi,all, the dmesg have a ring buffer size that is only 16k, so when overflows, some of the printk() messages get lost. SO could someone please give me a solution how to save all log message to a file. I don''t have serial port and cannot use that method to save log on another machine. Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org
2008 Mar 10
1
where is hypervisor''s kernel log? (xm dmesg just prints the ring buffer)
Hi, I have a quick question: Where is the hypervisor''s log file? I have a lot of messages from xen hypervisor''s printk(KERN_INFO "xm dmesg" just displays the latest ones. Is there any way to access all the messages from hypervisor? Thanks, Weiming _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2011 Oct 18
0
xen 4.1 xm dmesg show cpu with different speed?
Hi. I''m working on xen 4.1 from gitco, is not a list to ask let me know please. Well I got a motherboard from biostar A780L3L 6.0v with a AMD Athlon II 640 3Ghz. This one got 4 cores, what took my attention is this message: powernow-k8: Found 1 virtualized processors powernow-k8: 0 : fid 0x0 gid 0x0 (3000 MHz) powernow-k8: 1 : fid 0x0 gid 0x0 (2300 MHz)
2006 Mar 24
0
xm dmesg throws error with current unstable
Hi, I am building xen debs with dh_make. I have the problem, that I have wrong directories compiled in, that reference to the source tree where xen has been built. Has anybody got an idea, what might have gone wrong? Thanks in advance, Johnny xen_changeset : Fri Mar 24 17:48:03 2006 +0100 9435:11fee62328cc # xm dmesg Unexpected error: xml.parsers.expat.ExpatError Please report to
2009 Apr 09
3
C-state/P-state spew fills xm dmesg buffers
I''ve noticed with xen-unstable on my quad-core x dual-thread (that''s 8 processors to xen), the boot info spewed for all the C-state/P-state stuff quickly fills the xm dmesg buffer and I lose some of the early-in-boot lines. Do we really need to know "reg.{space_id,bit_width,bit_offset,access_size, address}" and all that other info? Even if so, is there a more compact
2003 Jun 04
4
Strip location and grid colour in Lattice
I am probably missing something quite obvious, but any help would be appreciated. I am continually getting people misreading the lattice plots because they are expecting the strip (with the factor names in them) to be below the graph. Is there anyway of achieving this. Secondly, from a more personal note I find the grid formed by the axes to be a bit overpowering and would like to make it a
2024 Nov 29
1
Linux desktop setup with authentication against Samba AD DC
On Fri, 29 Nov 2024 20:50:21 +0100 Peter Milesson <miles at atmos.eu> wrote: > > On 11/29/24 20:07, Rowland Penny via samba wrote: > > On Fri, 29 Nov 2024 12:07:45 +0100 > > Peter Milesson via samba <samba at lists.samba.org> wrote: > > > >>> Hi Peter, that was actually more than what I was expecting, a very > >>> detailed tutorial
2011 Jan 21
11
[PATCH]x86:x2apic: Disable x2apic on x86-32 permanently
x86:x2apic: Disable x2apic on x86-32 permanently x2apic initialization on x86_32 uses vcpu pointer before it is initialized. As x2apic is unlikely to be used on x86_32, this patch disables x2apic permanently on x86_32. It also asserts the sanity of vcpu pointer before dereference to prevent further misuse. Signed-off-by: Fengzhe Zhang <fengzhe.zhang@intel.com> diff -r 02c0af2bf280
2019 Sep 25
1
Spam Blocking by filtering on username / id
Hi, Sorry for the delay in replying. Been having a few mail problems ironically! Gmail smtp server stopped working! On 23/09/2019 4:13 PM, Bernd Petrovitsch via dovecot wrote: > It's not directly a solution within dovecot but "fail2ban" exists. Yes, I have fail2ban, but that bans based on IP address. And most mail password attacks these days are distributed, and although
2018 Mar 06
0
Capturing warning within user-defined function
1. I did not attempt to sort through your voluminous code. But I suspect you are trying to reinvent wheels. 2. I don't understand this: "I've failed to find a solution after much searching of various R related forums." A web search on "error handling in R" **immediately** brought up ?tryCatch, which I think is what you want. If not, you should probably explain why it
2018 Mar 06
1
Capturing warning within user-defined function
tryCatch() is good for catching errors but not so good for warnings, as it does not let you resume evaluating the expression that emitted the warning. withCallingHandlers(), with its companion invokeRestart(), lets you collect the warnings while letting the evaluation run to completion. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Mar 6, 2018 at 2:45 PM, Bert Gunter <bgunter.4567 at
2007 Dec 19
1
noun-verb vs verb-noun aka dogs black vs black dogs
Wow. I wasn't expecting such a voluminous reply -- some I agree with and some I don't. My apologies for an equally voluminous reply. On Wed, 19 Dec 2007, Tony Plack wrote: > > We're not discussing code or the inner workings of Asterisk or even > > changing the functionality of Asterisk, just what the proper order of > > the words should be. > > > >