search for: el6uek

Displaying 15 results from an estimated 15 matches for "el6uek".

Did you mean: el5uek
2015 Jan 05
2
use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...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.i686.img \ -append 'root=/dev/sda rw selinux=0 enforcing=0 console=0' \ -m 2048 -k en-gb -nographic -vga none -vnc none -enable-kvm \ -chardev pipe,id=0,path=/tmp/el6x32 -monitor pipe:/tmp/el6x32....
2014 Jul 31
2
Re: hang after seabios
[Let's keep this on the mailing list] On Thu, Jul 31, 2014 at 02:48:25PM -0700, Zetan Drableg wrote: > Hi Richard, > I created qemu-wrapper: > #!/bin/bash -x > > exec gdbserver :1234 /usr/libexec/qemu-kvm "$@" gdbserver will end up debugging the qemu process, not the guest inside. This is not useful. You need to do something like: exec /usr/libexec/qemu-kvm -s
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...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/sda rw selinux=0 enforcing=0 console=0' -m 2048 -k en-gb -nographic -vga none -vnc none -enable-kvm -chardev pipe,id=0,path=/tmp/el6x32 -chardev tty,id=1,path=/dev/pts/4 -monitor stdio -node...
2013 Mar 21
6
Problems with compiling btrfs
I''m trying to compile the btrfs source code but I''m getting an error. Any suggestions? Thanks Joe [root@ol6 btrfs-progs]# uname -a Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux [root@ol6 src]# git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git Initialized empty Git repository in /usr/local/src/btrfs-progs/.git/ remote: Counting objects: 3539, done. remote: Compressing obj...
2018 Mar 07
2
febootstrap: no ext2 root device found
Hello- I've recently upgraded from OEL 6.4 to OEL 6.8. Infiniband Hardware installed on the server prevents me from upgrading the OS version any higher. Kernel Version: Oracle Linux Server Red Hat Compatible Kernel (2.6.32-642.el6.x86_64) Since the upgrade, there have been problems with libguestfs-tools hanging, then timing out. I'd like to use the newest version of
2015 Oct 08
3
OpenSSH and stdin/stdout assigning
Hey, guys, I have a question about a difference between openssh 4.3 and 5.3. I have plenty of servers with RHEL5 and RHEL6. Most of RHEL5 servers have openssh-server version 4.3p2-72.el5_6.3 (kernel 2.6.39-100.7.1uek) And RHEL6 servers have 5.3p1-111.el6 (kernel 3.8.13-35.el6uek.x86_64) So there is the difference in assigning stdin and stdout for ssh connections. Openssh 4.3 assigns socket (I assume this socket points to /dev/log but not really sure, I've got it from strace), and openssh 5.3 assigns pipes. $ ssh root at rhel6 '/bin/ls -la /proc/self/fd' total...
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
...ll), appliance = (null) supermin helper [00000ms] inputs[0] = /usr/lib64/guestfs/supermin.d checking modpath /lib/modules/2.6.32-358.el6.x86_64 is a directory picked vmlinuz-2.6.32-358.el6.x86_64 because modpath /lib/modules/2.6.32-358.el6.x86_64 exists checking modpath /lib/modules/2.6.39-400.17.1.el6uek.x86_64 is a directory picked vmlinuz-2.6.39-400.17.1.el6uek.x86_64 because modpath /lib/modules/2.6.39-400.17.1.el6uek.x86_64 exists checking modpath /lib/modules/2.6.32-642.el6.x86_64 is a directory picked vmlinuz-2.6.32-642.el6.x86_64 because modpath /lib/modules/2.6.32-642.el6.x86_64 exists chec...
2015 Jan 05
0
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...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.i686.img \ > -append 'root=/dev/sda rw selinux=0 enforcing=0 console=0' \ > -m 2048 -k en-gb -nographic -vga none -vnc none -enable-kvm \ > -chardev pipe,id=0,path=/tmp/el6x...
2015 Oct 09
1
OpenSSH and stdin/stdout assigning
...a question about a difference between openssh 4.3 and >> 5.3. >> I have plenty of servers with RHEL5 and RHEL6. >> Most of RHEL5 servers have openssh-server version 4.3p2-72.el5_6.3 >> (kernel 2.6.39-100.7.1uek) >> And RHEL6 servers have 5.3p1-111.el6 (kernel 3.8.13-35.el6uek.x86_64) >> >> So there is the difference in assigning stdin and stdout for ssh >> connections. Openssh 4.3 assigns socket (I assume this socket points >> to /dev/log > > No, sshd calls socketpair(2). > >> I'm wondering is it expected behaviour? > > Y...
2013 Apr 16
1
ERROR: status = -17
...alogbr,5864,3):__ocfs2_prepare_orphan_dir:1932 ERROR: status = -17 Apr 16 02:49:36 host1 kernel: (dtocatalogbr,5864,3):ocfs2_prepare_orphan_dir:1973 ERROR: status = -17 Apr 16 02:49:36 host1 kernel: (dtocatalogbr,5864,3):ocfs2_unlink:887 ERROR: status = -17 #uname -a Linux host1 2.6.32-300.27.1.el6uek.x86_64 #1 SMP Tue Jun 19 14:21:30 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux #cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago) #rpm -qa | grep ocfs ocfs2console-1.6.4-1.el6.x86_64 ocfs2-tools-devel-1.6.4-1.el6.x86_64 ocfs2-tools-1.6.4-1.el6.x86_64 I have a few boxes...
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
...t;$domain" #vcpus=1 #uuid="ceb083a2-feaa-45b0-afe2-3bd44eb4d8c3" memory=1024 on_poweroff="destroy" on_reboot="destroy" disk=["/dev/sde,raw,hda,rw"] vif=["mac=00:09:3d:13:0d:57,model=tg3,bridge=xenbr0"] kernel="/boot/vmlinuz-2.6.39-300.26.1.el6uek.x86_64" ramdisk="/boot/initramfs-2.6.39-300.26.1.el6uek.x86_64.img" Is the disk line OK ? Anything else wrong with this file ? But attempting to create the domain , as root, fails: # xl -vvv create -c /etc/xen/${domain}.cfg Parsing config from ${domain}.cfg libxl: debug: libxl_cre...
2013 Oct 10
0
where can I find blktap driver?
Hi All, I''m using RHEL6.4 and my kernel version is 2.6.39-400.109.4.el6uek.x86_64. I have the following Xen version - 4.1.30VM. I see that blktap kernel module is not present. I want to load blktap module in my kernel. Where can I find blktap driver for the above kernel and Xen configuration? Thanks in Advance, Thanks, Avinash.
2014 Apr 29
1
copy files and it would NOT copy everything
...L 6.5) source (read-only) is a traditional HDD => ext4 (rw,noatime,nodiratime,barrier=0,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0) target is a LVM's LV raid 0 (two SSDs) => xfs (rw,noatime,nodiratime,quota,pquota,nobarrier,discard) samba 3.6.9-168.el6_5 2.6.39-400.214.5.el6uek.x86_64 any any ideas? greatly! apreciated regards P.
2014 Aug 02
2
Re: hang after seabios
On Fri, Aug 01, 2014 at 03:14:17PM -0700, Zetan Drableg wrote: > Setup debuginfo repo > /etc/yum.repos.d/debuginfo. > repo > [ol6_debuginfo] > name=Oracle Linux 6 debuginfo > baseurl=http://oss.oracle.com/ol6/debuginfo > gpgkey=https://oss.oracle.com/ol6/RPM-GPG-KEY-oracle > gpgcheck=1 > enabled=1 > > yum update > yum install kernel-debuginfo > > (gdb)
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
The initial values of the wallclock time in the shared info page are set for PVHVM guests when the hypercall page is initialized, since the hypercall page is not reinitialized on resume, the hypervisor wallclock time is not properly set on resume. Fix it by forcing an update of the wallclock values when the shared info page is mapped. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>