Displaying 20 results from an estimated 300 matches similar to: "[PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy"
2005 Sep 13
1
[RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
This is a resend on the patch from late last week as I haven''t seen it in
the changelog yet. Comments welcomed if there is an issue with the patch.
-Sean
--
__________________________________________________________________
Sean Dague Mid-Hudson Valley
sean at dague dot net Linux Users Group
http://dague.net
2008 Dec 30
3
integration of tzinfo with icalendar
My interest in icalendar is more on the ical generation side instead of
the ical parsing side. As such, I did a bit of work on a tzinfo mixin
that will generate the timezone rules based on the tzinfo gem. This
lets you do the following:
estart = DateTime.new(2008, 12, 29, 8, 0, 0)
eend = DateTime.new(2008, 12, 29, 11, 0, 0)
tstring = "America/Chicago"
tz =
2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg
man page. It documents the new set of options introduced over the last few
weeks.
Signed-off-by: Sean Dague <sean@dague.net>
Diffstat output:
xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+)
diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5
---
2005 Nov 16
0
[PATCH] small format changes in xm.1 to make sedf more readable
Here are some small format changes in xm.1 to make sedf more readable,
should start getting to the device section proper today.
-Sean
--
__________________________________________________________________
Sean Dague Mid-Hudson Valley
sean at dague dot net Linux Users Group
http://dague.net
2005 Sep 13
1
xend falls over *a lot* in past 2 weeks
Starting about 2 weeks ago Xend has started to fall over a lot doing what
should be normal actions, so much so that our xm-test suite more or less
fails all the tests as it keeps apparently knocking over xend on relatively
simple operations like create, and list.
What is most bizarre now is this "no such process" error generated by Xend.
Here is a segment of our xm-test results that
2010 Mar 25
1
Icalendar::UnknownPropertyMethod: Unknown property type: on Parsing a ical file
I downloaded the ics from
http://www.thegreenerleithsocial.org/events/cleanup-the-cycle-path and
tried to parse it in my rails app console:
?> cal_file = File.open("/tmp/Clean_up the Cycle Path-1.ics")
=> #<File:/tmp/Clean_up the Cycle Path-1.ics>
>> cals = Icalendar.parse(cal_file)
Icalendar::UnknownPropertyMethod: Unknown property type: website
from
2010 Jan 27
1
Patch and introduction
Hi,
I''m currently trying to get icalendar packaged and into Fedora and EPEL,
During this process I''ve noticed that you''re currently using
Gem::manage_gems
in the make Rakefile, this method was depecated in rubygems 1.3.0 them
removed in rubygems 1.3.3.
The attached patch updates the Rakefile replacing the method with the
two require calls required.
Mark
--
Mark
2007 Jul 04
1
adding lvm root example to xmdomain.cfg.5
--- xen-common-3.0.3-0/docs/man/xmdomain.cfg.pod.5 2006-11-02
16:45:36.000000000 +0000
+++ xen-common-3.0.3-0-cjac/docs/man/xmdomain.cfg.pod.5 2007-07-04
20:58:22.000000000 +0000
@@ -274,7 +274,16 @@
=item I<LVM Root>
-FIXME: write me
+ kernel = '/boot/vmlinuz-2.6-xen'
+ ramdisk = '/boot/initrd.img-2.6.18-4-xen-686'
+ memory = '16'
+ root =
2006 Mar 23
0
Re: [Xen-changelog] Improve error handling, in particular fixing the ProtocolError that is thrown
Xen patchbot -unstable wrote:
> # HG changeset patch
> # User emellor@leeni.uk.xensource.com
> # Node ID da24df1ea484cf72dc9d367d52e828777e0e20cd
> # Parent c1bb4eb565296bdb00aed84fcc877befbcebd8e9
> Improve error handling, in particular fixing the ProtocolError that is thrown
> when a domain is specified by the user that does not exist. Added a few
> error codes -- many
2011 Feb 21
2
self.prepend_view_path - am I missing something
I have an app that varies its content based upon the domain from which
it is being accessed. Some of the domain characteristics are
supported in the model but it is easier varying static text in the
views and then sharing the form templates via partials etc.
Rails 2.3.10 and looking at the documentation at
2005 Oct 13
19
Unable to find root device. domU??
nic@wuwei:/usr/src/xen/xen-unstable.hg$ sudo xm create breezy -c
Using config file "/etc/xen/breezy".
Started domain breezy
Linux version 2.6.12-xenU (nic@wuwei) (gcc version 3.3.5 (Debian
1:3.3.5-13)) #3 SMP Thu Oct 13 14:56:20 NZDT 2005
kernel direct mapping tables upto 10000000 @ 568000-5ea000
Built 1 zonelists
Kernel command line: root=/dev/sda1 ro 4 lockd.udpport=32768
2012 Mar 24
0
The review of Earth fission - Task design Dave'Fargo'Kosak
As the the first review series of "WoW: the earth fission", we invited the chief task of WoW: theesigner Dave "Fargo" Kosak to discuss with you about his views on the mission design about earth fission.
Q: And we will talk about the advantages and disadvantages in the region of 80-85 level?
We aim to create the global catastrophe atmosphere; we apportioned the top region to
2007 May 11
1
Sieve plugin
The Sieve plugin page of Wiki documentation
(http://wiki.dovecot.org/LDA/Sieve?highlight=%28filter%29) says:
"It's also not a good idea to build the plugin against self-compiled
Dovecot sources, but then actually use a prebuilt binary package of
Dovecot."
Why isn't a good idea?
Ciao,
luigi
--
/
+--[Luigi Rosa]--
\
Every time you've heard someone say they saw a
2005 Oct 28
0
Reverting bridge/antispoofing param removal
While cleaning up some other stuff in this area, I looked
into a problem Sean Dague ran into - he was specifying br0
as the bridge name in xend-config.spx and it was still using
the original default xenbr0. When the bridge name is
specified in the network-bridge script, it is created
correctly (ditto anti-spoofing).
A recent patchset:
2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
This patch adds new control messages for vcpu hotplug events. Via the
xm vcpu_hotplug sub-program, VCPUS in domains can be enabled/disabled
when CONFIG_HOTPLUG_CPU is enabled in the target domain''s kernel.
Currently there is nothing that tracks whether a VCPU is up or down.
My previous [1]patch added a new per-VCPU flag (VCPUF_down) which could
be used to keep track of which VCPUS are
2015 Jul 24
0
virsh dominfo does not show correct cpuTime
Hi,
I am doing some domain resource monitoring work. I use
cat /dev/urandom | md5sum
to simulate vCPU load and write a script to calculate vCPU utilization. It
seems all good at the beginning. After I abort the ``cat ... md5sum``
command in domain, I see some strange data as below:
CPU time: 8410960000000
CPU util: 99.8410609331%
CPU time: 8411970000000
CPU util: 100.843672381%
CPU time:
2015 Jul 24
0
Re: virsh dominfo does not show correct cpuTime
I was getting vCPU use time outside of guest with libvirt-python API, and
them calculate utilization with (cpuTime2 - cpuTime1) / (t2 - t1). I was
not doing this inside the guest os.
2015-07-24 15:09 GMT+08:00 2020human <human2020@qq.com>:
> You calculate is vCPU use time not utilization。
>
> use_time/total_cpu_time is utilization。
>
> total_cpu_time=`cat /proc/stat |sed -n
2018 Nov 09
0
virsh dominfo not returning any stats
Hi there,
We're running virsh on centos and hit a couple of issues. First instance is cpu.time not incrementing even with the VMs on the hypervisor running a stress tool. After running 'virsh domstats' sometimes it'll go into a state where no output is generated at all. Have anyone seen something like this? We're running a pretty recent build of libvirt.
# virsh
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
Here is the usage for
Fedora
usage: mkinitrd [--version] [-v] [-f] [--preload <module>]
[--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules]
[--with=<module>] [--image-version] [--fstab=<fstab>]
[--nocompress]
[--builtin=<module>] [--nopivot] <initrd-image> <kernel-version>
(ex: mkinitrd /boot/initrd-2.2.5-15.img
2009 Mar 29
5
Problems installing guest domains
Hi,
I am trying out Xen for the first time and I am having a few problems
with getting it working. The computer is a quad core Intel Xeon with VT
enabled, 8gb of RAM and 2 x 15,000rpm SAS drives in RAID1.
I have installed CentOS 5 64bit and installed Xen 3.3.0 via yum. I have
successfully booted in to dom0. Here is my grub.conf on dom0:
> # grub.conf generated by anaconda
> #
> #