search for: target_type

Displaying 20 results from an estimated 71 matches for "target_type".

2011 Jan 17
1
virt-install with --channel option inquiry
...--connect qemu:///system \ --virt-type kvm \ --name demo2 \ --ram 500 \ --disk path=/home/hongqing/testscript/demo2.img,size=10,sparse=true \ --accelerate \ --cdrom /home/hongqing/fedora/Fedora-14-x86_64-DVD.iso \ --channel tcp host=127.0.0.1:6080 mode=connect target_type=virtio name=org.fedoraproject.anaconda.log.0 error message is : ERROR internal error Process exited while reading console log output: char device redirected to /dev/pts/20 getaddrinfo(127.0.0.1,None): Servname not supported for ai_socktype chardev: opening backend "socket" failed bo...
2020 Mar 27
3
Escape character
Hi, I'm trying to understand how to use the escape character '^]' with the below command: virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 --console pty,target_type=serial "Starting install... Connected to domain try06 Escape character is ^]" When I try to do '^]', it does not escape. The '--console' option makes no difference. In other words, what is the best way to get back to the host from a broken guest installation. I'm...
2020 Mar 27
3
Re: Escape character
...gt; On a Friday in 2020, john doe wrote: > > Hi, > > > > I'm trying to understand how to use the escape character '^]' with the > > below command: > > > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 > > --console pty,target_type=serial > > > > "Starting install... > > Connected to domain try06 > > Escape character is ^]" > > > > When I try to do '^]', it does not escape. > > > > This is not a character sequence, '^]' is a way of saying: Ctrl + ]...
2023 Jan 13
2
failed: Could not start storage pool: cannot open directory: ... No such file or directory
....04.4-live-server-amd64.iso -rw-r--r--. 1 qemu qemu 1466714112 Jun 28 2022 ubuntu-22.04-live-server-amd64.iso # virt-install --name demoreactui --ram 8096 --disk path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant ubuntu20.04 --network bridge=br0 --graphics none --console pty,target_type=serial --location /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd --extra-args 'console=ttyS0,115200n8 serial' ERROR Error validating install location: Validating install media '/var/lib/libvirt/isos/ubuntu-20.04.4-live-server-am...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...-r--. 1 qemu qemu 1466714112 Jun 28 2022 > ubuntu-22.04-live-server-amd64.iso > # > > virt-install --name demoreactui --ram 8096 --disk > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > ubuntu20.04 --network bridge=br0 --graphics none --console > pty,target_type=serial --location > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd > --extra-args > 'console=ttyS0,115200n8 serial' > > ERROR Error validating install location: Validating install media > > failed: Could not star...
2023 Jan 13
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
On 13/01/2023 18:50, Kaushal Shriyan wrote: Hi Kaushal, > virt-install --name demoreactui --ram 8096 --disk > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > ubuntu20.04 --network bridge=br0 --graphics none --console > pty,target_type=serial --location > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd > --extra-args > 'console=ttyS0,115200n8 serial' > > ERROR Error validating install location: Validating install media > '/var/lib/libvirt/isos...
2014 May 20
1
Centos 6.5 workaround needed for selinux "Could not open policy file" bug
...-5.el6.centos.11.2.x86_64. Transaction Test Succeeded Running Transaction ? Installing : selinux-policy-3.7.19-231.el6_5.3.noarch??????????? ? Installing : selinux-policy-targeted-3.7.19-231.el6_5.3.noarch???????????? semodule: link.c:840: alias_copy_callback: Assertion `base_type->primary == target_type->s.value' failed. SELinux:? Could not open policy file <= /etc/selinux/targeted/policy/policy.24:? No such file or directory ? Verifying? : selinux-policy-3.7.19-231.el6_5.3.noarch?????? ? Verifying? : selinux-policy-targeted-3.7.19-231.el6_5.3.noarch? Installed: ? selinux-policy.noarc...
2020 Mar 27
2
Re: Escape character
...i, >> > > >> > > I'm trying to understand how to use the escape character '^]' with the >> > > below command: >> > > >> > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 >> > > --console pty,target_type=serial >> > > >> > > "Starting install... >> > > Connected to domain try06 >> > > Escape character is ^]" >> > > >> > > When I try to do '^]', it does not escape. >> > > >> > >> >...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...2022 > > ubuntu-22.04-live-server-amd64.iso > > # > > > > virt-install --name demoreactui --ram 8096 --disk > > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > > ubuntu20.04 --network bridge=br0 --graphics none --console > > pty,target_type=serial --location > > > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd > > --extra-args > > 'console=ttyS0,115200n8 serial' > > > > ERROR Error validating install location: Validating install media &g...
2018 Apr 07
0
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
...ate or target"; echo $USAGE; exit 1; fi TEMPLATE=$1 TARGET=$2 # no self targets if [ $TEMPLATE == $TARGET ] then     echo "template & target cannot be the same!"; echo $USAGE; exit 1; fi # test template & target types test_type $TEMPLATE TEMPLATE_TYPE=$? test_type $TARGET TARGET_TYPE=$? # ensure template, target, recurse, and cores combinations are valid if [ $TEMPLATE_TYPE == 1 ] then     FIND_FLAG="d";     if [ $TARGET_TYPE == 2 ]     then         echo "template cannot be directory and target a file!"; echo $USAGE; exit 1;     fi else     FIND_FLAG...
2018 Apr 06
2
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
On Sat, 2018-03-24 at 20:38 -0400, Ken McDonald via samba wrote: > > > By default, step 4 takes forever to run on large datasets because it > > uses named entities. My ultimate plan was to use the numeric > > user/group id's in that step instead of named ones so the Winbind cost > > is not incurred. Seems for the whole process, the calls to Winbind to > >
2013 Jul 21
2
Re: Clipboard
...virt-viewer via SSH. I thought this combination was sharing the clipboard when everything was on Fedora 18, but since upgrading to Fedora 19 the clipboard does not seem to be shared. virt-install \ --autostart \ --channel unix,path=/var/lib/libvirt/qemu/guest.agent,mode=bind,target_type=virtio,name=org.qemu.guest_agent.0 \ --connect qemu:///system \ --disk vol=Guests/$domain \ --extra-args "inst.ks=file:/$(basename $kickstart)" \ --graphics spice \ --initrd-inject $kickstart \ --location http://192.168.$subnet.10/repos/fedo...
2020 Mar 27
0
Re: Escape character
On a Friday in 2020, john doe wrote: >Hi, > >I'm trying to understand how to use the escape character '^]' with the >below command: > >virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 >--console pty,target_type=serial > >"Starting install... >Connected to domain try06 >Escape character is ^]" > >When I try to do '^]', it does not escape. > This is not a character sequence, '^]' is a way of saying: Ctrl + ] Jano >The '--console' option makes no d...
2020 Mar 27
0
Re: Escape character
...wrote: > > > Hi, > > > > > > I'm trying to understand how to use the escape character '^]' with the > > > below command: > > > > > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 > > > --console pty,target_type=serial > > > > > > "Starting install... > > > Connected to domain try06 > > > Escape character is ^]" > > > > > > When I try to do '^]', it does not escape. > > > > > > > This is not a character sequence, &...
2015 Jan 21
0
SELinux-policy updates
I saw this on one of the host when we applied the most recent policy update: Updating : selinux-policy-targeted-3.7.19-260.el6_6.2.noarch 2/6 semodule: link.c:840: alias_copy_callback: Assertion `base_type->primary == target_type->s.value' failed. What does this mean? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...t; On 13/01/2023 18:50, Kaushal Shriyan wrote: > > Hi Kaushal, > > > virt-install --name demoreactui --ram 8096 --disk > > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > > ubuntu20.04 --network bridge=br0 --graphics none --console > > pty,target_type=serial --location > > > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd > > --extra-args > > 'console=ttyS0,115200n8 serial' > > > > ERROR Error validating install location: Validating install media &g...
2012 Jul 03
0
using vmchannel between 6.x host/guests
...ead of multicast because it is supposed to work even if networking in the guest is down/borked. My analysis is that there is a mismatch between what libvirt is feeding qemu-kvm and what qemu-kvm is willing to accept: virt-install option: --channel unix,path=/var/run/cluster/fence/foobar,mode=bind,target_type=guestfwd,target_address=10.0.2.179:1229 turns into this XML: <channel type='unix'> <source mode='bind' path='/var/run/cluster/fence/foobar'/> <target type='guestfwd' address='10.0.2.179' port='1229'/> </channel> Which the...
2013 Jul 31
0
Quick questions on virtio-serial transport
...created the channel using virt-install: virt-install --name=centos --import --disk /var/lib/libvirt/images/centos.img,size=15 \ --ram 2048 \ --vcpus=2 \ --arch=x86_64 --os-type linux --network=bridge:br1 --graphics vnc \ --noautoconsole \ --channel pty,target_type=virtio,name=guest1 This correctly creates a file "/dev/virtio-ports/guest1" in the guest for the guest to communicate with the host. So the guest side of things are good. Now on the host side, I see a two files being created in /dev/pts directory. $ ls -alt /dev/pts crw--w---- 1 qemu...
2013 Jul 21
0
Re: Clipboard
...via > SSH. I thought this combination was sharing the clipboard when > everything was on Fedora 18, but since upgrading to Fedora 19 the > clipboard does not seem to be shared. > virt-install \ > --autostart \ > --channel > unix,path=/var/lib/libvirt/qemu/guest.agent,mode=bind,target_type=virtio,name=org.qemu.guest_agent.0 > \ > --connect qemu:///system \ > --disk vol=Guests/$domain \ > --extra-args "inst.ks=file:/$(basename $kickstart)" \ > --graphics spice \ > --initrd-inject $kickstart \ > --location http://192.168.$subnet.10/repos/fedora$releasever...
2013 Jul 21
2
Clipboard
I am unable to cut and paste between a Fedora 19 host and a Fedora 19 guest. Am I doing something wrong or is this a known problem that I have not been able to find?