Displaying 9 results from an estimated 9 matches for "legido".
Did you mean:
elegido
2013 Apr 05
1
URL to install Ubuntu Server guest
Hi there.
Can somebody please confirm if the url to install an Ubuntu Server is
http://archive.ubuntu.com/ubuntu/dists/quantal/main/installer-amd64/ ?
If not kindly provide the right one. I want to perform a net installation,
rather than point to an .iso image.
Regards.
Javier
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 10
5
Can''t find root when start vm
Hello.
I can''t start Virtual Machine, have the message:
Waiting for root file system ... done.
Gave up waiting for root device. Common problems
.....
ALERT! /dev/xvda2 does not exist. Dropping to a shell!
I have installed Xen 4 in a debian squeeze:
# uname -a
2.6.32-5-xen-amd64 #1 SMP Wed Jan 12 05:46:49 UTC 2011 x86_64 GNU/Linux
xen-hypervisor-4.0-amd64 4.0.1-2
2013 Mar 17
1
Unable to connect to console to recently cloned VM's
Hi all.
I was using libvirt under Debian squeeze (I guess it was
0.8.3-5+squeeze4 or something similar). I was able to clone machines
with below command:
sudo virt-clone --connect=qemu:///system -o template -n
template_clone -f /var/lib/libvirt/images/template_clone.qcow2
After that I was able to start the VM and connect to the console:
sudo virsh console template_clone
I recently Installed
2013 Mar 21
2
remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'
Hi,
I'm trying remote connection with qemu hypervisor on FSL PPC board.
The libvirt server is the PPC board.
root at ppc:~# ifconfig eth0 10.193.20.109
root at ppc:~# libvirtd -d
root at ppc:~# virsh -c qemu:///system define test.xml
root at ppc:~# virsh -c qemu:///system start test
root at ppc:~# virsh -c qemu:///system list --all
Id Name State
2012 May 21
2
Problem with pty
Dear all
I have the following problem:
-I'm running libvirt 0.9.11 on ubuntu 12.04;
-when I try to create a VM with the following configuration:
...
<serial type='pty'>
<source path='/dev/pts/2'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/2'>
2007 Mar 13
0
pdb_getsampwnam (TDB): error fetching database.
Hi.
I've samba 3.0.24-2 installed on my Debian etch linux. It works
perfectly, but when I try to add a new user, I get a "pdb_getsampwnam
(TDB): error fetching database." error.
The dump:
informatica:/# smbpasswd -D 10 -a usuario
Netbios name list:-
my_netbios_names[0]="INFORMATICA"
Attempting to register passdb backend ldapsam
Successfully added passdb backend
2012 Jun 01
0
Resize qcow2 disks
Good morning.
I already tried:
1. http://michael.orlitzky.com/articles/resizing_a_kvm_or_qemu_disk_image.php
Result: OS system can't see the disk space
sudo qemu-img resize /var/lib/libvirt/images/mysql-1.qcow2 +8G
ls -lath /var/lib/libvirt/images/mysql-1.qcow2
-rw------- 1 libvirt-qemu kvm 10G jun 1 15:35
/var/lib/libvirt/images/mysql-1.qcow2
# pvresize /dev/vda5
2013 May 14
0
Error while compiling libvirt-1.0.5
Hi all.
I'm trying to compile libvirt-1.0.5 on a Debian 6.0, but I get an error
after "./configure" and then "make".
Info:
...
CCLD libvirt_parthelper
libvirt_parthelper-parthelper.o: In function `main':
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:102: undefined
reference to `ped_device_get'
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:116:
2014 Jan 22
0
How to change virtfs/9p/v9fs umask
Hi there.
My question is regarding virtfs/9p/v9fs [1], not sure what's the
appropiate name :)
Basically I have a KVM + libvirt server sharing a directory with a
guest in mapped mode.
It works fine, but the only issue is with the file permissions of the
files created by the guest inside the host:
-They are 0700 for dirs and 0400 for files
-The files belongs to the same user that runs the