Displaying 12 results from an estimated 12 matches for "desilva".
Did you mean:
dasilva
2012 Oct 28
5
Re-sizing qcow2 images
Hello All,
I am using Centos 6.3 with libvirt 0.910 and qemu-kvm 0.12
I had to resize a qcow2 disk, and came across several issues;
I used this command to resize the image:
sudo -i /usr/bin/qemu-img /var/lib/libvirt/images/mydisk.img resize
+100G . The disk is attached using virtio.
I then tried to use parted from within the guest to resize the partition.
The first problem was that the
2008 Sep 03
0
Graphics: Improving a Lattice plot - can it be done ?
...nnel", as illustrated in the code below:
funnelGraph <- function(x, ylim, bands, ...)
{
#----------------------------------------------------------------------
# Function to plot a funnel graph
# Requires package: RColorBrewer
#
# Created by Nigel De Silva, 3 June 2006
# nigel.desilva@thomasmiller.com <mailto:nigel.desilva@thomasmiller.com>
#----------------------------------------------------------------------
require(RColorBrewer)
# Determine confidence levels for graph
if(missing(bands)) bands <- 40
ci <- seq(from=0.50, to=0.995, length=bands)
q <-...
2004 Aug 02
1
R.dll
Hello
After conducting a simulation R closes down reporting the problem I have
listed below. These are extracted from the event viewer option under
the control panel option in windows. This problem occurs quite often
but is as far as I can tell fairly sparadic. I can run identicle
programs which run successfully the first time but on the second run it
does not (and vise-versa also).
2012 Nov 01
0
libvirt-users Digest, Vol 34, Issue 35
2012/10/31 Chandana De Silva <chandana at desilva.id.au>
> You _can_ do NAT.
>
> Set up a different libvirt network on each machine, like this;
> 10.128.80.65 will have a libvirt network 192.168.65.0/24
> 10.128.80.66 will have a libvirt network 192.168.66.0/24
>
> Set up each of these networks as routed networks.
>
&g...
2001 Nov 07
0
Greeting from Ogg on a Chip project
...from mapping0_inverse() and its children (mdct*(), res2_inverse(),
and codebook.c) so I just thought this might be a part that we could
implement it in hardware (if possible). Do you have any comment? Are we on
the right track?
Thank you very much,
Pattara
The best things in life are free. - B.G. DeSilva (1927)
---------------------------------------------------------------
Ott Pattara Kiatisevi T L W G
M.Sc.INFOTECH, Stuttgart, Germany http://linux.thai.net/
---------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project...
2001 Nov 12
1
Book/Literature
Hi,
in order to understand the Ogg Vorbis decoding algorithm, do you recommend
any document/book/www? I have read those on the web page but look for
something more detailed..
Thank you very much,
Pattara
The best things in life are free. - B.G. DeSilva (1927)
----------------------------------------------------------------------
Ott Pattara Kiatisevi T L W G
M.Sc. INFOTECH Student, Stuttgart, Germany http://linux.thai.net/
----------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph...
2017 May 01
1
rsync with delete option creates and deletes dot files
All,
I have an rsync based backup process which uses rsyncd on the source,
to backup to a directory on the client.
I have rsync version 3.1.2 on the client and 2.6.8 on the source host
(daemon).
The rysnc command I use is;
/usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \
--contimeout=180 \
--exclude-from=/path/to/excludelist \
2012 Oct 30
0
libvirt-users Digest, Vol 34, Issue 35
You _can_ do NAT.
Set up a different libvirt network on each machine, like this;
10.128.80.65 will have a libvirt network 192.168.65.0/24
10.128.80.66 will have a libvirt network 192.168.66.0/24
Set up each of these networks as routed networks.
Now set up routing/iptables rules on each host to send traffic to each
other, and NAT into the internal routed network
On 31/10/12 01:46,
2012 Nov 07
1
Virt-io Kernels for older RHEL/CentOS versions
All,
I need to run a number of guests which user older distributions of RHEL
and CentOS on an RHEL 6.3 host. The versions are;
4.8 - i386
5.1 - i386
5.2 - x86_64
5.3 - i386
Currently I am running these with the E1000 network driver and the IDE
driver. Where can I find kernels (or modules) for virtio for these OS's ?
Thanks in advance
Chandana
2013 Oct 06
1
Re: Automatically assign static ipv4 via dhcp to new VMs (Tim)
You can do this with the built in dhcp server for the virtual network.
The definition is passed to dnsmasq.
...
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.100" end="192.168.122.254" />
<host mac="00:16:3e:e2:ed" name="foo.example.com"
2012 Dec 04
1
Error using virt-convert
All,
I am trying to use virt-convert to convert a KVM/libvirt guest to VMWare
ESX 4, and getting an error. Any help would be greatly appreciated.
I have created a virt-image image file as shown at
http://people.redhat.com/dlutter/virt-image/virt-image-xml.html. See
below for the xml file.
I am using the following command for the conversion, and am getting the
error shown :
2013 Apr 19
0
Unexplained shutdown of VM on upgrade of libvirt package
I am running KVM on Centos 6.3 and am seeing an unexplained shut down of
two guests. The libvirt package was upgraded to
libvirt-0.10.2-18.el6_4.4.x86_64 at the time of the shutdown. Only the
two guests shown below was affected, while 9 others running on the same
hypervisor were not.
Can some one help me to find the cause please ?
Regards
Chandana
GUEST #1
========
2013-04-10