search for: nonsparse

Displaying 16 results from an estimated 16 matches for "nonsparse".

2020 Aug 05
3
Re: Installing Kali Linux using KVM virt-install tool
...hriyan wrote: > > Hi, > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img > > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > > --os-type=linux --os-variant=debian9 --graphics none > > --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso > > --extra-args="console=ttyS0 > > > > Starting install... > > Retrieving file .treeinf...
2020 Aug 05
2
Installing Kali Linux using KVM virt-install tool
Hi, I am trying to install kali-linux-2020.2-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso --extra-args="console=ttyS0 Starting install... Retrieving file .treeinfo... | 0 B 00:00:00 Retr...
2020 Aug 07
2
Re: Installing Kali Linux using KVM virt-install tool
...t; I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > > > > > #virt-install --name=kalilinux > --file=/linuxkvmaddgbdisk/kalilinux.img > > > > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > > > > --os-type=linux --os-variant=debian9 --graphics none > > > > --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso > > > > --extra-args="console=ttyS0 > > > > > > > > Star...
2020 Aug 07
1
Re: Installing Kali Linux using KVM virt-install tool
Hi Pavel, I am running virt-install version 1.5.0 on CentOS Linux release 7.6.1810 (Core) server. #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location /linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso,kernel=install.amd/vmlinuz,initrd=install.amd/initrd.gz --extra-args="console=ttyS0" ERROR Error validating install locatio...
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
...kali-linux-2020.2-installer-amd64.iso ( > > > > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > > > > > > > #virt-install --name=kalilinux > > --file=/linuxkvmaddgbdisk/kalilinux.img > > > > > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > > > > > --os-type=linux --os-variant=debian9 --graphics none > > > > > --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso > > > > > --extra-args="console=ttyS0 > > > > > >...
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
...t; > > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > > > #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img > > > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > > > --os-type=linux --os-variant=debian9 --graphics none > > > --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso > > > --extra-args="console=ttyS0 > > > > > > Starting install... > >...
2019 Oct 05
2
Error validating install location: Distro 'rhel8' does not exist in our dictionary
Hi, I am running the below command to spawn CentOS8 based Virtual Machines using KVM based technology virt-install --name=centos8 > --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 --file-size=100 > --nonsparse --vcpus=2 --ram=8096 --network=bridge:br0 --os-type=linux > --os-variant=rhel8 --graphics none > --location=/linuxkvmguestosdisk/var/lib/libvirt/isos/CentOS-8-x86_64-1905-dvd1.iso > --extra-args="console=ttyS0" > ERROR Error validating install location: Distro 'rhel8...
2012 Jul 31
1
ways of getting around allocMatrix limit?
I need to multiply to very large, nonsparse matrices, and so get the error "allocMatrix: too many elements specified". Is there a way to set the limit for allocMatrix? In my case, the two matrices, A and B, are nxm and mxp where m is small, so I could subdivide each into blocks of submatrices A=rbind(A1,A2,...) and B=cbind(B1,B2,...
2009 May 19
4
Bad Disk Performance of domU
Hi list. Im Running xen on a brand new dell PE 1950 with 146 GB SAS Disk on raid1. The performance on the I/O on the domU is really poor, but in dom0 the performance is great. Any ideas? Regards Francisco. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20090519/7a9dc81d/attachment-0006.html>
2020 Feb 13
1
ERROR Could not find an installable distribution at ....
Hi, I am trying to set up alpine Linux Guest OS using the below command #virt-install --name=mfecdrupalalphine --file=/linuxkvmguestosdisk/var/lib/libvirt/images/mfecdrupalalphine.img --file-size=100 --nonsparse --vcpus=2 --ram=6096 --network=bridge:br0 --os-type=linux --os-variant=alpinelinux3.8 --graphics none --location=/linuxkvmguestosdisk/var/lib/libvirt/isos/alpine-standard-3.11.3-x86_64.iso --extra-args="console=ttyS0" Starting install... Retrieving file .treeinfo......
2020 Aug 05
0
Re: Installing Kali Linux using KVM virt-install tool
...20 at 06:57:11AM +0530, Kaushal Shriyan wrote: > Hi, > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > https://www.kali.org/downloads/) using KVM virt-install tool > > #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > --os-type=linux --os-variant=debian9 --graphics none > --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso > --extra-args="console=ttyS0 > > Starting install... > Retrieving file .treeinfo... > >...
2009 Aug 02
1
Non sparse extend init issue
The patch was created against a 1.4 tree. However, it applies cleanly to mainline too. The patch has been lightly tested. I am running fill_verify_holes on a non sparse volume currently. Please review. Sunil
2019 Oct 05
0
Re: Error validating install location: Distro 'rhel8' does not exist in our dictionary
...0.19 um 14:48 schrieb Kaushal Shriyan: > Hi, > > I am running the below command to spawn CentOS8 based Virtual Machines > using KVM based technology > > virt-install --name=centos8 > --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 > --file-size=100 --nonsparse --vcpus=2 --ram=8096 > --network=bridge:br0 --os-type=linux --os-variant=rhel8 --graphics > none > --location=/linuxkvmguestosdisk/var/lib/libvirt/isos/CentOS-8-x86_64-1905-dvd1.iso > --extra-args="console=ttyS0" > ERROR ? ?Error validating install locat...
2008 Sep 10
2
Xen kickstart and virt-manager
Hi again. I'm pleased to say that my experimentation with ocfs2 has been very successful and I'm considering doing some real work with it. My current question is related to virt-manager and the use of kickstart to install paravirtualised domU's. I'm happily doing fully-virtualised installs with this tool but due to poor network performance I thought it time to do some
2009 Aug 03
1
Non sparse init fix v3
One line fix from Joel's version. Also, some comments removed. 18:58 <sunil> wc->w_first_new_cpos = 18:58 <sunil> - ocfs2_align_bytes_to_clusters(inode->i_sb, i_size_read(inode)); 18:58 <sunil> + ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode));
2010 May 12
25
Install ubunto domU
...*, I''m more used to work with RedHat like OSes. Still, I did not denied the request from a user who wants a domU based on ubunto. I usually use virt-install to do the job, with a script similar to this one: #!/bin/sh BASE=SL-4.7-i386-pv \ virt-install --nographics \ --nonsparse \ --paravirt \ --noreboot \ --file-size=4 \ --ram=512 \ --vcpus=1 \ --name=$BASE-`date +%d%m%y` \ --file=$BASE-`date +%d%m%y`.img \ --location=ftp://...