search for: debianwheezy

Displaying 7 results from an estimated 7 matches for "debianwheezy".

2014 Mar 26
2
easy - automated setup : Debian Wheezy with sernet samba 4.1
...tname tests. - info is in the script, what to put where. - needed rights are fixed, where incorrect was found. ? ? Howto 1) install a clean debian wheezy, only ssh, more is possible, but i tested with a very clean server. 2) get it : wget? --no-check-certificate https://secure.bazuin.nl/scripts/debianWheezy-sernetSamba4-setup.sh?&& chmod +x debianWheezy-sernetSamba4-setup.sh?&& ./debianWheezy-sernetSamba4-setup.sh 3) configure it?? : nano debianWheezy-sernetSamba4-setup.sh 4) run it.?? ./debianWheezy-sernetSamba4-setup.sh ? ToDo. In the next release of the script, it wil be Debian and...
2012 Nov 27
0
DebianWheezy xen4.1 and Windows 7 thin pc , where is the error ocurr ?
Hi, list.I''m new to xen. I follow this article http://www.virtuatopia.com/index.php/Installing_and_Running_Windows_7_as_a_Xen_HVM_domainU_Guest and install my first windows 7 xen guest. I just change a little to need my fits. And This is my xenwin7.cfg kernel ="/usr/lib/xen-4.1/boot/hvmloader" builder=''hvm'' memory = 1024 # Should be at least 2KB per MB of
2014 Jan 16
2
vnc port/listen address ignored when setting machine?
Hi, First of all, I hope it's not a big problem - I'm running on Debian, not Redhat. To my problem: I'm starting to learn virtualization, libvirt, and decided to create some test machine. I did it with: virt-install --name debian-test \ --os-type=linux \ --os-variant=debianwheezy \ --cdrom /media/media/software/iso/debian-testing-amd64-netinst-2014-01-16.iso \ --graphics vnc,listen=0.0.0.0,port=20001 \ --disk pool=default,format=raw,size=20 \ --ram 2048 \ --vcpus=2 \ --network bridge=virbr0 \ --hvm \ --virt-type=kvm Machine starts, but domdi...
2014 May 05
1
kvm libvirt vms import
...an) and I'm trying to import all of them. I want prefix that all of them was created from debian host and vdisk had bus=sata and format=qcow2. Importing debian I've no problem with the following command: # virt-install -n DEB -r 1024 --vcpus=2 --accelerate --os-type=linux --os-variant=debianwheezy --disk path=/path/to/deb.img,format=qcow2,bus=ide,cache=writeback --import --network=bridge:br0 --vnc -v It starts and works fine. Importing Centos 6.5 with the following command: # virt-install -n CENT1 -r 1024 --vcpus=2 --os-type=linux --os-variant=rhel6 --accelerate --disk path=/path/to/...
2012 Jun 11
11
KVM on top of BTRFS
What are the recommendations for running KVM images on BTRFS systems using kernel 3.4?  I saw older posts on the web complaining about poor performance, but I know a lot of work has gone into btrfs since then.  There also seemed to be the nocow option, but I didn''t find anything that said it actualy helped. Anybody have ideas? Thanks, Matt -- To unsubscribe from this list: send the line
2014 Jan 16
0
Re: vnc port/listen address ignored when setting machine?
...it's not a big problem - I'm running on Debian, not > Redhat. > > To my problem: I'm starting to learn virtualization, libvirt, and > decided to create some test machine. I did it with: > virt-install --name debian-test \ > --os-type=linux \ > --os-variant=debianwheezy \ > --cdrom /media/media/software/iso/debian-testing-amd64-netinst-2014-01-16.iso \ > --graphics vnc,listen=0.0.0.0,port=20001 \ > --disk pool=default,format=raw,size=20 \ > --ram 2048 \ > --vcpus=2 \ > --network bridge=virbr0 \ > --hvm \ > --...
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...reseed - -unset CDPATH -export LANG=C -set -e -set -x - -if [ $# -ne 2 ]; then - echo "$0 VERSION DIST" - exit 1 -fi - -# Some configuration. -version=$1 -dist=$2 -if [ "$dist" = "jessie" ]; then - # Until virt-install learns about debianjessie. - osvariant=debianwheezy -else - osvariant=debian$dist -fi -location=http://ftp.uk.debian.org/debian/dists/$dist/main/installer-amd64 -output=debian-$version -tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8) - -rm -f $output $output.old $output.xz - -# Make sure it's being run from the correct di...