search for: el6x32

Displaying 3 results from an estimated 3 matches for "el6x32".

2015 Jan 05
2
use of qemu-kvm --chardev pipe, id=X, path=... argument ?
Please can anyone enlighten me as to why linux qemu-kvm always creates the console on my terminal, when I am trying to direct all of its input and output to a pipe ? I have created : $ mkfifo /tmp/el6x32{.in,.out,.monitor} and use the command: $ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 \ -hda /home/rpmbuild/OEL6/img/OEL6_32.img \ -kernel /home/rpmbuild/OEL6/boot/vmlinuz-2.6.39-400.215.14.el6uek.i686 \ -initrd /home/rpmbuild/OEL6/boot/initramfs 2.6.39-400.215.14.el6uek.i...
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
Aha! Thank you. Yes that does prevent the default stdio console . But no output appears on the input pipe, and outputting to input end has no effect: In one terminal, I do: $ cat /tmp/el6x32.out in the main terminal, I run: $ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 -hda /home/rpmbuild/OEL6/img/OEL6_32.img -kernel /home/rpmbuild/OEL6/boot/vmlinuz-2.6.39-400.215.14.el6uek.i686 -initrd /home/rpmbuild/OEL6/boot/initramfs-2.6.39-400.215.14.el6uek.i686.img -append 'root=/dev/...
2015 Jan 05
0
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
On 05.01.2015 15:03, Jason Vas Dias wrote: > Please can anyone enlighten me as to why linux qemu-kvm always > creates the console on my terminal, when I am trying to direct > all of its input and output to a pipe ? > > I have created : > $ mkfifo /tmp/el6x32{.in,.out,.monitor} > and use the command: > $ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 \ > -hda /home/rpmbuild/OEL6/img/OEL6_32.img \ > -kernel /home/rpmbuild/OEL6/boot/vmlinuz-2.6.39-400.215.14.el6uek.i686 \ > -initrd /home/rpmbuild/OEL6/boot/initram...