Displaying 20 results from an estimated 168 matches for "sysinfos".
Did you mean:
sysinfo
2016 Oct 12
1
domain schema fails to validate sysinfo element
I'm puzzled why virt-xml-checker rejects minimal config xml if it includes sysinfo element:
<domain type='kvm'>
<name>example</name>
<sysinfo>
</sysinfo>
</domain>
with the following error:
Relax-NG validity error : Extra element sysinfo in interleave
minimal.xml:3: element sysinfo: Relax-NG validity error : Element domain failed to validate
2008 Mar 20
0
[RFC/PATCH 04/15] preparation: split sysinfo defintions for kvm use
From: Christian Borntraeger <borntraeger at de.ibm.com>
drivers/s390/sysinfo.c uses the store system information intruction to query
the system about information of the machine, the LPAR and additional
hypervisors. KVM has to implement the host part for this instruction.
To avoid code duplication, this patch splits the common definitions from
sysinfo.c into a separate header file
2008 Mar 20
0
[RFC/PATCH 04/15] preparation: split sysinfo defintions for kvm use
From: Christian Borntraeger <borntraeger at de.ibm.com>
drivers/s390/sysinfo.c uses the store system information intruction to query
the system about information of the machine, the LPAR and additional
hypervisors. KVM has to implement the host part for this instruction.
To avoid code duplication, this patch splits the common definitions from
sysinfo.c into a separate header file
2008 Dec 02
18
How to dig deeper
In order to get more information on IO performance problems I created the script below:
#!/usr/sbin/dtrace -s
#pragma D option flowindent
syscall::*write*:entry
/pid == $1 && guard++ == 0/
{
self -> ts = timestamp;
self->traceme = 1;
printf("fd: %d", arg0);
}
fbt:::
/self->traceme/
{
/* elapsd =timestamp - self -> ts;
printf("
2010 Jul 07
1
obtaining sysinfo for domU from dom0
I got a strange problem: I need to get sysinfo() data from domU in my
application, running in dom0.
Right now I using a userspace daemon in every domU, updating information
in xenstore, and my application read this information...
But I think, it really strange: why we can not get those info directly
from PV kernel without going to kernel and back to userspace multiple
times?
Is any way to get
2020 Aug 10
3
Question for smbios
I am reposting this because it's been 2 or 3 weeks.
Hello,
Hopefully this is the right place to send a question like this...
I'm attempting to automate creation of VMs using virt-install and a
cloud-init disk image. To get this to work, I need to specify the location
of the cloud-init configs by passing smbios key/value pairs.
Normally, -smbios is provided to qemu to do this. With
2020 Sep 25
2
memory issues
Hi,
ever since I have switched my server from Centos 7 to Fedora 32, asterisk
is showing memory issues and no calls are possible. I'm using the asterisk
that comes with Fedora; before that, I used a self-compiled version on
Centos. The hardware is still the same. Asterisk shows the following
message when trying to make a call:
WARNING[92530]: pbx.c:4644 increase_call_count: Available
2007 Nov 27
5
Dtrace probes for voluntary and involuntary context switches
Hi,
I am profiling some workloads for the voluntary and involuntary context switches. I am interested in finding out the reasons causing these two types of context switches. As far as I understand, involuntary context switch happens on expiration of time slice or when a higher priority process comes in. While the voluntary switch generally happens when a process is waiting for I/O etc.
So to
2004 Jul 15
2
getpagesize / libsysfs broken with 0.148
Hi all,
the implementation of getpagesize() is broken in klibc.
klibc uses sysinfo.mem_unit, which linux interpretes as the memory unit
all other memory values returned are to be multiplied with.
So it's perfectly ok for the linux sysinfo() to return a mem_unit of
'1', which is does if the memory available for this machine fits into
the counter.
For the unbelievers, have a look in
2014 Jun 27
1
libvirt on OpenStack
Hi,
I am running OpenStack Cluster and use libvirt + cgroup to limit vm’s performance
https://wiki.openstack.org/InstanceResourceQuota
What I am confusing is..
1. After running a vm instance with some croup limit applied, I can’t find any related cgroup settings.
2. Can I change limit value after instance is running? like change disk_read_iops_sec from 10 to 20.
One of the xml file like below.
2010 May 03
0
Perfect World wont work
So i was able to install it without any problems. soon as the installation finished and i tried to run it. I received this error message.
wine: Unhandled page fault on read access to 0x00000000 at address 0x0 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00000000).
Register dump:
CS:0017 SS:001f DS:001f ES:001f FS:1007 GS:0037
2007 May 15
1
smbd hangs on solaris
In trying to get samba on solaris 10 to integrate in our AD, I installed the
version from blastwave. The problem I have now is that smbd seems to hang
when I start it with smbd -D.
The log output with -d 10 is probably too long to post, but here is the last
rows before the hang:
[2007/05/15 13:05:15, 5] lib/charcnv.c:(81)
Substituting charset '646' for LOCALE
[2007/05/15 13:05:15, 5]
2017 Apr 26
3
Tunnelled migrate Windows7 VMs halted
[moderator note: I'm forwarding a stripped down version of the original
mail which was rejected in the moderator queue. I stripped the 3.3
megabyte .tar.bz2 of the log file attachment, which is inappropriate for
a technical list. Either trim the log to the relevant portion, or host
the log externally and have your list email merely give a URL of the
externally-hosted file]
>
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2020 Sep 26
0
memory issues
https://issues.asterisk.org/jira/browse/ASTERISK-28695
On Fri, Sep 25, 2020 at 2:32 PM hw <hw at gc-24.de> wrote:
>
>
> Hi,
>
>
>
> ever since I have switched my server from Centos 7 to Fedora 32, asterisk
>
> is showing memory issues and no calls are possible. I'm using the asterisk
>
> that comes with Fedora; before that, I used a self-compiled
2011 Aug 23
1
Problem to migrate virtual machine between two hosts with same uuid
hi at all,
i'm trying to migrate a vm between two host but fails, this is what
I did:
virsh # start win2008
Domain win2008 started
virsh # list
Id Name State
----------------------------------
1 win2008 running
virsh # migrate --live win2008 qemu+ssh://host2/system
error: internal error Attempt to migrate guest to the same host
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
On 02/11/2014 04:45 PM, Cole Robinson wrote:
> On 02/10/2014 06:46 PM, Chris Friesen wrote:
>> Hi,
>>
>> We've run into a problem with libvirt 1.1.2 and are looking for some comments
>> on whether this is a bug or design intent.
>>
>> We're trying to use migrateToURI() but we're using a few things (numatune,
>> vcpu mask, etc.) that may need
2009 Mar 15
2
Unable to run Perfect World in Wine
Recently, I tried install a game called Perfect World (http://pwi.perfectworld.com/), which has not been tested in Wine yet. To my surprise, the installer ran beautifully. However, when I went to open it from the desktop shortcut, I received an error. WineHelper's log had this to say:
Code:
pfixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total
2018 Aug 29
1
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
Am 29.08.2018 um 23:46 schrieb Stephen John Smoogen <smooge at gmail.com>:
>
> On Wed, 29 Aug 2018 at 17:41, Leon Fauster via CentOS <centos at centos.org> wrote:
>> Since the update from kernel-2.6.32-754.2.1.el6.x86_64
>> to kernel-2.6.32-754.3.5.el6.x86_64 I can not boot my
>> KVM guests anymore!? The workstation panics immediately!
>>
>> I
2020 Aug 10
0
Re: Question for smbios
On Mon, Aug 10, 2020 at 12:49:37AM -0500, David wrote:
> I am reposting this because it's been 2 or 3 weeks.
>
> Hello,
>
> Hopefully this is the right place to send a question like this...
>
> I'm attempting to automate creation of VMs using virt-install and a
> cloud-init disk image. To get this to work, I need to specify the location
> of the cloud-init