similar to: Error using virt-convert

Displaying 20 results from an estimated 300 matches similar to: "Error using virt-convert"

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
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
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. > > Now set up routing/iptables rules on each
2002 Apr 25
0
With LDAP
Hi, Any work done on using LDAP as an administrative tool for managing SSH servers and users ? Any reference is highly appreciated. Thanks and Regards, Chandana Pavuluru Novell, Inc., a leading provider of Net business solutions http://www.novell.com "Art in the dreams of a lucky few, science in the minds of learned crew and technology at the hands of trendy you."
2008 Jan 16
1
anyone have 0.23.2-1 puppet and puppet-server rpms for rhel4 & 5?
I just upgraded from 0.23.2-1 on RHEL 4&5 to 0.24.1-1. I used Dlutter''s repository. What a mess I''m in now. Anyway to make a long story short I moved all of the old configs out of the way (/etc/puppet, /var/lib/puppet) and started over with a fresh install. I can''t get puppetd on the server to request a cert. If I do a "puppetd -v --waitforcert 90" the
2007 Sep 26
3
"warning: Could not get config; using cached copy" error with latest puppet release
I''m receiving a "warning: Could not get config; using cached copy" when running "puppetd --test" with the latest puppet and puppet-server RPMs from dlutter''s site. Has anyone else seen this problem or can give me an idea of where to start looking for the problem? James *********************************************************************************
2011 Aug 05
1
e1071 ver 1.5-27 and older - SVM bug report
Dear All: I found a problem with the SVM internal cross-validation (CV) accuracy estimation in the e1071 package. File: Rsvm.c Line: 120 Today, it is: int j = rand()%(prob->l-i); Should be: int j = i + rand()%(prob->l-i); The erroneous code doesn't shuffle objects. Instead, it "randomly" moves objects from beginning to the end. In hope for a prompt response from the
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"
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 \
2007 Dec 18
1
puppetd 0.24.0 on Centos 4.5
Hi, I was managing a bunch of Centos 4.5 with Puppet until the ruby security patch bit me creating ssl problems. As I''m not able/willing to patch the installed version I tried upgrading to dlutter''s 0.24.0-2.el5 version. Unfortunately this didn''t help much. So I removed the server and client installation completely (making sure to manually remove the config, ssl, ...
2007 Nov 30
1
memory leak?
I have a client I''m testing where the puppetd process grows slowly (over a few days) to the point where it exceeds 100MB. This triggers an alert and we restart the daemon, but I''m curious whether anyone has noticed similar behavior. Details are: Server: CentOS 4.5 x86 (on VMWare Server guest) RPM install from dlutter repo (puppet-0.23.2-1.el4) The only thing I can
2007 Oct 12
1
puppetmaster.freshness, 500 Internal Server Error
I''m getting the following error when trying to run puppetd on the server. I''m using version 0.23.2 from the dlutter repo. The OS is RHEL 5. Any idea what this is? I see reference to namespaceauth.conf regarding this problem but I can''t find anything definitive. [puppet]# puppetd -v -o err: Could not call puppetmaster.freshness: #<RuntimeError: HTTP-Error: 500
2007 Feb 12
9
New rpms for lockdir problem
I just built new puppet rpm''s for Fedora (puppet-0.22.1-2) that fix the lockdir problem that many of you have encountered. The packages should show up on a mirror near you very soon. Unfortunately, I am having trouble getting to my buildsystem that I use for the RHEL versions of the RPM; I made the source rpm available on my people page[1] If you need the RPM for RHEL, you need to
2012 Mar 08
0
FIPS compliant OpenSSH
Hi, How do I make OpenSSH FIPS compliant? Will just compiling with OpenSSL version that is built with a FIPS validated module, make it FIPS compliant? I see sshd linked to both libcrypt and libcrypto. How do I make sure sshd runs only in FIPS mode? Appreciate any help. Thanks, Chandana
2005 Mar 11
0
convert_string_allocate: Conversion error: Incomplete multibyte sequence
Hi all, I have installed samba on aix. I am trying to integrate with the ADS using winbind. I am able to join domain and retrieve the users and groups from the ADS. I am not able to login to the server with ADS user id and password. The winbindd.log has the following error. Please let me know what is the solution for this. ?lib/charcnv.c:convert_string_allocate(567) +
2005 Feb 07
0
errors while doing "make" of samba on AIX
Hi all, I am trying to install samba on AIX. I have done a "configure", but while running "make" it gives the following error. Compiling nsswitch/pam_winbind.c with -O2 nsswitch/pam_winbind.c: In function `converse': nsswitch/pam_winbind.c:67: warning: passing arg 3 of `pam_get_item' from incompa nsswitch/pam_winbind.c:70: warning: passing arg 2 of pointer
2008 Nov 08
2
Possible documentation error, around aliases?
Hi all, The docs say: "Note that all defined types support automatically all metaparameters." But when I try (with Puppet 0.24.5 on Centos 5.2, courtesy of the dlutter packages) the following: define unzip (...) { exec { ... } if $alias { Exec[...]{ alias +> $alias } } unzip { ....: alias => "..." } As is inferred by the LanguageTutorial
2006 Nov 06
2
problem with remotefile definition
Hi, I''m exploring Puppet and have hit a rather weird problem. The puppetmaster server is running CentOS4, fully updated, with puppet installed from the dlutter RPM repo, version 0.20.0-1.el4. I tried adding the remotefile function definition from http://reductivelabs.com/projects/puppet/documentation/installation.html in /etc/puppet/manifests/utils/remotefile.pp but when I start
2002 Oct 30
1
Crontab ??
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2007 Feb 12
1
probably running puppet on red hat for the first time
Here at the University of Sydney I''m trying to give Puppet a go. I haven''t made it past first base yet unfortunately. We run RHEL 4 here, for the most part, and the install guide at http://reductivelabs.com/trac/puppet/wiki/InstallationGuide says that you should use the vendor''s Ruby, but Red Hat''s current version of Ruby is 1.8.1-07 - is this new