similar to: Understanding the use of virt-install from the CLI (Linux)

Displaying 20 results from an estimated 1000 matches similar to: "Understanding the use of virt-install from the CLI (Linux)"

2019 Nov 07
0
Re: Understanding the use of virt-install from the CLI (Linux)
On Thu, Nov 07, 2019 at 11:02:49AM -0500, jonetsu wrote: > Hello, > > I've created several VMs using virt-manager and am using them. This > time around though, I'd like to use the CLI approach. The problem > resides in defining a storage space. This is using virt-install 1.5.1 > on Xubuntu 18.04. > > For the occasion I created a new directory to store images.
2019 Nov 07
0
Re: Understanding the use of virt-install from the CLI (Linux)
On Thu, 7 Nov 2019, jonetsu wrote: > And it reports: > > 'Size must be specified for non existent volume 'arch01.qcow2'' > > But the size is already specified as one of the options. At least the following works on Debian 10: virt-install \ --connect "qemu:///session" \ --name "debian10virt-install" \ --ram "1024" \ --vcpus
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Hi, Thanks Kashyap for your answer. I am trying to give more data: virt-install invokation: # virt-install --name eff1 --disk /home/kvmimages/eff1.img --cdrom /home/kvmimages/Fedora-20-x86_64-DVD.iso --memory 4096 WARNING CDROM media does not print to the text console by default, so you likely will not see text install output. You might want to use --location. Début d'installation...
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Sorry for posting bad debug info. Here are the right one with the chardev error only: # virt-install --name f20vm --disk /home/kvmimages/f20vm --cdrom /home/kvmimages/Fedora-20-x86_64-DVD.iso --memory 2048 -d [dim., 15 juin 2014 10:56:25 virt-install 9795] DEBUG (cli:187) Launched with command line: /usr/share/virt-manager/virt-install --name f20vm --disk /home/kvmimages/f20vm --cdrom
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Thanks for your interest. Here are the dir/files permissions for the kvmimages dir: # ls -ld /home /home/kvmimages /home/kvmimages/* drwxr-xr-x. 4 root root 4096 14 juin 23:05 /home drwxrwxrwx 2 root root 4096 15 juin 09:19 /home/kvmimages -rw-rw-rwx 1 root root 12884901888 14 juin 23:07 /home/kvmimages/eff1.img -rw-rw-rwx 1 root root 12884901888 14 juin 23:11
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Hi I have reinstall Fedora 20 from distrib. I have run yum update and yum upgrade. Running kernel is : 3.14.7-200.fc20.x86_64 Installed Libvirt packages are: libvirt-client-1.1.3.5-2.fc20.x86_64 libvirt-daemon-1.1.3.5-2.fc20.x86_64 libvirt-daemon-config-network-1.1.3.5-2.fc20.x86_64 libvirt-daemon-driver-interface-1.1.3.5-2.fc20.x86_64 libvirt-daemon-driver-network-1.1.3.5-2.fc20.x86_64
2011 Jan 05
1
Bug#609005: xen-utils-4.0: please consider supporting remus
Package: xen-utils-4.0 Version: 4.0.1-1 Severity: wishlist [resending from another address since my ISP seems to be queueing emails for up to 25 hours and counting...] I did some experiments with the xen remus HA system. With overlord3:~$ debdiff xen_4.0.1-1.dsc xen_4.0.1-1lindi1.dsc diff -Nru xen-4.0.1/debian/rules.real xen-4.0.1/debian/rules.real --- xen-4.0.1/debian/rules.real 2010-08-02
2008 Jun 26
5
DO NOT REPLY [Bug 5567] New: REGRESSION: 3.0.3pre3 dies with "failed to open XXX, continuing: Too many open files"
https://bugzilla.samba.org/show_bug.cgi?id=5567 Summary: REGRESSION: 3.0.3pre3 dies with "failed to open XXX, continuing: Too many open files" Product: rsync Version: 3.0.3 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core
2011 Aug 17
3
Bug#638152: Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.
Package: xen-utils-4.0 Version: 4.0.1-2 Severity: normal This issue is similar to http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2011-March/003217.html but since I was not able to find a bug report I'm reporting this now. Steps to reproduce: 1) cat << EOF > config name = 'squeeze64' vcpus = '4' memory = '512' disk = [
2014 Jun 15
0
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Hi, It it can help, I run virt-install with -d option # virt-install --name f20vm --disk /home/kvmimages/f20vm --cdrom /home/kvmimages/Fedora-20-x86_64-DVD.iso --memory 2048 -d [dim., 15 juin 2014 10:45:15 virt-install 9074] DEBUG (cli:187) Launched with command line: /usr/share/virt-manager/virt-install --name f20vm --disk /home/kvmimages/f20vm --cdrom
2014 Jun 15
0
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
Hi, I sill need some help. I tried to remove cdrom and USB controllers from qemu xml definition file. It doesn't help. Still same Failed to create chardev when trying to run a Vms that run on my local Fedora 20 computer. Any idea? Thanks Patrick Le 15/06/2014 11:57, Patrick Chemla a écrit : > > Sorry for posting bad debug info. > > Here are the right one with the chardev
2012 Feb 26
6
Continuous pings going through a full DROP policy
For a same configuration in which the default policy is drop and only one connection is accepted in rules, continuous pinging to devices will stop squarely in 4.0.15 as soon as a very basic firewall is enabled whereas in 4.4.26.1, pinging will still continue after the firewall is enabled. All tests are done with proper reboot of the unit3 where the firewall is applied: unit1 <---> eth4
2014 Jun 15
0
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
On Sun, Jun 15, 2014 at 10:27:12AM +0300, Patrick Chemla wrote: [. . .] > I adapted your commands to my conf: > > # qemu-img create -f qcow2 -o preallocation=metadata /home/kvmimages/f20vm > 4G > Formatting '/home/kvmimages/f20vm', fmt=qcow2 size=4294967296 encryption=off > cluster_size=65536 preallocation='metadata' lazy_refcounts=off > # virt-install
2014 Jun 15
0
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
On Sun, Jun 15, 2014 at 09:01:29AM +0300, Patrick Chemla wrote: [. . .] > When trying to create a new VM using virt-manager I am getting : > > Impossible de terminer l'installation : « internal error: process exited > while connecting to monitor: Failed to create chardev > » > > Traceback (most recent call last): > File
2014 Jun 12
2
Fedora 19/20 new install :Unable to create vcpu cgroup
Hi, After full new install of Fedora 19 or 20, I am getting this when I want to create a new VMs. Impossible de terminer l'installation : « Unable to create vcpu cgroup for fedora20(vcpu: 0): Aucun fichier ou dossier de ce type » Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper callback(asyncjob, *args,
2011 Feb 24
2
Bug#608988: xen-utils-4.0: please consider supporting remus
"PFEIFER DRAKO Schnieders, Ingo" <schnieders.ingo at drako.de> writes: > Did you modify or rebuild the original packages so that the remus binaries > are available ? Yes. > Where can I get these packages for testing at our environment ? Can you build it with the above steps? sudo apt-get build-dep xen-utils-4.0 apt-get source xen-utils-4.0 wget
2009 Oct 12
2
[LLVMdev] [PATCH] docs/Bugpoint.html: mention -debug-pass=Arguments
Hi, when reporting http://llvm.org/bugs/show_bug.cgi?id=5104 I spent quite a while trying to figure out what passes are used by "-O1" so that I could give this list to bugpoint. It turns out -debug-pass=Arguments is mentioned in docs/HowToSubmitABug.html but under a chapter titled "Compile-time optimization bugs" which I naively ignored since my bug was not a compile-time
2009 Feb 26
1
smbd could not access share directory on drbd (8.3 on Centos 5 i386)
Dear, all. I am pulling my hair because I could not find any error messsages that could point me to a fix to my problem. The directory I want to share was mounted on /home with drbd and heartbeat but then my users could not access any shares / their home directories. However, if I set up shares else where on my box like share under /opt or /usr/local, then the same users would be able to access
2020 Feb 13
2
Linux SMB Server: Put Multiple Devices into One Share?
I haven?t used Samba for over a decade and, from what I remember, I don?t think this is possible. Whenever I search for "two mount points" or "multiple mount points," I get hits for "multiple users," but not for mount points. I have the following directories I want to share through Samba: /share1/DVR /share1/Audio /share2/Video /share2/Backups /share1 is on
2010 Apr 30
1
Is this possible?
Hi, Can anyone tell me if the following is possible I need 2 Samba Shares for example share1 and share2, both sharing an identical location, however I want once PC to connect using share1 and everyone else to use share2 so far so good this works. However, at 1am in the morning I want to stop share2 and disconnect users whilst not effecting access via share1. Then at 2am restart share2.